很有趣的一个代码,先看图: (如果无md5.au3的朋友,可去这个页面 http://www.1msoft.com/column/zhongwen-forum/jiamidaquan.html 获取) 再看代码: #include ButtonConstants.au3 #include EditConstants.au3 #include GUIConstantsEx.au3 #include StaticConstants.au3 #include WindowsConstant Posted at 08-11-03 by goto250 views(4)
如图,可将阿达连连看V3.5的生命和提示都改成了99 示例代码中只是修改了内存一次,也可以写成循环,这样的话,那永远都是固定的数值 代码如下: #Include WinAPI.au3 #include GuiMenu.au3 Dim $adress_shengming = 0x0012FEB8 Dim $adress_bangzhu = 0x0012FEBC Dim $iPID , $iRead , $iWritten WinWait ( 连连看 v3 Posted at 08-11-01 by goto250 views(16)
演示图片: 代码如下: #include GUIConstantsEx.au3 #include StaticConstants.au3 #include WindowsConstants.au3 #include IE.au3 $Form1 = GUICreate ( 加载网页中的验证码演示: , 333 , 211 ) $Label1 = GUICtrlCreateLabel ( 验证码: , 16 , 43 , 70 , 17 ) GUICtrlSetFont Posted at 08-11-01 by rho123 views(25)
详情参考代码注释: ;转帖保留此项 易游网 www.51easygame.com 首发网页工具专版 Global Const $AU3_VERSION = StringSplit ( @AutoItVersion , '.' ) Global Const $AU3_UNICODE = Number ( $AU3_VERSION [ 2 ] '.' $AU3_VERSION [ 3 ]) = 2.13 Global $WIN32_FTYPE , $WIN32_T Posted at 08-11-01 by gooker views(5)
代码如下: #NoTrayIcon #include GUIConstants.au3 #include IE.au3 #include Date.au3 #include CoProc.au3 ;老外的多线程模块帮了大忙,还是刚找到的 ;最后一个库文件所以用了与众不同的双引号哦 GUICreate ( 自动发出单探索任务 ) GUISetBkColor ( 0x323730 ) GUICtrlCreateLabel ( 这个是母窗口,关闭这个窗 Posted at 08-10-31 by Zhuzb views(21)
转自一大步论坛,直接运行即可,请研究注释 代码如下: ;这个程序中有不少程序细节的技巧,要认真体会有注释的地方 opt ( 'MouseClickDelay' , 0 ) ;设置鼠标移动及点击延时为0 opt ( 'MouseClickDownDelay' , 0 ) opt ( 'MouseCoordMode' , 0 ) ;设置用于鼠标函数的坐标参照 $i_pid = Run ( 'winmine.exe' ) ProcessWa Posted at 08-10-24 by yidabu views(54)
演示图,圆圈中的两点随鼠标移到而移动: 代码较长,请直接下载: /uploadfile/200810/14/1549144865.rar Posted at 08-10-14 by views(137)
功能: 改小背包键并保存设置到注册表,方便大家的操作 可有大家喜好自行设定按键 演示图: 代码如下: #NoTrayIcon #include GUIConstantsEx.au3 #include WindowsConstants.au3 #include Resources.au3 $List = ProcessList ( @ScriptName ) If $List [ 0 ][ 0 ] 1 Then Exit FileInstall ( Sound.wav , @ Posted at 08-10-04 by zhang0121 views(129)
|






