downloadbrowsecr4ckd0r's crackme1 by cr4ckd0r

Download crackme.zip, 22 kb (password: crackmes.de)
Browse contents of crackme.zip

rules: solve my crackme
write ackeygen and tutorial

Difficulty: 1 - Very easy, for newbies
Platform: Windows
Language: (Visual) Basic

Published: 22. Apr, 2015
Downloads: 603

Rating

Votes: 3
Crackme is boring crap.

Rate this crackme:

Send a message to cr4ckd0r »

View profile of cr4ckd0r »

Solutions

Solution by vbad, published 19. may, 2015; download (1022 b), password: crackmes.de or browse.

vbad has not rated this crackme yet.

Submit your solution »

Discussion and comments

Cubinator
13. May 2015
Why writing a keygen? This crackme only checks, if the name is "cr4ckd0r" and the serial is "Crack me if you can!!!" without ignoreCase and it's done.
vbad
15. May 2015
yes, i noted that in my solution, just hardcoded checks written in .NET. But a crackme none the less.
givses
14. Jul 2015
Nothing to solve...

Private Sub Button1_Click_1(ByVal sender As Object, ByVal e As EventArgs)
If (Me.TextBox1.Text = "cr4ckd0r") Then
If (Me.TextBox2.Text = "Crack me if you can!!!") Then
Interaction.MsgBox("Solved! Now write a keygen and tutorial!", MsgBoxStyle.Information, "good boy...")
End If
Else
Interaction.MsgBox("Wrong! Try Again!", MsgBoxStyle.Information, "bad boy...")
End If
End Sub

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.