能力值:
( LV2,RANK:10 )
|
-
-
2 楼
看了你的代码,还是搞不定,不过看你KX挺多的,帮兄弟买个邀请码,可以不,谢谢
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
为什么是 “this.SXHtG6ZIey”这样的字符,是没有去混淆还是怎样?
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
呵呵 支持一下
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
人家都已经把正确的注册码算出来了,你要做的就是:
在它和错误的码比较时,把正确的显示出来。
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
那把程序给放出来吗?
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
是要这个C#的源码吗?
但楼主注册不上,感觉还有其它检查。貌似这个注册机也帮不上忙
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
试了下,注册成功也不能用,附上程序。
|
能力值:
( LV2,RANK:10 )
|
-
-
9 楼
|
能力值:
( LV2,RANK:10 )
|
-
-
10 楼
[QUOTE=皮耶罗子;1223132] KeyOut.7z
试试这个 [/QUOTE]
厉害,这个可以注册成功!
|
能力值:
( LV6,RANK:90 )
|
-
-
11 楼
private string YmntlVshi5(string text, int num)
{
string text2 = "";
for (int i = 0; i < num; i++)
{
string str = text.Substring(i * num, 5);
text2 += str;
if (i < num - 1)
{
text2 += "-";
}
}
return text2;
}
private string O3vto2yyyS(string password)
{
string text = FormsAuthentication.HashPasswordForStoringInConfigFile(password, "MD5");
text = FormsAuthentication.HashPasswordForStoringInConfigFile(text, "SHA1");
text = FormsAuthentication.HashPasswordForStoringInConfigFile(text, "MD5");
text = FormsAuthentication.HashPasswordForStoringInConfigFile(text, "SHA1");
return this.YmntlVshi5(text, 2);
}
核心就是用用这两段了,把机器码传到private string O3vto2yyyS(string password)中,机器码是cpu+disk的id取中间。
|
能力值:
( LV2,RANK:10 )
|
-
-
12 楼
2.3版本的也更新一下呵呵
|
|
|