赛博泡面三国的自动登录脚本
#include
#include
;MsgBox(64,"通知","马上登录",5)
;$oIE=_IECreate("")
;_IELoadWait ($oIE)
;_IEImgClick($oIE, "images/btn_pic_17.jpg", "src")
;_IELoadWait ($oIE)
;Sleep(10000)
;$oIE1=_IEAttach("赛博游戏运营平台-专注游戏梦想 - Windows Internet Explorer", "Title")
$oIE1=_IECreate("")
_IELoadWait ($oIE1)
$oForm=_IEFormGetObjByName($oIE1,"form1")
$oName=_IEFormElementGetObjByName($oForm,"username")
_IEFormElementSetValue($oName,"")
$oPassword=_IEFormElementGetObjByName($oForm,"password")
_IEFormElementSetValue($oPassword,"")
$oSubmit=_IEFormElementGetObjByName($oForm,"imageField")
_IEFormImageClick($oIE1,"imagesnew/spindex_r2_c23.gif", "src")
_IELoadWait ($oIE1)
_IELinkClickByText($oIE1,"泡面三国泡面一区")
阅读(788) | 评论(0) | 转发(0) |