oooxx

TIKTOK

Mar 4th, 2022
831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.64 KB | None | 0 0
  1.  
  2.  
  3. # coder : exec - warrior
  4. # github : 6f8
  5. # instagram : gxp6
  6. # telegram : ysysd
  7. # Dont Give Up
  8.  
  9. import requests
  10. import json
  11. import time
  12. from colorama import Fore,init
  13. from time import sleep
  14.  
  15.  
  16. count=0
  17. W = "\033[0m";R = '\033[31;1m';B = "\033[1;90m"; C = "\033[1;97m";E = "\033[1;92m"
  18.  
  19.  
  20. def exex():
  21.     Banner = f"""
  22. {E}     .########.##.....##.########..######.
  23. {E}     .##........##...##..##.......##....##
  24. {E}     .##.........##.##...##.......##......
  25. {E}     .######......###....######...##......
  26. {E}     .##.........##.##...##.......##......
  27. {E}     .##........##...##..##.......##....##
  28. {E}     .########.##.....##.########..######.
  29.  
  30. {R}           THIS TOOL FREE EX TIKTOK          
  31. {R}             ↿ {C}MAME {R}⇂     {E}⇝   {C}EXEC
  32. {R}            ↿ {C}GITHUB {R}⇂    {E}⇝   {C}6F8
  33. {R}           ↿ {C}TELEGRAM {R}⇂   {E}⇝   {C}YSYSD
  34. {R}           ↿ {C}INSTAGRAM {R}⇂  {E}⇝   {C}GXP6
  35. \n"""
  36.     for warrior in Banner.splitlines():
  37.         time.sleep(0.05)
  38.         print(warrior)
  39. exex()
  40.  
  41.  
  42.  
  43.  
  44.  
  45. user = input (C+"     ("+E+"⌯"+C+") "+C+ "Enter File List Users : "+B)
  46. print("")
  47. print("Without the session ID, you will see the closed accounts available")
  48. print("")
  49.  
  50. signature = "oKxAeAAgEBgX6bvJMQKua6CsQWAAP4r"
  51. verifyFp = ""
  52.  
  53. referer = "https://www.tiktok.com/@0xfff0800"
  54. password = open(user).read().splitlines()
  55.  
  56.     # Back up one character, print a space to erase the spinner, then a newline
  57.     # so that the prompt after the program exits isn't on the same line as our
  58.     # message
  59.  
  60.  
  61. for password in password:
  62.         url = "https://m.tiktok.com/node/share/user/@"+password+"/?count=30&id=1&type=5&secUid=&maxCursor=1&minCursor=0&sourceType=12&appId=1233" + \
  63. "&verifyFp=" + verifyFp + \
  64. "&_signature=" + signature
  65.         response = requests.request("GET",url, headers={"method": "GET",
  66.                             "accept-encoding": "gzip, deflate, br",
  67.                             "Referer": referer,
  68.                             "user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
  69.                             })
  70.         post = str (response.json ()["userInfo"])
  71.         if 'user' in post:
  72.                 count += 1
  73.                 print(C+"{}: {}".format(count, C+password.strip())+R+" | Username BaD  ")
  74.                 with open('accountfound.txt', 'a') as x:
  75.                     x.write(password + '\n')
  76.         else:
  77.                 count += 1
  78.                 print(C+"{}: {}".format(count, C+password.strip())+E+" |  Uasername Good or BanD  ")
  79.         print("")
  80.        
  81.    
  82. exit()
Advertisement
Add Comment
Please, Sign In to add comment