Jump to content

Recommended Posts

Posted

im not really sure what i need do :DDD like how to use _MemoryRead()

You use a cheat engine or something find the memory address and then read it.
Posted

ok that helps alot.

and in autoit i should type:

Global $Process = WinGetProcess("Diablo II")

Global $DllInfo1 = _MemoryOpen($Process)

Global $readchat = 0x00000000

_MemoryRead($readchat, $DllInfo1)

?? im right path?

Posted

ok that helps alot.

and in autoit i should type:

Global $Process = WinGetProcess("Diablo II")

Global $DllInfo1 = _MemoryOpen($Process)

Global $readchat = 0x00000000

_MemoryRead($readchat, $DllInfo1)

?? im right path?

Did you look at the memory parameters? If that is correct, yes.
Posted

lol this going zero all time... and dont know why..

#include <NomadMemory.au3>

SetPrivilege("SeDebugPrivilege", 1)

Global $Process = WinGetProcess("D2LOADER")

Global $DllInfo1 = _MemoryOpen($Process)

Global $readchat = 0x6FB653A0

While 1

data()

WEnd

Func data()

$result = _MemoryRead($readchat, $DllInfo1)

Sleep(1000)

ToolTip("Return: "& $result,0,0)

EndFunc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...