PDA

View Full Version : mIRC scripts


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

arabftw123
01-27-2009, 10:56 PM
The aliases that you set up can hardly be defined as scripts... Some of those which you posted come preset in mIRC, except they're more efficient.

And the only real script you have, the one under your Remotes section, is the one I scripted for you in all of 10 seconds because the one you made failed horrendously. A handy little script, but pretty much as simple as it gets.

If you think this is scripting, you have a long, loooong way to go.

killerman99
01-27-2009, 10:58 PM
I'm going to be updating it and only the first 2 scripts come with mIRC.

This isn't all just a list of scripts. It tells you how to use them too.

FusiouS
01-27-2009, 11:07 PM
This is really useful thanks killer =]
But these aren't necessarily scripts though :\ But these are helpful codes =] NJ killerman.

killerman99
01-27-2009, 11:11 PM
What kind of scripts would you request I add?

Firstmate
01-28-2009, 01:05 AM
Make me a pac-man.

Anyways, decent aliases. I suggest making like an 8-ball script perhaps? Maybe a whole party bot :D

killerman99
01-28-2009, 01:24 AM
Do you want the pac man to move or just be like a text made thing?

acejunior
01-28-2009, 01:35 AM
Where can you get the scripts at :?

TubeZ
01-28-2009, 01:36 AM
Wtf does the remote script do

killerman99
01-28-2009, 01:41 AM
If people start posting their scripts I will add them to here. Then you will know were to get scripts at.

TubeZ
01-28-2009, 01:42 AM
If people start posting their scripts I will add them to here. Then you will know were to get scripts at.

Or they can go to the link i posted
EDIT: WHY CHICKETS, WHY???

Buttercup
01-28-2009, 06:27 PM
I cant get the Pawnbot to work D:

killerman99
01-28-2009, 06:29 PM
It will only work if you have protect or owner status on the channel.

killerman99
01-31-2009, 05:08 PM
***List Updated***
1/31/09

Added spam kick script

Added FOTY script

Fixed Autojoin/Identify script

What to expect:

Your own bot script

Better scripts added

and much more