Skip to content

Instantly share code, notes, and snippets.

@fr34kyn01535
Created April 14, 2017 13:31
Show Gist options
  • Save fr34kyn01535/60f0204a6200415e5542e4f6748f96fe to your computer and use it in GitHub Desktop.
Save fr34kyn01535/60f0204a6200415e5542e4f6748f96fe to your computer and use it in GitHub Desktop.
ZType Cheat (http://zty.pe/)
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);
@ztypemaster
Copy link

how do you even do anything with this?

@gregPaul69
Copy link

how do you even do anything with this?

paste it into the console

@Aadhavan-Ramkumar
Copy link

Cool

@Aadhavan-Ramkumar
Copy link

I went to wave 94 with this

@minecraftbo9oy
Copy link

where is the console

@Aadhavan-Ramkumar
Copy link

Press Ctrl + Shift + J to open the console on a Windows

@Aadhavan-Ramkumar
Copy link

Or just right-click on the page, click on Inspect, and select Console in the menu.

@minecraftbo9oy
Copy link

minecraftbo9oy commented Nov 27, 2021 via email

@KlyntarX69
Copy link

this didn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment