TehWhale Posted November 1, 2008 Posted November 1, 2008 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.
fataly Posted November 1, 2008 Author Posted November 1, 2008 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?
TehWhale Posted November 1, 2008 Posted November 1, 2008 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.
fataly Posted November 1, 2008 Author Posted November 1, 2008 i didnt look param but i gonna look, now i go sleep but come next day again:) this is going good
TehWhale Posted November 1, 2008 Posted November 1, 2008 i didnt look param but i gonna look, now i go sleep but come next day again:) this is going goodGood Luck.
fataly Posted November 3, 2008 Author Posted November 3, 2008 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
TehWhale Posted November 4, 2008 Posted November 4, 2008 Are you using vista and/or on a non-admin account?
fataly Posted November 4, 2008 Author Posted November 4, 2008 Not need help anymore! i got it working:) this topic can close.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now