downloadbrowseThe So;X's Soxcrackme5

Download Soxcrackme5.zip, 67 kb (password: crackmes.de)
Browse contents of Soxcrackme5.zip

Gift for all olly loving people please see inside

Difficulty: 1 - Very easy, for newbies
Platform: Windows
Language: .NET

Published: 10. May, 2008
Downloads: 766

Rating

Waiting for at least 3 votes
(we have only 2).

Rate this crackme:

Send a message to The So;X »

View profile of The So;X »

Solutions

Solution by costy, published 05. jul, 2008; download (97 kb), password: crackmes.de or browse.

costy has not rated this crackme yet.

Submit your solution »

Discussion and comments

MACH4
11. May 2008
Hi So;x

Something seriously wrong with your algo!
TextBox3 can't equal two different strings at the same time!
And 4 & 5 are not used!
Also creating run-time errors!

MACH4
The So;X
Author
12. May 2008
Ok i understand what u r trying to say .May be i need to recode again and reupload it again
Thank you
MulleDK13
04. Jun 2008
Remove this, and ban author... "TextBox3 can't equal two different strings at the same time!"
costy
04. Jun 2008
Sorry... I have a question...
How I can understand where is textbox1 or where is textbox2?
I see 5 textboxes i don't know which of that is the first
costy
05. Jul 2008
I forgot to write in the solution how to remove the nag but it's simply...

First look at this function. In any .NET crackme it decided witch form is loaded first. In this case form1.

Protected Overrides Sub OnCreateMainForm()
Me.MainForm = MyProject.Forms.Form1
End Sub

Just modify in this way with Reflexil

Protected Overrides Sub OnCreateMainForm()
Me.MainForm = MyProject.Forms.Form2 <---- FORM2
End Sub

That's all.
Now Form2 is loaded instead of Form1

You may leave your comment, thoughts and discuss this crackme with other reversers here.
Acting childish will not be tolerated.
HTML and such will be left as-is, so don't try.