- UID
- 6901
注册时间2006-1-13
阅读权限40
最后登录1970-1-1
独步武林
 
TA的每日心情 | 怒 2016-6-2 20:34 |
---|
签到天数: 10 天 [LV.3]偶尔看看II
|
发表于 2009-10-16 16:34:55
|
显示全部楼层
.net好麻烦,好像之前出了个可直接修改的反编译工具,找不到了/:011
反编译能看到整个东东 text和button=false
private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Kill Me!", "Neg #1");
MessageBox.Show("Edit Me for Some WOrds!", "Neg #2");
}
private void nextButton_Click(object sender, EventArgs e)
{
try
{
string str5 = "JustForPYG54Crackers";
if ((this.cdCodesTextBox1.Text + this.cdCodesTextBox2.Text + this.cdCodesTextBox3.Text) != str5)
{
MessageBox.Show("输入有误,请重新输入!");
}
else
{
MessageBox.Show("恭喜您,注册成功!");
}
} |
评分
-
查看全部评分
|