blindcounter is a lightweight web service that allows you to bypass double counter links with ease. it provides a simple web interface where you and your friends can input a double counter link and be immediately verified without issues.
blindcounter must be run with Bun. to get started, clone the repository:
git clone https://github.com/VillainsRule/blindcounter && cd blindcounterthen, create a .env file in the root directory with the following content:
RESI_PROXY=your_resi_proxy_here
PASSWORD=your_password_hereyou can choose to remove the password line if you do not want to protect the service with a password. (i don't recommend this, because it opens the service up to abuse.)
the resi proxy must be a residential proxy that supports HTTPS requests in the format https://user:pass@host:port or https://host:port. you can use services like Decodo to obtain such proxies. invalid or missing proxies will result in verification failing.
finally, start the server with:
bun .finally, open your browser to http://localhost:6445 to access the web interface!
obviously, if you can't tell, this doesn't have any special "bypass" and just makes bypassing double counter easier!
demo video: https://files.catbox.moe/hendhn.mp4