SledgeGamers
Log in or register. you must be a member to be a member on the chat.
SledgeGamers
Log in or register. you must be a member to be a member on the chat.
SledgeGamers
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeGallerySearchLatest imagesRulesRegisterLog in

 

 mIRC Scripts

Go down 
AuthorMessage
xXKaylaXx
Moderator



Posts : 46
Activity : 27714
Join date : 2009-03-29

mIRC Scripts Empty
PostSubject: mIRC Scripts   mIRC Scripts I_icon_minitimeSun Apr 05, 2009 6:54 am

Here are a couple scripts I have made in mIRC. I will keep this thread updated when I make more.

Color Script
Code:

on *:INPUT:*: {
  var %rand = $rand(2,15)
  if (%rand < 15) {
    say  $+ %rand $+ $1- | halt
  }
  if (%rand == 1) {
    say  $+ 13 $+ $1- | halt
  }
}
With this script whenever you send a message it will randomly color it.

Kayla's Box
Code:

alias Test {
  dialog -md Test Test
}
dialog Test {
  title "xXKaylaXx's Box"
  size 100 100 100 100
  option dbu
  menu "&File",1
  item "&Super Box",2, 1
  item "Exit",3, 1
  button "Press Me",4, -1 -1 100 100 ok
}
on *:dialog:test:sclick:4: {
  var %rand = $rand(2,15)
  msg #tech Kayla
  .timer 1 0.2 msg #tech is
  .timer 1 0.3 msg #tech the
  .timer 1 1 msg #tech  $+ 13 $+ BEST!!!
}
Activate: Type /test
Whenever you press the button that pops up it sends the message to #tech saying: "Kayla is the BEST!!!"

Trivia Glitch
Note: This only works in #trivia in the pawngame server

Code:

on *:TEXT:*:#trivia: {
  if (1/ isin $$4-) && ($nick == pawnserv) { msg #trivia !hint }
  if (2/ isin $$4-) && ($nick == pawnserv) { msg #trivia !hint }
  if (3/ isin $$4-) && ($nick == pawnserv) { msg #trivia !hint }
}
Most of the time this will glitch the trivia bot and makes it send a hint right after the last hint said.
Normally it has a timer set up for 10 seconds before the next hint ^^

Last Updated: 4/4/09
Back to top Go down
 
mIRC Scripts
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
SledgeGamers :: Tech Discussion :: Scripting-
Jump to: