From 0b55b64e3d7ea0e5ca3ec6b244501ffe20ad36fd Mon Sep 17 00:00:00 2001 From: Sam <48739810+The-SamminAter@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:02:36 -0700 Subject: [PATCH] Fixed Roblox and Google+ Fixed the Roblox link generated, and fixed the file that the Google+ link went to --- userrecon.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userrecon.sh b/userrecon.sh index 35e2748..ffca9ad 100644 --- a/userrecon.sh +++ b/userrecon.sh @@ -115,7 +115,7 @@ check=$(curl -s "https://plus.google.com/+$username/posts" -L -H "Accept-Languag if [[ $check == *'1'* ]]; then printf "\e[1;92m Found!\e[0m https://plus.google.com/+%s/posts\n" $username -printf "https://plus.google.com/+%s/posts\n" $username >> $username +printf "https://plus.google.com/+%s/posts\n" $username >> $username.txt elif [[ $check == *'0'* ]]; then printf "\e[1;93mNot Found!\e[0m\n" fi @@ -652,8 +652,8 @@ if [[ $check1 == *'0'* ]] ; then printf "\e[1;93mNot Found!\e[0m\n" elif [[ $check1 == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://foursquare.com/%s\n" $username -printf "https://foursquare.com/%s\n" $username >> $username.txt +printf "\e[1;92m Found!\e[0m https://www.roblox.com/user.aspx?username=%s\n" $username +printf "https://www.roblox.com/user.aspx?username=%s\n" $username >> $username.txt fi ## Gumroad