(adsbygoogle = window.adsbygoogle || []).push({});
How to cheat on Javascript
Minecraft Mining!
First of all i would like to say thank you to the user Classified for this awesome game, you can see there thread here - You must login or register to view this content.
This tutorial will show you how to modify the game, and how you can find your own modifications to! firstly here is some of the basic variables that can be edited.
Gameplay
money = 0 //how much money you have
vault_max_storage = 0 //how much you can store in your vault
autoPilotCost = 0 //auto pilot cost
canGetZombieProtection = true //unlock zombie protection
portalParts = 0 //change how many portal parts you have
partWaysCos = 0 //change cost of parting ways with boss?, not tested?
Sats
totalMoneyEarned = 0 //money earned
statLootMoney = 0 //loot money
statEnemiesKilled = 0 //enemies killed
statDefendersKilled = 0 //defenders killed
statBattlesWon = 0 //battles you've won
statBattlesLost = 0 //battles you've lost
to use edit this variables in game, all you need to do is type (you cannot copy and paste or it doesn't work) this into the url bar while on the game, and click enter.
javascript: (var name) = (value);
so an example for editing the money stat would be
javascript: money = 1000000000;
To find your own variables to edit, read through these two files.
You must login or register to view this content.
You must login or register to view this content.
Once again, thank you Classified for the game.