script for Rocketeer Bot

Rocketeer Bot script with Antirammer build and c + e

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         script for Rocketeer Bot
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Rocketeer Bot script with Antirammer build and c + e
// @author       MysteriousImage300
// @match        https://diep.io/
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license MIT
// ==/UserScript==
var died=true;
function s() {
    input.keyUp(75); input.keyDown(75);
    if(input.should_prevent_unload()) {
        if (died) {
            died=false;
            setTimeout(() => {
                input.keyDown(220); input.keyUp(220);
             input.keyDown(67); input.keyUp(67);
             input.keyDown(69); input.keyUp(69);
             input.execute('game_stats_build 222223333333555555566666667777777');
            }, 400);
             };
         }else{
                  died=true;
   };
};
setInterval(s, 100);