Dim HH
HH = Plugin.Window.MousePoint()
While ture
Call Plugin.Bkgnd.KeyPress(HH, 13)
Delay 3000
Call Plugin.Bkgnd.SendString(HH, "你在哪里")
Delay 3000
Call Plugin.Bkgnd.KeyPress(HH, 13)
Delay 3000
Wend
HH = Plugin.Window.MousePoint()
While ture
Call Plugin.Bkgnd.KeyPress(HH, 13)
Delay 3000
Call Plugin.Bkgnd.SendString(HH, "你在哪里")
Delay 3000
Call Plugin.Bkgnd.KeyPress(HH, 13)
Delay 3000
Wend











