| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Negima I post too much
  Reputation: 5
  Joined: 22 May 2007 Posts: 2221
 
  | 
		
			
				 Posted: Sat Dec 20, 2008 10:07 pm    Post subject: [Release] NegiClicker V2 | 
				       | 
			 
			
				
  | 
			 
			
				This is NegiClicker V2. You can now choose how fast you want to click.
	
  
	 
	
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 27.26 KB | 
	 
	
		|  Viewed: | 
		 21370 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		smartz993 I post too much
  Reputation: 2
  Joined: 20 Jun 2006 Posts: 2013 Location: USA
  | 
		
			
				 Posted: Sun Dec 21, 2008 11:00 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Good job. I like this one better :]
 
 
did you clean up the code? Or make it so that you can stop it, and start again with a different sleep?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Negima I post too much
  Reputation: 5
  Joined: 22 May 2007 Posts: 2221
 
  | 
		
			
				 Posted: Sun Dec 21, 2008 2:38 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | smartz993 wrote: | 	 		  Good job. I like this one better :]
 
 
did you clean up the code? Or make it so that you can stop it, and start again with a different sleep? | 	   Next version
 
 
Edit: I don't know how to set a hot key to turn a/c off
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeletedUser14087 I post too much
  Reputation: 2
  Joined: 21 Jun 2006 Posts: 3069
 
  | 
		
			
				 Posted: Sun Dec 21, 2008 2:43 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Negima wrote: | 	 		   	  | smartz993 wrote: | 	 		  Good job. I like this one better :]
 
 
did you clean up the code? Or make it so that you can stop it, and start again with a different sleep? | 	   Next version
 
 
Edit: I don't know how to set a hot key to turn a/c off | 	  
 
 
Hint: Use a condition loop.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Stylo Grandmaster Cheater Supreme
  Reputation: 3
  Joined: 16 May 2007 Posts: 1073 Location: Israel
  | 
		
			
				 Posted: Sun Dec 21, 2008 3:02 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		smartz993 I post too much
  Reputation: 2
  Joined: 20 Jun 2006 Posts: 2013 Location: USA
  | 
		
			
				 Posted: Sun Dec 21, 2008 3:09 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Yea, it's going to be pointless to create a new thread and use GetAsyncKeyState..
 
 
Yea, so use RegisterHotKey, and on the hotkey's event..set a boolean to true, then while looping and clicking, check if the boolean is true first..and if it is, then go back to the beginning.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Symbol I'm a spammer
  Reputation: 0
  Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
  | 
		
			
				 Posted: Sun Dec 21, 2008 4:49 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Since he doesn't have access to the message loop/window procedure and unless he's going to make a little hook or use a window instead of console application, it would be pretty useless to use RegisterHotKey in this case, since he's already looping it's fine calling GetAsyncKeyState every loop. making a loop, or worse, a new thread just for GetAsyncKeyState is pretty stupid, but he's already in a loop.  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Orcrist Grandmaster Cheater
  Reputation: 0
  Joined: 13 Jul 2008 Posts: 748 Location: Some where under ground =P
  | 
		
			
				 Posted: Sun Feb 08, 2009 12:49 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				LOLS I PUT IT ON 9000000 AND IT CRASHED MY COMP
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		nog_lorp Grandmaster Cheater
  Reputation: 0
  Joined: 26 Feb 2006 Posts: 743
 
  | 
		
			
				 Posted: Sun Feb 08, 2009 10:51 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				I'd say, make an additional thread for GetAsyncKeyState, with a reasonable sleep for that loop (half second) so as to use up little of the process time. Then, suspend/resume the clicker thread, so you aren't doing a spin lock waiting for some boolean to be true.
 _________________
 Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
 
I'm fine accepting only fresh brine you can get another drop of this yeah you wish  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		talkerzero Grandmaster Cheater
  Reputation: 1
  Joined: 24 Jul 2008 Posts: 560 Location: California
  | 
		
			
				 Posted: Fri Feb 27, 2009 9:10 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| He's using a console, how would he handle WM_HOTKEY?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		hanamana How do I cheat?
  Reputation: 0
  Joined: 02 Feb 2009 Posts: 6
 
  | 
		
			
				 Posted: Sun Mar 01, 2009 2:55 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| cool program
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |