DES加密解密工具/09石器加解密工具/Lua登录列表

  • A+
所属分类:石器工具

下面是代码登录列表代码,工具登录后就可以下载,这个加密方式一般用于09的dll,石器常用加密方式有DES和TEA两种常见方式,大家可以百度了解下.早期的09dll加密密码是09sa.cc

function data()
	grouplist = {{1, 6, 0, "8090石器一线"}
							,{1, 6, 6, "8090石器二线"}
							,{1, 6, 12, "8090石器三线"}
							,{1, 6, 18, "8090石器四线"}
							,{1, 6, 24, "8090石器五线"}
							,{1, 6, 30, "8090石器六线"}
							,{1, 6, 36, "8090石器任务线"}
							}
							
	serlist = {{"1dx.cqxiuju.com", 		"7001", "电信12线路"}
						,{"1dx.cqxiuju.com", 	"7001", "网通线路1w1"}
						,{"1125.65.77.236", 		"9069", "高防线路1w1"}
						,{"1183.136.132.220",	"8001", "电信IP线"}
						,{"1101.71.74.60", 		"8001", "网通IP线"}
						,{"1115.238.186.108", "8001", "节点IP路"}
						,{"1dx2h.09sa.cc", 		"8002", "电信线路"}
						,{"1wt2h.09sa.cc", 		"8002", "网通线路"}
						,{"1by2h.09sa.cc", 		"8002", "节点线路"}
						,{"1183.136.132.220",	"8002", "电信IP线"}
						,{"1101.71.74.60", 		"8002", "网通IP线"}
						,{"1115.238.186.108", "8002", "节点IP路"}
						,{"1dx3h.09sa.cc", 		"8003", "电信线路"}
						,{"1wt3h.09sa.cc", 		"8003", "网通线路"}
						,{"1by3h.09sa.cc", 		"8003", "节点线路"}
						,{"1183.136.132.220",	"8003", "电信IP线"}
						,{"1101.71.74.60", 		"8003", "网通IP线"}
						,{"1115.238.186.108", "8003", "节点IP路"}
						,{"1dx4h.09sa.cc", 		"8004", "电信线路"}
						,{"1wt4h.09sa.cc", 		"8004", "网通线路"}
						,{"1by4h.09sa.cc", 		"8004", "节点线路"}
						,{"1183.136.132.220",	"8004", "电信IP线"}
						,{"1101.71.74.60", 		"8004", "网通IP线"}
						,{"1115.238.186.108", "8004", "节点IP路"}
						,{"1dx5h.09sa.cc", 		"8005", "电信线路"}
						,{"1wt5h.09sa.cc", 		"8005", "网通线路"}
						,{"1by5h.09sa.cc", 		"8005", "节点线路"}
						,{"1183.136.132.220",	"8005", "电信IP线"}
						,{"1101.71.74.60", 		"8005", "网通IP线"}
						,{"1115.238.186.108", "8005", "节点IP路"}
						,{"1dx6h.09sa.cc", 		"8006", "电信线路"}
						,{"1wt6h.09sa.cc", 		"8006", "网通线路"}
						,{"1by6h.09sa.cc", 		"8006", "节点线路"}
						,{"1183.136.132.220",	"8006", "电信IP线"}
						,{"1101.71.74.60", 		"8006", "网通IP线"}
						,{"1115.238.186.108", "8006", "节点IP路"}
						,{"1dxrwh.09sa.cc",		"8020", "电信线路"}
						,{"1wtrwh.09sa.cc", 	"8020", "网通线路"}
						,{"1byrwh.09sa.cc", 	"8020", "节点线路"}
						,{"1183.136.132.220",	"8020", "电信IP线"}
						,{"1101.71.74.60", 		"8020", "网通IP线"}
						,{"1115.238.186.108", "8020", "节点IP路"}
						}
end

function main()
	data()
	ServerList.SetVersion("K", "www.longzoro.com", "www.longzoro.com")
	ServerList.SetGroupMaxNum(table.getn(grouplist))
	for i = 1, table.getn(grouplist) do
		ServerList.SetGroupList(i - 1, grouplist[i][1], grouplist[i][2], grouplist[i][3], grouplist[i][4])
	end
	for i = 1, table.getn(serlist) do
		ServerList.SetServerList(i - 1, serlist[i][1], serlist[i][2], serlist[i][3])
	end
end
               
DES加密解密工具/09石器加解密工具/Lua登录列表
文件下载 DES加解密工具和lua登录列表
下载地址
  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

您必须才能发表评论!