Introduction: HowTo Hack Javascript Guessing Games
How to hack HTML/JS games where you must guess numbers or passwords
Step 1: Get a Game
Step 2: Open Source of the Game!
right-click and select "View Page Source".
then search for the variable which you think is the number/etc you have to enter.
Step 3: Found It
we found a nice variable...
if we look at it, its a number between 0 and 1000, looks familiar... :-P
now enter javascript:alert(vaiable-name); into the address bar.
because our variable is called random_number, we enter javascript:alert(random_number);
Step 4: Running Our Little Script
ok now press RETURN, and we get a new window.
it should tell us the variable's value.
enter the value into the input-box.
if it was the right variable, we should have won.
7 Comments
14 years ago on Introduction
This works the exact same in IE.
Reply 14 years ago on Introduction
i know, but because i use linux and firefox, i can't make an instructable for IE, because i can't get the screenshots of IE. and i don't like it.
14 years ago on Introduction
Hmm, I see this game was made by another Instructables member, Why dont you give credit to whoever made it.....
Reply 14 years ago on Introduction
i never said that its mine... i just tell you how to solve it the cheating way.
Reply 14 years ago on Introduction
Just give credit to whoever you got it from.............
Reply 14 years ago on Introduction
Coolz made it, you might of heard of him.
Reply 14 years ago on Introduction
yeah i found the game in his instructable, but @Nevermind: i dont have it "got", i dont host it, its the original URI... its not an instructable about this game, i just use it as an example