| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| zart Master Cheater
 
  Reputation: 0 
 Joined: 20 Aug 2007
 Posts: 351
 Location: russia
 
 | 
			
				|  Posted: Tue Sep 11, 2007 9:14 pm    Post subject: [tutorial] crackme.de keygen |   |  
				| 
 |  
				| I just wrote this up today at work, figured you guys may like to read it. 
 It's about patching simple anti-debugs, nag screens, fishing a serial, making a keygen then fixing a bug in the crackme!
 _________________
 
 0x7A 0x61 0x72 0x74
 TEAM RESURRECTiON
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Tue Sep 11, 2007 11:41 pm    Post subject: |   |  
				| 
 |  
				| y every1 post keygens.... its sooo boring... crackmes are way more fun. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Wed Sep 12, 2007 7:35 am    Post subject: |   |  
				| 
 |  
				| its not that they are too hard... i can make keygens for most of them but... its kina boring. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| zart Master Cheater
 
  Reputation: 0 
 Joined: 20 Aug 2007
 Posts: 351
 Location: russia
 
 | 
			
				|  Posted: Wed Sep 12, 2007 7:51 am    Post subject: |   |  
				| 
 |  
				|  	  | haha01haha01 wrote: |  	  | its not that they are too hard... i can make keygens for most of them but... its kina boring. | 
 
 Instead of complaining you could always make some. Or crack the ones what havn't been.
 _________________
 
 0x7A 0x61 0x72 0x74
 TEAM RESURRECTiON
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Wed Sep 12, 2007 8:57 am    Post subject: |   |  
				| 
 |  
				| ye ur right... |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| zart Master Cheater
 
  Reputation: 0 
 Joined: 20 Aug 2007
 Posts: 351
 Location: russia
 
 | 
			
				|  Posted: Wed Sep 12, 2007 9:05 am    Post subject: |   |  
				| 
 |  
				| besides if you look at the message I posted. This is a tutorial, not a keygen. It'd be kind of pointless to try and keygen this since I've posted the solution with it. _________________
 
 0x7A 0x61 0x72 0x74
 TEAM RESURRECTiON
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| tj102985 Master Cheater
 
  Reputation: 0 
 Joined: 10 Feb 2007
 Posts: 277
 Location: NY
 
 | 
			
				|  Posted: Fri Sep 14, 2007 1:33 pm    Post subject: |   |  
				| 
 |  
				| ok so lets say i wana make a keygen for photoshop i can read this and learn how to make one? 
 does it say what tools are needed to do so?
 _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| zart Master Cheater
 
  Reputation: 0 
 Joined: 20 Aug 2007
 Posts: 351
 Location: russia
 
 | 
			
				|  Posted: Fri Sep 14, 2007 1:59 pm    Post subject: |   |  
				| 
 |  
				|  	  | tj102985 wrote: |  	  | ok so lets say i wana make a keygen for photoshop i can read this and learn how to make one? 
 does it say what tools are needed to do so?
 | 
 
 You should learn how to 1, program first, 2, basic cracking then you could start trying to analyze photoshop.
 _________________
 
 0x7A 0x61 0x72 0x74
 TEAM RESURRECTiON
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| oib111 I post too much
 
  Reputation: 0 
 Joined: 02 Apr 2007
 Posts: 2947
 Location: you wanna know why?
 
 | 
			
				|  Posted: Fri Sep 14, 2007 7:20 pm    Post subject: |   |  
				| 
 |  
				| I never learned how to make my CrackMe's protected so it was always plain text ASCII. I mean using integers was easy. Or just using an variable to hold value. But I never really knew how to make CrackMe like uligors crackme. _________________
 
   
 
  	  | 8D wrote: |  	  | cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
 | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| haha01haha01 Grandmaster Cheater Supreme
 
  Reputation: 0 
 Joined: 15 Jun 2007
 Posts: 1233
 Location: http://www.SaviourFagFails.com/
 
 | 
			
				|  Posted: Sat Sep 15, 2007 4:43 am    Post subject: |   |  
				| 
 |  
				|  	  | oib111 wrote: |  	  | I never learned how to make my CrackMe's protected so it was always plain text ASCII. I mean using integers was easy. Or just using an variable to hold value. But I never really knew how to make CrackMe like uligors crackme. | 
 its simple. use modified ascii values.
 for example password is "a" and its ascii value is 97.
 now the user entered character "b" wich is ascii 98. u do this:
 
 if userinputascii-10==87 (wich is 97-10)
 msgbox (u won)
 etc etc etc.....
 
 so now u configured a variable with a wrong ascii value. but the password stay the same because the user input is being somehow "decrypted" with the algo u choosed to encrypt password.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |