[General]
SyntaxVersion=1
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=0
EnableWindow=
MacroID=7a70b911-6b45-43b1-8708-2fcca358a975
Description=哈哈
Enable=0
AutoRun=1
[Repeat]
Type=1
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=
[Script]
ProcessID=Plugin.Web.Bind("wqm.exe")
Delay 2000
If ProcessID=0 then
MessageBox "网页按键精灵没有运行"
EndScript
End If
Call Plugin.Web.Tips("脚本开始运行")
Call Plugin.Web.SetSize(1024,746)
Call Plugin.Web.Go(" http://mtsj.37wan.com/game_login.php?server=S57")
Call Plugin.Web.ScrollTo(0,0)
Delay 1312
Call Plugin.Web.LeftClick(915,196)
Delay 1266
Call Plugin.Web.LeftClick(484,394)
Delay 12516
Call Plugin.Web.LeftClick(541,435)
Delay 4031
Call Plugin.Web.LeftClick(583,407)
Delay 2328
Call Plugin.Web.LeftClick(592,116)
Delay 781
Call Plugin.Web.LeftClick(605,134)
Delay 1766
Call Plugin.Web.LeftClick(948,44)
Delay 1500
Call Plugin.Web.LeftClick(907,191)
Delay 922
Call Plugin.Web.LeftDown(482,394)
Delay 140
Call Plugin.Web.LeftUp(480,394)
Delay 11328
Call Plugin.Web.LeftClick(545,438)
Delay 1375
Call Plugin.Web.LeftClick(585,411)
Sub OnScriptExit()
Call Plugin.Web.Tips("脚本停止运行")
End Sub