Additional Info
|
Im back with another idle/clicker game, |
Additional Info
|
The usual autoclicker to paste in browser dev tools (f12) Enter your spoiler head text here var drop = $("#produce-drop"); setInterval("drop.click()",100); clicks are not that effective so here's another hack to add one day of offline production everytime you use it Enter your spoiler head text here, click to expand Game.lastsavetime -= 8640e3; Game._offlineresult(); and here's the automated version of the previous hack that activates itself every second Enter your spoiler head text here setInterval(function(){ Game.lastsavetime -= 8640e3; Game._offlineresult(); },1000); |
Additional Info
|
A small open ended challenge from zenwaichi. |
Level: 1
ADR Info
Additional Info
|
Zenwaichi Posted on: 12/10/2016 8:18am A small open ended challenge from zenwaichi.
|