Autoit offset

03/31/2008 20:17 meak1#1
huhu habe jez nen static pointer von spieler 0x00E7D9E0 in wow gefunden wenn man den in CE addet + offset 0x26A0 dann kriegt man die hp aber wie macht man sonen pointer in autoit? wenn ich in autoit blabla 0x00E7D9E0+0x26A0 eingebe kommt da 0 raus oda so XD hat jemand ne ahnung wie das klappt ? *Edit*:ok habs selber hinbekommen fals jemand auch autoit schreibt und hp offset brauch hier corde:
#include <GUIConstants.au3>
#include <String.au3>
#include <Date.au3>
#include <array.au3>
#include <Math.au3>
#include <File.au3>
#include <_XMLDomWrapper.au3>
#include <File.au3>
#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)

HotKeySet(".", "lol1")
GUICreate("Lala", 150, 50)
GUISetState (@SW_SHOW)
$Finalrandom = GUICtrlCreateLabel("Address", 5,5,100,20,($SS_SUNKEN ))
$ProcessID = WinGetProcess("World of Warcraft")
Local $DllInformation = _MemoryOpen($ProcessID)
dim $lol

dim $addy = 0x00E7D9E0
$base = _memoryread($addy ,$DllInformation,'dword')
$Hp = "0x" & hex($base + 0x26A0)


Func lol1()


$lol = (_MemoryRead($Hp,$DllInformation, 'dword'))


_MemoryClose($ProcessID)

ControlSetText("Lala", "", $Finalrandom, $lol)
EndFunc

While 1
Sleep(1)
WEnd



weiß jez nicht welche include alles man brauch habe zuviel glaube aber egal^^