imk0tter

Untitled

Apr 9th, 2011
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.38 KB | None | 0 0
  1. alias SocketTest {
  2.   var %socket $Socket(google.com,80,GoogleSock)
  3.   $socket(%socket,SockeOpen).sockopen
  4.   $socket(%socket).connect
  5. }
  6. alias SockeOpen {
  7.   echo -a You have successfully connected to $sock($sockname).ip $+ : $+ $sock($sockname).port - $string($socket($1).tag).get
  8.   $socket($1,SOme **** to send).write
  9.   echo -a Sent $qt(Some **** to send)
  10.   $socket($1).delete
  11. }
Add Comment
Please, Sign In to add comment