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); |
how do you even do anything with this?
paste it into the console
Cool
I went to wave 94 with this
where is the console
Press Ctrl + Shift + J to open the console on a Windows
Or just right-click on the page, click on Inspect, and select Console in the menu.
ok thx
i already knew it tho
and i tried this almost an year ago
…On Fri, Nov 26, 2021 at 7:35 PM Aadhavan-Ramkumar ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Or just right-click on the page, click on Inspect, and select Console in
the menu.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/60f0204a6200415e5542e4f6748f96fe#gistcomment-3975366>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVQRZYUA3HLAOIM5VJ7THNTUN6HZTANCNFSM4R2KUVHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
this didn't work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how do you even do anything with this?