Skilinium Posted May 8, 2007 Posted May 8, 2007 (edited) 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 May 8, 2007 by Larry
Skilinium Posted May 8, 2007 Author Posted May 8, 2007 Thank you again larry, you have helped me out olmost everytime i asked for help. I apriciate what u do
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now