Posted: Thu Aug 02, 2012 2:09 pm Post subject: [Help] Searching unknown value in Flash Game
Hi
I'm a little bit embarrassed to need your help again...
The following flash game is about guessing cards.
After 3 wrong guesses the game is over.
My intention is to raise the limit of wrong guesses.
So I have to search for an unknown value but I think I'm too stupid... o.O
Also if i try to search all (byte to double) => Cheatengine crashes.
I also don't know if the "fail-counter" counts up or down (3..2...1...Over! or 1...2...3...Over!)
www(.)novelgames(.)com/flashgames/game.php?id=221
Background:
The game is licensed in a browsergame as a minigame. It appears once in a few days and then you are able to double the money of the actual day if you beat the minigame.
But I'm veeeery bad in guessing cards. ^^
So if you can help me to find and modify the limit or if you got another idea how to beat the minigame... please let me know it
If it is three cards until the game is over, you need to use 1 Byte because it holds the maximum of 255 (which is where three is in). Also try the three two one method. If you get nothing then try the other. _________________
Thx
It counted upwards.
The licensed version in the browsergame surprisingly used 4 Bytes and it was no real problem to find and freeze the value.
The licensed version is also heavily costumized.
Now I'm always able to beat the minigame!
Now I'm trying to "hack" the daily minigame where you can earn special points.
I used memory view and found some code fragments. The daily games post the final score to the server (POST command).
But they seem to calculate the special points from the game points after you finish the game succesful.
Also I don't know if there is a server-sided limitation to 15 (that's the maximum of special points you can normally earn by playing the games).
For example: You need a score of 30000 points for 15 special points.
=> You get a special point every 2000 points in the game.
But if you get more than 30000 points you always only get 15 special points.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum