Advertisement
Flip

Omerta socket

Jun 10th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.54 KB | None | 0 0
  1. on *:sockopen:Omerta:{
  2.   if (!$sockerr) {
  3.     var %sock.var = email=Robsmith@hotmail.com&pass=123456
  4.     sockwrite -nt $sockname POST /game-login.php HTTP/1.1
  5.     sockwrite -nt $sockname Host: www.barafranca.com
  6.     sockwrite -nt $sockname Connection: keep-alive
  7.     sockwrite -nt $sockname Content-Type: application/x-www-form-urlencoded
  8.     sockwrite -nt $sockname Content-Length: $len(%sock.var)
  9.     sockwrite -n $sockname
  10.     sockwrite -n $sockname %sock.var
  11.   }
  12.   else { msg %sock.chan Error! Sock Error = $sockerr $sock(Omerta).wsmsg }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement