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 


Beginners CrackMe

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sat Oct 11, 2008 4:27 am    Post subject: Beginners CrackMe Reply with quote

Post the password, if you can. Laughing
Back to top
View user's profile Send private message MSN Messenger
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Sat Oct 11, 2008 6:31 am    Post subject: Reply with quote

No SunBeam Allowed!
Lol!

EDIT: got it Smile
0FA57B3
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sat Oct 11, 2008 7:49 am    Post subject: Reply with quote

DoomsDay wrote:
No SunBeam Allowed!
Lol!

EDIT: got it Smile
0FA57B3


Razz. Gonna post the password?
Back to top
View user's profile Send private message MSN Messenger
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Sat Oct 11, 2008 8:16 am    Post subject: Reply with quote

It will take me a while to reverse it (if at all), but I think I got the encryption right:
Code:
while (offset < length)
 eax  <- eax << 4 + byte ptr [str+offset]
 eax  <- eax ^ ((eax & F0000000) >> 18)
 inc offset
endw
eax <- eax & 0FFFFFFF


EDIT: I'm gonna start having fun with it, I found the weak-spot Very Happy
As for a working password - 963150000003:
Code:
;ASSUMED NUMERIC PASSWORD - MINIMUM
;RESULT   < PRE-XOR  < PRE-ADDITION | VALUE
;00FA57B3 < 80FA5733 < 80FA57B3     | 33
;080FA570 < 480FA530 < 480FA500     | 30
;0480FA50 < 6480FA30 < 6480FA00     | 30
;06480FA0 < 96480F30 < 96480F00     | 30
;096480F0 < C9648030 < C9648000     | 30
;0C964800 < 3C964830 < 3C964800     | 30
;03C96480 < 03C96480 < 03C96450     | 30
;003C9645 < 003C9645 < 003C9610     | 35
;0003C961 < 0003C961 < 0003C930     | 31
;00003C93 < 00003C93 < 00003C60     | 33
;000003C6 < 000003C6 < 00000390     | 36
;00000039 < 00000039 < 00000000     | 39
;------------------------------------------
;963150000003
Back to top
View user's profile Send private message
h4cks 4 FuN
Cheater
Reputation: 0

Joined: 13 Aug 2008
Posts: 43

PostPosted: Mon Oct 13, 2008 4:30 pm    Post subject: Reply with quote

how'd u do that?
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Oct 14, 2008 1:27 am    Post subject: Reply with quote

DoomsDay wrote:
It will take me a while to reverse it (if at all), but I think I got the encryption right:
Code:
while (offset < length)
 eax  <- eax << 4 + byte ptr [str+offset]
 eax  <- eax ^ ((eax & F0000000) >> 18)
 inc offset
endw
eax <- eax & 0FFFFFFF


EDIT: I'm gonna start having fun with it, I found the weak-spot Very Happy
As for a working password - 963150000003:
Code:
;ASSUMED NUMERIC PASSWORD - MINIMUM
;RESULT   < PRE-XOR  < PRE-ADDITION | VALUE
;00FA57B3 < 80FA5733 < 80FA57B3     | 33
;080FA570 < 480FA530 < 480FA500     | 30
;0480FA50 < 6480FA30 < 6480FA00     | 30
;06480FA0 < 96480F30 < 96480F00     | 30
;096480F0 < C9648030 < C9648000     | 30
;0C964800 < 3C964830 < 3C964800     | 30
;03C96480 < 03C96480 < 03C96450     | 30
;003C9645 < 003C9645 < 003C9610     | 35
;0003C961 < 0003C961 < 0003C930     | 31
;00003C93 < 00003C93 < 00003C60     | 33
;000003C6 < 000003C6 < 00000390     | 36
;00000039 < 00000039 < 00000000     | 39
;------------------------------------------
;963150000003


Oh dear, that isn't supposed to happen XD
Back to top
View user's profile Send private message MSN Messenger
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Tue Oct 14, 2008 7:17 pm    Post subject: Reply with quote

As you can see, the xor you used made my method possible Smile
I wonder what the original password was though...(I only know that it was one word, and possibly ended with an s, c, 3 or # [by looking at an ascii table] Razz)
Back to top
View user's profile Send private message
SunBeam
I post too much
Reputation: 65

Joined: 25 Feb 2005
Posts: 4022
Location: Romania

PostPosted: Thu Oct 16, 2008 5:03 pm    Post subject: Reply with quote

Props to DoomsDay Wink I stand aside this time, hat's off Wink
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Nov 11, 2008 8:40 am    Post subject: Reply with quote

DoomsDay wrote:
As you can see, the xor you used made my method possible Smile
I wonder what the original password was though...(I only know that it was one word, and possibly ended with an s, c, 3 or # [by looking at an ascii table] Razz)


FYI, The last letter IS 's'. First is 'N'.
Back to top
View user's profile Send private message MSN Messenger
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Wed Nov 12, 2008 4:32 am    Post subject: Reply with quote

noz3001 wrote:
DoomsDay wrote:
As you can see, the xor you used made my method possible Smile
I wonder what the original password was though...(I only know that it was one word, and possibly ended with an s, c, 3 or # [by looking at an ascii table] Razz)


FYI, The last letter IS 's'. First is 'N'.
TheCakeIsALiejmsXPs Laughing
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed Nov 12, 2008 5:34 am    Post subject: Reply with quote

DoomsDay wrote:
noz3001 wrote:
DoomsDay wrote:
As you can see, the xor you used made my method possible Smile
I wonder what the original password was though...(I only know that it was one word, and possibly ended with an s, c, 3 or # [by looking at an ascii table] Razz)


FYI, The last letter IS 's'. First is 'N'.
TheCakeIsALiejmsXPs Laughing



HAHAHAHA!!! Damn it, that isnt actually the password I meant to be used but whatever.
Back to top
View user's profile Send private message MSN Messenger
nwongfeiying
Grandmaster Cheater
Reputation: 2

Joined: 25 Jun 2007
Posts: 695

PostPosted: Wed Nov 12, 2008 6:58 pm    Post subject: Reply with quote

You guys are crazy. How did you reverse engineer that? It's got me stumped.

I think I like memory editing better...
Back to top
View user's profile Send private message
blackmorpheus
Expert Cheater
Reputation: 0

Joined: 05 Apr 2008
Posts: 159

PostPosted: Sat Nov 15, 2008 1:06 pm    Post subject: Reply with quote

You might wanna google Lena151's tutorials on tuts4you...
You will get very far with that.
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
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