Created
June 25, 2018 07:00
-
-
Save sicksand/c047b44dde41ccd8d3d6163ec2149238 to your computer and use it in GitHub Desktop.
9hitsviewer bounce rate
This file contains 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
while(1) | |
{ | |
await Delay(15000); | |
ClickByTag("a", "random"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment