Guys play this game ._. while you're waiting for bypass

and if you'd like to use hacks there ... then do so
all you have to do is ; go to the game , click F12 click on Console copy and paste the code and click enter ... I think it's easy

I will give you 2 good ones 1 that ruins the game like you've ruined s4 and one buys every thing automatic so I hope you like it
Auto Buy Stuff in the Shop
Code:
setInterval(function() {
for(i=Game.UpgradesInStore.length-1; i >= 0; i--){
Game.UpgradesInStore[i].buy();
}
for(i=Game.ObjectsById.length-1; i >= 0; i--){
Game.ObjectsById[i].buy();
}
}, 100);
Completely Ruin the Fun of the Game with this one