-
Notifications
You must be signed in to change notification settings - Fork 7
/
fsociety.py
591 lines (590 loc) · 22.2 KB
/
fsociety.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
import sys,os,time, webbrowser
os.system("clear")
print('''\033[92m
=========================================================================
| |
| ███╗ ███╗██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ████████╗ |
| ████╗ ████║██╔══██╗ ██╔══██╗██╔═══██╗██╔══██╗██╔═══██╗╚══██╔══╝ |
| ██╔████╔██║██████╔╝ ██████╔╝██║ ██║██████╔╝██║ ██║ ██║ |
| ██║╚██╔╝██║██╔══██╗ ██╔══██╗██║ ██║██╔══██╗██║ ██║ ██║ |
| ██║ ╚═╝ ██║██║ ██║██╗ ██║ ██║╚██████╔╝██████╔╝╚██████╔╝ ██║ |
| ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ |
| A Offensive Python Script, Inspired From This T.V. Series |
| * Github Page : https://github.com/R3DHULK * |
=========================================================================
''')
try:
def slowprint(s):
for c in s + '\n' :
sys.stdout.write(c)
sys.stdout.flush()
time.sleep(10 / 100)
slowprint('\033[91m [*] F**K SOCIETY : A Penetration Testing ToolKit')
print("---------------------------------------------------")
input("\n\033[97m [*] Enter To b00T ")
os.system("clear")
def slowprint(s):
for c in s + '\n' :
sys.stdout.write(c)
sys.stdout.flush()
time.sleep(10 / 1000)
# Booting Screen ("You Can Delete This For Your Term")
slowprint("[*] Booting..... ")
time.sleep(0.4)
slowprint("\033[91m[*] Don't Misuse Your Power")
slowprint("\033[97m[*] Humans Are Most Vulnerable")
time.sleep(0.5)
slowprint("\033[91m[*] Improve, Don't Prove")
time.sleep(0.4)
slowprint("\033[92m[*] Superpower Needs To Be Practiced")
print("\033[98m[*] Secuirity Is Just An Illusion")
time.sleep(0.5)
slowprint("\033[91m[*] With Some Great Power Comes Great Responsibility")
slowprint("\033[92m[*] Be An Exception, Be An Example")
time.sleep(0.6)
slowprint("\033[93m[*] Accept Past, Move On")
slowprint("\033[95m[*] Good Persons Are Always Got Misused")
time.sleep(0.7)
print("\033[97m[*] Govt. Controls Our Media... Social Medias are fake")
slowprint("\033[91m[*] Messing Up With Pride Is An Alltime Fool Decision")
time.sleep(0.5)
slowprint("\033[92m[*] Be An Example Before An Advisor")
time.sleep(0.4)
slowprint("\033[91m[*] Time Doesn't Heal Anything, We Just Got Habituated With Situation")
slowprint("\033[93m[*] A Monster Is Better Than An Arrogant God")
time.sleep(1)
slowprint("\033[97m[*] Booting Completed :)")
time.sleep(2)
os.system("clear")
def slowprint(s):
for c in s + '\n' :
sys.stdout.write(c)
sys.stdout.flush()
time.sleep(10 / 100)
slowprint("\033[92m[*] Starting Tool....")
time.sleep(0.3)
os.system("clear")
running = True
while running:
print('''\033[97m
___ ___ ___ ___ ___ ___ _______ __
| __/ __|/ _ \ / __|_ _| __|_ _\ \ / /
| _|\__ \ (_) | (__ | || _| | | \ V /
|_| |___/\___/ \___|___|___| |_| |_| \033[97m
\033[92mGitHub Page : https://github.com/R3DHULK\033[92m
''')
print(" \033[97m=========================================================== ")
slowprint("\t\t\033[91mPrivacy is a myth, just like democracy ")
slowprint("\t\t\tDate: " + time.strftime("%d/%m/%y"))
print(" \033[97m=========================================================== ")
print('''\033[92m
[1] Check Anonymity
[2] Admin Panel Finder
[3] Arp-Spoofing
[4] Banner Grabbing
[5] HULK DDOS Attack
[6] Fake Mail
[7] Build False Credentials
[8] Gmail Hacking
[9] IP Scanning
[10] Linux Password Cracker
[11] Password Generator
[12] Nmap Port Scanner
[13] Wifi DDOS
[14] PDF Exif Tool
[15] Steganography
[16] Get Wifi Password
[17] Internet Speed Test
[18] Network Monitoring
[19] Suggest Me A Movie
[20] Anonsurf Start
[21] Anonsurf Stop
[22] Python Emulator
[23] Calculator
[24] ARP Checking
[25] SMS Spoofing
[26] Nano Text Editor
[27] Phishing Attack
[28] SMS BOMBING
[29] Phone Number Info Gather
[30] XSS Finder
[31] SQLI Finder
[32] Shodan
[33] System Information
[34] Netdiscover
[35] Mac Changer\033[92m
\033[93m[36] Encryption-Decryption [GUI]\033[93m
\033[92m[37] Encrypt Your Message [CLI]
[38] Decrypt Your Message [CLI]
[39] Translator
[40] Terminal Emulator
[41] Osint\033[92m
\033[93m[42] HULK Browser [GUI]\033[93m
\033[92m[43] Email Bombing
[44] Social Media Video Views Automation
[45] Hulk's Search Engine
[46] Google Dorking
[47] Security Camera Hacking
\033[94m[50] C For Gamers
[51] CPP For Gamers
[52] R For Gamers
[53] Go For Gamers
[54] Perl For Gamers
[55] Ruby For Gamers\033[94m
\033[95m[69] Subscribe To My Channel
[70] Visit My Website
[71] Read My Articles
[72] Purchase My Books
[73] Enroll My Courses
[74] Web App Projects
[75] Software Projects
[76] Follow My Instagram
[77] Join My Telegram Channel
[78] Play Games Online\033[95m
\033[93m[79] Pacman [GUI]\033[93m
\033[92m[80] Hangman
[81] Snake Game\033[92m
\033[93m[82] Python For GUI Gamers [GUI]\033[93m
\033[92m[83] TIC-TAC-TOE [CLI]
[84] Rock Paper Scissor\033[92m
\033[93m[85] Tetris [GUI]\033[93m
\033[92m[86] Chess
[87] Python For CLI Gamers
[88] FSOCIETY Banner\033[92m
\033[94m[89] Golang For Ethical Hackers
[90] Perl For Ethical Hackers
[91] Ruby For Ethical Hackers
[92] Python For Ethical Hacking
[93] Bash For Ethical Hackers
[94] Hulk-Office\033[94m
\033[92m[95] About Me
[96] About This Tool
[97] Buy Me A Coffee [Support This Project]
[98] Update FSociety
[99] What Is Fsociety
[00] Exit Tool
[??] Help\033[92m
''')
select = input("\033[95m [?] Choose Any Option : ")
if select == '1':
os.system("clear")
os.system("python tools/amianonymous.py")
os.system("clear")
if select == '2':
os.system("python tools/admin-panel-finder.py")
os.system("clear")
if select == '3':
os.system("clear")
os.system("sudo python tools/arp-spoofing.py")
os.system("clear")
if select == '4':
os.system("clear")
os.system("python tools/banner-grabbing.py")
os.system("clear")
if select == '5':
os.system("python tools/hulk.py")
os.system("clear")
if select == '6':
os.system("clear")
os.system("python tools/fakemail.py")
os.system("clear")
if select == '7':
os.system("python tools/fake-data-generator.py")
os.system("clear")
if select == '8':
os.system("python tools/hack-gmail.py")
os.system("clear")
if select == '9':
os.system("python tools/ip-scanner.py")
os.system("clear")
if select == '10':
os.system("python tools/linux_pass_cracker.py")
os.system("clear")
if select == '11':
os.system("python tools/pass-gen.py")
os.system("clear")
if select == '12':
os.system("clear")
os.system("python tools/nmap_port_scanner.py")
os.system("clear")
if select =='13':
os.system("python tools/wifi_dos_final.py")
os.system("clear")
if select =='14':
os.system("python tools/pdf-exif-tool.py")
os.system("clear")
if select =='15':
os.system("python tools/steganography.py")
os.system("clear")
if select =='16':
os.system("python tools/get_wifipass.py")
os.system("clear")
if select=='17':
os.system("python tools/internet-speed-test.py")
os.system("clear")
if select =='18':
os.system("python tools/network-monitoring.py")
os.system("clear")
if select=='19':
os.system("clear")
os.system("python tools/movie-suggesting.py")
os.system("clear")
if select =='20':
os.system("git clone https://github.com/keralahacker/anonsurf")
os.system("cd anonsurf && chmod +x *")
os.system("./installer.sh")
os.system("anonsurf start")
os.system("clear")
if select =='21':
os.system("clear")
os.system("anonsurf stop")
os.system("clear")
if select =='22':
os.system("clear")
os.system(" python tools/terminal-emulator.py")
os.system("clear")
if select =='23':
os.system("clear")
os.system("python tools/calculator.py")
if select =='24':
os.system("clear")
os.system(" arp -a")
time.sleep(3)
os.system("clear")
if select=='25':
os.system("python tools/fakesms.py")
os.system("clear")
if select=='26':
os.system("clear")
os.system("nano")
os.system("clear")
if select=='27':
os.system("clear")
os.system("python tools/pyphisher.py")
time.sleep(100)
os.system("clear")
if select=='28':
os.system("clear")
os.system("python tools/bomber.py")
time.sleep(2)
os.system("clear")
if select=='29':
os.system("clear")
os.system("python tools/phone-number-info.py")
os.system("clear")
if select=='30':
os.system("clear")
os.system("python tools/xss-vulnerability-finder.py")
os.system("clear")
if select=='31':
os.system("clear")
os.system("python tools/sqli-scanner.py")
os.system("clear")
if select == '32':
os.system("clear")
os.system("python tools/shodan-api.py")
os.system("clear")
if select=='33':
os.system("clear")
os.system("python tools/sys-info.py")
os.system("clear")
if select=='34':
os.system("clear")
os.system("netdiscover")
time.sleep(10)
input("\033[91m[-] Enter To Exit")
os.system("clear")
if select=='35':
os.system("clear")
os.system("python tools/mac-changer.py")
os.system("clear")
if select =='36':
os.system("clear")
os.system("python tools/none-read-my-code.py")
os.system("clear")
if select=='37':
os.system("clear")
os.system("python tools/encrypt.py")
os.system("clear")
if select=='38':
os.system("clear")
os.system("python tools/decrypt.py")
os.system("clear")
if select=='39':
os.system("clear")
os.system("python tools/translator.py")
os.system("clear")
if select=='40':
os.system("clear")
os.system("python tools/terminal-emulator.py")
os.system("clear")
if select=='41':
os.system("clear")
os.system("python tools/osint.py")
os.system("clear")
if select=='42':
os.system("clear")
os.system("python hulk-browser.py")
os.system("clear")
if select=='43':
os.system("clear")
os.system("python tools/email-bomber.py")
os.system("clear")
if select =='44':
os.system("clear")
os.system("python tools/automate-social_media-video-views.py")
os.system("clear")
if select=='45':
os.system("clear")
os.system("python tools/hulk-engine.py")
os.system("clear")
if select=='46':
os.system("clear")
os.system("python tools/google-dorking.py")
os.system("clear")
if select=='47':
os.system("clear")
os.system("python tools/cam-hackers.py")
os.system("clear")
if select=='50':
os.system("clear")
url= 'https://github.com/r3dhulk/c-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='51':
os.system("clear")
url= 'https://github.com/r3dhulk/cpp-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='52':
os.system("clear")
url= 'https://github.com/r3dhulk/r-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='53':
os.system("clear")
url= 'https://github.com/r3dhulk/go-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='54':
os.system("clear")
url= 'https://github.com/r3dhulk/perl-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='55':
os.system("clear")
url= 'https://github.com/r3dhulk/ruby-for-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='69':
os.system("clear")
url= 'https://www.youtube.com/@sumalya/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='70':
os.system("clear")
url= 'https://r3dhulk.github.io/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='71':
os.system("clear")
url= 'https://r3dhulk.github.io/Articles/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='72':
os.system("clear")
url= 'https://r3dhulk.github.io/Books/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='73':
os.system("clear")
url= 'https://r3dhulk.github.io/Courses/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='74':
os.system("clear")
url= 'https://r3dhulk.github.io/Web-Apps-Projects/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='75':
os.system("clear")
url= 'https://r3dhulk.github.io/Software-Projects/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='76':
os.system("clear")
url= 'https://instagram.com/r3dh_ulk/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='77':
os.system("clear")
url= 'https://telegram.me/r3dhulk/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='78':
os.system("clear")
url='https://r3dhulk.github.io/GameZone/'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='79':
os.system("clear")
os.system("python tools/pacman.py")
os.system("clear")
if select=='80':
os.system("clear")
os.system("python tools/hangman.py")
os.system("clear")
if select=='81':
os.system("clear")
os.system("python tools/snake.py")
os.system("clear")
if select=='82':
os.system("clear")
url= 'https://github.com/r3dhulk/python-for-gui-gamers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='83':
os.system("clear")
os.system("python tools/tic-tac-toe-cli.py")
time.sleep(1)
os.system("clear")
if select=='84':
os.system("clear")
os.syste("python tools/rps.py")
os.system("clear")
if select =='85':
os.system("clear")
os.system("python tools/tetris.py")
os.system("clear")
if select=='86':
os.system("clear")
os.system("python tools/chess.py")
os.system("clear")
if select == '87':
os.system("clear")
os.system("python tools/dunkin-donut.py")
os.system("clear")
if select =='88':
os.system("clear")
os.system("python tools/fsociety-logo.py")
os.system("clear")
if select=='89':
os.system("clear")
url= 'https://github.com/R3DHULK/golang-for-ethical-hackers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='90':
os.system("clear")
url= 'https://github.com/R3DHULK/perl-for-ethical-hackers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='91':
os.system("clear")
url= 'https://github.com/R3DHULK/ruby-for-ethical-hackers'
webbrowser.open_new_tab(url)
os.system("clear")
if select =='92':
os.system("clear")
url= 'https://github.com/R3DHULK/python-for-ethical-hacking'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='93':
os.system("clear")
url='https://github.com/R3DHULK/bash-for-ethical-hackers'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='94':
os.system("clear")
url='https://github.com/R3DHULK/hulk-office/releases/tag/hulkoffice'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='95':
os.system("clear")
slowprint(" About Me")
print("=======================")
slowprint("\033[92m [*] Hi, Myself Sumalya Chatterjee. I just finished Mr. Robot T.V. Series and there Eliot Anderson (hero) was in a hacking group called fsociety. I am a small-knowledged python coder, but I got fascinated to build my version of fsociety tool. I know there were many experienced coders pre-build this tool but I included my tools in this script also. There's no chance to make exactly the fsociety tool like the web series, it's just a small practice by myself. I am a passionate ethical hacker and cyber secuirity researcher. I just wish to be better engineer like Eliot.")
print("\n---------------------")
input("\n\033[97m [*] Press To Exit")
os.system("clear")
if select=='96':
os.system("clear")
slowprint(" About This Tool")
print("=======================")
slowprint("\033[92m [*] Fsociety Is A Sci-fi Toolkit That Was Shown In Mr. Robot Web Series. Fsociety (also known as f*** society), is the name of a hacker group based in Coney Island, New York, led by the mysterious Mr. Robot. Its name is a play on both the derelict amusement park building in which it has its headquarters, and their message : F**k Society")
print("\n---------------------")
input("\n\033[97m [*] Press To Exit")
os.system("clear")
if select=='97':
os.system("clear")
url= 'https://www.buymeacoffee.com/r3dhulk'
webbrowser.open_new_tab(url)
os.system("clear")
if select=='98':
os.system("chmod +x tools/update.sh")
os.system("./tools/update.sh")
if select =='99':
os.system("clear")
slowprint("\033[95m *Background*")
print("\n\033[94m The group is highly secretive, electing to meet and communicate in person, rather than through digital means which may be traceable. fsociety is responsible for the massive distributed denial of service (DDoS) attack that took E Corp offline before Elliot stopped them. After the attack ended, Elliot found a file left on one of the E Corp servers by fsociety. Rather than delete the file, Elliot changed the access permissions on the file to allow only himself access to it. Later, he was approached by Mr. Robot on the subway, and taken to Coney Island to see the group's headquarters.")
slowprint("\n\033[91m [*] Known Members")
slowprint("=======================")
slowprint("\n\033[93m ***The Hackers***")
slowprint("\n\033[92m [*] Mr. Robot: ")
print("---------------------------------------------")
print("\033[92m The group's leader, who is determined to draw Elliot into fsociety's activities. Mr. Robot is determined to bring down the world corporate structure, adopting a disguise much like the Monopoly Man when filming his video manifestos. He serves as a somewhat paternal figure to Elliot at times, refusing to leave him when he goes through withdrawal, and pushing Elliot beyond his normal boundaries.")
slowprint("\n\033[92m [*] Darlene: ")
print("---------------------------------------------")
print("\033[92m An expert coder with few boundaries and little fear. She has little respect for others' privacy, including Elliot's, and generally says what she thinks. She has been involved with Cisco, a hacker associated with rival hacker group the Dark Army.")
slowprint("\n\033[92m [*] Leslie Romero (formerly):")
print("---------------------------------------------")
print("\033[92m The oldest of the group, who began as a phone phreaker. He is very experienced and world-wise. He helps Mr. Robot detox Elliot, and later walks away from the group for a time. Romero is murdered by a stray bullet from a neighborhood shooting a month after the 5/9 hack.")
slowprint("\n\033[92m [*] Sunil 'Mobley' Markesh (formerly):")
print("----------------------------------------------")
print("\033[92m A young male hacker who works at the Bank of E. He becomes Darlene's closest advisor following the 5/9 hack, but soon becomes suspicious of both Darlene and Elliot after Romero's murder. Sometime after July 5, Mobley has moved west, and is working at an electronics store as 'Frederick.' He lives with Trenton and his friend.")
slowprint("\n\033[92m [*] Shama 'Trenton' Biswas (formerly): ")
print("---------------------------------------------")
print("\033[92m A young, quiet female hacker. Trenton was born to Iranian immigrant parents, and wears a hijab. She is a college student who questions her parents' values as assimilated Americans. Sometime after July 5, Trenton moved moved west with Mobley, no longer wears hijab, and is working at an electronics store as 'Tanya.' She lives with Mobley and his friend.")
slowprint("\n\033[93m *Associates*")
slowprint("**************************************")
slowprint("\n\033[92m [*] Cisco (Michael Drayer):")
print("---------------------------------------------")
print("\033[92m Darlene's off-and-on boyfriend, who is associated with the Dark Army. He brings the Dark Army into fsociety's plan to bring down E Corp by hacking Steel Mountain, only to tell Darlene they have bailed out. He is able to speak Mandarin Chinese.")
slowprint("\n\033[92m [*] Dark Army:")
slowprint("---------------------------------------------")
print("\033[92m A mercenary hacker group associated with China. The Dark Army is the antithesis of fsociety, available to hack for hire, regardless of who they work for or what their cause is. Their leader is known as Whiterose.")
slowprint("\n\033[92m A number of militants have joined after 5/9. These people, including Vincent Campbell, Ad Mitchell, Kevin Kerwick, and Kara Kirkland, were involved in stealing the balls from the Wall Street Bull statue and dropping it throught the roof the Capitol while Congress was voting on the E Corp bailout in July. The perpetrators are involved in a car chase with the police returning to NYC and crash. Three are captured while the aforementioned Vincent Campbell escapes to the smart house base, albeit gravely injured. The FBI believe there to be members overseas.")
input("\033[94m\n [+] Press Enter To Exit")
os.system("clear")
if select=='00':
input("\033[97m [?] You Sure To Exit (default=Y)?")
time.sleep(2)
os.system("clear")
slowprint("\033[97m [*] Thank You, Visit Again...")
time.sleep(1)
sys.exit()
if select=='?' or select=="??":
os.system("clear")
slowprint("\033[92m [*] 1-47 Is Main Tools")
time.sleep(0.5)
slowprint(" [*] 69-77 Is Self-Promotion")
time.sleep(0.5)
slowprint(" [*] Yellow Marked Options Are For Desktop Users")
time.sleep(1)
slowprint(" [*] Blue Marked Options Are My Best Projects")
time.sleep(0.5)
slowprint(" [*] 78-87 -Enjoy My Games")
time.sleep(0.5)
slowprint(" [*] Support This Project")
time.sleep(0.5)
input("\n [*] Enter To Go Back")
time.sleep(1)
os.system("clear")
else:
os.system("clear")
except KeyboardInterrupt:
slowprint("\n\033[91m [-] Exiting.....")
time.sleep(1)
os.system("clear")
slowprint("\033[97m [*] Thank You, Visit Again...")
time.sleep(1)
sys.exit()