kucingkembar Advanced Cheater
Reputation: 0
Joined: 08 Oct 2020 Posts: 71
|
Posted: Tue Oct 13, 2020 2:22 am Post subject: get hooked game version is same as CT table game Version |
|
|
hi, sorry for my bad English,
you probably know different version (update versions) of a game has different cheat table,
so I like to know is there any way to confirm is the hooked game is the right version to hook?
I have tried that dark byte suggest by another post with the title "Check Game Version and Work on multiple versions":
| Code: | | md5memory(process,4096) |
sadly this code does not work when the pc is rebooted
and another way on the same page
| Code: | | getFileVersion(enumModules()[1].PathToFile) |
sadly the program that i like to hook is do not have version information.
note 1: program that I like to hook is the PSX emulator called "ePSXe"
and after I research, there a string (text) value attached to the program when it loaded, you can get it by scan string like another value in the cheat engine,
this is the strings of both version
"Running ePSXe emulator version 2.0.5."
"Running ePSXe emulator version 2.0.2."
note 2: I tried to pointer scan of this, but I am a newbie so I failed to get it
that I like to know is there any way to get this string to a variable like :
| Code: | | if(StringScan("ePSXe.exe", "Running ePSXe emulator version 2.0.5.") > 0 then |
or another way so I can sure the trainer hooked the right version of the game?
I will appreciate any help like a clue, google keyword, link, or even better, the working code(i really hope for this one), I tried to google it for 6 hours and get nothing, at this point I so desperate, can somebody help me, please
|
|