Lostworld.io Extra Controls

Use these commands in the chat in order to change the game.

As of 2021-03-25. See the latest version.

// ==UserScript==
// @name         Lostworld.io Extra Controls
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Use these commands in the chat in order to change the game.
// @author       Deadly Dotio
// @match        http://*lostworld.io/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    "use strict";
alert("Commands (type in the chat): 1. /skin true = cool skin      2. /grid true = grid around your character 3. /outline true =  oultines of everything. TYPE NOT IN THE MIDDLE OF THESE IN ORDER TO REMOVE THEM FROM YOUR SCREEN. Ex: /skin not true. 1q 1q 1q 1q = crash your own screen.");
})();