• Welcome to PiBoSo Official Forum. Please login or sign up.
 
April 20, 2024, 12:08:53 PM

News:

GP Bikes beta21c available! :)


Can you hack a Google server?

Started by Arvoss, January 22, 2014, 09:00:51 PM

Previous topic - Next topic

Arvoss

Hi,

I made a 'clicking game' a couple of weeks ago. I learned JavaScript in school and decided to make this little game :D
You can pay it on www.thehackgame.com
I hope you enjoy ;)

Desteban

took me 45:02 min to beat it!
Really enjoyed this nice little game, very well done Arvoss!

neoraptor

Funny game, but too easily hacked :P

It took me 2 seconds with this line (open development tools > Console and copy/paste it) : second=1000000000000;googles=100;nasas=100;schools=100;servers=100;ministers=100;banks=100;computers=100;money=100000000000;timeplayed=900
Our greatest glory is not in never falling, but in rising every time we fall. Confucius
>> Wiki to help modders <<

Arvoss

Quote from: neoraptor on January 23, 2014, 12:09:48 PM
Funny game, but too easily hacked :P

It took me 2 seconds with this line (open development tools > Console and copy/paste it) : second=1000000000000;googles=100;nasas=100;schools=100;servers=100;ministers=100;banks=100;computers=100;money=100000000000;timeplayed=900

I know :D I'm looking for a solution for the console cheaters :p But then again, why cheat if there is no leaderboard? :p

neoraptor

I completed first the game without cheating. ;)
I then looked in the code to see how it was done, and it appears it was very easy to cheat ^^

Maybe you can check that there is no way to change the counter abruptly (check how fast the counter changes and see if it is correct)
Our greatest glory is not in never falling, but in rising every time we fall. Confucius
>> Wiki to help modders <<

Arvoss

Quote from: neoraptor on January 23, 2014, 12:52:33 PM
I completed first the game without cheating. ;)
I then looked in the code to see how it was done, and it appears it was very easy to cheat ^^

Maybe you can check that there is no way to change the counter abruptly (check how fast the counter changes and see if it is correct)

I thought of that but once you're far in the game you can get like 1.000.000.000 per second :p

neoraptor

Quote from: Arvoss on January 23, 2014, 01:24:23 PM
Quote from: neoraptor on January 23, 2014, 12:52:33 PM
I completed first the game without cheating. ;)
I then looked in the code to see how it was done, and it appears it was very easy to cheat ^^

Maybe you can check that there is no way to change the counter abruptly (check how fast the counter changes and see if it is correct)

I thought of that but once you're far in the game you can get like 1.000.000.000 per second :p
Yes, but you can't have 10000000 with one click. I would suggest you to check that when you increase your counter, it is possible (for instance: not possible to add a google server if you don't have enough bytes)
Our greatest glory is not in never falling, but in rising every time we fall. Confucius
>> Wiki to help modders <<

Desteban

And if somebody trys to update the income per second you check if the income got increased by the amount any possible server has. (new income = old income + server)

PS: just got Infinite bytes Lol, second=Infinity :D

Arvoss


LoriX


Superballs

It's a fun game somehow, despite seeming like a grind the whole time, I think the fun is in figuring out how to grind it.