Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests , time
- W = "\033[0m"
- G = '\033[32;1m'
- R = '\033[31;1m'
- A = "\033[1;91m"
- B = "\033[1;90m"
- C = "\033[1;97m"
- E = "\033[1;92m"
- H = "\033[1;93m"
- K = "\033[1;94m"
- L = "\033[1;95m"
- M = "\033[1;94m"
- def exex():
- Banner = f"""\n\n
- {R} o__ __o__/_ o__ __o__/_
- {R} <| v <| v
- {R} < > < >
- {R} | \o o/ | __o__
- {R} o__/_ v\ /v o__/_ /> \
- {R} | <\/> | o/
- {R} <o> o/\o <o> <|
- {R} | /v v\ | \\
- {R} / \ _\o__/_ /> <\ / \ _\o__/_ _\o__</
- {C} ({R}#{C}) {C} THIS TOOL FRRE GIT SESSIONID{R} TiKToK {B})
- {C} ({R}⌯{C}){C} Coder{B}{C} ({E} ExEc {C}) + {C}({R}⌯{C}){C} Instagram{B}{C} ({E} Gxp6 {C})
- {C} ({R}⌯{C}){C} Github {B}{C}({E} XxXeX {C}) + {C}({R}⌯{C}){C} Tele{B}{C} ({E} YsYsD {C})
- \n"""
- for warrior in Banner.splitlines():
- time.sleep(0.05)
- print(warrior)
- exex()
- Username = input(C+" ("+E+"⌯"+C+") "+C+ "ENTER YOUR USERNAME OR EMAIL :"+B)
- Password = input(C+" ("+E+"⌯"+C+") "+C+ "ENTER YOUR PASSWORD :"+B)
- url = 'https://api2.musical.ly/passport/user/login/?mix_mode=1&username=1&email=&mobile=&account=&password=hg&captcha=&ts=&app_type=normal&app_language=en&manifest_version_code=2018073102&_rticket=1633593458298&iid=7011916372695598854&channel=googleplay&language=en&fp=&device_type=SM-G955F&resolution=1440*2792&openudid=91cac57ba8ef12b6&update_version_code=2018073102&sys_region=AS&os_api=28&is_my_cn=0&timezone_name=Asia/Muscat&dpi=560&carrier_region=OM&ac=wifi&device_id=6785177577851504133&mcc_mnc=42203&timezone_offset=14400&os_version=9&version_code=800&carrier_region_v2=422&app_name=musical_ly&version_name=8.0.0&device_brand=samsung&ssmix=a&build_number=8.0.0&device_platform=android®ion=US&aid=&as=&cp=Qm&mas='
- headers = {'User-Agent': 'Connectionzucom.zhiliaoapp.musically/2018073102 (Linux; U; Android 9; en_AS; SM-G955F; Build/PPR1.180610.011; Cronet/58.0.2991.0)z','Host': 'api2.musical.ly','Connection': 'keep-alive' }
- data = {'email': Username,'password': Password }
- req_login = requests.post(url, headers=headers, data=data)
- if 'user_id' in req_login.text:
- ExEc = req_login.json()['data']['session_key']
- print(f"{C}({R}⌯{C}){E} {Username} {R} LOGGED IN √")
- print(f"{C}({R}⌯{C}){E} SESSIONID :{R} {ExEc}")
- with open(f'{Username}.txt', 'w') as file:
- file.write(f'{ExEc}')
- file.close()
- print(f"{C}({R}⌯{C}){E} save in {Username}.text")
- exit(f"{C}("+E+"⌯"+C+") "+C+"Bye ExEc"+B)
- else:
- print(f'{C}({R}⌯{C}){E} LOGIN ERROR :')wesa
Advertisement
Add Comment
Please, Sign In to add comment