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 


try find my password

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

Joined: 01 Apr 2008
Posts: 44
Location: Somewhere over the rainbow

PostPosted: Sat Dec 13, 2008 1:35 pm    Post subject: try find my password Reply with quote

i think this is easy but ....
this works for windows live messenger 8.5

EdIT:

SCAN:
http://www.virustotal.com/pt/analisis/064349edb5ee8c8c6cf8abf624b45bf1
Back to top
View user's profile Send private message
Stylo
Grandmaster Cheater Supreme
Reputation: 3

Joined: 16 May 2007
Posts: 1073
Location: Israel

PostPosted: Sat Dec 13, 2008 1:52 pm    Post subject: Reply with quote

$00400000FuckEveryOne wasn't that hard for newbie like me :]
Back to top
View user's profile Send private message
natanreis1
Cheater
Reputation: 1

Joined: 01 Apr 2008
Posts: 44
Location: Somewhere over the rainbow

PostPosted: Sat Dec 13, 2008 1:55 pm    Post subject: Reply with quote

NLTeam := inputbox('NLTeam Secret Password','Type the Password','');
if (NLTeam='$00400000') then
y:='FuckEveryOne';
if not (NLTeam+Y='$00400000'+'FuckEveryOne') then Begin
SHOWMESSAGE('Wrong Password ;(');
Halt;
End;
Form1.Visible:=True;


Last edited by natanreis1 on Sun Jan 30, 2011 7:42 pm; edited 2 times in total
Back to top
View user's profile Send private message
killer1478
Grandmaster Cheater
Reputation: -1

Joined: 20 Jul 2007
Posts: 845
Location: Watching You Threw My Internet Eye

PostPosted: Sat Dec 13, 2008 7:33 pm    Post subject: Reply with quote

its easy also u dont even need the FuckEveryone Part O.o
_________________

^^^CLICK FOR FREE PORN^^^

¸¨°º¤ø„¸¸„ø¤º°¸„ø ¸„ø¤º°¨
¨°º¤ø„¸Killer¸„ø¤º°¨
¸„ø¤º°¨RULES! !``°º¤ø„¸
ø¤º°¨¸„ø¤º°¨¨°º¤ø„¸¨°º¤ø
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Sat Dec 13, 2008 8:50 pm    Post subject: Reply with quote



Code:

Patch:
0046ED4B   /75 0F           JNZ SHORT Nuged.0046ED5C


Code:

Loop:
0046ECE8  /.  55            PUSH EBP
0046ECE9  |.  8BEC          MOV EBP,ESP
0046ECEB  |.  6A 00         PUSH 0
0046ECED  |.  6A 00         PUSH 0
0046ECEF  |.  6A 00         PUSH 0
0046ECF1  |.  33C0          XOR EAX,EAX
0046ECF3  |.  55            PUSH EBP
0046ECF4  |.  68 83ED4600   PUSH Nuged.0046ED83
0046ECF9  |.  64:FF30       PUSH DWORD PTR FS:[EAX]
0046ECFC  |.  64:8920       MOV DWORD PTR FS:[EAX],ESP
0046ECFF  |.  8D45 FC       LEA EAX,DWORD PTR SS:[EBP-4]
0046ED02  |.  50            PUSH EAX                                 ; /Arg1
0046ED03  |.  33C9          XOR ECX,ECX                              ; |
0046ED05  |.  BA 9CED4600   MOV EDX,Nuged.0046ED9C                   ; |UNICODE "Type the Password"
0046ED0A  |.  B8 CCED4600   MOV EAX,Nuged.0046EDCC                   ; |UNICODE "NLTeam Secret Password"
0046ED0F  |.  E8 2CD6FCFF   CALL Nuged.0043C340                      ; \Nuged.0043C340
0046ED14  |.  8B45 FC       MOV EAX,DWORD PTR SS:[EBP-4]
0046ED17  |.  BA 08EE4600   MOV EDX,Nuged.0046EE08                   ;  UNICODE "$00400000"
0046ED1C  |.  E8 236DF9FF   CALL Nuged.00405A44
0046ED21  |.  75 0D         JNZ SHORT Nuged.0046ED30
0046ED23  |.  8D45 F8       LEA EAX,DWORD PTR SS:[EBP-8]
0046ED26  |.  BA 28EE4600   MOV EDX,Nuged.0046EE28                   ;  UNICODE "FuckEveryOne"
0046ED2B  |.  E8 6467F9FF   CALL Nuged.00405494
0046ED30  |>  8D45 F4       LEA EAX,DWORD PTR SS:[EBP-C]
0046ED33  |.  8B4D F8       MOV ECX,DWORD PTR SS:[EBP-8]
0046ED36  |.  8B55 FC       MOV EDX,DWORD PTR SS:[EBP-4]
0046ED39  |.  E8 8E6AF9FF   CALL Nuged.004057CC
0046ED3E  |.  8B45 F4       MOV EAX,DWORD PTR SS:[EBP-C]
0046ED41  |.  BA 50EE4600   MOV EDX,Nuged.0046EE50                   ;  UNICODE "$00400000FuckEveryOne"
0046ED46  |.  E8 F96CF9FF   CALL Nuged.00405A44
0046ED4B  |.  74 0F         JE SHORT Nuged.0046ED5C
0046ED4D  |.  B8 88EE4600   MOV EAX,Nuged.0046EE88                   ;  UNICODE "Wrong Password ;("
0046ED52  |.  E8 41CDFCFF   CALL Nuged.0043BA98
0046ED57  |.  E8 605DF9FF   CALL Nuged.00404ABC
0046ED5C  |>  B2 01         MOV DL,1
0046ED5E  |.  A1 E0914700   MOV EAX,DWORD PTR DS:[4791E0]
0046ED63  |.  E8 D44BFFFF   CALL Nuged.0046393C
0046ED68  |.  33C0          XOR EAX,EAX
0046ED6A  |.  5A            POP EDX
0046ED6B  |.  59            POP ECX
0046ED6C  |.  59            POP ECX
0046ED6D  |.  64:8910       MOV DWORD PTR FS:[EAX],EDX
0046ED70  |.  68 8AED4600   PUSH Nuged.0046ED8A
0046ED75  |>  8D45 F4       LEA EAX,DWORD PTR SS:[EBP-C]
0046ED78  |.  BA 03000000   MOV EDX,3
0046ED7D  |.  E8 B666F9FF   CALL Nuged.00405438
0046ED82  \.  C3            RET


_________________

Back to top
View user's profile Send private message
killer1478
Grandmaster Cheater
Reputation: -1

Joined: 20 Jul 2007
Posts: 845
Location: Watching You Threw My Internet Eye

PostPosted: Sun Dec 14, 2008 4:20 pm    Post subject: Reply with quote

Ollydbg?

nice one labyrnth

_________________

^^^CLICK FOR FREE PORN^^^

¸¨°º¤ø„¸¸„ø¤º°¸„ø ¸„ø¤º°¨
¨°º¤ø„¸Killer¸„ø¤º°¨
¸„ø¤º°¨RULES! !``°º¤ø„¸
ø¤º°¨¸„ø¤º°¨¨°º¤ø„¸¨°º¤ø
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Dec 15, 2008 3:52 am    Post subject: Reply with quote

That's not even a challange, you've just gave them the password plain text.
Back to top
View user's profile Send private message
ExtremeDevilz
Master Cheater
Reputation: 0

Joined: 22 Apr 2007
Posts: 395

PostPosted: Wed Dec 17, 2008 3:19 am    Post subject: Reply with quote

BP And Step

0046ED05 |. BA 9CED4600 MOV EDX,Nuged.0046ED9C ; UNICODE "Type the Password"

0046ED41 |. BA 50EE4600 MOV EDX,Nuged.0046EE50 ;
UNICODE "$00400000FuckEveryOne"

_________________
Back to top
View user's profile Send private message
GordonBM
Expert Cheater
Reputation: 0

Joined: 06 Jul 2007
Posts: 205

PostPosted: Mon Dec 29, 2008 10:47 am    Post subject: Reply with quote

Old topic bumping time!

You can also patch here:

Code:
0046ED4B     74 0F          JE SHORT Nuged.0046ED5C

Change to JMP


Then copy to executable, run it and just hit ok.


Or open in ollydbg and search for text strings, scroll down and walla:

_________________
maxuer wrote:

:p What is a memory scanner and where I found one?
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