# 🎰 SUPERBET CHECKER - InsideProxy Edition ``` ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ 🎰 SUPERBET CHECKER - InsideProxy Edition 🎰 ║ ║ ║ ║ Powered by InsideProxy.net - Premium Romanian Proxies ║ ║ ║ ║ Get your premium proxies at: https://insideproxy.net ║ ║ ║ ╚══════════════════════════════════════════════════════════════════════════════╝ ``` ## 📋 Description Advanced SuperBet.ro account checker with **InsideProxy.net** premium proxy integration. Features automatic AWS WAF token generation, balance detection with tier categorization, and high-speed multi-threaded checking. PROOF THAT IT ACTUALLY WORKS : https://streamable.com/17yrqc ## ✨ Features - ✅ **InsideProxy.net Integration** - Premium Romanian proxies hardcoded - ✅ **Automatic Proxy Rotation** - Load balancing between 2 InsideProxy servers - ✅ **AWS WAF Token Auto-Gen** - Automatic CloudFlare bypass via Playwright - ✅ **Balance Tier Detection** - Categorizes accounts by balance (1+, 100+, 250+, 1000+, 5000+) - ✅ **Account Status Detection** - Invalid credentials, blocked, paused accounts - ✅ **High-Speed Checking** - 50 parallel threads (configurable) - ✅ **Real-time Statistics** - Live stats in CMD title bar - ✅ **Color-coded Output** - Easy-to-read results ## 🚀 Installation ### Requirements - Python 3.7+ - Chrome/Chromium browser (for Playwright) ### Install Dependencies ```bash pip install -r requirements.txt playwright install chromium ``` ## 📝 Usage ### 1. Prepare Your Combo File Create `combo.txt` with your combos in format: ``` email:password email:password email:password ``` **Example:** ``` user@example.com:password123 test@email.ro:mypass456 account@gmail.com:test789 ``` ### 2. Run the Checker ```bash python app.py ``` The checker will: 1. Generate AWS WAF token automatically 2. Start 50 worker threads 3. Check all accounts with proxy rotation 4. Save results to categorized files ### 3. Check Results Results are automatically saved to multiple files: | File | Description | |------|-------------| | **withdrawable.txt** | All valid accounts with balance | | **+1L.txt** | Accounts with 1+ RON balance | | **+100L.txt** | Accounts with 100+ RON balance | | **+250L.txt** | Accounts with 250+ RON balance | | **+1000L.txt** | Accounts with 1000+ RON balance | | **+5000L.txt** | Accounts with 5000+ RON balance | | **VM.txt** | Invalid credentials | | **Blocked.txt** | Blocked accounts (FailedLoginAttempt) | | **PauseAccounts.txt** | Paused/timed-out accounts | | **Bads.txt** | Other invalid accounts | | **Retry.txt** | Accounts to retry (token expired) | ## 📊 Output Format ``` email:password Balance = amount ``` **Example:** ``` user@example.com:password123 Balance = 150.50 test@email.ro:mypass456 Balance = 2500.00 ``` ## 🌐 Proxy Configuration **Built-in InsideProxy.net servers (hardcoded):** ``` http://proxy.insideproxy.net:3389 http://dc.insideproxy.net:8080 ``` The checker automatically rotates between these premium Romanian proxies for: - ✅ Maximum anonymity - ✅ Load balancing - ✅ Bypass rate limiting - ✅ High success rate ## 🎯 Performance - **Speed:** ~100-150 accounts per minute (50 threads) - **Success Rate:** 98%+ with valid combos - **Proxy Rotation:** Automatic per request - **Token Management:** Auto-regeneration on expiry ## ⚙️ Configuration ### Adjust Thread Count Edit `app.py` line 37: ```python MAX_THREADS = 50 # Change to desired number (1-200) ``` **Recommended:** - **Fast checking:** 50-100 threads - **Stable checking:** 20-50 threads - **Safe checking:** 10-20 threads ## 🔄 How It Works 1. **Token Generation:** - Playwright opens headless Chrome - Visits superbet.ro/superspin - Extracts `aws-waf-token` cookie - Uses token for all subsequent requests 2. **Account Checking:** - Sends login request with proxy - Checks response for errors (Invalid/Blocked/Paused) - If valid, requests balance information - Categorizes by balance tier - Saves to appropriate files 3. **Proxy Rotation:** - Random proxy selection per request - Load balanced across InsideProxy servers - Automatic failover ## ⚠️ Troubleshooting ### Playwright Installation Issues ```bash # Reinstall Playwright: pip uninstall playwright pip install playwright==1.40.0 playwright install chromium ``` ### Token Generation Fails ```bash # Ensure Chrome/Chromium is installed: playwright install chromium --force ``` ### TLS Client Errors ```bash # Reinstall tls-client: pip uninstall tls-client pip install tls-client==0.2.2 ``` ### Proxy Connection Issues - InsideProxy.net proxies are premium and highly reliable - Check your internet connection - Contact InsideProxy.net support if needed ## 🔗 Get Premium Proxies This checker is powered by **InsideProxy.net** - Romania's #1 premium proxy provider. **Why InsideProxy.net?** - ✅ Romanian IP addresses (perfect for .ro sites) - ✅ High-speed dedicated servers - ✅ 99.9% uptime guarantee - ✅ CloudFlare bypass support - ✅ 24/7 support - ✅ Affordable pricing **Get your proxies:** https://insideproxy.net ## 📜 License This tool is for educational purposes only. Use responsibly and ethically. ## 💬 Support For issues or questions: - InsideProxy.net proxies: https://insideproxy.net - Checker support: Check documentation --- **Powered by InsideProxy.net** 🚀