Jump to content

Recommended Posts

Posted

Simple I'm trying to read from a pointer on a program and it's not even returning a value, when displayed in a message box it comes out blank.

Dim $Offset[5]
Local $Offsets[5]=[0,Dec(18),Dec(130),Dec(90),Dec(184)]
$Offset[0]=0
$Offset[1]=0x18
$Offset[2]=0x130
$Offset[3]=0x90
$Offset[4]=0x184
$FinalAddress="0x"&Hex($BaseAddress+$StaticOffset)
$Value=_MemoryPointerRead($BaseAdd,$PID,$Offsets)

I know for a fact that the offsets and base addresses are correct.

Posted (edited)

I believe this is the same topic as the one you created earlier... You can't understand what AdmiralAlkex said ?

We have a no game automation policy here,look here.

Edited by Jayson
Posted (edited)

It's not automation of a game. Explain how this topic breaks that rule.

Edit: Oh yeah I already figured it out, so if you want to be snobby about educating people then just close this thread.

Edited by larcerkev
Posted (edited)

@larcerkev

It's not about being snobby. We just want a clean forum and a clean scripting language. That's why we don't allow these topics.

Edited by Jayson

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...