/pop-cat-hack

JS auto-click script for PopCat challenge (bypass bot detection)

Primary LanguageJavaScript

pop-cat-hack

code to auto click in the popcat game

Disclaimer:

  1. USE AT OWN DISCRETION
  2. FOR EDUCATIONAL PURPOSES ONLY
  3. Only 1 browser allowed per device. API rate limit is enforced per IP address.

Instructions (simple):

  1. Copy all content of the file: clickbot-v3.min.js OR clickbot-v3-with-pop.min.js (with click counter)
  2. Visit https://popcat.click/
  3. Tap F12 to open browser devtool & navigate to "Console" tab
  4. Tap Ctrl + v to paste all content into console
  5. Tap Enter to run the script
  6. Navigate to "Network" tab to check if your API request accepted or rejected (in red text)

Instructions (advanced)

  1. Make sure you have install Python 3 with PIP (Python package manager)
  2. Install Selenium package via PIP
  3. Click here to download script
  4. Extract files & double click "clickbot-v2.py" to run

Popcat Rules

  • API rate limit = 800 clicks per 30 seconds (So far I can't bypass this)
  • If you send 800 clicks or above, system will only record 800 clicks & spam score +1
  • If you hit 10 spam scores, system will mark you as bot & no further clicks will be sent to API

Original author: Xavier Loo (https://github.com/jvloo/popcat-clicker)