tommeke228 Posted June 3, 2008 Posted June 3, 2008 here is my code its reading the id (name) of a player but it only gives the first letter of the name $name = 0x00CEA538 $PID = ProcessExists ("SRO_Client.exe") $Process = _MemoryOpen($PID) $Read = _MemoryRead($name,$Process, "[16]") _MemoryClose($PID) MsgBox(0,"", $Read) Plz help me thx ~KillaH
moczymorda Posted June 4, 2008 Posted June 4, 2008 $Read = _MemoryRead($name,$Process, "[16]") $Read = _MemoryRead($name,$Process, "char[16]") And yeah... i have one latter too. Some`1 can help us?
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