文章
由 Edward » 週六 3月 30, 2002 12:33 pm
我BS89了............
要打什麼會比較好加呢...........
買東西的EZS
If wght > 70
Say " Vendor buy"
delay(1000)
//n是振向下箭頭多少次pos1是箭頭位置
repeat n
left click pos1
delay (500)
end repeat
//m是要買的量pos2是雙點要買的物品的位置
repeat m
double left click pos2
delay (700)
end repeat
//pos3是打勾的位置
left click pos3
delay (1000)
end if