Skip to content

Instantly share code, notes, and snippets.

@haywoood
Last active August 29, 2015 13:57
Show Gist options
  • Save haywoood/9823182 to your computer and use it in GitHub Desktop.
Save haywoood/9823182 to your computer and use it in GitHub Desktop.
$(document).ajaxSuccess(function(a,b,c,d) {
if (d.IsCaptcha) {
alert('captcha')
} else if (d.AutosRemaining === 0) {
setTimeout(function(){
$('#BattleContinue').click()
setTimeout(function(){
$('#AutoBattleSubmit').click()
}, 500)
}, (12*1000))
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment