举报
如何设置软件在某年某月某天无法运行 (即使修改本地的时间也无法运行)
#include <IE.au3> $oIE = _IECreate ("http://www.timedate.cn/worldclock/ti.asp") $sText = _IEBodyReadText ($oIE) MsgBox(0, "Body Text", $sText)
2:如何设置软件在30天后就无法运行 比如运行后就获取一个本机的唯一标示,然后即使重新下载软件也无法运行
$var = DriveGetSerial( "c:" ) MsgBox(4096, "序列号:", $var)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-3 05:59 , Processed in 0.082026 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.