Jump to content

If below "number"?


Recommended Posts

I have my script set up but im trying to active it if it gets BELOW 7000.

But i wouldnt have any clue on what to use.. Would anyone be kind enough to give me a little help on this ?

----

$Handle = _MemoryOpen($ProcessID)
$potuse = _MemoryRead(0x006A3D9C,$Handle,"dword"); Auto pot

    if $potuse = "7000" Then
    MouseClick("left",224,513, 5,0)
    sleep(1000)

_MemoryClose($Handle)

EndIf
Edited by Larry
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...