Created
April 14, 2017 13:31
-
-
Save fr34kyn01535/60f0204a6200415e5542e4f6748f96fe to your computer and use it in GitHub Desktop.
ZType Cheat (http://zty.pe/)
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 i = window.setInterval(function(){ | |
for(let k of Object.keys(ig.game.targets)){ if(ig.game.targets[k]) for(let t of ig.game.targets[k]){ ig.game.shoot(k); for(let c of t.remainingWord){ ig.game.shoot(c); }; }; }; | |
}, 200); | |
//window.clearInterval(i); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this didn't work