Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion instashell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ function start() {
banner
checkroot
dependencies
read -p $'\e[1;92mUsername account: \e[0m' user
read -p $'\e[1;https://instagram.com/bitchu__23?utm_medium=copy_link

: \e[0m' user
checkaccount=$(curl -s https://www.instagram.com/$user/?__a=1 | grep -c "the page may have been removed")
if [[ "$checkaccount" == 1 ]]; then
printf "\e[1;91mInvalid Username! Try again\e[0m\n"
Expand Down