#!/usr/bin/env bash
clear
echo -e "\e[4;31m Panda Hackers !!! \e[0m"
echo -e "\e[1;32m Presents \e[0m"
echo -e "\e[1;34m"
[ `command -v figlet` ] && figlet -f slant Anon-SMS
echo "Press Enter To Launch"
read a1
if [[ -s update.pandahackers ]];then
echo "All Requirements Found...."
else
echo 'Installing Requirements....'
echo .
echo .
apt install figlet toilet python3 curl ruby -y
apt install python3-pip
gem install lolcat
echo This Tool Is Created By HACK3RY2J
echo This Script Is Created By Panda Hackers HACK3RY2J >update.pandahackers
echo Requirements Installed....
echo Press Enter To Continue...
read upd
fi
while :
do
rm *.xxx >/dev/null 2>&1
clear
echo -e "\e[1;31m"
figlet -f slant Anon-SMS | lolcat
echo -e "\e[1;34m Created By \e[1;32m"
toilet -f mono12 -F border PH | lolcat
echo -e "\e[4;34mThis Tool Is Created By Panda Hackers \e[0m"
echo -e "\e[1;34mFor Any Queries Mail Us!!!\e[0m"
echo -e "\e[1;32m Mail: [email protected] \e[0m"
echo -e "\e[4;32mYouTube Page: https://youtube.com/c/PandaHackers/ \e[0m"
echo -e "\e[1;34m Telegram: https://t.me/ItzAnonSMS \e[0m"
echo " "
echo -e "\e[4;31mRead Instruction Carefully !!! \e[0m"
echo " "
echo "Enter 1 To Run Anon-SMS "
echo "Enter 2 To Track Anon-SMS "
echo "Enter 3 To Update "
echo "Enter 4 To Check Features "
echo "Enter 5 To Exit "
read ch
if [ $ch -eq 1 ];then
clear
echo -e "\e[1;32m"
rm *.xxx >/dev/null 2>&1
python3 send.py
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 2 ];then
clear
echo -e "\e[1;32m"
echo 'Track Anon-SMS'> call.xxx
python3 send.py track
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 3 ];then
clear
apt install git -y
echo -e "\e[1;34m Requesting Update From Source..."
echo -e "\e[1;34m Request Attempt Successful.."
echo -e "\e[1;34m Updating Now..."
git clone https://github.com/HACK3RY2J/Anon-SMS.git
if [[ -s Anon-SMS/Run.sh ]];then
cd Anon-SMS
cp -r -f * .. > temp
cd ..
rm -rf Anon-SMS >> temp
rm update.pandahackers >> temp
rm temp
chmod +x Run.sh
fi
echo -e "\e[1;32m Anon-SMS Will Refresh Now..."
echo -e "\e[1;32m All The Required Packages Have Been Installed..."
echo -e "\e[1;34m Press Enter To Refresh..."
read a6
./Run.sh
exit
elif [ $ch -eq 4 ];then
clear
echo -e "\e[1;33m"
figlet -f slant Anon-SMS | lolcat
echo -e "\e[1;34mCreated By \e[1;34m"
toilet -f mono12 -F border PH | lolcat
echo " "
echo -e "\e[1;32m Features\e[1;34m"
echo " Ultra-Fast-Smooth Sending"
echo " International Sending"
echo " Tracking "
echo " Automatic Future Updates"
echo " Easy To Use And Embed in Code"
echo""
echo -e "\e[1;32m Contributors\e[1;33m"
echo -e "\e[1;33m [*] Panda Hackers \e[1;31m"
echo " [-] Mail At: [email protected]"
echo -e "\e[1;33m [*] Instagram \e[1;31m"
echo " [-] Ping At: http://Instagram.com/"
echo -e "\e[1;33m [*] Telegram \e[1;31m"
echo " [-] Ping At: https://t.me/ItzAnonSMS/"
echo -e "\e[1;33m [*] HACK3RY2J \e[1;31m"
echo " [-] Mail At: [email protected]"
echo -e "\e[1;33m [*] HAOI \e[1;31m"
echo " [-] Ping At: http://Instagram.com/haoi_hackers_Academy_of_India/"
echo ""
echo ""
echo -e "\e[1;31m This is Only For Educational Purposes or To Prank.\e[0m"
echo -e "\e[1;31m Do not Use This To Irritate Others. \e[0m"
echo -e "\e[1;31m Do not Use This To Harm Others. \e[0m"
echo -e "\e[1;31m We Are Not Responsible For The Misuse Of The Script. \e[0m"
echo -e "\e[1;32m Update If Doesn't Work.\e[0m"
echo " "
echo -e "\e[4;31m That's All !!!\e[0m"
echo -e "\e[1;34m For Any Queries Mail Us!!!\e[0m"
echo -e "\e[1;32m Mail: [email protected] \e[0m"
echo -e "\e[1;32m Instagram: https://Instagram.com/ \e[0m"
echo -e "\e[4;32mYouTube Page: https://www.youtube.com/c/PandaHackers \e[0m"
echo "Press Enter To Return To Main Menu"
read a3
clear
elif [ $ch -eq 5 ];then
clear
echo -e "\e[1;31m"
figlet -f slant Anon-SMS | lolcat
echo -e "\e[1;34m Created By \e[1;32m"
toilet -f pagga -F border HACK3RY2J | lolcat
echo -e "\e[1;34m For Any Queries Mail Us!!!\e[0m"
echo -e "\e[1;32m Mail: [email protected] \e[0m"
echo -e "\e[1;32m Telegram: https://t.me/ItzAnonSMS \e[0m"
echo -e "\e[4;32mYouTube Page: https://www.youtube.com/c/PandaHackers/ \e[0m"
echo " "
exit 0
else
echo -e "\e[4;32m Invalid Input Detected !!! \e[0m"
echo "Press Enter To Return To Main Menu"
read a3
clear
fi
done