oooxx

Untitled

Feb 13th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.68 KB | None | 0 0
  1. import requests , time
  2.  
  3. W = "\033[0m"
  4. G = '\033[32;1m'
  5. R = '\033[31;1m'
  6. A = "\033[1;91m"
  7. B = "\033[1;90m"
  8. C = "\033[1;97m"
  9. E = "\033[1;92m"
  10. H = "\033[1;93m"
  11. K = "\033[1;94m"
  12. L = "\033[1;95m"
  13. M = "\033[1;94m"
  14.  
  15. def exex():
  16.     Banner = f"""\n\n
  17. {R}   o__ __o__/_             o__ __o__/_          
  18. {R}  <|    v                 <|    v              
  19. {R}  < >                     < >                  
  20. {R}   |            \o    o/   |              __o__
  21. {R}   o__/_         v\ /v    o__/_         />  \
  22. {R}   |              <\/>     |           o/      
  23. {R}  <o>             o/\o    <o>         <|        
  24. {R}   |             /v  v\   |           \\      
  25. {R}  / \ _\o__/_  />    <\ / \ _\o__/_  _\o__</
  26.  
  27. {C}  ({R}#{C}) {C} THIS TOOL FRRE GIT SESSIONID{R} TiKToK {B})
  28. {C}  ({R}⌯{C}){C} Coder{B}{C} ({E} ExEc {C}) + {C}({R}⌯{C}){C} Instagram{B}{C} ({E} Gxp6 {C})
  29. {C}   ({R}⌯{C}){C} Github {B}{C}({E} XxXeX {C}) + {C}({R}⌯{C}){C} Tele{B}{C} ({E} YsYsD {C})
  30. \n"""
  31.  
  32.     for warrior in Banner.splitlines():
  33.             time.sleep(0.05)
  34.             print(warrior)
  35. exex()
  36.  
  37. Username = input(C+" ("+E+"⌯"+C+") "+C+ "ENTER YOUR USERNAME OR EMAIL :"+B)
  38. Password = input(C+" ("+E+"⌯"+C+") "+C+ "ENTER YOUR PASSWORD :"+B)
  39. 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&region=US&aid=&as=&cp=Qm&mas='
  40. 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' }
  41. data = {'email': Username,'password': Password }
  42. req_login = requests.post(url, headers=headers, data=data)
  43. if 'user_id' in req_login.text:
  44.     ExEc = req_login.json()['data']['session_key']
  45.     print(f"{C}({R}⌯{C}){E} {Username} {R} LOGGED IN √")
  46.     print(f"{C}({R}⌯{C}){E} SESSIONID :{R} {ExEc}")
  47.     with open(f'{Username}.txt', 'w') as file:
  48.         file.write(f'{ExEc}')
  49.         file.close()
  50.         print(f"{C}({R}⌯{C}){E} save in {Username}.text")
  51.         exit(f"{C}("+E+"⌯"+C+") "+C+"Bye ExEc"+B)
  52. else:
  53.         print(f'{C}({R}⌯{C}){E} LOGIN ERROR :')wesa
Advertisement
Add Comment
Please, Sign In to add comment