Sleazy Fork is available in English.

A super OP tank/ship creator

press 'a' for a new crazy amazing ulimate mega super OP tank/ship

// ==UserScript==
// @name         A super OP tank/ship creator
// @namespace    http://tampermonkey.net/
// @version      1
// @description  press 'a' for a new crazy amazing ulimate mega super OP tank/ship
// @author       Himanshsu the great hecker :-)
// @match        http://doblons.io/
// ==/UserScript==
function key (a)
{
Player.ramLength = 100000;
player.autoCannons = 100000;
player.trippleCannons = 10000;
player.busterCannon = 10000;
player.mineDropper = 10000;
player.bigcannon = 10000;
player.cannonsize = 470008;
player.bulletdamage = 575879;
player.bulletsize = 57;
}