View previous topic :: View next topic |
Author |
Message |
aSixx90 Cheater
Reputation: 0
Joined: 16 Dec 2008 Posts: 37 Location: In the world of DMT
|
Posted: Mon Feb 02, 2009 6:12 pm Post subject: First Crack Me |
|
|
Crack Me R1 by aSixx90
I tried to make it Difficult. Lets see if you can crack it!
When you get the correct password, the text box will say Correct,
_________________
|
|
Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Feb 02, 2009 7:18 pm Post subject: |
|
|
WHOA... A nublet crackmer like me could get it XD... So easy...
Password is 99109101101
and
Patched:
|
|
Back to top |
|
 |
aSixx90 Cheater
Reputation: 0
Joined: 16 Dec 2008 Posts: 37 Location: In the world of DMT
|
Posted: Mon Feb 02, 2009 10:20 pm Post subject: |
|
|
That is not the password.
_________________
|
|
Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Mon Feb 02, 2009 11:12 pm Post subject: |
|
|
dnsi0 wrote: | WHOA... A nublet crackmer like me could get it XD... So easy...
Password is 99109101101
and
Patched: |
He tricked you, noob.
The patch i applied works..i tried tracing the vbaVarTstEq function, but it only led to the address where 99109101101 was stored..i assume it checks against it, but for some reason it's not showing "correct"..
|
|
Back to top |
|
 |
aSixx90 Cheater
Reputation: 0
Joined: 16 Dec 2008 Posts: 37 Location: In the world of DMT
|
Posted: Tue Feb 03, 2009 1:04 am Post subject: |
|
|
Of course Patching it would be easy. But try to find the password. x]
_________________
|
|
Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Tue Feb 03, 2009 5:46 am Post subject: |
|
|
Is this even possible? :\
It compares two variables, EBP-38 and EBP-50 which point to two diffrent addresses and then compares these two, if they're equal it sets the text to "Correct!", but you know the result... :\
I don't know if you did this on purpose, but you compared the addresses of the variables, not the values.
|
|
Back to top |
|
 |
Zand Master Cheater
Reputation: 0
Joined: 21 Jul 2006 Posts: 424
|
Posted: Wed Feb 04, 2009 7:52 am Post subject: |
|
|
Maybe, just maybe, the function takes pointers as arguments?
|
|
Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Thu Feb 05, 2009 6:41 pm Post subject: |
|
|
Maybe, just maybe i looked up the string its comparing the textbox to and its the string dnsi0 posted. lol but he just looked in All Text References, i actually traced T__T
|
|
Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Fri Feb 06, 2009 3:37 am Post subject: |
|
|
The password is "cmee".
Code: | 99 109 101 101
63 6D 65 65
c m e e |
|
|
Back to top |
|
 |
aSixx90 Cheater
Reputation: 0
Joined: 16 Dec 2008 Posts: 37 Location: In the world of DMT
|
Posted: Fri Feb 06, 2009 4:54 pm Post subject: |
|
|
Nice job! +rep.
_________________
|
|
Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Fri Feb 06, 2009 5:35 pm Post subject: |
|
|
DoomsDay wrote: | The password is "cmee".
Code: | 99 109 101 101
63 6D 65 65
c m e e |
|
Nice, good job.
To me it looked like it checked if the result is both 1 and -1 or something like that... I guess I misunderstood because the code is huge... so many checks and I hate Visual Basic code, it's assembly form of code is ugly.
|
|
Back to top |
|
 |
|