Greasy Fork is available in English.
Use these commands in the chat in order to change the game.
当前为
// ==UserScript==
// @name Lostworld.io Extra Controls
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Use these commands in the chat in order to change the game.
// @author UsefulScripts-Monkey
// @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.");
})();