Skip to content

Instantly share code, notes, and snippets.

@sicksand
Created June 25, 2018 07:00
Show Gist options
  • Select an option

  • Save sicksand/c047b44dde41ccd8d3d6163ec2149238 to your computer and use it in GitHub Desktop.

Select an option

Save sicksand/c047b44dde41ccd8d3d6163ec2149238 to your computer and use it in GitHub Desktop.
9hitsviewer bounce rate
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