Jump to content

Recommended Posts

Posted

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

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
×
×
  • Create New...