Posted: Mon Mar 07, 2022 5:07 am Post subject: age of war "flash game" money hack
I've been trying to increase the money I have in "age of war" on the crazygames website but it never works: www(dot)crazygames(dot)com/game/age-of-war
My steps:
I've used chrome task manager to find the decimal process id of the tab then I turned it into hex to find which process to hook CE to. I've already tried using both the exact value, and unknown initial value combined with increased/decreased/unchanged value to find the address but to no avail.
Does anyone know if it's possible to hack these flash games which have been ported or know why it doesn't work for me?
That's an old AS1/2 SWF. The last time I remember working with one of those, the interpreter decided to update the value's location in memory every time it was modified. IIRC I had to resort to doing a pointer scan for the value of money. (max level 1-3, allow paths that don't end in a static)
I don't see anything in the swf file that indicates the value (variable name "cash") is obfuscated in any way. It's probably just shenanigans being done by the interpreter.
You might be better off decompiling the swf (e.g. JPEXS) and modifying the bytecode. Since it's interpreted and not JIT compiled, you should be able to change it whenever you want. If you do this, good luck finding documentation for the bytecode. _________________
I don't know where I'm going, but I'll figure it out when I get there.
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