<?xml version='1.0' encoding='utf-8'?>
<rss version='2.0'>
<channel>
<title>AutoIt软件专题站</title>
<image>
<title >AutoIt软件专题站</title>
<link >http://www.1msoft.com/</link>
<url>http://www.1msoft.com/plus/rss/rss.gif</url>
</image>
<description>AutoIt软件专题站,你值得交流的伙伴</description>
<link class='link'>http://www.1msoft.com/</link>
<language>zh-cn</language>
<docs>AutoIt软件专题站</docs>
<generator>Rss Copyright www.1msoft.com</generator>
<item>
<title><![CDATA[开关机器人]]></title>
<link>http://www.1msoft.com/content.asp?id=140</link>
<author>Juyz & Booby</author>
<pubDate>2008-11-21 10:40:32</pubDate>
<description><![CDATA[一道有趣的数学题  对一批编号为1～N，全部开关朝上(开)的灯进行以下*作： 凡是1的倍数反方向拨一次开关； 2的倍数反方向又拨一次开关； 3的倍数反方向又拨一次开关  问：最后为关熄状态的灯的编号。  #NoTrayIcon #include  ButtonConstants.au3 #include  EditConstants.au3 #include  GUIConstantsEx.au3 #include  StaticConstants.au3 #include  WindowsCo]]></description>
</item>

<item>
<title><![CDATA[关于AUTOIT的反向编译]]></title>
<link>http://www.1msoft.com/content.asp?id=139</link>
<author>thesnow</author>
<pubDate>2008-11-20 13:46:08</pubDate>
<description><![CDATA[对于3.2.5.2+以前的版本编译的代码可以使用,对之后的新版将无法反编译出源代码. 教程目的:学习他人脚本思想.提醒大家注意如果要保证脚本的安全,建议使用代码迷惑.(虽然也能反) 3.1.1.0+的autoit的反向编译(包括3.2.5.1最新版本). 所需工具: OLLYDBG,ULTRAEDIT.AUTOIT中的autoit3a.exe 请自己确定这个程序是不是autoit编写的. OD打开 autoit3a.exe (位于已经安装的autoit的路径,汉化版本默认为d:\autoit3\]]></description>
</item>

<item>
<title><![CDATA[163邮箱另类登陆代码]]></title>
<link>http://www.1msoft.com/content.asp?id=138</link>
<author>sanhen</author>
<pubDate>2008-11-11 12:27:17</pubDate>
<description><![CDATA[代码如下：  #include  IE.au3 $oIE  =  _IECreate ( http://mail.163.com/ , 0 , 1 , 1 , 1  ) _IELoadWait  ( $oIE ) $UserName  =  _IEGetObjById  ( $oIE ,  username ) If  IsObj ( $UserName )  Then  $UserName . value =  您的用户名 $PassWord  =  _IEGetObjById  ( $oIE]]></description>
</item>

<item>
<title><![CDATA[发送中文以及其它字符-SendC]]></title>
<link>http://www.1msoft.com/content.asp?id=137</link>
<author>make2855</author>
<pubDate>2008-11-11 11:58:26</pubDate>
<description><![CDATA[能很好的解决发送中文乱码问题，建议在新版本中使用 Run ( notepad.exe ) WinWaitActive ( 无标题 - ) $Text  =  中文 ：请多关照   @CR $Text  =  繁體 ：請多關照   @LF $Text  =  日文 ：よろしくお願いします   @CR $Text  =  特殊符号： ♂☆⊙①Ⅰ┆   @LF $Text  =  @CRLF 会换行2次   @CRLF $Text  =  End Send]]></description>
</item>

<item>
<title><![CDATA[加密应用大全（MD5、SHA、CRC32）]]></title>
<link>http://www.1msoft.com/content.asp?id=136</link>
<author>Sanhen</author>
<pubDate>2008-11-3 23:35:42</pubDate>
<description><![CDATA[1、MD5的应用 #include  md5.au3 #include  StringMD5.au3 $c_md5 = md5 ( sanhen ) $vb_md5 = MD5_String ( sanhen ) MsgBox ( 64 , C格式的MD5加密 , $c_md5 ) MsgBox ( 64 , Vbscript脚本格式的MD5加密 , $vb_md5 ) ;其实两个函数生成的MD5字符串都是一样的，看君喜好了。 ;一个C语言格式的，一个是VBSCRIPT格式的。 ;注意：这个函数]]></description>
</item>

<item>
<title><![CDATA[MD5之间的战争]]></title>
<link>http://www.1msoft.com/content.asp?id=135</link>
<author>goto250</author>
<pubDate>2008-11-3 23:23:10</pubDate>
<description><![CDATA[很有趣的一个代码，先看图: （如果无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]]></description>
</item>

<item>
<title><![CDATA[由实例学循环]]></title>
<link>http://www.1msoft.com/content.asp?id=134</link>
<author>Zhuzb</author>
<pubDate>2008-11-2 12:21:29</pubDate>
<description><![CDATA[效果图:   乘法口诀代码: Dim  $i , $k , $s For  $i = 1  to  9  ;外循环开始  For  $k = 1  to  $i  ;内循环开始   $s = $s $k x $i = $k * $i   Next  ;内循环结束  $s = $s @crlf Next  ;外循环结束 MsgBox ( 0 , 九九乘法口诀表 , $s ) 循环实例代码：(有10元、20元、50元]]></description>
</item>

<item>
<title><![CDATA[输入框检测实例]]></title>
<link>http://www.1msoft.com/content.asp?id=133</link>
<author>Sanhen</author>
<pubDate>2008-11-2 12:13:53</pubDate>
<description><![CDATA[演示图:  代码如下: #include  GuiConstants.au3 Global  $MARk_1  =  0 Global  $DEFAULTINPUTDATA_1  =  '点击这里输入内容' Global  $MARK_2  =  0 Global  $DEFAULTINPUTDATA_2  =  'AUTOIT软件主题站' Global  $MARK_3  =  0 Global  $DEFAULTINPUTDATA_3  =  'www.1msoft.com' Global ]]></description>
</item>

<item>
<title><![CDATA[NOD32 2.7 ID自动获取自动更换代码]]></title>
<link>http://www.1msoft.com/content.asp?id=132</link>
<author>Zhuzb</author>
<pubDate>2008-11-2 11:32:47</pubDate>
<description><![CDATA[nod32 2.7的帐号和密码都保存在注册表中，直接更改注册表相关键值就能达到更改NOD32 ID的目的 下面说些账号和密码在注册表中表现形式： 帐号是由字符串值(REG_SZ)表示，所以能看到明文的账号,读取或修改的操作也就很简单了！ 而密码是由二进制数值(REG_BINARY)表示,且进行了加密，所以还需要进行转换 nod32的密码为10个字符串，例如10个0，0000000000在注册表中表示为 51 d6 e4 e9 ed f0 cb f2 6b 64 05 ad 87 c8 29 75]]></description>
</item>

<item>
<title><![CDATA[搜集的全球的部分autoit相关站点]]></title>
<link>http://www.1msoft.com/content.asp?id=131</link>
<author></author>
<pubDate>2008-11-1 12:30:20</pubDate>
<description><![CDATA[大家搜一下，看看有哪些网站搞这个的。 官方网站： http://www.autoitscript.com/ 德国: http://www.german-autoit.de/ http://www.autoit.de/ 法国: http://autoitscript.free.fr/ 韩国: http://autoitkorea.ft.co.kr/ 美国: http://autoit-recorder.sourceforge.net/ and http://sourceforge.net/proj]]></description>
</item>

<item>
<title><![CDATA[阿达连连看V3.5无限生命和提示]]></title>
<link>http://www.1msoft.com/content.asp?id=130</link>
<author>goto250</author>
<pubDate>2008-11-1 11:18:23</pubDate>
<description><![CDATA[如图，可将阿达连连看V3.5的生命和提示都改成了99 示例代码中只是修改了内存一次，也可以写成循环，这样的话，那永远都是固定的数值  代码如下： #Include  WinAPI.au3 #include  GuiMenu.au3 Dim  $adress_shengming = 0x0012FEB8 Dim  $adress_bangzhu = 0x0012FEBC Dim  $iPID , $iRead , $iWritten WinWait ( 连连看 v3.5 , ) $hWnd = W]]></description>
</item>

<item>
<title><![CDATA[微软"黑屏"清除autoit代码]]></title>
<link>http://www.1msoft.com/content.asp?id=129</link>
<author>doucment </author>
<pubDate>2008-11-1 11:02:58</pubDate>
<description><![CDATA[代码如下： ; Script Start - Add your code below here ;需要删除的文件 ;c:\windows\system32\wgalogon.dll ;c:\windows\system32\dllcache\wgalogon.dll ;c:\windows\system32\wgatray.exe ;c:\windows\system32\dllcache\wgatray.exe ;c:\windows\wganotify.log ;C:\Documents a]]></description>
</item>

<item>
<title><![CDATA[加载网页验证码到GUI]]></title>
<link>http://www.1msoft.com/content.asp?id=128</link>
<author>rho123 </author>
<pubDate>2008-11-1 10:48:03</pubDate>
<description><![CDATA[演示图片：   代码如下： #include  GUIConstantsEx.au3 #include  StaticConstants.au3 #include  WindowsConstants.au3 #include  IE.au3 $Form1  =  GUICreate ( 加载网页中的验证码演示： ,  333 ,  211 ) $Label1  =  GUICtrlCreateLabel ( 验证码： ,  16 , 43 ,  70 ,  17 ) GUICtrlSetFont]]></description>
</item>

<item>
<title><![CDATA[QQ文件中转站续期代码]]></title>
<link>http://www.1msoft.com/content.asp?id=127</link>
<author>Zhuzb</author>
<pubDate>2008-11-1 10:17:35</pubDate>
<description><![CDATA[最近才发现QQ文件中转站支持批量续期，赶紧写了这个代码，不过发现有内嵌页面，只好用了两次页面打开 #include  IE.au3 $Name = ******  ;设置用户名 $PassWord = ******  ;设置密码 QQMailLogin () ;登陆到QQ邮箱 $oIE  =  _IECreate ( http://mail.qq.com , 0 , 1 , 1 , 0 ) ;创建一个IE浏览器窗口 _IEAction ( $oIE , visible ) ;设置对象状态为可见 ]]></description>
</item>

<item>
<title><![CDATA[漂亮的系统托盘菜单]]></title>
<link>http://www.1msoft.com/content.asp?id=126</link>
<author>新手上路</author>
<pubDate>2008-11-1 9:56:09</pubDate>
<description><![CDATA[注意，ModernMenuRaw.au3 是UDF ，要包含进文件头。 还有就是，这个UDF有一些bug ，在本人的有限测试中，发现其与 WindowsConstants.au3 和 Constants.au3 有冲突。 演示图：   系统托盘菜单实例： #include  ModernMenuRaw.au3 #NoTrayIcon  ;要使用这种菜单，这句代码是必须的 $nTrayIcon1  = _TrayIconCreate ( 托盘菜单示例 ,  shell32.dll ,  - 40 ]]></description>
</item>

<item>
<title><![CDATA[百度宠物自动喂食]]></title>
<link>http://www.1msoft.com/content.asp?id=125</link>
<author>gooker</author>
<pubDate>2008-11-1 9:14:42</pubDate>
<description><![CDATA[详情参考代码注释： ;转帖保留此项 易游网 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]]></description>
</item>

<item>
<title><![CDATA[<帝国崛起>网页在线游戏自动探索程序备份]]></title>
<link>http://www.1msoft.com/content.asp?id=124</link>
<author>Zhuzb</author>
<pubDate>2008-10-31 23:23:51</pubDate>
<description><![CDATA[代码如下： #NoTrayIcon #include  GUIConstants.au3 #include  IE.au3 #include  Date.au3 #include  CoProc.au3  ;老外的多线程模块帮了大忙，还是刚找到的 ;最后一个库文件所以用了与众不同的双引号哦 GUICreate ( 自动发出单探索任务 ) GUISetBkColor  (  0x323730  ) GUICtrlCreateLabel  (  这个是母窗口，关闭这个窗口等于全部关闭子线程 ,  5]]></description>
</item>

<item>
<title><![CDATA[服务管理UDF]]></title>
<link>http://www.1msoft.com/content.asp?id=123</link>
<author>engine</author>
<pubDate>2008-10-30 0:28:42</pubDate>
<description><![CDATA[需要 3.2.10++ 版本 才可以使用此 UDF 使用方法：比如我想启用一个服务 例子 #include Services.au3 #include Privilege.au3 _Service_Start ( WebClient ) 停用一个服务 例子 #include Services.au3 #include Privilege.au3 _Service_Stop ( WebClient ) 当前有的功能有服务的改变 、创建、`删除 、列举、 列举依赖的服务 等等等``````` ，: ]]></description>
</item>

<item>
<title><![CDATA[简单的_Regsvr32自定义函数]]></title>
<link>http://www.1msoft.com/content.asp?id=122</link>
<author>Sanhen</author>
<pubDate>2008-10-25 20:57:24</pubDate>
<description><![CDATA[很简单，做备用，O(_)O~ Func _Regsvr32 ( $File , $flags ) ;Note(s): flags标示中 1为注册0为反注册 ;Web: www.autoit.net.cn ;Author(s): Sanhen If  Not  FileExists ( $File )  Then  Return  SetError ( 1 ,  0 ,  0 )  Switch  $flags  Case  1  Run ( 'regsvr32' Chr]]></description>
</item>

<item>
<title><![CDATA[全自动扫雷游戏外挂]]></title>
<link>http://www.1msoft.com/content.asp?id=121</link>
<author>yidabu</author>
<pubDate>2008-10-24 11:18:23</pubDate>
<description><![CDATA[转自一大步论坛，直接运行即可，请研究注释 代码如下： ;这个程序中有不少程序细节的技巧,要认真体会有注释的地方 opt ( 'MouseClickDelay' ,  0 ) ;设置鼠标移动及点击延时为0 opt ( 'MouseClickDownDelay' ,  0 ) opt ( 'MouseCoordMode' ,  0 ) ;设置用于鼠标函数的坐标参照 $i_pid  =  Run ( 'winmine.exe' ) ProcessWait ( $i_pid ) $v_Open  = _]]></description>
</item>

<item>
<title><![CDATA[向导窗口的演示]]></title>
<link>http://www.1msoft.com/content.asp?id=120</link>
<author>pcbar</author>
<pubDate>2008-10-22 11:19:41</pubDate>
<description><![CDATA[给和我一样的新手参考     源代码如下： #include  ButtonConstants.au3 #include  EditConstants.au3 #include  GUIConstantsEx.au3 #include  StaticConstants.au3 #include  WindowsConstants.au3 Global  $stp  =  1 #Region ### START Koda GUI section ### Form= $Form1  =  GUICr]]></description>
</item>

<item>
<title><![CDATA[Flash函数调用方法]]></title>
<link>http://www.1msoft.com/content.asp?id=119</link>
<author>Sanhen</author>
<pubDate>2008-10-17 17:35:22</pubDate>
<description><![CDATA[演示图:  代码如下：  #include  GuiConstantsEx.au3 Opt ( 'MustDeclareVars' ,  1 ) _Main () Func _Main ()  Local  $Flash , $FlashXml , $Bbs , $msg  ; Create GUI  GUICreate ( Flash 播放器 ,  570 ,  580 )   ;Create Flash  $Flash  = _CreateSWF ( '/uploadfile/200810/]]></description>
</item>

<item>
<title><![CDATA[查询昨天、明天、当天日期的准确性]]></title>
<link>http://www.1msoft.com/content.asp?id=118</link>
<author>KiwiCsj </author>
<pubDate>2008-10-15 14:30:41</pubDate>
<description><![CDATA[功能请看代码中的详细注释： #include-once #include  WinAPI.au3 ;~ ;测试时可使用下面两行检视效果 Local  Const  $date = '3000/02/28' MsgBox ( 0 , '' , '该月共有 ' KC_udf_MonLast ( StringLeft ( $date , 7 )) ' 天，' @CRLF $date '正确存在性：' KC_udf_Today ( $date ) @CRLF $date '的后一日是：' KC_udf_]]></description>
</item>

<item>
<title><![CDATA[简易屏幕取色【RGB】]]></title>
<link>http://www.1msoft.com/content.asp?id=117</link>
<author>Iceの</author>
<pubDate>2008-10-15 14:19:24</pubDate>
<description><![CDATA[鼠标移动到要取色的地方按F9取色，点一下程序ESC退出 取的颜色会显现在程序面板里面 会显示相应的屏幕坐标 和相对窗口坐标 十进制颜色代码 还有十六进制颜色代码 效果图：  代码如下： #NoTrayIcon #include  GUIConstantsEx.au3 #include  WindowsConstants.au3 #include  Misc.au3 _Singleton ( '屏幕取色' ) ;按键设置 HotKeySet ( ' {F9} ' ,  'Count' ) ;获取任]]></description>
</item>

<item>
<title><![CDATA[初窥WMI任务WMIC命令利用脚本]]></title>
<link>http://www.1msoft.com/content.asp?id=116</link>
<author>Sanhen</author>
<pubDate>2008-10-14 16:39:41</pubDate>
<description><![CDATA[用了很久的WMI和WMIC了，对于二者的概念一直比较模糊。收录备忘。 MS的详细介绍： http://www.microsoft.com/china/technet/community/scriptcenter/resources/wmifaq.mspx 初窥WMIWMI任务WMIC命令利用脚本 今天，我沼泽将给大家介绍个朋友，它就是MicrosoftWindowsManagementInstrumentation(WMI)。中文名字叫Windows管理规范。从Windows2000开始，WMI]]></description>
</item>

<item>
<title><![CDATA[关于AU3脚本与VB的对比]]></title>
<link>http://www.1msoft.com/content.asp?id=115</link>
<author>thesnow</author>
<pubDate>2008-10-14 16:34:16</pubDate>
<description><![CDATA[首先说,VB.NET与VB6的对比. VB.NET完全依赖.NET 构架运行,如果要用VB.NET写程序,就得要别人的机器都安装一个庞大的.NET构架. VB6就不需要.NET,也无法支持.NET.所以我们只讨论VB6与AU3的比较,如果需要写.NET程序,请放弃AU3,使用VB.NET VB6同样是一个脚本编辑软件.我们看看它的运行原理. 首先生成脚本文件(*.VBP,*.BAS...)编译执行. 编译的EXE实际上是EXE头文件+编译的VB脚本.(嵌入EXE) 解释器:msvbvm50.dl]]></description>
</item>

<item>
<title><![CDATA[会动的眼睛]]></title>
<link>http://www.1msoft.com/content.asp?id=114</link>
<author></author>
<pubDate>2008-10-14 15:43:13</pubDate>
<description><![CDATA[演示图，圆圈中的两点随鼠标移到而移动：   代码较长，请直接下载： /uploadfile/200810/14/1549144865.rar]]></description>
</item>

<item>
<title><![CDATA[按键精灵的比较]]></title>
<link>http://www.1msoft.com/content.asp?id=113</link>
<author></author>
<pubDate>2008-10-13 14:55:38</pubDate>
<description><![CDATA[无其他的意思，刚看到，顺手转了过来，给想学AUtoIT的同志看看，以下是国内(AutoIT )二位高手的评价 https://www.dream4ever.org/showthread.php?t=75887page=2pp=10 （引用原话） 第一次用按键精灵是两三年前的事情了，现在硬盘上还保留着 2.65 版呢，也是因为要寻求比它更好的东西而结识了AutoIt，说实话，5.6版除了比2.65版花哨了一些之外，显著的功能增加并没有多少，跟这个版本号不大搭配 按键精灵和Au]]></description>
</item>

<item>
<title><![CDATA[获取本机用户SID函数]]></title>
<link>http://www.1msoft.com/content.asp?id=112</link>
<author>Zhuzb</author>
<pubDate>2008-10-6 19:11:50</pubDate>
<description><![CDATA[代码如下： $UserName = 'administrator' MsgBox ( 64 , '' , GetSID ( $UserName )) Func GetSID ( $user ) ;~ $user = RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon', 'DefaultUserName') ;取当前登录用户的名称 $objWMIService  =  ObjGet (]]></description>
</item>

<item>
<title><![CDATA[IP格式判断函数]]></title>
<link>http://www.1msoft.com/content.asp?id=111</link>
<author>Zhuzb</author>
<pubDate>2008-10-6 19:05:03</pubDate>
<description><![CDATA[大家可以把代码中的ip地址192.168.1.1改成其它错误格式的ip，看代码是否能正确报出错误！ 代码如下： PDGS ( 192.168.1.1 ) Func PDGS ( $value )  $IP = StringSplit ( $value , . )  If  $IP [ 0 ]= 4  Then  For]]></description>
</item>

</channel></rss>