You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tok = input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' TOKEN BOT ! -> ; '+BGreen)
id = input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' ID ! -> ; '+BGreen)
try:
count = int(input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' Character count ! -> ; '+BRed))
except:
print("="*30)
print("Please put numbers only")
exit(0)
print("="*60)
if name == 'main':
while True:
Number +=1
us_ruks = str("".join(random.choice( 'poiuytrewqasdfghjklmnbvcxz1234567890_')for i in range(count)))
start(us_ruks,tok,id,count).check()
The text was updated successfully, but these errors were encountered:
#!/usr/bin/env python
-- coding: utf-8 --
---------------------
Telegram : @DIBIBl , @TDTDI ,@ruks3
Coded by ruks
YouTube : https://youtube.com/channel/UCUNbzQRjfAXGCKI1LY72DTA
Instagram : https://instagram.com/_v_go?utm_medium=copy_link
github : https://github.com/muntazir-halim
---------------------
import requests,time,random
from user_agent import generate_user_agent
ruks_ = '\033[1;36m'
ruks__ = '\033[1;36m'
jruks = '\033[1;33m'
_ruks = '\033[1;31m'
BGreen='\033[1;32m'
BRed ='\033[1;31m'
Number = 0
class start:
'cache-control': 'max-age=0',
'sec-ch-ua': '"Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"','sec-ch-ua-mobile': '?1',
'sec-ch-ua-platform': '"Android"','save-data': 'on',
'upgrade-insecure-requests': '1',
'user-agent': generate_user_agent(),
'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',
'sec-fetch-site': 'none',
'sec-fetch-mode': 'navigate',
'sec-fetch-user': '?1',
'sec-fetch-dest': 'document'}).status_code
tok = input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' TOKEN BOT ! -> ; '+BGreen)
id = input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' ID ! -> ; '+BGreen)
try:
count = int(input(jruks+'['+ruks+'+'+jruks+']'+ruks_+' Character count ! -> ; '+BRed))
except:
print("="*30)
print("Please put numbers only")
exit(0)
print("="*60)
if name == 'main':
while True:
Number +=1
us_ruks = str("".join(random.choice( 'poiuytrewqasdfghjklmnbvcxz1234567890_')for i in range(count)))
start(us_ruks,tok,id,count).check()
The text was updated successfully, but these errors were encountered: