Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # coder : exec - warrior
- # github : 6f8
- # instagram : gxp6
- # telegram : ysysd
- # Dont Give Up
- import requests
- import json
- import time
- from colorama import Fore,init
- from time import sleep
- count=0
- W = "\033[0m";R = '\033[31;1m';B = "\033[1;90m"; C = "\033[1;97m";E = "\033[1;92m"
- def exex():
- Banner = f"""
- {E} .########.##.....##.########..######.
- {E} .##........##...##..##.......##....##
- {E} .##.........##.##...##.......##......
- {E} .######......###....######...##......
- {E} .##.........##.##...##.......##......
- {E} .##........##...##..##.......##....##
- {E} .########.##.....##.########..######.
- {R} THIS TOOL FREE EX TIKTOK
- {R} ↿ {C}MAME {R}⇂ {E}⇝ {C}EXEC
- {R} ↿ {C}GITHUB {R}⇂ {E}⇝ {C}6F8
- {R} ↿ {C}TELEGRAM {R}⇂ {E}⇝ {C}YSYSD
- {R} ↿ {C}INSTAGRAM {R}⇂ {E}⇝ {C}GXP6
- \n"""
- for warrior in Banner.splitlines():
- time.sleep(0.05)
- print(warrior)
- exex()
- user = input (C+" ("+E+"⌯"+C+") "+C+ "Enter File List Users : "+B)
- print("")
- print("Without the session ID, you will see the closed accounts available")
- print("")
- signature = "oKxAeAAgEBgX6bvJMQKua6CsQWAAP4r"
- verifyFp = ""
- referer = "https://www.tiktok.com/@0xfff0800"
- password = open(user).read().splitlines()
- # Back up one character, print a space to erase the spinner, then a newline
- # so that the prompt after the program exits isn't on the same line as our
- # message
- for password in password:
- url = "https://m.tiktok.com/node/share/user/@"+password+"/?count=30&id=1&type=5&secUid=&maxCursor=1&minCursor=0&sourceType=12&appId=1233" + \
- "&verifyFp=" + verifyFp + \
- "&_signature=" + signature
- response = requests.request("GET",url, headers={"method": "GET",
- "accept-encoding": "gzip, deflate, br",
- "Referer": referer,
- "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"
- })
- post = str (response.json ()["userInfo"])
- if 'user' in post:
- count += 1
- print(C+"{}: {}".format(count, C+password.strip())+R+" | Username BaD ")
- with open('accountfound.txt', 'a') as x:
- x.write(password + '\n')
- else:
- count += 1
- print(C+"{}: {}".format(count, C+password.strip())+E+" | Uasername Good or BanD ")
- print("")
- exit()
Advertisement
Add Comment
Please, Sign In to add comment