Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Unable to get AutoIt KryMemory to work using Offsets

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
TemporalMalice
How do I cheat?
Reputation: 0

Joined: 03 Dec 2025
Posts: 2

PostPosted: Wed Dec 03, 2025 6:10 am    Post subject: Unable to get AutoIt KryMemory to work using Offsets Reply with quote

Hi,

I have recently comeback to AutoIt and I am trying to read the pointers shown in the image below using AutoIt KryMemory. I have tried different code, manually looping through offsets and other stuff but failed to get it to work. I am running this on Windows 11. I remember using KryMemory many years ago on Windows 7 and I had no such issues.

The last code I tried is below. I am also willing to use "NomadMemory2.au3" which I cannot get to work also.


Code:

#RequireAdmin ;User Account must have Administrator privileges
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

;#include <NomadMemory.au3>
;#include <NomadMemory2.au3>
#include <KryMemory.au3>

Local $ProcName = "ProcessName.exe"
Local $StaticOffset = 0x04E51870
Local $Offsets= [0x118, 0x358, 0x504]

KryRead()
;NomadRead()

Func KryRead()
   local $PROCESS = _Process_Open($ProcName, $PROCESS_ALL_ACCESS, False)

   local $BaseAddress = _Process_GetBaseAddress($PROCESS)

   ;MsgBox(0, "Pointer Read", "KryBase: " & $BaseAddress)

    $FinalAddress = Hex($BaseAddress + $StaticOffset)

   local $Result = _Process_ReadMemoryPointer($PROCESS, $FinalAddress, $Offsets, 'float') ; type = ( byte, float, dword, char[], byte[] ... etc )

   MsgBox(0, "HP Pointer Read Success", "Kry: " & $Result)

   _Process_Close($PROCESS)
EndFunc



Screenshot 2025-12-03 115758.jpg
 Description:
The pointers I am trying to recreate in AutoIt
 Filesize:  48.84 KB
 Viewed:  476 Time(s)

Screenshot 2025-12-03 115758.jpg


Back to top
View user's profile Send private message
TemporalMalice
How do I cheat?
Reputation: 0

Joined: 03 Dec 2025
Posts: 2

PostPosted: Sat Dec 06, 2025 4:57 am    Post subject: Reply with quote

After much research, I believe the error, is something to do with KryMemory only be able to work with 32bit memory. If anyone knows how to make it work in 64bit. I would really appreciate it.

I am unable to attach the KryMemory file, but it is easily found through google.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites