Last active
August 29, 2015 14:24
-
-
Save dgoguerra/96378eac7502fa24fb94 to your computer and use it in GitHub Desktop.
Cheat to win the game http://wvw.igame.com/eye-test
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
// autoclick the correct squares at 1/10 of a sec... | |
var interval = setInterval(function() { $('iframe').contents().find('.thechosenone').click(); }, 100); | |
// stop whenever you want! | |
clearInterval(interval); |
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
var _0x909a=["\x63\x6C\x69\x63\x6B","\x2E\x74\x68\x65\x63\x68\x6F\x73\x65\x6E\x6F\x6E\x65","\x66\x69\x6E\x64","\x63\x6F\x6E\x74\x65\x6E\x74\x73","\x69\x66\x72\x61\x6D\x65"]; | |
var i=setInterval(function(){$(_0x909a[4])[_0x909a[3]]()[_0x909a[2]](_0x909a[1])[_0x909a[0]]()},100); | |
clearInterval(i); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment