forked from Xooppp/SoulTaker-Multitool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RUNTHIS.bat
172 lines (144 loc) · 3.41 KB
/
RUNTHIS.bat
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
@echo off
mode 160,50
title SoulTaker MultiTool ~ Coded By @dasherrthecom
:menu
type menu.py
color b
set /p action= Enter Option Here:
if '%action%'=='1' goto pinger
if '%action%'=='2' goto booter
if '%action%'=='3' goto iplookup
if '%action%'=='4' goto portscanner
if '%action%'=='5' goto putty
if '%action%'=='6' goto doxtool
if '%action%'=='7' goto fakenamegenerator
if '%action%'=='8' goto phishingpages
if '%action%'=='9' goto extremedox
if '%action%'=='10' goto rat
if '%action%'=='11' goto keywords
if '%action%'=='12' goto vpn
if '%action%'=='13' goto cyberhub
if '%action%'=='14' goto vedbex
if '%action%'=='15' goto ascii
if '%action%'=='16' goto ipgenerator
if '%action%'=='17' goto steamgenerator
if '%action%'=='18' goto freealts
if '%action%'=='19' goto rattutorial
if '%action%'=='20' goto specialfonts
if '%action%'=='21' goto phonespoofer
if '%action%'=='22' goto smsbomber
if '%action%'=='23' goto iplogger
if '%action%'=='24' goto bottingpanel
if '%action%'=='25' goto instagramid
if '%action%'=='26' goto rickroll
if '%action%'=='27' goto exit
:pinger
@echo off & cls
start %cd%\PROGRAMS\Pinger.bat
goto menu
:booter
@echo off & cls
explorer "https://www.stressthem.to/"
explorer "https://https://quez.in/"
goto menu
:iplookup
@echo off & cls
explorer "https://whatismyipaddress.com/ip-lookup"
goto menu
:portscanner
@echo off & cls
start %cd%\PROGRAMS\naabu.exe
goto menu
:putty
@echo off & cls
echo will find somting better later
::start %cd%\PROGRAMS\putty.exe
goto menu
:doxtool
@echo off & cls
explorer "https://github.com/Lucksi/Mr.Holmes"
goto menu
:fakenamegenerator
@echo off & cls
explorer "https://www.fakenamegenerator.com/"
goto menu
:phishingpages
@echo off & cls
echo will replace maybe
::explorer %cd%\PROGRAMS\PHISHING
goto menu
:extremedox
@echo off & cls
::explorer "https://anonfiles.com/t2h4A025n9"
goto menu
:rat
@echo off & cls
explorer "https://github.com/quasar/QuasarRAT"
goto menu
:keyword
@echo off & cls
explorer "https://keywordtool.io/"
goto menu
:vpn
@echo off & cls
explorer "https://courvix.com/vpn.php"
goto menu
:cyberhub
@echo off & cls
explorer "https://cyber-hub.pw/"
goto menu
:vedbex
@echo off & cls
explorer "https://www.vedbex.com/tools/home"
goto menu
:ascii
@echo off & cls
explorer "http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20"
goto menu
:ipgenerator
@echo off & cls
explorer "https://commentpicker.com/ip-address-generator.php"
goto menu
:steamgenerator
@echo off & cls
explorer "https://accgen.cathook.club/"
goto menu
:freealts
@echo off & cls
explorer "https://freealts.pw/"
goto menu
:rattutorial
@echo off & cls
explorer "https://www.youtube.com/watch?v=F7zx0tJwMy0"
goto menu
:specialfonts
@echo off & cls
explorer "https://www.messletters.com/en/"
goto menu
:phonespoofer
@echo off & cls
explorer "https://nl.spoofmyphone.com/"
goto menu
:smsbomber
@echo off & cls
explorer "https://www.bombitup.net/"
goto menu
:iplogger
@echo off & cls
explorer "https://iplogger.org/"
goto menu
:bottingpanel
@echo off & cls
explorer "https://naizop.com/"
goto menu
:instagramid
@echo off & cls
explorer "https://commentpicker.com/nl/instagram-gebruikers-id.php"
goto menu
:rickroll
@echo off & cls
explorer "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
echo hahahahahahahahahaha
goto menu
:exit
quit