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 


My first crack me.

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

Joined: 27 Aug 2006
Posts: 654

PostPosted: Sun Mar 09, 2008 10:43 am    Post subject: My first crack me. Reply with quote

You gotta guess the password and select the right radiobutton. This is my first crack me so go easy on me.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Sun Mar 09, 2008 11:02 am    Post subject: Reply with quote

Password: bigfathen
Radio tick: 1

Source code:
Code:
        Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
            Dim v_str2 As String
            v_str2 = "Congratz you cracked the impossible"
            If ((Operators.CompareString(TextBox1.[Text], "bigfathen", false) = 0) And RadioButton1.Checked) Then
                Microsoft.VisualBasic.Interaction.MsgBox(v_str2, Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
            Else
                Microsoft.VisualBasic.Interaction.MsgBox("You Phail", Microsoft.VisualBasic.MsgBoxStyle.OkOnly, Nothing)
            End If
        End Sub


I suggest you don't make these types of programs in .NET

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

Joined: 27 Aug 2006
Posts: 654

PostPosted: Sun Mar 09, 2008 12:19 pm    Post subject: Reply with quote

I should use Delphi?
Back to top
View user's profile Send private message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Mon Mar 10, 2008 6:57 pm    Post subject: Reply with quote

mageknight wrote:
I should use Delphi?


Yep, or you can use VB6, but not VB.NET.
Back to top
View user's profile Send private message
OSIRIS
Grandmaster Cheater
Reputation: 0

Joined: 27 Aug 2006
Posts: 654

PostPosted: Mon Mar 10, 2008 7:03 pm    Post subject: Reply with quote

coder sal wrote:
mageknight wrote:
I should use Delphi?


Yep, or you can use VB6, but not VB.NET.


Whats the difference between them Shocked
Back to top
View user's profile Send private message
HolyBlah
Master Cheater
Reputation: 2

Joined: 24 Aug 2007
Posts: 446

PostPosted: Tue Mar 11, 2008 6:29 am    Post subject: Reply with quote

.NET language can be decompiled easily.
Back to top
View user's profile Send private message
Haxory'
Grandmaster Cheater Supreme
Reputation: 92

Joined: 30 Jul 2007
Posts: 1900

PostPosted: Tue Mar 18, 2008 2:12 pm    Post subject: Reply with quote

cracked wewt see attatchment (picture)
_________________
you and me baby ain't nothing but mammals so lets do it like they do on the discovery channel
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Tue Mar 18, 2008 2:38 pm    Post subject: Re: My first crack me. Reply with quote

mageknight wrote:
You gotta guess the password and select the right radiobutton. This is my first crack me so go easy on me.


Stefon i would learn another language lol. .NET is just blah...

_________________

Back to top
View user's profile Send private message
Haxory'
Grandmaster Cheater Supreme
Reputation: 92

Joined: 30 Jul 2007
Posts: 1900

PostPosted: Wed Mar 19, 2008 12:17 am    Post subject: Reply with quote

i cracked like 8 cracke's now
_________________
you and me baby ain't nothing but mammals so lets do it like they do on the discovery channel
Back to top
View user's profile Send private message
HolyBlah
Master Cheater
Reputation: 2

Joined: 24 Aug 2007
Posts: 446

PostPosted: Wed Mar 19, 2008 11:29 am    Post subject: Re: My first crack me. Reply with quote

Labyrnth wrote:
mageknight wrote:
You gotta guess the password and select the right radiobutton. This is my first crack me so go easy on me.


Stefon i would learn another language lol. .NET is just blah...
What wrong with blah Evil or Very Mad
Back to top
View user's profile Send private message
Sinok
Cheater
Reputation: 0

Joined: 21 Mar 2008
Posts: 34

PostPosted: Fri Apr 04, 2008 1:08 am    Post subject: Reply with quote

Me phailz at first but den me crackz de impossible..

That's not impossible at all - that's really easy :\
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Fri Apr 04, 2008 7:56 am    Post subject: Re: My first crack me. Reply with quote

HolyBlah wrote:
Labyrnth wrote:
mageknight wrote:
You gotta guess the password and select the right radiobutton. This is my first crack me so go easy on me.


Stefon i would learn another language lol. .NET is just blah...
What wrong with blah Evil or Very Mad


Well for one, complete decompilation of your application.
need i say any more?
Like framework must be installed for it to run on a machine as well.
Very inconvenient i might add.

It is blah.... Wink

haxory' wrote:
i cracked like 8 cracke's now

Yeah, thats cool keep up the work. But dont put you did it in 3 seconds, it takes longer then that since you got to Inspect the app, load it in olly, and dig a bit.
Thats way too fast.

_________________

Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Fri Apr 04, 2008 1:17 pm    Post subject: Reply with quote

Too bad Olly can't debug .NET apps.

OllyDbg can’t debug .NET applications. .NET programs consist of pseudocode that Windows interpretes or compiles on-the-fly to native ’86 commands.

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

Joined: 04 Jan 2008
Posts: 72
Location: Republic of Korea (South Korea)

PostPosted: Fri Apr 04, 2008 10:23 pm    Post subject: Reply with quote

and plusly, i'm too bored to install .NET Framework zzzzzzzzzzzzzzz
_________________

[img]
<a><img></a>[/img]
iroo sooo hooooot
Back to top
View user's profile Send private message
xMurtaghx
I post too much
Reputation: 1

Joined: 13 Apr 2008
Posts: 3611
Location: Gayville, South Dakota, 57031, United States of America

PostPosted: Mon Apr 14, 2008 5:53 pm    Post subject: Reply with quote

nice job if that is your first one
_________________

Scania- Lvl 117 DK✔

WE WILL MISS GMS!
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger 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