| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		ups2000ups I post too much
  Reputation: 0
  Joined: 31 Jul 2006 Posts: 2471
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 9:44 am    Post subject: Noobis CrackMe v2 | 
				       | 
			 
			
				
  | 
			 
			
				Well This is just a test lol ... it should be easy =D
 
 
http://www.mediafire.com/?5xx3rbqjyo0
 
 
sunbeam if you test it tell if it was easier then befor =/
 
 
 
no need to patch only a simple password
 _________________
 dont complain about my english...
 
1*1 = 2?  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:09 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| NO SHIT ?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		merkark12 Advanced Cheater
  Reputation: 0
  Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:09 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				pretty ez but why did u make the pass 'Button1'? shoudl have been something ahrder
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:14 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Source:
 
 
 	  | Code: | 	 		  
 
 
Procedure Button1Click(TSender: Object)
 
Begin
 
If Edit1.text = 'Button1' then
 
Timer1.Eneabled:= True;
 
End;
 
 
Timer1
 
Begin
 
ShowMessage('Gratzzzzzzzzz');
 
End;
 
 | 	  
 
 
Timer1 Interval = 1000ms
 
 
or
 
 
 	  | Code: | 	 		  
 
Procedure Button1Click(TSender: Object)
 
Begin
 
If Edit1.text = 'Button1' then
 
ShowMessage('Gratzzzzzzzzz');
 
End;
 
 | 	  
 
 
 
OnCreate (Form)
 
label1.caption:= 'wrong'; //fix this lol
 
Button1.caption:= 'ok?';
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		zart Master Cheater
  Reputation: 0
  Joined: 20 Aug 2007 Posts: 351 Location: russia
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:24 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | zart wrote: | 	 		  @Kasp
 
 
Why do you keep posting source? Besides... arn't you sopost to be cracking Zands?   | 	  
 
 
suppoused*
 
 
and i did, waiting for his next release.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		UnLmtD Grandmaster Cheater
  Reputation: 0
  Joined: 13 Mar 2007 Posts: 894 Location: Canada
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:28 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Don't correct people when you don't know how to spell either. It's "supposed"
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		ups2000ups I post too much
  Reputation: 0
  Joined: 31 Jul 2006 Posts: 2471
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:28 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Kaspersky wrote: | 	 		  Source:
 
 
 	  | Code: | 	 		  
 
 
Procedure Button1Click(TSender: Object)
 
Begin
 
If Edit1.text = 'Button1' then
 
Timer1.Eneabled:= True;
 
End;
 
 
Timer1
 
Begin
 
ShowMessage('Gratzzzzzzzzz');
 
End;
 
 | 	  
 
 
Timer1 Interval = 1000ms
 
 
or
 
 
 	  | Code: | 	 		  
 
Procedure Button1Click(TSender: Object)
 
Begin
 
If Edit1.text = 'Button1' then
 
ShowMessage('Gratzzzzzzzzz');
 
End;
 
 | 	  
 
 
 
OnCreate (Form)
 
label1.caption:= 'wrong'; //fix this lol
 
Button1.caption:= 'ok?'; | 	  
 
 
it isent ......
 
 
btw i whant to se if it was hard when i used directions instead of simple stuff and it was easy like normaly lol
 
 
 
 
 	  | Quote: | 	 		  
 
var
 
  Form1: TForm1;
 
  Noobis:integer;
 
  Y:string;
 
  x:string;
 
  T:string;
 
 
 | 	  
 
 
 	  | Quote: | 	 		  
 
procedure TForm1.Timer1Timer(Sender: TObject);
 
begin
 
Y:=(edit1.Text);
 
x:=(bitbtn1.caption);
 
T:=(label1.caption);
 
 
if Noobis = 1 then
 
if Y = x then
 
begin
 
timer1.enabled:=false;
 
application.MessageBox('Hmmmmmmmmmm Gratz','Good Job');
 
end else
 
if T= 'Wrong' then
 
T:='Still Wrong' else
 
T:= 'Wrong'
 
end; | 	  
 
 
 	  | Quote: | 	 		  
 
 
procedure TForm1.Button1Click(Sender: TObject);
 
begin
 
Noobis :=1;
 
end; | 	  
 _________________
 dont complain about my english...
 
1*1 = 2?  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		zart Master Cheater
  Reputation: 0
  Joined: 20 Aug 2007 Posts: 351 Location: russia
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		UnLmtD Grandmaster Cheater
  Reputation: 0
  Joined: 13 Mar 2007 Posts: 894 Location: Canada
  | 
		
			
				 Posted: Wed Aug 22, 2007 10:34 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | zart wrote: | 	 		  | @umlmtd - sorry esl here! | 	  
 
 
Don't worry, I wasn't talking to you. I was referring to that retard Kaspersky. English is my 3rd language.    
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Wed Aug 22, 2007 11:18 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | UnLmtD wrote: | 	 		   	  | zart wrote: | 	 		  | @umlmtd - sorry esl here! | 	  
 
 
Don't worry, I wasn't talking to you. I was referring to that retard Kaspersky. English is my 3rd language.     | 	  
 
 
Eng is my second language, my third is Delphi
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		zart Master Cheater
  Reputation: 0
  Joined: 20 Aug 2007 Posts: 351 Location: russia
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		SunBeam I post too much
  Reputation: 65
  Joined: 25 Feb 2005 Posts: 4023 Location: Romania
  | 
		
			
				 Posted: Wed Aug 22, 2007 11:38 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Relax, people. You won't see any serial from Casper too soon   I can post one (if you want) for his name =]
 
 
Pass is: Button1. Pretty slick, and love the timer thing. Once pass is correct, msg box pops by itself   Good work  
 
 
EDIT: This is gay. I didn't even notice the other replies T_T Yea yea, you've found the pass before me  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |