Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
HACK3RY2J
GitHub Repository: HACK3RY2J/Anon-SMS
Path: blob/master/Run.sh
431 views
1
#!/usr/bin/env bash
2
3
clear
4
echo -e "\e[4;31m Panda Hackers !!! \e[0m"
5
echo -e "\e[1;32m Presents \e[0m"
6
echo -e "\e[1;34m"
7
[ `command -v figlet` ] && figlet -f slant Anon-SMS
8
echo "Press Enter To Launch"
9
read a1
10
if [[ -s update.pandahackers ]];then
11
echo "All Requirements Found...."
12
else
13
echo 'Installing Requirements....'
14
echo .
15
echo .
16
apt install figlet toilet python3 curl ruby -y
17
apt install python3-pip
18
gem install lolcat
19
echo This Tool Is Created By HACK3RY2J
20
echo This Script Is Created By Panda Hackers HACK3RY2J >update.pandahackers
21
echo Requirements Installed....
22
echo Press Enter To Continue...
23
read upd
24
fi
25
while :
26
do
27
rm *.xxx >/dev/null 2>&1
28
clear
29
echo -e "\e[1;31m"
30
figlet -f slant Anon-SMS | lolcat
31
echo -e "\e[1;34m Created By \e[1;32m" #blue color
32
toilet -f mono12 -F border PH | lolcat
33
echo -e "\e[4;34mThis Tool Is Created By Panda Hackers \e[0m" #underline+blue
34
echo -e "\e[1;34mFor Any Queries Mail Us!!!\e[0m"
35
echo -e "\e[1;32m Mail: [email protected] \e[0m" #yellow
36
echo -e "\e[4;32mYouTube Page: https://youtube.com/c/PandaHackers/ \e[0m" #green
37
echo -e "\e[1;34m Telegram: https://t.me/ItzAnonSMS \e[0m"
38
echo " "
39
echo -e "\e[4;31mRead Instruction Carefully !!! \e[0m" #red
40
echo " "
41
echo "Enter 1 To Run Anon-SMS "
42
echo "Enter 2 To Track Anon-SMS " #white
43
echo "Enter 3 To Update "
44
echo "Enter 4 To Check Features "
45
echo "Enter 5 To Exit "
46
read ch
47
if [ $ch -eq 1 ];then
48
clear
49
echo -e "\e[1;32m"
50
rm *.xxx >/dev/null 2>&1
51
python3 send.py
52
rm *.xxx >/dev/null 2>&1
53
exit 0
54
elif [ $ch -eq 2 ];then
55
clear
56
echo -e "\e[1;32m"
57
echo 'Track Anon-SMS'> call.xxx
58
python3 send.py track
59
rm *.xxx >/dev/null 2>&1
60
exit 0
61
elif [ $ch -eq 3 ];then
62
clear
63
apt install git -y
64
echo -e "\e[1;34m Requesting Update From Source..."
65
echo -e "\e[1;34m Request Attempt Successful.."
66
echo -e "\e[1;34m Updating Now..."
67
git clone https://github.com/HACK3RY2J/Anon-SMS.git
68
if [[ -s Anon-SMS/Run.sh ]];then
69
cd Anon-SMS
70
cp -r -f * .. > temp
71
cd ..
72
rm -rf Anon-SMS >> temp
73
rm update.pandahackers >> temp
74
rm temp
75
chmod +x Run.sh
76
fi
77
echo -e "\e[1;32m Anon-SMS Will Refresh Now..."
78
echo -e "\e[1;32m All The Required Packages Have Been Installed..."
79
echo -e "\e[1;34m Press Enter To Refresh..."
80
read a6
81
./Run.sh
82
exit
83
elif [ $ch -eq 4 ];then
84
clear
85
echo -e "\e[1;33m"
86
figlet -f slant Anon-SMS | lolcat
87
echo -e "\e[1;34mCreated By \e[1;34m" #Blue Color
88
toilet -f mono12 -F border PH | lolcat
89
echo " "
90
echo -e "\e[1;32m Features\e[1;34m"
91
echo " Ultra-Fast-Smooth Sending"
92
echo " International Sending"
93
echo " Tracking "
94
echo " Automatic Future Updates"
95
echo " Easy To Use And Embed in Code"
96
echo""
97
echo -e "\e[1;32m Contributors\e[1;33m"
98
echo -e "\e[1;33m [*] Panda Hackers \e[1;31m"
99
echo " [-] Mail At: [email protected]"
100
echo -e "\e[1;33m [*] Instagram \e[1;31m"
101
echo " [-] Ping At: http://Instagram.com/"
102
echo -e "\e[1;33m [*] Telegram \e[1;31m"
103
echo " [-] Ping At: https://t.me/ItzAnonSMS/"
104
echo -e "\e[1;33m [*] HACK3RY2J \e[1;31m"
105
echo " [-] Mail At: [email protected]"
106
echo -e "\e[1;33m [*] HAOI \e[1;31m"
107
echo " [-] Ping At: http://Instagram.com/haoi_hackers_Academy_of_India/"
108
echo ""
109
echo ""
110
echo -e "\e[1;31m This is Only For Educational Purposes or To Prank.\e[0m"
111
echo -e "\e[1;31m Do not Use This To Irritate Others. \e[0m"
112
echo -e "\e[1;31m Do not Use This To Harm Others. \e[0m"
113
echo -e "\e[1;31m We Are Not Responsible For The Misuse Of The Script. \e[0m"
114
echo -e "\e[1;32m Update If Doesn't Work.\e[0m"
115
echo " "
116
echo -e "\e[4;31m That's All !!!\e[0m"
117
echo -e "\e[1;34m For Any Queries Mail Us!!!\e[0m"
118
echo -e "\e[1;32m Mail: [email protected] \e[0m"
119
echo -e "\e[1;32m Instagram: https://Instagram.com/ \e[0m"
120
echo -e "\e[4;32mYouTube Page: https://www.youtube.com/c/PandaHackers \e[0m"
121
echo "Press Enter To Return To Main Menu"
122
read a3
123
clear
124
elif [ $ch -eq 5 ];then
125
clear
126
echo -e "\e[1;31m"
127
figlet -f slant Anon-SMS | lolcat
128
echo -e "\e[1;34m Created By \e[1;32m"
129
toilet -f pagga -F border HACK3RY2J | lolcat
130
echo -e "\e[1;34m For Any Queries Mail Us!!!\e[0m"
131
echo -e "\e[1;32m Mail: [email protected] \e[0m"
132
echo -e "\e[1;32m Telegram: https://t.me/ItzAnonSMS \e[0m"
133
echo -e "\e[4;32mYouTube Page: https://www.youtube.com/c/PandaHackers/ \e[0m"
134
echo " "
135
exit 0
136
else
137
echo -e "\e[4;32m Invalid Input Detected !!! \e[0m"
138
echo "Press Enter To Return To Main Menu"
139
read a3
140
clear
141
fi
142
done
143
144