[Common]
Description=ʾԲ
HotKeyStart=119
HotKeyStop=122
Enabled=1
RunOnce=0

[Script]
//˽űʾͨűƶ켣ΪԲ

const r=300 //Բ뾶
const x0=512  //Բx
const y0=384  //Բy
var x=0
var y=0
var n=0  //Ƕ

main:
  while n<3.1415926*2  //ԲΪ3602pi
    set x=x0+r*cos(n)
    set y=y0-r*sin(n)
    Mouse MoveTo x y
    delay 1
    set n=n+0.05
  endwhile
endmain
