mIRC Number Script

By DoruMolnar on Feb 29, 2016

i made an number script for mIRC

ON *:TEXT:!number:?: {
  if ( %number == on) {
    var %1 $rand(1,10) {
      if (%1 == 1) { query $nick 102 }
      if (%1 == 2) { query $nick 99 } 
      if (%1 == 3) { query $nick 10 }
      if (%1 == 4) { query $nick 15 }
      if (%1 == 5) { query $nick 95 }
      if (%1 == 6) { query $nick 78 }
      if (%1 == 7) { query $nick 754 }
      if (%1 == 8) { query $nick 555 }
      if (%1 == 9) { query $nick 125 }
      if (%1 == 10) { query $nick 87 }
    }
  }
}

Comments

Sign in to comment.
dma   -  Feb 29, 2016

what it do

dma  -  Feb 29, 2016

dont work

DoruMolnar  -  Mar 04, 2016

sorry i not say is working in query or msg

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.