找回密码
 加入
搜索
查看: 2958|回复: 8

[系统综合] 求反一个3.3.7.2的文件,我自己写的。[已解决]

  [复制链接]
发表于 2013-6-5 23:10:39 | 显示全部楼层 |阅读模式
本帖最后由 basc 于 2013-6-8 21:48 编辑

求反一个3.3.7.2的文件,我自己写的,是一个简单的脚本,就几行,还调用了外置的EXE,代码原文件不见了,现在要在点击后面加个停顿的。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
发表于 2013-6-6 00:11:46 | 显示全部楼层
#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", "[6]元{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", "[12]元{540}分钟 23:00~08:00 默认区域")
                                ControlClick("激活临时卡", "", "确认")
                        WEnd
                        ExitLoop
                        Exit
        EndSwitch
WEnd
发表于 2013-6-6 00:17:01 | 显示全部楼层
版主真给力。
 楼主| 发表于 2013-6-6 09:34:00 | 显示全部楼层
回复 2# afan


  首先先感谢版主,还有个问题,这个代码和我现有的一样

ControlCommand 这个是不是版本不同了,功能也变了啊。
发表于 2013-6-6 10:29:16 | 显示全部楼层
回复 4# basc


    你自己写的东西, 别人猜不了...
发表于 2013-6-6 11:13:57 | 显示全部楼层
回复 5# afan


    A版也玩反编。。。
发表于 2013-6-6 11:26:36 | 显示全部楼层
回复 6# zcx880517


    呵呵,并无兴趣且不愿参与讨论相关,只是看见LZ这两天似乎很挣扎……
发表于 2013-6-6 12:56:39 | 显示全部楼层
回复 7# afan


    很是蛋疼。
 楼主| 发表于 2013-6-6 22:57:53 | 显示全部楼层
回复 5# afan


    版主,怎么反的啊
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-29 03:22 , Processed in 0.103577 second(s), 21 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表