Skip to content

Instantly share code, notes, and snippets.

@vtno
Created August 14, 2021 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vtno/a69dd7805f3d4631866e44a47e9b66f0 to your computer and use it in GitHub Desktop.
Save vtno/a69dd7805f3d4631866e44a47e9b66f0 to your computer and use it in GitHub Desktop.
POP DAT CAT
require 'watir'
b = Watir::Browser.new
b.goto 'https://popcat.click'
i = b.images.first
loop do
i.click
sleep 0.04 # 8000 click per 5 mins ~= 1 click per 0.04s
end
@hacer930
Copy link

hacer930 commented Sep 5, 2021

i need help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment