Posted by hixxy Fri 16th Feb 2007 11:36 - Syntax is mIRC Script - 139 views
Download | New Post | Modify | Show line numbers
sockopen pastecontrol.mircscripting mircscripting.info 80
    sockmark pastecontrol.mircscripting $2-
  }
  elseif ($1 == mircscripts.org) {
    if ($sock(pastecontrol.*,0)) { return $false }
    sockopen pastecontrol.msorg mircscripts.org 80
    sockmark pastecontrol.msorg $2-
  }
  elseif ($1 == nomorepasting.com) {
    if ($sock(pastecontrol.*,0)) { return $false }
    sockopen pastecontrol.nomorepasting nomorepasting.com 80
    sockmark pastecontrol.nomorepasting $2-
 

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

 

Comments: 0