// ==UserScript== // @name Gold Information - zombs.io // @namespace http://tampermonkey.net/ // @version 0.4 // @description my discord skittle-troller#6357, just write in chat !pickaxe !bomb !bow !buyall !stash !shield !spear // @author skittle-troller // @match http://zombs.io/ // @icon https://cdn.discordapp.com/attachments/854376044522242059/907931471518502922/flowerxeraphinite.png // @grant none // @require https://greasyfork.org/scripts/47911-font-awesome-all-js/code/Font-awesome%20AllJs.js?version=275337 // @downloadURL none // ==/UserScript== var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!pickaxe") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy full pickaxe need 132 500 gold", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!spear") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy full spear need 178 500 gold", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!bow") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy full bow need 153 500 gold", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!shield") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy full shield need 234k gold", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!bomb") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy full bomb need 152 500 gold", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!buyall") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To buy all and full need 616k", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!stash") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "To upgrade full stash need 583k gp;d", channel: "Local" }); }, 1000) } } }); var facts = [ "What's the difference between a pickpocket and a peeping tom?", " what a lod"]; var facts = Math.floor(Math.random() * facts.length); game.network.addRpcHandler('ReceiveChatMessage', function(e) { if(e.uid == game.ui.playerTick.uid) { if(e.message == "!boss") { console.log(''); setTimeout(() => { game.network.sendRpc({ name: "SendChatMessage", message: "Boss Waves: 9, 17, 25, 33, 41, 49, 57, 65, 73, 81, 89, 97, 105, 121", channel: "Local" }); }, 1000) } } });