Jump to content

Create a Round Counter for Racing games


Recommended Posts

#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 by Schneeflocke
Link to comment
Share on other sites

  • Moderators

@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

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...