Simple Cookie is a powerful Telegram bot designed for mass checking Roblox cookies with detailed account analysis, game-specific checks, and various cookie management tools.
- Full account statistics analysis
- Balance, pending Robux, RAP calculation
- Badges and gamepass verification
- Rare items detection (Headless, Korblox, etc.)
- Premium status and billing information
- Email verification status
- Support for 30+ popular Roblox games
- Game-specific badges and gamepass verification
- In-game donation tracking
- Playtime statistics
- Detailed game reports
- Cookie Validator – Quick validity checks
- Cookie Refresher – Mass cookie refresh using external API
- Cookie Bypasser – Mass cookie bypass functionality
- Cookie Sorter – Merge multiple files and remove duplicates
- Cookie Splitter – Split cookies into individual files
- Configurable check parameters
- Multiple output formats (ZIP/TXT)
- Queue system with VIP priority
- Proxy support for checking
- Referral system with bonus checks
- Admin panel with moderation tools
- Mass notifications and user management
Python 3.8+
Required packages: aiogram, aiohttp, pytz# Bot configuration
BOT_TOKEN = 'your_bot_token_here'
ADMINS = [admin_id_1, admin_id_2] # Telegram admin IDs
CRYPTOBOT_API_KEY = 'your_cryptobot_key' # For VIP payments
DISCORD_WEBHOOK_URL = 'your_webhook_url' # For notifications# Clone and install dependencies
git clone <repository_url>
cd simple-cookie
pip install -r requirements.txt
# Create necessary directories
mkdir Users filesforcookie
# Run the bot
python main.pysimple-cookie/
├── Users/ # User databases and configs
├── filesforcookie/ # Temporary cookie files
├── main.py # Main bot file
├── proxies.txt # Proxy list (optional)
└── README.md # This file
The bot supports checking for over 30 popular Roblox games including:
- Adopt Me, Blox Fruits, BedWars, Pet Simulator 99
- Jailbreak, Murder Mystery 2, Bee Swarm Simulator
- Anime Adventures, Tower Defense Simulator, Royal High
- And many more with detailed badge and gamepass tracking
- Priority queue – VIP users skip the line
- Unlimited checks – No daily limits
- Faster processing – Priority processing
- Payment methods: Telegram Stars or CryptoBot (USDT)
/start– Start the bot/ref– Referral program- Cookie Check – Main checking interface
- Check Game – Game-specific checking
- Profile – User profile and statistics
- Sorter – Cookie merging tool
- Valid Checker – Quick validity checks
- Cookie Refresh – Mass refresh cookies
- Cookie Bypass – Mass bypass cookies
- Cookie Splitter – Split cookies into files
/ban– Ban users/unban– Unban users/restart– Restart all checks/setproxy– Set proxy list/listproxy– Show proxy list/post– Mass notification/soob– Send personal message
- Multiple proxy support with rotation
- Concurrent checking (50 threads)
- Retry mechanism (5 attempts)
- Duplicate detection and removal
{
"user_id": {
"config": {
"cookie_check_count": 0,
"registration_date": "2024-01-01",
"badges": [],
"gamepasses": [],
"check_params": {},
"output_format": {},
"game_settings": {},
"playtime_settings": {},
"is_vip": false,
"referral_code": "ABC123",
"bonus_checks": 0
}
}
}- Priority-based queue (VIP > Regular)
- Real-time queue position updates
- Automatic retry on failure
- Progress tracking with notifications
- User ban system with reason tracking
- Cookie validation before processing
- Secure payment processing
- Admin-only commands
- Rate limiting on free checks
- Daily check limits (5 free checks/day)
- Referral bonuses (3 extra checks per referral)
- Total checks performed
- Valid/Invalid cookie statistics
- User activity tracking
- CryptoBot API – For VIP payments
- External refresh API – For cookie refreshing
- External bypass API – For cookie bypassing
- Discord Webhooks – For notifications
- "File not found" – Ensure the file is in TXT format
- "Invalid cookie format" – Check cookie structure
- "Queue full" – Wait or purchase VIP for priority
- "API error" – External service might be down
Check bot.log for detailed error information:
tail -f bot.logContributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is for educational purposes only. Users are responsible for complying with Roblox's Terms of Service.
This tool is designed for educational and research purposes only. The developers are not responsible for any misuse of this software. Always ensure you have permission to check any cookies and comply with all applicable laws and terms of service.
- Developer: @oindc
Last updated: January 2026
