Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Crackme 2.0

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
emperus
Expert Cheater
Reputation: 0

Joined: 24 Jul 2007
Posts: 142
Location: Amd Phenom 2.2ghz Triple Core

PostPosted: Wed Dec 19, 2007 10:39 am    Post subject: Crackme 2.0 Reply with quote

Visual basic crackme

try to spend all tries
Back to top
View user's profile Send private message MSN Messenger
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Wed Dec 19, 2007 11:14 am    Post subject: Reply with quote

oh man.........
its .NET
.NET make ur eyes bleed.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Wed Dec 19, 2007 12:35 pm    Post subject: Reply with quote

Portuguese -> Fode-te

Code:
        Private Sub btn_Activate_Click(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim v_i As Integer
            v_i = Conversions.ToInteger(TextBox2.[Text])
            If Conversions.ToBoolean(Operators.OrObject(Operators.AndObject(Operators.CompareObjectEqual(ComboBox1.SelectedItem, "Portuguese", false), Operators.CompareString(TextBox1.[Text], "Fode-te", false) = 0), Operators.CompareString(TextBox1.[Text], "fode-te", false) = 0)) Then
                Microsoft.VisualBasic.Interaction.MsgBox("You did it", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox(String.Concat(TextBox1.[Text], " means..."), Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox("Fuck You", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                System.Windows.Forms.Application.[Exit]
            Else
                If Conversions.ToDouble(TextBox2.[Text]) = 0 Then
                    Microsoft.VisualBasic.Interaction.MsgBox("Sorry, no more tries", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                    System.Windows.Forms.Application.[Exit]
                Else
                    TextBox2.[Text] = Conversions.ToString(Conversions.ToDouble(TextBox2.[Text]) > 0)
                    System.Windows.Forms.MessageBox.Show(String.Concat("Sorry, you've failed. You have ", Conversions.ToString(v_i), " Tries"))
                End If
            End If
        End Sub


Don't use .NET for stuff like this, it's not secure at all.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
pimpstonie
Advanced Cheater
Reputation: 0

Joined: 27 Sep 2007
Posts: 70

PostPosted: Wed Dec 19, 2007 4:20 pm    Post subject: FU! Reply with quote

FU!

Last edited by pimpstonie on Wed Jan 30, 2008 8:47 am; edited 1 time in total
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Wed Dec 19, 2007 4:21 pm    Post subject: Reply with quote

pimpstonie wrote:
Nice job Wiccaan. Go back to mine and PM me that Password and Unlock Key. =D


Huh? Why do I need to pm you this? It's posted right here. I'm not trying to get an award.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Ksbunker
Advanced Cheater
Reputation: 0

Joined: 18 Oct 2006
Posts: 88

PostPosted: Wed Dec 19, 2007 9:20 pm    Post subject: re: Reply with quote

Programs like Reflector really take the fun out of .NET cracking!

I agree with Wiccaans sentiments, try to stray away from .NET if you are in the very least, concerned with security.
Back to top
View user's profile Send private message
emperus
Expert Cheater
Reputation: 0

Joined: 24 Jul 2007
Posts: 142
Location: Amd Phenom 2.2ghz Triple Core

PostPosted: Thu Dec 20, 2007 6:32 am    Post subject: Reply with quote

and do you now what fode-te means

Edit: what language you used on your post wiccan
Back to top
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Thu Dec 20, 2007 8:11 am    Post subject: Reply with quote

emperus wrote:
and do you now what fode-te means

Edit: what language you used on your post wiccan


Portuguese, and it means 'Fuck you' according to the crackme.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
emperus
Expert Cheater
Reputation: 0

Joined: 24 Jul 2007
Posts: 142
Location: Amd Phenom 2.2ghz Triple Core

PostPosted: Fri Dec 21, 2007 4:37 am    Post subject: Reply with quote

Wiccaan wrote:
Portuguese -> Fode-te

Code:
        Private Sub btn_Activate_Click(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim v_i As Integer
            v_i = Conversions.ToInteger(TextBox2.[Text])
            If Conversions.ToBoolean(Operators.OrObject(Operators.AndObject(Operators.CompareObjectEqual(ComboBox1.SelectedItem, "Portuguese", false), Operators.CompareString(TextBox1.[Text], "Fode-te", false) = 0), Operators.CompareString(TextBox1.[Text], "fode-te", false) = 0)) Then
                Microsoft.VisualBasic.Interaction.MsgBox("You did it", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox(String.Concat(TextBox1.[Text], " means..."), Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox("Fuck You", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                System.Windows.Forms.Application.[Exit]
            Else
                If Conversions.ToDouble(TextBox2.[Text]) = 0 Then
                    Microsoft.VisualBasic.Interaction.MsgBox("Sorry, no more tries", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                    System.Windows.Forms.Application.[Exit]
                Else
                    TextBox2.[Text] = Conversions.ToString(Conversions.ToDouble(TextBox2.[Text]) > 0)
                    System.Windows.Forms.MessageBox.Show(String.Concat("Sorry, you've failed. You have ", Conversions.ToString(v_i), " Tries"))
                End If
            End If
        End Sub


Don't use .NET for stuff like this, it's not secure at all.



What programming language is this Question Question Question Question Question Question Question Question Question Question
Back to top
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Fri Dec 21, 2007 10:22 am    Post subject: Reply with quote

emperus wrote:
Wiccaan wrote:
Portuguese -> Fode-te

Code:
        Private Sub btn_Activate_Click(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim v_i As Integer
            v_i = Conversions.ToInteger(TextBox2.[Text])
            If Conversions.ToBoolean(Operators.OrObject(Operators.AndObject(Operators.CompareObjectEqual(ComboBox1.SelectedItem, "Portuguese", false), Operators.CompareString(TextBox1.[Text], "Fode-te", false) = 0), Operators.CompareString(TextBox1.[Text], "fode-te", false) = 0)) Then
                Microsoft.VisualBasic.Interaction.MsgBox("You did it", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox(String.Concat(TextBox1.[Text], " means..."), Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                Microsoft.VisualBasic.Interaction.MsgBox("Fuck You", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                System.Windows.Forms.Application.[Exit]
            Else
                If Conversions.ToDouble(TextBox2.[Text]) = 0 Then
                    Microsoft.VisualBasic.Interaction.MsgBox("Sorry, no more tries", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
                    System.Windows.Forms.Application.[Exit]
                Else
                    TextBox2.[Text] = Conversions.ToString(Conversions.ToDouble(TextBox2.[Text]) > 0)
                    System.Windows.Forms.MessageBox.Show(String.Concat("Sorry, you've failed. You have ", Conversions.ToString(v_i), " Tries"))
                End If
            End If
        End Sub


Don't use .NET for stuff like this, it's not secure at all.



What programming language is this Question Question Question Question Question Question Question Question Question Question


Uh.. you wrote it, it's VB.NET

The compiler I used doesn't return the exact code 100% of the time, but parts that are enough to understand whats going on.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
emperus
Expert Cheater
Reputation: 0

Joined: 24 Jul 2007
Posts: 142
Location: Amd Phenom 2.2ghz Triple Core

PostPosted: Fri Dec 21, 2007 11:42 am    Post subject: Reply with quote

ah ok Mr. Green
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites