larcerkev 0 Posted February 20, 2011 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. Share this post Link to post Share on other sites
Jayson 0 Posted February 20, 2011 (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 February 20, 2011 by Jayson Share this post Link to post Share on other sites
larcerkev 0 Posted February 21, 2011 (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 February 21, 2011 by larcerkev Share this post Link to post Share on other sites
Rogue5099 18 Posted February 21, 2011 In your previous Post, inside of a code box you had "World of Warcraft" in plan text. Any forum you ever go to will have rules. Obey them or get banned. My projects: Inventory / Mp3 Inventory, Computer Stats Share this post Link to post Share on other sites
Jayson 0 Posted February 23, 2011 (edited) @larcerkevIt'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 February 23, 2011 by Jayson Share this post Link to post Share on other sites