ihenvyr Posted May 6, 2006 Posted May 6, 2006 is there an opposite effect or script of mousetrap? lets say -you can move your mouse anywhere except for a given coordinates.. is there a way? thanks... Umbrella Member
Valuater Posted May 6, 2006 Posted May 6, 2006 maybe While 1 $pos = MouseGetPos() if $pos[1] < 100 Then MouseMove( 400,400) Sleep(50) WEnd 8)
ihenvyr Posted May 6, 2006 Author Posted May 6, 2006 maybe While 1 $pos = MouseGetPos() if $pos[1] < 100 Then MouseMove( 400,400) Sleep(50) WEnd 8) sounds like it is...!!! thanks Umbrella Member
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