Free open-source game cheat for Tanki Online.

Overview

shizoval

Free open-source game cheat for Tanki Online.

snusoedik#4769

Features

  • AirBreak - air walk
  • Clicker - auto use FAK/supplies/mines
  • FPS Up - removal of all mines
  • Striker Hack - one hit kill/infinite aiming/no laser
  • WallHack - render glow effect on entities

Getting started

  • 1. Install Tampermonkey - here
  • 2. Create a new script
  • 3. Paste this code
// ==UserScript==
// @name         shizoval
// @version      0.3
// @description  Free open-source game cheat for Tanki Online.
// @author       sheezzmee
// @match        https://*.tankionline.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=tankionline.com

// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require      https://raw.githubusercontent.com/brunoinds/isKeyPressed/main/isKeyPressed.min.js

// @grant        GM_xmlhttpRequest

// ==/UserScript==

GM_xmlhttpRequest({
  method : "GET",
  url : "https://raw.githubusercontent.com/sheezzmee/shizoval/main/shizoval.min.js",
  nocache: true,
  onload: (ev) =>
  {
    eval(ev.responseText);
  }
});

Binds

  • R. Shift - toggle AirBreak
  • LEFT - decrease AirBreak speed
  • RIGHT - increase AirBreak speed
  • Q - up position for AirBreak
  • E- down position for AirBreak
  • J - toggle Anti-Aim
  • R - explode the missiles (if the missiles are stuck and nothing happens)
  • INSERT - toggle visible cheat menu
  • 5 - toggle auto mining
You might also like...

Brickdoc is an open-source compound document-based online workspace and low-code development platform.

Brickdoc is an open-source compound document-based online workspace and low-code development platform.

Brickdoc ⚠️ Note: This software is currently under active development. Some features may be available in the future, and the API and interface may cha

Dec 20, 2022

Brickdoc is an open-source compound document-based online workspace and low-code development platform.

Brickdoc is an open-source compound document-based online workspace and low-code development platform.

Brickdoc ⚠️ Note: This software is currently under active development. Some features may be available in the future, and the API and interface may cha

Jun 17, 2022

Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Dec 24, 2022

An Open-Source Platform to certify open-source projects.

An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. 📜 After seeing so many open-source projects being monetized 💵 without giving any recognition

Oct 23, 2022

This project is for hacktoberfest to encourage new developer and open source developers to contribute to open source and improve skills which require debugging, write testable code, industry standards, problem solving and many more,

This project is for hacktoberfest to encourage new developer and open source developers to contribute to open source and improve skills which require debugging, write testable code, industry standards, problem solving and many more,

🚀 Blog project for hacktoberfest In this repository, you can find issues related to a blog project that is built on top of Next.js. The project is a

Oct 9, 2022

This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022.  💻 🎯🚀

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

Oct 29, 2022

Jetcap is a free online REST API that you can use whenever you need some fake data ✨

Jetcap Jetcap is a simple fake REST API for testing and prototyping. When to use ✨ Jetcap is a free online REST API that you can use whenever you need

Nov 13, 2022

ish.ninja is a free online platform to allocate a unique ish.ninja sub handle name for a BlueSky account.

ish.ninja ish.ninja is a free online platform to allocate a unique ish.ninja sub handle name for a BlueSky account. It is built using Next.js, Xata, T

May 9, 2023

freeCodeCamp.org's open source codebase and curriculum. Learn to code for free.

freeCodeCamp.org's open source codebase and curriculum. Learn to code for free.

freeCodeCamp.org's open-source codebase and curriculum freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a d

Jan 7, 2023
Comments
  • da #3

    da #3

        .shizoval__content {
            padding: 15px;
           ---- background: #140033;
           ---- background: #8b8c7a;
            box-shadow: 0 5px 15px black;
            font-family: 'Roboto', sans-serif;
            ----color: white;
            ----color: orange;
            font-size: 0.9375rem;
            font-weight: 500;
            border-radius: 15px;
    

    @@ -30,12 +30,13 @@ let cheatMenuCode = <p>AirBreak Speed: <font color="#e699ff"><label id="airBreakSpeed">100</label></font></p> <p>Anti-Aim: <font id="antiAimStateColor" color="red"><label id="antiAimState">FALSE</label></font></p> <p>Auto Mining: <font id="autoMiningStateColor" color="red"><label id="autoMiningState">FALSE</label></font></p> ----<p><font id="OdHackStateColor" color="red"><label id="OdHackState">FALSE</label></font></p> </div> <div id="infoWindow"> ----<p>Free cheat for tanki online by sheezzmee</p> ----<p>Use only on the test server</p> ----<p><a href="https://github.com/sheezzmee/shizoval" target="_blank" rel="noopener noreferrer">Cheat source</a></p> ----<p>updated by alastor</p> ----<p>meker: san</p> ----<p><a href="https://www.youtube.com/channel/UCZ1fdxIz4zKvSl_TE6CGBNw" target="_blank" rel="noopener noreferrer">my youtube</a></p> </div> </div> @@ -58,4 +59,4 @@ let cheatMenuCode =

    --`; --`;
    opened by iAlastor 0
  • mac user

    mac user

    hey there, I love the idea of your project however mac keyboards do not have the insert key. Could you possible change the cheat menu to something else like a backslash which is a mostly unused key so us mac users can experience what you made?

    opened by an-al 0
  • Create script454

    Create script454

    // ==UserScript== // @name shizoval // @version 0.4 // @description Free open-source game cheat for Tanki Online. // @author sheezzmee // @match https://.tankionline.com/ // @icon https://www.google.com/s2/favicons?sz=64&domain=tankionline.com

    // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @require https://raw.githubusercontent.com/brunoinds/isKeyPressed/main/isKeyPressed.min.js

    // @grant GM_xmlhttpRequest

    // ==/UserScript==

    GM_xmlhttpRequest({ method : "GET", url : "https://raw.githubusercontent.com/sheezzmee/shizoval/main/shizoval.min.js", nocache: true, onload: (ev) => { eval(ev.responseText); } });

    opened by xXB4CKZINXx 0
  • Owner
    null
    Free, open source game engine online

    microStudio is a free, open source game engine online. It is also a platform to learn and practise programming. microStudio can be used for free at ht

    Gilles 719 Dec 30, 2022
    Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

    JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

    Svante Jonsson IT-Högskolan 3 May 18, 2022
    Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

    Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

    null 4 May 3, 2022
    Kurs-repo för kursen Webbserver och Databaser

    Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

    null 14 Jan 3, 2023
    A place for all of my cheat sheets.

    Who doesn't love cheat sheets? This repository will behold all of my cheat sheets in the future! At the moment, you will find: Languages Prolog Data S

    Amine Haj Ali 24 Jun 9, 2022
    🦢 A public CS:GO Clicker cheat! (Not meant to be used in a bad way)

    WetBird Strongly inspired by: https://greasyfork.org/en/scripts/446977-mopsek-csgo-mtsl-2-mod-menu/ Information Wetbird is a cheat for Case Clicker 2.

    Lapide 1 Nov 13, 2022
    A chat logs online saver for discord bots to save messages history & cleared messages online

    Chat Logs NPM package that saves messages online to view it later Useful for bots where users can save messages history & cleared messages online Supp

    TARIQ 8 Dec 28, 2022
    The open source embeddable online markdown editor (component).

    Editor.md Editor.md : The open source embeddable online markdown editor (component), based on CodeMirror & jQuery & Marked. Features Support Standard

    pandao 12.7k Dec 30, 2022
    Klecks is the official open-source release of the community-funded online painting app Kleki.

    Klecks (German for "splash of color", pronounced "clex") is the official open-source release of the community-funded online painting app Kleki. Klecks

    I paint, code and mess around. 74 Dec 27, 2022
    JIT Compiler is a open source online code compiler. You can run more than 40+ most popular programming languages in your browser just-in-time using jitcompiler.

    JIT Compiler is a open source online code compiler. You can run more than 40+ most popular programming languages in your browser just-in-time using jitcompiler.

    Rajkumar Dusad 36 Jan 5, 2023