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 


[CrackMe]BCrack

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
&Vage
Grandmaster Cheater Supreme
Reputation: 0

Joined: 25 Jul 2008
Posts: 1053

PostPosted: Fri Apr 17, 2009 9:28 pm    Post subject: [CrackMe]BCrack Reply with quote

Bored crack :3

Patching is for looooooooooooosers <3333
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Fri Apr 17, 2009 9:50 pm    Post subject: Reply with quote

Doesn't even run. Confused

But I looked without running it.

Code:

int __cdecl ENCRYPTION(int a1)
{
  signed int v1; // eax@1
  int v2; // ecx@1
  int v3; // esi@1
  int v5; // ecx@1

  v5 = (a1 + 4) << 16;
  v2 = (a1 << 16) + (v5 & 0xFF0000);
  v1 = 0;
  v3 = 0;
  while ( v3 <= a1 )
    v1 %= v3++ + 3;
  return v2 + 5;
}


thats the hashing encryption

answer =

Code:

   char v0[] = "Enter password: - ";
   char i0[260]; //input
   int i1;
   printf("%s", v0);
   gets_s((char *)i0, 260);
   i1 = atoi((const char *)i0);

  if ( ENCRYPTION(whatYouInput) == 1048581 ) {
    char v1[] = "WIN :3";
    printf("%s", v1);
    getchar();
  } else {
    char v2[] = "Fail :<";
     printf("%s", v2);
  }
  return 0;


So if whatever you input and you pass the encryption correctly and get a result of 1048581 then you get message

"WIN :3"


Anyways here i written a attack to find passwords

Code:

int main(int argc, char* argv[])
{
   printf("Running brute forcer!\n");
   for(int i = 0;i < 0xFFFFFFFF; i++) {
      if(ENCRYPTION(i) == 1048581) {
         printf("%d", i);
      }
   }
   return 0;
}


generated answers seem to be
in decimal

6
65414
65542

in ascii

6Au*
6Bu*
6Cu*
etc..

but i still can't even run the program lolz

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Zerith
Master Cheater
Reputation: 1

Joined: 07 Oct 2007
Posts: 468

PostPosted: Sat Apr 18, 2009 1:37 am    Post subject: Reply with quote

What? why would you bruteforce that? that's plain stupid.
you have the encryption routine in front of your eyes.

Code:

  v5 = (a1 + 4) << 16;
  v2 = (a1 << 16) + (v5 & 0xFF0000);

everything else is crap, since it returns v2+5 anyway.
Back to top
View user's profile Send private message MSN Messenger
&Vage
Grandmaster Cheater Supreme
Reputation: 0

Joined: 25 Jul 2008
Posts: 1053

PostPosted: Sat Apr 18, 2009 9:05 am    Post subject: Reply with quote

It runs perfectly on windows 7.
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Sat Apr 18, 2009 11:04 am    Post subject: Reply with quote

Zerith wrote:
What? why would you bruteforce that? that's plain stupid.
you have the encryption routine in front of your eyes.

Code:

  v5 = (a1 + 4) << 16;
  v2 = (a1 << 16) + (v5 & 0xFF0000);

everything else is crap, since it returns v2+5 anyway.


yah but v2 has v5 and a1 in it.. but yes seems return comes out to be 5+1.. or something similar to that. because answers start with 6.

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Fafaffy
Cheater
Reputation: 65

Joined: 12 Dec 2007
Posts: 28

PostPosted: Wed Aug 19, 2009 11:51 am    Post subject: Reply with quote

lolz
_________________
Brillia wrote:
I FUCKING FUCK SEX
Back to top
View user's profile Send private message Send e-mail
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