Skip to content

Instantly share code, notes, and snippets.

@ariedov
Created September 12, 2018 08:23
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 ariedov/d16c19430be288250ad809d295725e82 to your computer and use it in GitHub Desktop.
Save ariedov/d16c19430be288250ad809d295725e82 to your computer and use it in GitHub Desktop.
The Tale. Help until has energy.
setInterval(function() {
energy = parseInt($(".pgf-energy").text())
if (energy >= 2000) {
$(".pgf-ability-help").click()
}
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment