Jump to content

halp meh plz


fataly
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...