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 


Fun CrackMe Version 2

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

Joined: 11 May 2007
Posts: 304

PostPosted: Fri May 23, 2008 3:56 pm    Post subject: Fun CrackMe Version 2 Reply with quote

Code:
I made another thread for V2, I didn't want to mix up the versions, they are completely different from each other, not like trainers, that's why I didn't edit the post to release V2. I hope you like Version 2!


Assignments:

- Patch the crackme
- Crack the serial (all boxes)
- Explain how you did it because you had to stop something
- Find hidden message (only 1)

Difficulty: Maybe easier than version 1

The reward is different this time you will see once you're done.
Well what are you waiting for, why are you still reading this?

Download


Last edited by coder sal on Mon May 26, 2008 7:37 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: Sat May 24, 2008 5:22 am    Post subject: Reply with quote

Box1: 8454016
Box2: -206677 8454016
Box3: 8454016Unlock Microsoft Office 30 Day Trial (Fun CrackMe V2 by Coder Sal)
Box4: Hack Gym
Box5: 8454016SOLVED.

Think the color of the bg has something to do with wining but not bothing to figure it out since it closes when you get it wrong and not worth the time and effort to keep reentering things.


Patching would be:
Code:
004040BA   . /0F84 23010000 JE Fun_Crac.004041E3


Edit the jump to not jump for always successful.


Hidden message would be:
Bill Gates says: Buy the full version to get the serial.


How I did it? Break on __vbaStrCmp

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

Joined: 11 May 2007
Posts: 304

PostPosted: Sat May 24, 2008 7:55 am    Post subject: Reply with quote

Wiccaan wrote:

Hidden message would be:
Bill Gates says: Buy the full version to get the serial.


Nope, that's not the hidden message. That's what the form's caption is when you get the serial/password wrong. Also for the how you did it part you had to explain how you made the bgcolor always stay the same so you could crack it.

I decided to reveal the hidden message:

Code:
00403EF5   . BA 4C344000    MOV EDX,Fun_Crac.0040344C                ;  UNICODE "Indiana Jones is a true motherfucker..."


It's an unused string. I thought you'd find it in a second.
Anyway the reward is satisfaction! Very Happy
Lol...

Edit: Btw, can you explain in detail what happens you crack it?
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 42

Joined: 09 Nov 2005
Posts: 2672

PostPosted: Sat May 24, 2008 12:12 pm    Post subject: Reply with quote

damn wicc, give others a chance lol. I have been browsing this section for a uncracked crackme and all i can find is you posting the first reply with solution lol.

just kidding..keep going mate Wink

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Danielb
Cheater
Reputation: 0

Joined: 22 Jul 2007
Posts: 30

PostPosted: Sat May 24, 2008 6:45 pm    Post subject: Reply with quote

---------------------------
funcrackme2
---------------------------
You have now unlocked a full version of Microsoft Office. (You have cracked the crackers out of me!)
---------------------------
OK
---------------------------



Very Happy

JNE = ON
Back to top
View user's profile Send private message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Sat May 24, 2008 7:41 pm    Post subject: Reply with quote

Danielb wrote:
---------------------------
funcrackme2
---------------------------
You have now unlocked a full version of Microsoft Office. (You have cracked the crackers out of me!)
---------------------------
OK
---------------------------



:D

JNE = ON
something else happens after that
Back to top
View user's profile Send private message
Overload
Master Cheater
Reputation: 0

Joined: 08 Feb 2008
Posts: 293

PostPosted: Sat May 24, 2008 7:54 pm    Post subject: Reply with quote

break on the call above the "SOLVED" message for the first box.

And as Wiccaan said change the JE to JNE to patch it so any password works.
Back to top
View user's profile Send private message MSN Messenger
Danielb
Cheater
Reputation: 0

Joined: 22 Jul 2007
Posts: 30

PostPosted: Sat May 24, 2008 10:41 pm    Post subject: Reply with quote

004040BA /0F85 23010000 JNZ 004041E3

Line, change JE for JNE

Made in Brazil Very Happy
Back to top
View user's profile Send private message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Sun May 25, 2008 7:28 am    Post subject: Reply with quote

Danielb wrote:
004040BA /0F85 23010000 JNZ 004041E3

Line, change JE for JNE

Made in Brazil Very Happy


Good, but what happens when you finish the crackme?
(Hint: Another Form Opens)
Back to top
View user's profile Send private message
Danielb
Cheater
Reputation: 0

Joined: 22 Jul 2007
Posts: 30

PostPosted: Sun May 25, 2008 8:17 am    Post subject: Reply with quote

Show msg:
---------------------------
funcrackme2
---------------------------
You have now unlocked a full version of Microsoft Office. (You have cracked the crackers out of me!)
---------------------------
OK
---------------------------

and open 1 form Very Happy
Back to top
View user's profile Send private message
coder sal
Master Cheater
Reputation: 0

Joined: 11 May 2007
Posts: 304

PostPosted: Sun May 25, 2008 11:44 am    Post subject: Reply with quote

Danielb wrote:
Show msg:
---------------------------
funcrackme2
---------------------------
You have now unlocked a full version of Microsoft Office. (You have cracked the crackers out of me!)
---------------------------
OK
---------------------------

and open 1 form Very Happy


Do I have to ask for every detail lmao, what's in the form?
Back to top
View user's profile Send private message
Overload
Master Cheater
Reputation: 0

Joined: 08 Feb 2008
Posts: 293

PostPosted: Sun May 25, 2008 11:52 am    Post subject: Reply with quote

coder sal wrote:
Danielb wrote:
Show msg:
---------------------------
funcrackme2
---------------------------
You have now unlocked a full version of Microsoft Office. (You have cracked the crackers out of me!)
---------------------------
OK
---------------------------

and open 1 form Very Happy


Do I have to ask for every detail lmao, what's in the form?


"Warning: This program sucks"
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