万象刷卡助手
万象刷卡助手适合万象+控制台的网吧!
自己写的,有点粗糙,细节方面有问题希望大家也能反馈。
输入的密码是0
page up 键是暂停
page down 键是退出
end 键是重新输入信息#Region ;**** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_icon=D:\autoit3\Aut2Exe\Icons\NIS.ico
#AutoIt3Wrapper_outfile=刷卡助手.exe
#AutoIt3Wrapper_Res_Description=适用于 万象+过滤王 网吧的收银机
#AutoIt3Wrapper_Res_Fileversion=0.0.0.3
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
#AutoIt3Wrapper_Res_LegalCopyright=小戚写的,水平很次献丑了。问题反馈QQ:59993330
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
Global $Paused
HotKeySet(\"{PGUP}\", \"zanting\")
HotKeySet(\"{PGDN}\", \"tuichu\")
HotKeySet(\"{END}\", \"chongshu\")
While 1
$i = 0
While $i <= 10000
winwaitactive(\"请输入临时卡用户资料\",\"临时卡用户资料\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
Send(\"0\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
Send(\"0\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
send(\"{DOWN}\")
send(\"{enter}\")
MouseWheel(\"up\", 4)
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
send(\"henan\")
send(\"{space}\")
send(\"{space}\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
#Region --- CodeWizard generated code Start ---
;SpashText features: Title=No, Text=Yes, Width=230, Height=20, Left=450, Top=0, Center justified text, Fontname=楷体_GB2312, Font size=12, Font weight=400
SplashTextOn(\"\",\"现在已经刷了\"& $i &\"张卡\",\"230\",\"20\",\"450\",\"0\",1,\"楷体_GB2312\",\"12\",\"400\")
#EndRegion --- CodeWizard generated code End ---
$i = $i + 1
WinActivate ( \"激活临时卡\",\"标准上机\" )
winwaitactive(\"激活临时卡\",\"标准上机\")
WEnd
WEnd
Func zanting()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('脚本已被“暂停”',0,0)
WEnd
ToolTip(\"\")
EndFunc
Func tuichu()
Exit 0
EndFunc
Func chongshu()
winwaitactive(\"请输入临时卡用户资料\",\"临时卡用户资料\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
Send(\"0\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
Send(\"0\")
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
send(\"{DOWN}\")
send(\"{enter}\")
MouseWheel(\"up\", 2)
ControlClick(\"请输入临时卡用户资料\",\"临时卡用户资料\",\"\")
send(\"henan\")
send(\"{space}\")
send(\"{space}\")
winwaitactive(\"激活临时卡\",\"标准上机\")
EndFunc
**** Hidden Message ***** 这是什么东东?也是免刷? 不知道是怎么搞的。。 这东西 再怎么做呢。 ????????????????? 0 0这个是传说中的语言代码吗?菜鸟傻傻围观中。 学西下学西下学西下学西下学西下学西下 谢谢分享谢谢分享谢谢分享谢谢分享谢谢分享谢谢分享 6
页:
[1]
2