Jump to content

Recommended Posts

Posted

Welcome, i need to calculate how much points i get on hour,

I have

#include <nomadmemory.au3>

$PID = ProcessExists("IEXPLORE.exe")
$memarray = _MemoryOpen($PID)
While 1
$points = _MemoryRead(0x9AF232C, $memarray
Tooltip( $points, 0, 0)
WEnd

And $points is just changing to + in some time, i need to make script what show how much more points we got in hour

Can someone help me? thanks

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