[Request] Fill the Oceans
idle/clicker about filling the oceans
Fill the Oceans Posted on: 12/07/2016 2:24am
Quote Post

Im back with another idle/clicker game,

http://www.filltheoceans.com/

nothing to hard or diffrent about this one, it just passess the time

RE: Fill the Oceans Posted on: 12/07/2016 3:23am
Quote Post
Ubi Maior Minor Cessat

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);
RE: Fill the Oceans Posted on: 12/10/2016 1:18pm
Quote Post
Ubi Maior Minor Cessat

A small open ended challenge from zenwaichi. 
There is a minigame called poseidon in this game. Figure out a way to hack it.
Everybody who qualifies as a winner will get 1000 points. This is a limited time offer.
Hurry up!

RE: Fill the Oceans Posted on: 12/10/2016 3:37pm
Quote Post
TIM the Enchanter
Level: 1
ADR Info
Zenwaichi Posted on: 12/10/2016 8:18am

A small open ended challenge from zenwaichi. 
There is a minigame called poseidon in this game. Figure out a way to hack it.
Everybody who qualifies as a winner will get 1000 points. This is a limited time offer.
Hurry up!



Easier. :P

Game.pFarmerProduce = 999999
Game.pWoodcutterProduce = 99999
Game.pStonecutterProduce = 99999
Game.pLeatherTotal = 999999

If you want to just build 1 temple and be done...
Game.pTempleTotal = 999


Even better than your click / offline repeaters ;)
Game.buildings[13].quantity = 1E20;

Or if you want to max all buildings
for(i=0;i<Game.buildings.length;++i) { Game.buildings[i].quantity = 1E20; }


etc. etc.  Go nuts.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez