-
Notifications
You must be signed in to change notification settings - Fork 3
/
deleted
133 lines (133 loc) · 3.91 KB
/
deleted
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
#!/bin/bash
clear
echo -e "\e[4;31m MrTusarRX !!! \e[0m"
echo -e "\e[1;34m Presents \e[0m"
echo -e "\e[1;32m MRX Team \e[0m"
echo "Press Enter To Continue"
read a1
if [[ -s update.speedx ]];then
echo "All Requirements Found...."
else
echo 'Installing Requirements....'
echo .
echo .
apt install figlet toilet python curl -y
apt install python3-pip
pip install -r requirements.txt
echo This Script Was Made By MrTusarRX >update.speedx
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 MrTusarRX
echo -e "\e[1;34m Created By \e[1;32m"
toilet -f mono12 -F border MrTusarRX
echo -e "\e[4;34m This Bomber Was Created By MrTusarRX\e[0m"
echo -e "\e[1;34m For Any Queries Mail Me!!!\e[0m"
echo -e "\e[1;32m Mail: khantusar717@gmail.com@gmail.com \e[0m"
echo -e "\e[4;32m YouTube Page: https://www.youtube.com/channel/UCol5J1gg7wUOBaK-UVC4uLQ \e[0m"
echo " "
echo -e "\e[4;31m Please Read Instruction Carefully !!! \e[0m"
echo " "
echo "Press 1 To Start SMS Bomber "
echo "Press 2 To Start Call Bomber "
echo "Press 3 To Update (Works On Linux And Linux Emulators) "
echo "Press 4 To View Features "
echo "Press 5 To Exit "
read ch
if [ $ch -eq 1 ];then
clear
echo -e "\e[1;32m"
rm *.xxx >/dev/null 2>&1
python3 bomber.py
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 2 ];then
clear
echo -e "\e[1;32m"
echo 'Call Bomb By SpeedX'> call.xxx
python3 bomber.py call
rm *.xxx >/dev/null 2>&1
exit 0
elif [ $ch -eq 3 ];then
clear
apt install git -y
echo -e "\e[1;34m Downloading Latest Files..."
git clone https://github.com/TheSpeedX/TBomb
if [[ -s TBomb/TBomb.sh ]];then
cd TBomb
cp -r -f * .. > temp
cd ..
rm -rf TBomb >> temp
rm update.speedx >> temp
rm temp
chmod +x CyberGhostWeapon.sh
fi
echo -e "\e[1;32m MrTusarRX Will Restart Now..."
echo -e "\e[1;32m All The Required Packages Will Be Installed..."
echo -e "\e[1;34m Press Enter To Proceed To Restart..."
read a6
./TBomb.sh
exit
elif [ $ch -eq 4 ];then
clear
echo -e "\e[1;33m"
figlet TBomb
echo -e "\e[1;34mCreated By \e[1;34m"
toilet -f mono12 -F border MrTusarRX
echo " "
echo -e "\e[1;32m Features\e[1;34m"
echo " [+] Unlimited And Super-Fast Bombing"
echo " [+] International Bombing"
echo " [+] Call Bombing "
echo " [+] Protection List"
echo " [+] Automated Future Updates"
echo " [+] Easy To Use And Embed in Code"
echo -e "\e[1;32m Contributors\e[1;33m"
echo -e "\e[1;33m [*] SpeedX \e[1;31m"
echo " [-] Mail At: khantusar717@gmail.com"
echo -e "\e[1;33m [*] Harsh Aroar \e[1;31m"
echo " [-] Ping At: http://wa.me/918001960187"
echo -e "\e[1;33m [*] Rieltar \e[1;31m"
echo " [-] Ping At: https://t.me/Rieltar"
echo -e "\e[1;33m [*] 0n1cOn3 (Stefan) \e[1;31m"
echo " [-] Mail At: "
echo ""
echo ""
echo -e "\e[1;31m This Script is Only For Educational Purposes or To Prank.\e[0m"
echo -e "\e[1;31m Do not Use This To Harm Others. \e[0m"
echo -e "\e[1;31m I Am Not Responsible For The Misuse Of The Script. \e[0m"
echo -e "\e[1;32m Make Sure To Update it If It Does not Work.\e[0m"
echo " "
echo -e "\e[4;31m That's All !!!\e[0m"
echo -e "\e[1;34m For Any Queries Mail Me!!!\e[0m"
echo -e "\e[1;32m Mail:khantusar717@gmail.com \e[0m"
echo -e "\e[1;32m Harsh Arora \e[0m"
echo -e "\e[4;32m YouTube Page: https://www.youtube.com/channel/UCol5J1gg7wUOBaK-UVC4uLQ\e[0m"
echo "Press Enter To Go Home"
read a3
clear
elif [ $ch -eq 5 ];then
clear
echo -e "\e[1;31m"
figlet MrTusarRX
echo -e "\e[1;34m Created By \e[1;32m"
toilet -f mono12 -F border MrTusarRX
echo -e "\e[1;34m For Any Queries Mail Me!!!\e[0m"
echo -e "\e[1;32m Mail: khantusar717@gmail.com \e[0m"
echo -e "\e[1;32m \e[0m"
echo -e "\e[4;32m YouTube Page: https://www.youtube.com/channel/UCol5J1gg7wUOBaK-UVC4uLQ \e[0m"
echo " "
exit 0
else
echo -e "\e[4;32m Invalid Input !!! \e[0m"
echo "Press Enter To Go Home"
read a3
clear
fi
done