| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Ksbunker Advanced Cheater
  Reputation: 0
  Joined: 18 Oct 2006 Posts: 88
 
  | 
		
			
				 Posted: Tue Aug 21, 2007 3:42 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Bugga, beat me to it.
 
 
I noticed this and thought it was a bug.
 
 
Heh, interesting solution!
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 5:58 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| Hi.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		voidREMIX Newbie cheater
  Reputation: 0
  Joined: 22 Aug 2007 Posts: 18
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 6:54 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Faggotry. Kaspersky you only got it because you looked at the first page   Coding a harder crackme. I'll allow patching this time.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		zart Master Cheater
  Reputation: 0
  Joined: 20 Aug 2007 Posts: 351 Location: russia
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		oib111 I post too much
  Reputation: 0
  Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
  | 
		
			
				 Posted: Wed Aug 22, 2007 8:34 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				See kaspersky. When the password has been released, and you could have just taken the password from the front page, why paint out the answer and title. I is thinking he did'nt really do it.  
 _________________
  
 
 
 	  | 8D wrote: | 	 		  
 
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing | 	 
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		voidREMIX Newbie cheater
  Reputation: 0
  Joined: 22 Aug 2007 Posts: 18
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 8:39 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| ;D Hehe I made you guys waste your brain cells on such a easy answer
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Zand Master Cheater
  Reputation: 0
  Joined: 21 Jul 2006 Posts: 424
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 9:59 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | oib111 wrote: | 	 		  See kaspersky. When the password has been released, and you could have just taken the password from the front page, why paint out the answer and title. I is thinking he did'nt really do it.   | 	  
 
 
OR he took the time to code another application that printfs the same thing.
 
 
void main(){
 
printf("Enter\n\n");
 
printf("Win");
 
}
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		voidREMIX Newbie cheater
  Reputation: 0
  Joined: 22 Aug 2007 Posts: 18
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:17 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Kaspersky doesn't know C++  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		oib111 I post too much
  Reputation: 0
  Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:26 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Yea. Kaspersky only know delphi  
 _________________
  
 
 
 	  | 8D wrote: | 	 		  
 
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing | 	 
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		voidREMIX Newbie cheater
  Reputation: 0
  Joined: 22 Aug 2007 Posts: 18
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:31 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Correction. Kaspersky only knows how to copy and paste ;D
 
 
 
BTW Zand its:
 
 
 	  | Code: | 	 		  
 
void main(){
 
printf("Enter\n\n");
 
printf("Win");
 
Sleep(INFINITE);
 
}
 
 | 	    
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Zand Master Cheater
  Reputation: 0
  Joined: 21 Jul 2006 Posts: 424
 
  | 
		
			
				 Posted: Thu Aug 23, 2007 4:11 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				LMAO. I forgot the Sleep. hahahaha
 
 
for delphi it will be..
 
 
Program Crack Me;
 
 
{$APPTYPE CONSOLE}
 
 
Uses Dialogs;
 
//Procedure Main;
 
Begin
 
  WriteLn('Enter\n\n');
 
  WriteLn('Win');
 
//Dunno how to sleep.
 
End.
 
 
 
or something like that.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		SunBeam I post too much
  Reputation: 65
  Joined: 25 Feb 2005 Posts: 4023 Location: Romania
  | 
		
			
				 Posted: Thu Aug 23, 2007 4:52 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Uhm. Question - why not INLINE it? Cheat Engine can do such a great job! I'll post a script to outline what you've "coded" a few posts above me  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Thu Aug 23, 2007 7:15 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				You people are just mad cause I'm good  
 
 
and no, i don't have any C++ or C software installed  
 
 
 
@ Zand 
 
 
 	  | Quote: | 	 		  | //Dunno how to sleep.  | 	  
 
 
This is how to sleep:
 
 
 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		zart Master Cheater
  Reputation: 0
  Joined: 20 Aug 2007 Posts: 351 Location: russia
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |