Posted by hixxy Fri 16th Feb 2007 11:36 - Syntax is mIRC Script - 53 views
Download | New Post | Modify | Hide line numbers
  1. sockopen pastecontrol.mircscripting mircscripting.info 80
  2.     sockmark pastecontrol.mircscripting $2-
  3.   }
  4.   elseif ($1 == mircscripts.org) {
  5.     if ($sock(pastecontrol.*,0)) { return $false }
  6.     sockopen pastecontrol.msorg mircscripts.org 80
  7.     sockmark pastecontrol.msorg $2-
  8.   }
  9.   elseif ($1 == nomorepasting.com) {
  10.     if ($sock(pastecontrol.*,0)) { return $false }
  11.     sockopen pastecontrol.nomorepasting nomorepasting.com 80
  12.     sockmark pastecontrol.nomorepasting $2-
  13.  

PermaLink to this entry https://pastebin.co.uk/10564
Posted by hixxy Fri 16th Feb 2007 11:36 - Syntax is mIRC Script - 53 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0