| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| merkark12 Advanced Cheater
 
  Reputation: 0 
 Joined: 04 Jul 2007
 Posts: 74
 Location: In that program you just downloaded
 
 | 
			
				|  Posted: Sat Aug 11, 2007 3:07 pm    Post subject: [CrackMe]Somewhat Easy Crackme |   |  
				| 
 |  
				| Heres my second CrackMe it should be sortof easy i also included a patcher if u get lazy  Sorry if im not allowed to post rars. 
 _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| furiosity Master Cheater
 
  Reputation: 0 
 Joined: 03 Oct 2006
 Posts: 448
 Location: The Netherlands
 
 | 
			
				|  Posted: Sat Aug 11, 2007 4:29 pm    Post subject: |   |  
				| 
 |  
				|  	  | Code: |  	  | 00457ADD      /75 0C             JNZ SHORT CrackMe.00457AEB | 
 
 To
 
 
  	  | Code: |  	  | 00457ADD      /74 0C             JE SHORT CrackMe.00457AEB | 
 
 
 This will work as long as you don't fill in the correct password
 _________________
 
   
  made by: midderzathotmail 
  made by: moller 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DeletedUser14087 I post too much
 
 ![]() Reputation: 2 
 Joined: 21 Jun 2006
 Posts: 3069
 
 
 | 
			
				|  Posted: Sat Aug 11, 2007 4:39 pm    Post subject: |   |  
				| 
 |  
				|  	  | furiosity wrote: |  	  |  	  | Code: |  	  | 00457ADD      /75 0C             JNZ SHORT CrackMe.00457AEB | 
 
 To
 
 
  	  | Code: |  	  | 00457ADD      /74 0C             JE SHORT CrackMe.00457AEB | 
 
 
 This will work as long as you don't fill in the correct password
 | 
 
 Gratz, you just patched the crackme
   
 Now get the real password.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Pseudo Xero I post too much
 
 ![]() Reputation: 0 
 Joined: 16 Feb 2007
 Posts: 2607
 
 
 | 
			
				|  Posted: Sat Aug 11, 2007 5:43 pm    Post subject: |   |  
				| 
 |  
				|  	  | Kaspersky wrote: |  	  |  	  | furiosity wrote: |  	  |  	  | Code: |  	  | 00457ADD      /75 0C             JNZ SHORT CrackMe.00457AEB | 
 
 To
 
 
  	  | Code: |  	  | 00457ADD      /74 0C             JE SHORT CrackMe.00457AEB | 
 
 
 This will work as long as you don't fill in the correct password
 | 
 
 Gratz, you just patched the crackme
   
 Now get the real password.
 | 
 Lol, you did exactly what he did on another crackme.
 How about you found the real password for that?
 
 
  	  | Kaspersky wrote: |  	  | Hehe... easy shit... 
 Replace JNZ with JE (004543C4) and Run the executeable, put any password and walla !!
 | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DeletedUser14087 I post too much
 
 ![]() Reputation: 2 
 Joined: 21 Jun 2006
 Posts: 3069
 
 
 | 
			
				|  Posted: Sat Aug 11, 2007 5:49 pm    Post subject: |   |  
				| 
 |  
				|  	  | Xenephobe wrote: |  	  |  	  | Kaspersky wrote: |  	  |  	  | furiosity wrote: |  	  |  	  | Code: |  	  | 00457ADD      /75 0C             JNZ SHORT CrackMe.00457AEB | 
 
 To
 
 
  	  | Code: |  	  | 00457ADD      /74 0C             JE SHORT CrackMe.00457AEB | 
 
 
 This will work as long as you don't fill in the correct password
 | 
 
 Gratz, you just patched the crackme
   
 Now get the real password.
 | 
 Lol, you did exactly what he did on another crackme.
 How about you found the real password for that?
 
 
  	  | Kaspersky wrote: |  	  | Hehe... easy shit... 
 Replace JNZ with JE (004543C4) and Run the executeable, put any password and walla !!
 | 
 | 
 
 QFT.
 
 I found the real serial though, the name is pretty tough
   
 Serial - 24
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| tfo Cheater
 
 ![]() Reputation: 0 
 Joined: 13 Aug 2006
 Posts: 28
 
 
 | 
			
				|  Posted: Sat Aug 11, 2007 5:56 pm    Post subject: |   |  
				| 
 |  
				| Serial = inverted name + name + 24 
 Eks.: name = 1234
 Serial = 4321123424
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Ksbunker Advanced Cheater
 
 ![]() Reputation: 0 
 Joined: 18 Oct 2006
 Posts: 88
 
 
 | 
			
				|  Posted: Sat Aug 11, 2007 11:50 pm    Post subject: re: |   |  
				| 
 |  
				| Javascript keygen below; 
 
  	  | Code: |  	  | <script language="JavaScript"><!-- function strrev(str) {
 if (!str) return '';
 var revstr='';
 for (i = str.length-1; i>=0; i--)
 revstr+=str.charAt(i)
 return revstr;
 }
 
 _hw = "ksbunker"; // Username
 _rev = strrev(_hw);
 alert(_rev + _hw + "24") // Generated Serial
 //--></script>
 | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Sun Aug 12, 2007 12:27 am    Post subject: |   |  
				| 
 |  
				| lol dude so easy. as tfo said.... i wont say it again..
 heres keygen in C. (ye i kno i couldve made it easier)
 
  	  | Code: |  	  | #include <stdio.h> #include <stdlib.h>
 #include <string.h>
 
 void main()
 {
 int a,b,i;
 char key[50];
 char rev[50];
 printf ("insert username:\n\r");
 gets(key);
 printf ("\n\r");
 a=strlen(key);
 b=strlen(key);
 b=b-1;
 for (i=0;i<a;i++)
 {
 rev[i]=key[b];
 b=b-1;
 }
 for (i=0;i<a;i++)
 {
 putchar (rev[i]);
 }
 for (i=0;i<a;i++)
 {
 putchar (key[i]);
 }
 printf ("24\n\r");
 flushall();
 key[0]=getchar();
 }
 
 | 
 also keygen attached.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| SunBeam I post too much
 
  Reputation: 65 
 Joined: 25 Feb 2005
 Posts: 4023
 Location: Romania
 
 | 
			
				|  Posted: Mon Aug 13, 2007 10:39 pm    Post subject: |   |  
				| 
 |  
				| Works backwards too. Guess it's still considered reversed + name + 24   
 e.g.:
 
 Name: emaN
 Serial: NameemaN24
 
 Heh
  I admit it was fun to trace though   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| oib111 I post too much
 
  Reputation: 0 
 Joined: 02 Apr 2007
 Posts: 2947
 Location: you wanna know why?
 
 | 
			
				|  Posted: Tue Aug 14, 2007 11:00 am    Post subject: |   |  
				| 
 |  
				| Instead of changing JNZ to JE. Just change the Z-flag from 0 to 1. All it takes is a single click. _________________
 
   
 
  	  | 8D wrote: |  	  | cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
 | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| SunBeam I post too much
 
  Reputation: 65 
 Joined: 25 Feb 2005
 Posts: 4023
 Location: Romania
 
 | 
			
				|  Posted: Tue Aug 14, 2007 12:37 pm    Post subject: |   |  
				| 
 |  
				| You know you've cracked it when you figure out the password, usually. I honestly am not encouraging patching of the file (when it's asked not to use patching), but it can be a good practice. Thing is, by using it a lot, you get used to it, then get stuck in your "world of patching", not willing to change your stance   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| DeletedUser14087 I post too much
 
 ![]() Reputation: 2 
 Joined: 21 Jun 2006
 Posts: 3069
 
 
 | 
			
				|  Posted: Tue Aug 14, 2007 12:40 pm    Post subject: |   |  
				| 
 |  
				|  	  | SunBeam wrote: |  	  | You know you've cracked it when you figure out the password, usually. I honestly am not encouraging patching of the file (when it's asked not to use patching), but it can be a good practice. Thing is, by using it a lot, you get used to it, then get stuck in your "world of patching", not willing to change your stance  | 
 
 Nice !
   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |