求反一个3.3.7.2的文件,我自己写的。[已解决]
本帖最后由 basc 于 2013-6-8 21:48 编辑求反一个3.3.7.2的文件,我自己写的,是一个简单的脚本,就几行,还调用了外置的EXE,代码原文件不见了,现在要在点击后面加个停顿的。 #include <ButtonConstants.au3>
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$FORM1 = GUICreate("开卡辅助", 282, 105, 192, 124)
$BUTTON1 = GUICtrlCreateButton("优惠卡辅助", 12, 17, 121, 63)
$BUTTON2 = GUICtrlCreateButton("通宵卡辅助", 146, 18, 121, 63)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $BUTTON1
MsgBox(0, "提示", "现在开始请不要卖临时卡,否则一律都是优惠卡!", 10)
GUISetState(@SW_HIDE)
Run("e:\basc\exitfz.exe")
While 1
WinWaitActive("激活临时卡", "", "")
ControlCommand("激活临时卡", "", "TComboBox1", "SelectString", "元{240}分钟 08:00~12:00 默认区域")
ControlClick("激活临时卡", "", "确认")
WEnd
Case $BUTTON2
MsgBox(0, "提示", "现在开始请不要卖临时卡,否则一律都是通宵卡!", 10)
GUISetState(@SW_HIDE)
Run("e:\basc\exitfz.exe")
While 1
WinWaitActive("激活临时卡", "", "")
ControlCommand("激活临时卡", "", "TComboBox1", "SelectString", "元{540}分钟 23:00~08:00 默认区域")
ControlClick("激活临时卡", "", "确认")
WEnd
ExitLoop
Exit
EndSwitch
WEnd
版主真给力。 回复 2# afan
首先先感谢版主,还有个问题,这个代码和我现有的一样
ControlCommand 这个是不是版本不同了,功能也变了啊。 回复 4# basc
你自己写的东西, 别人猜不了... 回复 5# afan
A版也玩反编。。。 回复 6# zcx880517
呵呵,并无兴趣且不愿参与讨论相关,只是看见LZ这两天似乎很挣扎…… 回复 7# afan
很是蛋疼。 回复 5# afan
版主,怎么反的啊
页:
[1]