Selfbot Configuration
Complete guide to configuring and customizing your selfbot.
Configuration Overview
Your selfbot can be fully customized through the startup interface and configuration files.
Below you'll find all available options categorized by functionality.
Startup Configuration
Configure core settings when starting the selfbot.
Command Prefix
Define the character used to trigger commands (e.g. !
.
or $
)
Litecoin Configuration
Set your Litecoin Address
, Litecoin Private Key
, and Tatum API
to enable crypto features.
How to obtain your Litecoin Private Key
Exodus Wallet
1. Open Exodus and go to the Litecoin wallet.
2. Click the three dots → View Private Keys
3. Find the address that is holding balance.
4. Copy the Address and the Private Key.
⚠️ Never share this key with anyone.
Trust Wallet (Mobile)
Access Recovery Phrase:
- Head to the "Home" tab inside the app.
- Click on your Wallet Name at the top of the screen.
- Tap the info icon next to your wallet.
- Select Back up manually and continue.
- Write down your 12-word phrase in order.
⚠️ This phrase controls all assets in your wallet. Never share it.
Convert to Private Key:
- Download the BIP39 tool.
- Disconnect from internet for security.
- Open the bip39-standalone.html file.
- Enter your 12-word phrase in the BIP39 field.
- Set Coin to "Litecoin" or use path m/44'/2'/0'/0.
- Find your address in the Derived Addresses section.
- The matching private key can be found in the same row.
Note: Always perform key conversion offline for maximum security.
Electrum LTC
1. Open the Electrum-LTC wallet.
2. Go to Wallet → Private Keys → Export
3. Select the Litecoin address and copy its private key.
How to get a free Tatum API Key
Sign up for Tatum
1. Go to tatum.io
2. Click "Get Started" and create a free account.
Create API Key
1. After login, head to the API Keys section.
2. Click "Create new API key"
3. Select "Litecoin" as the main chain.
4. Copy your generated API key.
Free Tier Limits
• 5 API requests per second
• 2,000 requests per month
Cohere AI Integration
Add your Cohere API
to enable AI-powered commands and prompt responses.
How to get a free Cohere API Key
Sign up for Cohere
1. Visit the Cohere Dashboard
2. Sign up with your email, google or github account.
Create API Key
1. After login, navigate to "API Keys"
2. Click "Create API Key".
3. Name your key (e.g. "Selfbot")
4. Copy the generated key.
Free Tier Limits
• 100 free API calls per minute
• 10,000 free tokens per month
Toggleable Modules
Enable or disable these features from the startup interface.
Nitro Sniper
Automatically claims Nitro codes when detected. Doesn't work on own messages.
data/modules/redeemer.json
Giveaway Joiner
Automatically enters giveaways when detected and configured.
data/modules/giveaways.json
Guild Settings
Automatically applies your preferred server settings when joining new guilds.
data/modules/autoguild.json
Notifications
Notifies and logs various events like messages, friend requests, etc.
data/modules/notify.json
Payment Notifications
Alerts you about received PayPal and Litecoin payments.
data/modules/payments.json
Security Notes
- Never share your Litecoin private key and token with anyone.
- Be cautious when enabling modules that interact with financial transactions.
- Use the modules at your own risk; we do not guarantee they are undetected.
- Consider using a dedicated Litecoin address just for your selfbot.
- Rotate your API keys periodically for better security.
Configuration
Each module's JSON file can be fully customized:
- Adjust and customize the embeds for each module.
- Configure giveaway entry criteria and whitelist bots.
- Set pings for specific embeds and notifications.
- Set payment notification thresholds and destinations.