moom825 / Discord-RAT

Discord Remote Administration Tool fully written in Python3
240 stars 50 forks source link

How to run hidden? ANSWERED #20

Closed nomrsavage closed 2 years ago

nomrsavage commented 2 years ago

is there a function to automatically run hidden? or would i have to do that myself if not, it would make for a great addition

Haquire commented 2 years ago

PyInstaller --onefile --noconsole DiscordRAT.py

nomrsavage commented 2 years ago

now i feel dumb... i was supposed to learn pyinstaller switches, but i never got a chance to and eventually forgot... thanks a lot :D