Additional Info
|
Need help hacking full version for knightfall death and taxes. I consulted the hacking faq about the normal value scan, 8x scan, 8x +6 scan ,etc. non of them methods worked.
I used cheat engine 6.0 and occasionally ce ids just one variable that matches my value, but I change the value in ce but it didn |
Additional Info
|
Is it flash based, I'm assuming no as its a program file game, so I doubt it can be hacked.
|
Additional Info
|
Quote from: "VxD" Is it flash based, I'm assuming no as its a program file game, so I doubt it can be hacked. There's like 10 chrome.exe's. What's the right one? >_> |
Additional Info
|
13 0a 00 00 d0 66 bf 09 24 00 4f bf 0c 01 d0 26 68 ef 01
02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 This makes you immortal. Your health will go to negative, but you are unable to die. Insert when you are on main screen. I hope this solved most of troubles with this game EDIT: As this hack isnt flawless, when you rest, your hp wont be fully reffiled, only a piece of it, which shouldnt be a problem EDIT 2: Much worse problem: sometimes gate glitches when this hack is used. When you get to gate tile, you wont go to next stage. Simply press right and then left to fix this |
Additional Info
|
Master_X
where do you put this in cheat engine? |
Additional Info
|
Quote from: "iliketocheat" Master_X read my signature for help. But if you are that lazy, you change the value type you are searching for, to Array of Bytes. Then you search that AoB. Then you change that value if you get a result. |
Additional Info
|
Quote from: "Master_X" 13 0a 00 00 d0 66 bf 09 24 00 4f bf 0c 01 d0 26 68 ef 01 do you include space or no? i put in the whole thing with no space and it didn't returned nothing. i set it to array of byte and hit new scan. |
Additional Info
|
You search the first line, and you replace the value after you get the results with the second line.
So you search: 13 0a 00 00 d0 66 bf 09 24 00 4f bf 0c 01 d0 26 68 ef 01 then you change the value to 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 |
Additional Info
|
Quote from: "VxD" You search the first line, and you replace the value after you get the results with the second line. i scanned it, didn't return nothing, was i missing something? |
Additional Info
|
These hacks is for the game that is the link not the standalone file of the game.
|
Additional Info
|
ok can you help or not? how do i apply this?
|
Additional Info
|
Quote from: "VxD" These hacks is for the game that is the link not the standalone file of the game. Actually, it is for stand-alone game, not browser demo...i deleted the game, but even stand alone game is flash based as i noticed. Maybe we had different versions. Oh well, deleted it long time ago, maybe 3 days after hack was made, so i cant help you much. Sorry...apply hack as it is and if it isnt working...tough luck, but i could instruct you how to reconstruct the hack on your own. Oh well, i hate hacking games without links... |
Additional Info
|
Quote from: "VxD" Is it flash based, I'm assuming no as its a program file game, so I doubt it can be hacked.Well correct. I'll try to explain it a little bit for anyone who doesn't get the difference. CE just reads and writes the memory-stack of a process so it doesn't really matter at all. The only difference is that native applications are usually better protected then actionscript-code running in the flash-sandbox. That means using CE is probably to less powerful for a full fledged hack as you might need to take out a few protections first (few of them need to be taken out straight at the process-startup). That mostly results in you having to write a DLL which then needs to be injected into the target-process where it's doing the stuff that you'd want it to do. That is why CE often won't work as a complete solution for standalone-games aside for debugging and testing-purposes ofc. Cheers |
Additional Info
|
Quote from: "hlenor"
You are actually able to hack some stand-alone games, like Bejeweled, Lightning Warrior Raidy 1 and 2, Pretty Soldier Wars A.D. 2048 (which i managed to hack) and some more. It wouldnt probably work in games like Witcher or Crysis, but some games dont follow this. Also, Knightfall Death and Taxes is flash based game, at least the one i had. I could provide you with link but this site doesnt allow it. I normally attached swfdump to it and downloaded 2 SWFs at size of aprox 55MB from each. Then i opened them in Sothink and normally found AoBs, same as in browser game. I dont think this topic will move to any different solution. We dont have and probably never will have exactly same game, mainly because we have it from different links. If you are interested in any more details, you can PM me and i will try to solve all of your questions. |