A comprehensive collection of automation scripts for the Nighty Discord selfbot, featuring voice channel management, cryptocurrency utilities, server management, and system automation.
- 💰 Cryptocurrency Address Info - Lookup information for various cryptocurrency addresses
- 🏛️ Discord Server Management - Manage and leave Discord servers with ease
- 📊 Message Counter - Count messages for safe purging operations without damage
File: cryptoinfo.py
Author: simnJS
Comprehensive cryptocurrency address information lookup tool.
Supported Currencies:
- BTC (Bitcoin)
- LTC (Litecoin)
- ETH (Ethereum)
- BCH (Bitcoin Cash)
- DOGE (Dogecoin)
- DASH (Dash)
- ZEC (Zcash)
- BTS (BitShares)
Commands:
<p>cryptoinfo <currency> <address>
Examples:
<p>cryptoinfo btc 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
<p>cryptoinfo eth 0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6
Features:
- Balance and transaction information
- EUR conversion rates
- Support for multiple blockchain APIs
- Clean error handling and logging
File: guild_manager.py
Author: simnJS
Discord server management interface with visual guild listing.
Features:
- Visual server listing with names and icons
- One-click server leaving functionality
- Toast notifications for feedback
- Automatic interface updates
- Alphabetically sorted server list
- Two-column layout with scroll support
Usage: Access the "Guilds Manager" tab in Nighty to view and manage servers.
File: message_counter.py
Author: simnJS
Safe message counting tool for calculating purge operations without damage.
Features:
- Count messages from a specific message ID to current time
- Work from any channel/server with proper channel/server IDs
- Show detailed message information and timestamps
- Safe purge calculation with exact counts
- Error handling for invalid message IDs and inaccessible channels
- Cross-server counting with permissions validation
Commands:
<p>count <message_id> - Count in current channel
<p>count <channel_id> <message_id> - Count in specific channel
<p>count <guild_id> <channel_id> <message_id> - Count in specific server/channel
Examples:
<p>count 1234567890123456789
<p>count 987654321098765432 1234567890123456789
<p>count 111222333444555666 987654321098765432 1234567890123456789
Usage Scenario:
- Find the message ID you want to purge FROM
- Use
<p>countwith appropriate IDs to see how many messages would be affected - Use the count for safe purging operations from any channel/server
Features:
- Shows target message details (author, content preview, timestamp)
- Counts messages after the target message
- Provides total purge count (including target message)
- Displays time information and safety warnings
File: Nighty Auto Start.py
Author: Flixer (improved version)
Automatically adds Nighty to Windows startup and handles updates.
Features:
- Automatic Windows startup registration
- Auto-update startup entries for new Nighty versions
- Creates startup batch file in Windows startup folder
- Handles existing startup entries replacement
- Clone this repository to your Nighty scripts directory:
git clone <repository-url>-
Ensure you have Nighty selfbot installed and running
-
Load the scripts through the Nighty interface or place them in the appropriate scripts directory
- Load the script in Nighty
- Access the corresponding tab in the Nighty interface
- Configure settings through the UI
- Use the provided controls to start/stop functionality
Use the designated command prefixes as specified in each script's documentation.
- API Endpoints: Uses blockchain.info and blockcypher.com APIs
- Currency Support: Configurable through SUPPORTED_CURRENCIES dictionary
- Auto-refresh: Automatically updates server list
- Error Handling: Built-in error handling for leave operations
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Create a Pull Request
Important: This collection is designed for the Nighty Discord selfbot. Please ensure you comply with Discord's Terms of Service and your local laws when using these scripts. Self-bots operate in a legal gray area and may violate Discord's ToS.
Use at your own risk. The authors are not responsible for any consequences resulting from the use of these scripts.
This project is licensed under the MIT License - see the LICENSE file for details.
Additional Notes: This project is provided as-is for educational and automation purposes. Please respect Discord's Terms of Service and use responsibly.
Made for the Nighty Community 🌙
For support or questions, contact the respective script authors mentioned in each script's documentation.