 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
kumpel100 How do I cheat?
Reputation: 0
Joined: 04 Sep 2010 Posts: 3
|
Posted: Sat Sep 04, 2010 3:55 pm Post subject: Autohotkey and CheatEngine need Help,pls |
|
|
ok first my English is realy bad but i will do my best to explain what my problem is.
it is my first attempt to use memoryread, bevor all my macros was PixelBased
i have in the past written a Buffbot for a game i play now i want rewrite it with memory reading.
i have found alot of static Address with Offset this is one it shows me my current Health.
i didnt get it to work, to show me my Health with Autohotkey
i tried alot nothing seems to work:
| Code: |
;this works but this isnt the Static Address
value:=ReadMemoryFloat(0x1124F088,"Shadowbane")
msgbox, %value% ; this gives me the correct Value 330.625000
;this didnt wotk
Shadowbane := "Sb.exe"
Address := 0x16A2C4C
Offset := 0x5D0
value := ReadMemoryFloat( Address+Offset , "Shadowbane" )
msgbox, %value% ; = 0.00000
;this didnt work
pointer := ReadMemoryFloat( 0x16A2C4C, "Shadowbane")
value := ReadMemoryFloat(pointer + 0x5D0 , "Shadowbane")
msgbox, %value% ; Empty msgbox
|
anyone have an idear and can help me?
an other idear was can i read with autohotkey the CheatEngine (CT) file?
Also my saved CT file with all my Game Address, so every time i start my
autohotkey macro it reads the addresses my macro needs?
German Respond welcome
| Description: |
|
| Filesize: |
39.55 KB |
| Viewed: |
11833 Time(s) |

|
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Sep 04, 2010 5:40 pm Post subject: |
|
|
You need the base address of sb.exe to add onto your offsets.
_________________
- Retired. |
|
| Back to top |
|
 |
jokstajay How do I cheat?
Reputation: 0
Joined: 24 Oct 2010 Posts: 4
|
Posted: Wed Mar 09, 2011 8:34 am Post subject: Re: Autohotkey and CheatEngine need Help,pls |
|
|
| kumpel100 wrote: | ok first my English is realy bad but i will do my best to explain what my problem is.
it is my first attempt to use memoryread, bevor all my macros was PixelBased
i have in the past written a Buffbot for a game i play now i want rewrite it with memory reading.
i have found alot of static Address with Offset this is one it shows me my current Health.
i didnt get it to work, to show me my Health with Autohotkey
i tried alot nothing seems to work:
| Code: |
;this works but this isnt the Static Address
value:=ReadMemoryFloat(0x1124F088,"Shadowbane")
msgbox, %value% ; this gives me the correct Value 330.625000
;this didnt wotk
Shadowbane := "Sb.exe"
Address := 0x16A2C4C
Offset := 0x5D0
value := ReadMemoryFloat( Address+Offset , "Shadowbane" )
msgbox, %value% ; = 0.00000
;this didnt work
pointer := ReadMemoryFloat( 0x16A2C4C, "Shadowbane")
value := ReadMemoryFloat(pointer + 0x5D0 , "Shadowbane")
msgbox, %value% ; Empty msgbox
|
anyone have an idear and can help me?
an other idear was can i read with autohotkey the CheatEngine (CT) file?
Also my saved CT file with all my Game Address, so every time i start my
autohotkey macro it reads the addresses my macro needs?
German Respond welcome  |
first off thats the max health pointer, and not current health.
|
|
| Back to top |
|
 |
kumpel100 How do I cheat?
Reputation: 0
Joined: 04 Sep 2010 Posts: 3
|
Posted: Tue Aug 06, 2013 6:02 pm Post subject: |
|
|
| Wiccaan wrote: | | You need the base address of sb.exe to add onto your offsets. |
how to get base address of game.exe?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|