TmoR Posted June 17, 2014 Posted June 17, 2014 Hello, I have a problem with my script. #include <Constants.au3> HotKeySet("{ESC}", "_Terminate") Fortune() Func Fortune() While 1 MouseClick ("left", 630, 386, 1) MouseMove ( 104, 145, 0) MouseClick ("left") MouseMove ( 87, 165, 0 ) MouseClick ("left") MouseMove ( 99, 276, 0 ) MouseClick ("left") MouseMove ( 104, 239, 0) MouseClick ("left") WEnd EndFunc Func _Terminate() Exit EndFunc My mouse just does nothing. It doesnt move or anything. Please help me
TmoR Posted June 17, 2014 Author Posted June 17, 2014 Nevermind, I fixed it. My Antivirus programm sandboxed Auto It
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