this is my sample of my memory script: it will be good for who wants to learn memory botin and has no available bot in their respective server
Code:
#include <Memory.au3>
Global $Pointer = d pointer in 4bytes in whch its store the modId when clicked just search in hex format in 4bytes in ce to get this and learn finding ofset
Global $Moboffset = d ofset in 4bytes in whch its store the modId when clicked just search in hex format in 4bytes in ce to get this and learn finding ofset
HotKeySet("{F1}", "mobid")
While 1
WEnd
Func mobid()
Global $Process = WinGetProcess("Element Client")
Global $DllInfo1 = _MemoryOpen($Process)
$MobAdd = _FindNewAddress($Pointer, $Moboffset)
$CurMob = _MemoryRead($MobAdd, $DllInfo1)
_MemoryClose($Process)
MsgBox(64, "Your Mob info:", "Your Current Mob: " & Hex($CurMob))
EndFunc ;==>mobid
Func _FindNewAddress(ByRef $Pointer, ByRef $OSet)
$New_Address = _MemoryRead($Pointer, $DllInfo1) + $OSet
Return $New_Address
EndFunc ;==>_FindNewAddress
this is the code of nomad:

im still figuring out packets cause this will be the most useful thing






