Schneeflocke Posted July 31, 2018 Share Posted July 31, 2018 (edited) #RequireAdmin #include <NomadMemory.au3> $Value = _Pointer() MsgBox(0,"", "Value: " = $Value) Func _Pointer() Global $iBase = 0x7FF649DB0000, $iStaticofsset = 0x01559C08 Global $hOpen, $sRead $hOpen = _MemoryOpen(ProcessExists("Tutorial-i386.exe")) $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x70 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0xA0 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x20 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x1B0 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x40 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x10 $sRead = _Memoryread($iBase + $iStaticoffset, $hOpen, 'Float') + 0x368 $sValue = _Memoryread($sRead, $hOpen, 'Float') _MemoryClose($hOpen) Return $sValue EndFunc I Would like to create an Round Timer and Kers BoT for Assetto Corsa. Intelliboost need too many Performance Edited July 31, 2018 by Schneeflocke Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted July 31, 2018 Moderators Share Posted July 31, 2018 @Schneeflocke after your last post was locked and your whining via PM about how it wasn't game related you obviously understood the rules. There is no patience for this; post a game topic again and you will be permanently removed. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts