| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		iSteam Grandmaster Cheater
  Reputation: 0
  Joined: 27 Oct 2006 Posts: 545 Location: Look up.
  | 
		
			
				 Posted: Wed Mar 14, 2007 4:35 pm    Post subject: [OFFTopic] VB - Winsock Actions | 
				       | 
			 
			
				
  | 
			 
			
				I have a question about possible actions using Winsock in Visual Basic
 
 
For example :
 
 
 	  | Code: | 	 		  Public Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) As Long
 
Public Function DoActions(x As String)
 
     Dim Action
 
     Select Case x
 
             Case "block"
 
             Action = BlockInput(True)
 
     End Select
 
End Function
 
 
 
 | 	  
 
 
As you can see, this is a module. BlockInput is an action.
 
Besides that, are there any other ones?
 _________________
 I didn't quit Maple, maple quit me.
 
 
 
Lol I play MPH  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Noz3001 I'm a spammer
  Reputation: 26
  Joined: 29 May 2006 Posts: 6220 Location: /dev/null
  | 
		
			
				 Posted: Wed Mar 14, 2007 4:36 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				WSAStartup
 
gethostname
 
gethostbyname
 
inet_ntoa
 
 
etc etc etc...?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		iSteam Grandmaster Cheater
  Reputation: 0
  Joined: 27 Oct 2006 Posts: 545 Location: Look up.
  | 
		
			
				 Posted: Wed Mar 14, 2007 4:44 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | noz3001 wrote: | 	 		  WSAStartup
 
gethostname
 
gethostbyname
 
inet_ntoa
 
 
etc etc etc...? | 	  
 
 
Maybe I should rephrase my question:
 
 
Can you use regular actions (e.g - SendKeys)?
 
You sort of get the idea of what I'm making now, right?   
 _________________
 I didn't quit Maple, maple quit me.
 
 
 
Lol I play MPH  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Noz3001 I'm a spammer
  Reputation: 26
  Joined: 29 May 2006 Posts: 6220 Location: /dev/null
  | 
		
			
				 Posted: Wed Mar 14, 2007 5:34 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| Not that I know of. But maybe i don't know that much.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		DeltaFlyer Grandmaster Cheater
  Reputation: 0
  Joined: 22 Jul 2006 Posts: 666
 
  | 
		
			
				 Posted: Thu Mar 15, 2007 7:55 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Win api?
 
 
http://www.pinvoke.net/
 
 
Pick a library from the left.
 _________________
  
 
Wow.... still working at 827... what's INCA thinking?
 
zomg l33t hax at  this place (IE only). Over 150 people have used it, what are YOU waiting for? | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |