Jump to content

Recommended Posts

Posted

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

Posted

maybe

While 1
    $pos = MouseGetPos()
    if $pos[1] < 100 Then MouseMove( 400,400)
    Sleep(50)
WEnd

8)

sounds like it is...!!!

thanks :)

Umbrella Member

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
×
×
  • Create New...