Posted December 4, 200816 yr You should find out the correct UserName and the RegCode.It's Very Easy for you .And It need .Net runtimeSuperSerialMe.rar
December 4, 200816 yr Too easy, I think It just uses a hard-coded username/serial private void btnReg_Click(object sender, EventArgs e) { if ((this.tbUN.Text.CompareTo("pediy") == 0) && (this.tbRC.Text.CompareTo("wyart") == 0)) { MessageBox.Show("Good! You Win the game! "); } else { MessageBox.Show("Error,Play Again."); } } Edited December 4, 200816 yr by Hyperlisk
August 14, 201015 yr Too easy. You didn't even obfuscated code IL C++ Edited August 14, 201015 yr by NewEraCracker
Create an account or sign in to comment