Forums Redux
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forums Redux

Forums Redux
 
HomePortalSearchLatest imagesRegisterLog in
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» No one seems to use this forum anymore.
mIRC Scripts Icon_minitimeSun Jul 14, 2013 11:46 pm by StaddScoutElite

» PROOF that youtube got hacked on july 4th 2010
mIRC Scripts Icon_minitimeThu Nov 18, 2010 10:24 am by SmoothCriminal

» owned FALCON in ff layers t4 lawl :)
mIRC Scripts Icon_minitimeWed Nov 17, 2010 9:52 pm by SmoothCriminal

» Our Sister Forum
mIRC Scripts Icon_minitimeWed Nov 17, 2010 9:27 pm by SmoothCriminal

» Wassup guys
mIRC Scripts Icon_minitimeWed Nov 17, 2010 9:26 pm by SmoothCriminal

» how I discovered elfen lied.
mIRC Scripts Icon_minitimeFri Aug 13, 2010 1:30 pm by StaddScoutElite

» Obey the moderators
mIRC Scripts Icon_minitimeSat Jul 31, 2010 12:46 pm by Fleshandbone

» This article was funny
mIRC Scripts Icon_minitimeTue Jul 27, 2010 5:33 pm by Fleshandbone

» What is your favorite day of the week?
mIRC Scripts Icon_minitimeSun Jul 25, 2010 6:30 pm by Fleshandbone

Top posters
KiLLErMaN99
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
FootNinja
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
Fleshandbone
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
Gr33n
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
TreyDawg
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
TheOnly1Left
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
Nedkelly
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
johnpogi
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
iaileanos1
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
StaddScoutElite
mIRC Scripts I_vote_lcapmIRC Scripts I_voting_barmIRC Scripts I_vote_rcap 
Staff
View Forum Leaders
Navigation

Portal
Index
Memberlist
Profile
FAQ
Search

 

 mIRC Scripts

Go down 
2 posters
AuthorMessage
KiLLErMaN99
Forums Redux Administrator
Forums Redux Administrator
KiLLErMaN99


Posts : 586
Join date : 2010-02-28
Age : 28
Location : mIRC

mIRC Scripts Empty
PostSubject: mIRC Scripts   mIRC Scripts Icon_minitimeSun Feb 28, 2010 4:53 am

MIRC SCRIPTS

Random Colors
Code:
on *:INPUT:*: {
var %rand = $rand(2,15)
if (%rand < 15) && (/ !isin $1) && (! !isin $1) && (%rand != 8) && ($chan != #trivia) && (%rand != 14) && (%rand != 15) && (%rand != 1) && (%rand > 1) {
say  $+ %rand $+ $1- | halt
}
else if (%rand == 1) {
say  $+ 13 $+ $1- | halt
}
}

KiLLEr's Box
Code:
alias Test {
dialog -md Test Test
}
dialog Test {
title "KiLLEr'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 #lounge KiLLErMaN99
.timer 1 0.3 msg #lounge is
.timer 1 0.4 msg #lounge the
.timer 1 0.5 msg #lounge  $+ 13 $+ BEST!!!
}

Startup Script
Code:
on *:START:{
server irc.pawngame.net
}
on *:CONNECT:{
if ($server != irc.pawngame.com) {
msg nickserv identify {Pass}
.timer 1 0.5 join #ircforge
join #anime
join #tech
}
else if ($server == irc.pawngame.com) {
msg nickserv identify {Pass}
.timer 1 0.5 join #lounge
join #pawn
join #PawnKingdom
join #tech
}
}
My Alliases
Code:
/j /join #$$1 $2-
/w /whois $$1
/e /mode $chan +e $me
/noban /mode $chan +e $2
/PBS /msg botserv say # $$1-
/PBA /msg botserv act # $$1-
/op /mode # +o $1
/protect /mode # +a $1
/owner /mode # +q $1
/voice /mode # +v $1
/ban /mode # +b $1
/bot /msg botserv assign $2 pawnbot
/unban /mode # -b $1
/deop /mode # -o $1
/deprotect /mode # -a $1
/deowner /mode # -q $1
/devoice /mode # -v $1
/kick $nick /kick # $$1-
/halfop /mode # +h $1
/dehalfop /mode # -h $1
/ghost /msg nickserv ghost $2 bingogh
New Scripts Very Happy


Slap Script
Code:
on 1:INPUT:#: if ($1 == /slap $2) { me slaps $2 around a bit with a large trout }


Mode Scripts
Code:
on *:INPUT:*: {
if (!v == $1) { .timer 1 0.1 msg chanserv voice $chan $me }
if (!e == $1) { .timer 1 0.1 mode $chan +e $me }
if (!h == $1) { .timer 1 0.1 msg chanserv halfop $chan $me }
if (!p == $1) { .timer 1 0.1 msg chanserv protect $chan $me }
if (!o == $1) && ($2 != ) { .timer 1 0.1 msg chanserv op $chan $me }
if (!dev == $1) { .timer 1 0.1 msg chanserv devoice $chan $2 }
if (!deh == $1) { .timer 1 0.1 msg chanserv dehalfop $chan $2 }
if (!dep == $1) { .timer 1 0.1 msg chanserv deprotect $chan $2 }
if (!deo == $1) { .timer 1 0.1 msg chanserv deop $chan $2 }
if (!half-op == $1) { .timer 1 0.1 mode $chan +v $2 }
if (!vop == $1) { msg chanserv vop $chan add $2 }
if (!aop == $1) { msg chanserv aop $chan add $2 }
if (!hop == $1) { msg chanserv hop $chan add $2 }
if (!sop == $1) { msg chanserv sop $chan add $2 }
if (!mv == $1) { .timer 1 0.1 msg chanserv voice $chan $2 }
if (!mh == $1) { .timer 1 0.1 msg chanserv halfop $chan $2 }
if (!mp == $1) { .timer 1 0.1 msg chanserv protect $chan $2 }
if (!mo == $1) { .timer 1 0.1 msg chanserv op $chan $2 }
}


Pawner Assign Script
Code:
on *:INPUT:*: {
if (!abot == $1) { msg botserv assign $2 pawner }
}


Color Script
Code:
on *:INPUT:*: {
  if (INPUT isin $$1-) { msg $chan $replace($$1-,INPUT,4INPUT10,:,10:,*,10*,on,12on10,if,12if10,$,4$10,==,10==,msg,3msg10,.timer,3.timer10)  | halt }
}

Before script enabled:
mIRC Scripts N65jyr

After Script Enabled:

mIRC Scripts 25texll
Back to top Go down
https://forumsredux.rpg-board.net
Nedkelly
Forums Redux Moderator
Forums Redux Moderator
Nedkelly


Posts : 63
Join date : 2010-05-04
Age : 33
Location : New Zealand

mIRC Scripts Empty
PostSubject: Re: mIRC Scripts   mIRC Scripts Icon_minitimeSun May 16, 2010 10:33 pm

Ok if anyone is wondering I also figured out how to connect to two different servers on startup, just have to work out one glitch which makes it so all the channels you want to join on both servers open on both networks, but will post back when I have more time to work on it.
Back to top Go down
 
mIRC Scripts
Back to top 
Page 1 of 1
 Similar topics
-
» mIRC Calculator
» mIRC Operators
» Beginners Guide to Scripting in mIRC
» guys I must warn you youtube was being attacked today. People used scripts to hack comments and the background videos! :(

Permissions in this forum:You cannot reply to topics in this forum
Forums Redux :: General :: Tech Discussion-
Jump to: