PDA

View Full Version : making risen trainer...


shirai0214
01-10-2009, 03:38
im just gonna ask a question, cause im having troubling making a trainer for this and im just new on making trainer... my question is how do you fix the address of the health bar on this game? i know how to freeze the health but when i restart the game the address change again... so anyone can help me??

DABhand
01-10-2009, 04:28
That is called DMA (Dynamic Memory Allocation) which means each level load, save, restart of the game the address's for things change.

You cannot do trainers for 99% of games these days by just finding a value and freezing it, you will have to read up on ASM and how to make code caves etc.

Caliber
01-10-2009, 12:44
im just gonna ask a question, cause im having troubling making a trainer for this and im just new on making trainer... my question is how do you fix the address of the health bar on this game? i know how to freeze the health but when i restart the game the address change again... so anyone can help me??

DABHand is right, however there are several other things with this game that make it difficult to make a trainer for, including (but not limited to) multiple game code calling the same functions, etc.

this is not a good game to try and make a trainer for if you are new to this-

best,
Cal

shirai0214
01-10-2009, 15:18
oh i see, thanks for the reply, i'll try to make a trainer for a simple game then...:D