kucingkembar Advanced Cheater
Reputation: 0
Joined: 08 Oct 2020 Posts: 71
|
Posted: Thu Oct 08, 2020 1:07 pm Post subject: create checklist trainer for epsxe emulator game |
|
|
hi, this is my first post, and I not native English, sorry for my bad English,
I like to create some checklist for PSX game when playing it using epsxe emulator using "trainer cheat engine window", the simple code is similar to this
note :
-i using harvest moon BTN because it easy to edit the money value,
-i dont know what programing will be use in this program, this code only for example,
-PCDMA = PC Dynamic Memory Address,
-ESMA = Emulator Static Memory Address,
[code]
if ( PCDMA + ESMA value < 1000)
textbox.value = "your wealth is poor";
else if ( PCDMA + ESMA value >= 1000 && PCDMA + ESMA value < 10000)
textbox.value = "you wealth is average";
else
textbox.value = "you wealth is rich";
[/code]
2 things that I like to know are:
A. is possible to do this using the trainer window?
B. how you get that value of PCDMA + ESMA?, every time I reset the emulator, the PCDMA is changed, I hope there a way to make it easy to get,
I don't know where I should start this, I hope somebody in here can teach me how to do it, or give me a link so I can study, I accept and appreciate any information to study this project,
thanks for reading and have a nice day
|
|