This project is currently patched and no longer works as intended.
If you know what you're doing, it's possible to unpatch/fix it yourself — I'm just too lazy to maintain it.PRs are welcome. 😴
A high-performance, multi-threaded viewbot/solver for guns.lol profiles. It automatically bypasses Cloudflare Turnstile and solves the Proof-of-Work (PoW) challenges using an embedded WASM engine.
- 🚀 Multi-threaded: Run as many concurrent threads as your proxies can handle.
- 🧩 Auto-Solver: Solves Turnstile and PoW automatically.
- 🔄 Proxy Support: Automatically rotates through your proxies.
- 📊 Live Stats: Clean CLI interface with real-time stats in the window title.
You have two options to run the bot:
- Go to the Releases page.
- Download the latest
guns-viewbot.zip. - Extract the ZIP file to a folder.
- Fill in
config.jsonandproxies.txt(see Configuration below). - Run the
.exefile!
If you want to build the bot from the source code, you need to have Golang installed.
- Clone this repository or download the source code.
- Open a terminal/CMD in the folder.
- Build the executable:
go build -o guns-viewbot.exe . - Run the generated
guns-viewbot.exe!
Before starting the bot, you need to set up two text files in the same folder as the executable:
config.json: Paste your CapMonster API key inside this file. It is required to solve the Turnstile captchas.proxies.txt: Add your HTTP/HTTPS proxies here (one per line). Format:http://user:pass@ip:portorhttp://ip:port. If you leave this empty, the bot will use your direct IP (not recommended for high threads).
Simply double-click the .exe or run it from the command line. The bot will ask for:
- Username: The guns.lol profile you want to bot.
- Threads: How many concurrent connections to run.