killerman99
01-27-2009, 10:45 PM
Here is a list of mIRC scripts that have been requested or have come with some versions of mIRC.
Posting your requested code:
1)Script
2)Explination of how it works
3)If there is anything you have to change in the script add it here
4)Wait for it to be tested and approved
Open up the script editor in mIRC using alt+r to add these codes in.
Aliases
/j /join #$$1 $2-
Allows you to type "/j #channel" to join a room.
/w /whois $$1
Allows you to type /w {name} instead of /whois {name}
/PBS /msg botserv say # $$1-
Send a message using the pawnbot(Protect and up only). Ex: <PawnBot> Ello
/PBA /msg botserv act # $$1-
Send an action using the pawnbot(Protect and up only) Ex: * &PawnBot is here
/op /mode # +o $1
Type "/op {username}" to make someone an op (protect and up only).
/protect /mode # +a $1
Type "/protect {username}" To make someone protect (owners only).
/owner /mode # +q $1
Type "/owner {username}" to give owner status (Channel Creators only).
/voice /mode # +v $1
Type "/voice {username}" to make someone a voice (halfop and up only).
/ban /mode # +b $1
Type "/ban {username}" to ban someone from a channel (halfop and up only).
/unban /mode # -b $1
Type "/unban {username}" to unban someone from a channel (halfop and up only).
/deop /mode # -o $1
Type "/deop {username}" to remove op status (user, protect, and up only).
/deprotect /mode # -a $1
Type "/deprotect {username}" to remove protect status (user, owner, and up only).
/deowner /mode # -q $1
Type "/deowner {username}" to remove owner status (user and Channel Creater only)
/devoice /mode # -v $1
Type "/devoice {username}" to remove voice status {user, halfop, and up only).
/kick $nick $? /kick # $$1
Type "/kick {Username} {Reason}" to kick someone (halfop and up only)
/halfop /mode # +h $1
Type "/halfop {username}" to give halfop status (op and up only)
/dehalfop /mode # -h $1
Type "/dehalfop {username}" to remove halfop status (user, op, and up only)
/i /msg nickserv identify {your password here}
Important: Edit the part that says "{your password here)" with your password.
Type "/i" to identify yourself.
Popups
None Yet
Remote
on *:START:{
server irc.pawnstudios.com
}
on *:CONNECT:{
if ($server == irc.pawnstudios.com) {
msg nickserv identify (your pass here)
.timer 1 0.5 /join (put channels here, 1 channel per line)
}
}
Important: Edit the part that says "(your pass here)" with your password.
Edit the part that says "(put channels here, 1 channel per line)" with the channels that you want to automanically join.
When you connect it automanically identifies you and joins the rooms that you put in the code.
on *:TEXT:*:#: {
if ({spam word here} isin $1-) { kick $chan $nick Spam(Average)
}
}
Edit {spam word here} with a word that you consider spam.
Kicks any user who says a spam word that you put in.
on *:TEXT:!foty:#: {
{ msg $chan 4The Epic Failure of the Year is currently {username}. Congrats! }
}
Edit {username} with a username that you want to be on the foty list.
Whenever someone types !foty you say:
The Epic Failure of the Year is currenty {user}. Congrats!
Users
None yet
Variables
None yet
KiLLErMaN99
Posting your requested code:
1)Script
2)Explination of how it works
3)If there is anything you have to change in the script add it here
4)Wait for it to be tested and approved
Open up the script editor in mIRC using alt+r to add these codes in.
Aliases
/j /join #$$1 $2-
Allows you to type "/j #channel" to join a room.
/w /whois $$1
Allows you to type /w {name} instead of /whois {name}
/PBS /msg botserv say # $$1-
Send a message using the pawnbot(Protect and up only). Ex: <PawnBot> Ello
/PBA /msg botserv act # $$1-
Send an action using the pawnbot(Protect and up only) Ex: * &PawnBot is here
/op /mode # +o $1
Type "/op {username}" to make someone an op (protect and up only).
/protect /mode # +a $1
Type "/protect {username}" To make someone protect (owners only).
/owner /mode # +q $1
Type "/owner {username}" to give owner status (Channel Creators only).
/voice /mode # +v $1
Type "/voice {username}" to make someone a voice (halfop and up only).
/ban /mode # +b $1
Type "/ban {username}" to ban someone from a channel (halfop and up only).
/unban /mode # -b $1
Type "/unban {username}" to unban someone from a channel (halfop and up only).
/deop /mode # -o $1
Type "/deop {username}" to remove op status (user, protect, and up only).
/deprotect /mode # -a $1
Type "/deprotect {username}" to remove protect status (user, owner, and up only).
/deowner /mode # -q $1
Type "/deowner {username}" to remove owner status (user and Channel Creater only)
/devoice /mode # -v $1
Type "/devoice {username}" to remove voice status {user, halfop, and up only).
/kick $nick $? /kick # $$1
Type "/kick {Username} {Reason}" to kick someone (halfop and up only)
/halfop /mode # +h $1
Type "/halfop {username}" to give halfop status (op and up only)
/dehalfop /mode # -h $1
Type "/dehalfop {username}" to remove halfop status (user, op, and up only)
/i /msg nickserv identify {your password here}
Important: Edit the part that says "{your password here)" with your password.
Type "/i" to identify yourself.
Popups
None Yet
Remote
on *:START:{
server irc.pawnstudios.com
}
on *:CONNECT:{
if ($server == irc.pawnstudios.com) {
msg nickserv identify (your pass here)
.timer 1 0.5 /join (put channels here, 1 channel per line)
}
}
Important: Edit the part that says "(your pass here)" with your password.
Edit the part that says "(put channels here, 1 channel per line)" with the channels that you want to automanically join.
When you connect it automanically identifies you and joins the rooms that you put in the code.
on *:TEXT:*:#: {
if ({spam word here} isin $1-) { kick $chan $nick Spam(Average)
}
}
Edit {spam word here} with a word that you consider spam.
Kicks any user who says a spam word that you put in.
on *:TEXT:!foty:#: {
{ msg $chan 4The Epic Failure of the Year is currently {username}. Congrats! }
}
Edit {username} with a username that you want to be on the foty list.
Whenever someone types !foty you say:
The Epic Failure of the Year is currenty {user}. Congrats!
Users
None yet
Variables
None yet
KiLLErMaN99