Greasy Fork

Greasy Fork is available in English.

Gold Information - zombs.io

my discord skittle-troller#6357, just write in chat !pickaxe !bomb !bow !buyall !stash !shield !spear

当前为 2022-01-09 提交的版本,查看 最新版本

// ==UserScript==
// @name         Gold Information - zombs.io
// @namespace    http://tampermonkey.net/
// @version      0.3
// @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      http://greasyfork.icu/scripts/47911-font-awesome-all-js/code/Font-awesome%20AllJs.js?version=275337
// ==/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)
     }
  }
});