Giter Club home page Giter Club logo

ztype-trainer's Introduction

ztype-trainer

Trainer for the famous typing game ZType (http://zty.pe/)

How to use

###Online

  1. Head to zty.pe to play the game.
  2. In Chrome, open Developer Tool, (press F12 on windows), go to Console tab, paste and execute the following code:
var script = document.createElement("script");script.type = "text/javascript";script.src = "https://rawgit.com/KevinWang15/ztype-trainer/master/ztype-trainer.js";document.getElementsByTagName("head")[0].appendChild(script);

###Offline Just clone this repo and use an http-server to serve the website.

e.g. Using http-server

git clone https://github.com/KevinWang15/ztype-trainer
cd ztype-trainer
http-server

and visit http://localhost:8080

###RawGit.com (http://rawgit.com/) Served via MaxCDN http://cdn.rawgit.com/KevinWang15/ztype-trainer/master/index.html

Key Bindings

Shortcut Function
Alt+1 Toggle machine gun (automatic shooting). None->slow->fast->none..
Alt+2 Toggle manual machine gun (press anykey to shoot! impress your friends)
Alt+3 Toggle instant kill (one bullet kill)
Alt+4 Unlimited EMP (press enter to use)
Alt+5 God Mode (Can be used with Alt+0)
Alt+6 Shotgun (kills every enemy)
Alt+7 A lot of enemies (spawn 80 enemies)
Alt+8 A lot of fast moving enemies (spawn 80 fast-moving enemies)
Alt+9 Deactivate all
Alt+0 Disable screen shake
Alt+- Distraction free mode (removes everything other than the game)

ztype-trainer's People

Contributors

kevinwang15 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.