Jump to content

Calculating changes on hour


xdp22
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...