Pottery 0 Posted May 13, 2010 Hey, I don't know if it's the way I'm writing the strings or just the way I'm writing the code but it won't read/write the pointer I want properly.. $pointer = 05FC9F78 $offset = 0c $theid = WinGetProcess("Counter-Strike") $open = _MemoryOpen($theid) $adress1 = _MemoryRead($pointer,$open) $address = Hex($adress1+$offset) So now I have the address, so I have this: HotKeySet("{F5}", "_EditON") HotKeySet("{F6}", "_EditOFF") HotKeySet("{F7}", "_TestIt") HotKeySet("{F8}", "_QuickLeave") Which go to the functions that are supposto be editing the address, or reading, but aren't.. Which go to 2 different functions that are supposto be editing the pointer.. Func _EditON() _MemoryWrite($address, $open, 0) EndFunc Func _EditOFF() _MemoryWrite($address, $open, 4000) EndFunc Func _QuickLeave() _MemoryClose($open) Exit EndFunc Func _TestIt() $read = _MemoryRead($address, $open) MsgBox(0, "", $read) EndFunc Thanks in advance for anyone trying to help, coppa. ** And yes, I did #include <NomadMemory.au3> Share this post Link to post Share on other sites
JohnOne 1,603 Posted May 13, 2010 ShellExecute("http://www.autoitscript.com/forum/index.php?showannouncement=11&f=2") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Pottery 0 Posted May 13, 2010 I doubt speeding up bots in my own server is considered a cheat, thanks for the creative message :| Share this post Link to post Share on other sites