Tuesday, January 4, 2011

Glovepie Mouse click

// Type your program here, or click the GUI tab to autogenerate it!
x=1
if x
   Mouse.CursorPosX=1021
   Mouse.CursorPosY=684
   Mouse.LeftButton=1
   wait 200 ms
   Mouse.LeftButton=0
   Mouse.LeftButton=1
   wait 200 ms
   Mouse.LeftButton=0
end if

1 comment:

  1. change it to
    "x=Keyboard.BackSpace
    if x
    Mouse.LeftButton=1
    wait 200 ms
    Mouse.LeftButton=0
    Mouse.LeftButton=1
    wait 200 ms
    Mouse.LeftButton=0
    end if"
    or something like that

    ReplyDelete