Created
August 14, 2021 20:33
-
-
Save vtno/a69dd7805f3d4631866e44a47e9b66f0 to your computer and use it in GitHub Desktop.
POP DAT CAT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i need help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!