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 crackme =]
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Tue Dec 23, 2008 7:01 am    Post subject: My first crackme =] Reply with quote

Thanks for trying
refresh if you can't see the attachment

This is my first attempt, Ofcourse it's easy!

_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
blackmorpheus
Expert Cheater
Reputation: 0

Joined: 05 Apr 2008
Posts: 159

PostPosted: Tue Dec 23, 2008 7:13 am    Post subject: Reply with quote

cant see the attachment Embarassed
Back to top
View user's profile Send private message
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Tue Dec 23, 2008 7:14 am    Post subject: Reply with quote

refresh the page a few times ;]
_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
Zerith
Master Cheater
Reputation: 1

Joined: 07 Oct 2007
Posts: 468

PostPosted: Tue Dec 23, 2008 7:31 am    Post subject: Reply with quote

Great.. another .NET crackme.
Back to top
View user's profile Send private message MSN Messenger
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Tue Dec 23, 2008 7:32 am    Post subject: Reply with quote

I told you it was my first
_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
blackmorpheus
Expert Cheater
Reputation: 0

Joined: 05 Apr 2008
Posts: 159

PostPosted: Tue Dec 23, 2008 8:43 am    Post subject: Reply with quote

why can i not run/open this with ollydbg?
Back to top
View user's profile Send private message
Zerith
Master Cheater
Reputation: 1

Joined: 07 Oct 2007
Posts: 468

PostPosted: Tue Dec 23, 2008 8:45 am    Post subject: Reply with quote

blackmorpheus wrote:
why can i not run/open this with ollydbg?


.NET.
Back to top
View user's profile Send private message MSN Messenger
blackmorpheus
Expert Cheater
Reputation: 0

Joined: 05 Apr 2008
Posts: 159

PostPosted: Tue Dec 23, 2008 8:54 am    Post subject: Reply with quote

So how can i see the assembly code / look how the program works?
Back to top
View user's profile Send private message
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Tue Dec 23, 2008 8:56 am    Post subject: Reply with quote

Why is it bad that's it .NET
is it uncrackable or something?

_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
Zerith
Master Cheater
Reputation: 1

Joined: 07 Oct 2007
Posts: 468

PostPosted: Tue Dec 23, 2008 8:59 am    Post subject: Reply with quote

blackmorpheus wrote:
So how can i see the assembly code / look how the program works?


There are lots of .NET decompilers.
For example, .NET Reflector.
Back to top
View user's profile Send private message MSN Messenger
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Wed Dec 24, 2008 3:38 am    Post subject: Reply with quote

Still, there's no-one who've posted the pass yet =]
_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
S3NSA
:3
Reputation: 1

Joined: 06 Dec 2006
Posts: 1908
Location: England.

PostPosted: Wed Dec 24, 2008 4:37 am    Post subject: Reply with quote

I get an error when I run it..
_________________
~ You can find me on irc.ccplz.net x
Back to top
View user's profile Send private message Visit poster's website
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Wed Dec 24, 2008 4:39 am    Post subject: Reply with quote

Whats the error?
_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
sloppy
Expert Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 123

PostPosted: Wed Dec 24, 2008 5:29 am    Post subject: Reply with quote

Code:
internal static unsafe int modopt(CallConvCdecl) main()
{
    int num = 100;
    switch (num)
    {
        case 100:
            Console.WriteLine("This is an easy CrackMe Coded by Bassoe\r\n");
            num = 0;
            break;

        case 0:
            Console.WriteLine("Please Enter the password");
            if (Console.ReadLine().Equals("isuckballs"))
            {
                Console.WriteLine("Good job");
                num++;
            }
            else
            {
                Console.WriteLine("Wrong");
            }
            system(&?A0x7b42e1c9.unnamed-global-0);
            system(&?A0x7b42e1c9.unnamed-global-1);
            break;
    }
    if (num == 0)
    {
        main();
    }
    else
    {
        Console.WriteLine("Thanks for using my first Crackme");
        Console.WriteLine("Time to pack this with Themida ^^");
        Console.WriteLine("See ya later!");
        system(&?A0x7b42e1c9.unnamed-global-2);
    }
    return 0;
}

Rolling Eyes
Back to top
View user's profile Send private message
bassoe
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Mar 2007
Posts: 1028
Location: http://chickenvote.kicks-ass.net

PostPosted: Wed Dec 24, 2008 6:54 am    Post subject: Reply with quote

nice
now, how did you do that <.<

_________________
ChickenMS is BACK!
Click me for chickenms
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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