魔兽世界挂机脚本
摘要:
Dim WshShell Set WshShell=WScript.CreateObject("WScript.Shell") 'WshShell.Run "notepad" msgbox "点击确定后将执行按键脚本,保证程序不会长时间无动作被注销。",vbOKOnly,"魔兽世界按键脚本"while true WScript.Sleep 5000 WshShell.AppActivate "魔兽... 阅读全文
posted @ 2013-06-24 06:39 许明会 阅读(5484) 评论(0) 推荐(0) 编辑