I can answer this one for most. So the game has a online component, to make a game fair most of us won't make cheats for games like this. There's usually no way to limit the cheats to offline play only.
ummm it's already there for dying light ages ago on this thread page 2200-ish. unlimited life, money, and ammo. there's also one dying light thread in that group, after I got accepted last week I found it immediately because it's sitting on the first page. if you look closely, there's a search bar on top right of this website, I found it to be very helpful.
I know you guys already made cheats for these games but the update change its TID/BID.
I want to request the cheats of these game, if you guys have some extra time.
_ CHILDREN OF MORTA
TID: 01002DE00C250000
BID: A68A8C2A61EC474D
[Can Always use Cosmic Action(doesnt matter if you have a full meter or not)]
04000000 01AC5A40 52800C88
04000000 01AC5BB0 52800C88
[^ any battles that you CANT flee from will disable Arpajo CA]
for the item code, its on button because i havent figured out how to separate key items from consumables, if you remove the "off" part of the code, then EVERYTHING is 99, including key items....
Thanks to Tom's advice about tracing read instead of write, and sure enough, after nop several addresses and repeating for the enemy, i found the 1 read address that ONLY read the player health. Thanks to cheat engine, i know if it can read, it can store it, too.
If you catch the code that deduct HP when an entity got hit quite often it apply to both friend and foe. Try to find some situation where only the hero HP is being access by the game code. For example the code that check if the hero died would be normally be a different one from the code that check if enemy died, or the code that display the hero life bar would normally not care about enemy HP.
If you catch the code that deduct HP when an entity got hit quite often it apply to both friend and foe. Try to find some situation where only the hero HP is being access by the game code. For example the code that check if the hero died would be normally be a different one from the code that check if enemy died, or the code that display the hero life bar would normally not care about enemy HP.
I can't get ida to follow the condition parameter, so if I use the condition "pc != < Whatever address I don't want it to break on>" it just start suspending, and just sends out a new line. I thought I understood what it was asking, but maybe I didn't?
cheat request : would anyone, any cheat code artist share project zero / fatal frame : maiden of black water cheat? I need infinite spirit to use lenses power abilities freely, (with no reload or faster reload will be better) . pleaaase .. thank you.
TID: 0100BEB015604000
BID:1527E76F9F184833
piak666 thank a lot for the infinite score cheat code, I used it to buy everything and upgrade every lenses.
I can't get ida to follow the condition parameter, so if I use the condition "pc != < Whatever address I don't want it to break on>" it just start suspending, and just sends out a new line. I thought I understood what it was asking, but maybe I didn't?
Currently GDB support is still poor. F4 is still the predominant way I use IDA pro. Try tracing read Instead is some time a quick way to land on a better section of the code. Game state is another way, avoid situation where the game access both friend and foe. If no short cut then compare all the register and hope to find a telltale one. If that still fail then compare the stack for clue.