Read address value in bytes Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Mightykiller
Posts: 57
Joined: 09 Oct 2017, 13:34

Read address value in bytes

19 Mar 2018, 16:07

I want to read/edit address value in bytes like cheat engine, i couldn't find a way to read values in bytes.
I am using RHCP Memory library.
this is how my address looks like: Game.dll + 0x0000000
mh look.png
mh look.png (37.27 KiB) Viewed 1152 times
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Read address value in bytes  Topic is solved

21 Mar 2018, 06:14

https://autohotkey.com/docs/commands/DllCall.htm#types

An unsigned character (UChar) can be used with functions that expect a BYTE.

so presumably using your lib

Code: Select all

yourObj.read(yourAddress, "UChar")
Mightykiller
Posts: 57
Joined: 09 Oct 2017, 13:34

Re: Read address value in bytes

21 Mar 2018, 11:12

Thanks its working.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 77 guests