Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

正在浏览分类 自启

总共找到 1 篇

Autohotkey生成归属地号段号码字典(用于破解密码) 8250

作者为 发表

Autohotkey

gui, add, edit, x0 y0 w100 h400 ve,
gui, add, button, x0 y400 w100 h20 gstart, 开始
gui, show
Return

start:
GuiControlGet, e
StringSplit, var, e, `n,
idx = 0
Loop
{
FileAppend, %content%, cell.txt
if A_Index > %var0%
	Break
idx += 1
head = % var%idx%
a = -1
content =
Loop
{
a += 1
StringLen, len, a
if len > 4
	Break
if len = 1
	w = 000%a%
if len = 2
	w = 00%a%
if len = 3
	w = 0%a%
if len = 4
	w = %a%
content = %content%%head%%w%`n
}
}
MsgBox, Ok
Return

GuiClose:
ExitApp



友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

49 queries in 2.005 seconds |