The MIRC Workshop
Tutorials, Scripts and Help Files for mIRC

MIRC Workshop mIRC Help Files Scripts & Scripting mIRC Downloads mirc script writer

  IRC Warfare  

Floods and Flooding Attacks

Floods are simply more data than you can handle. The majority of good servers have at least some measure of flood protection, and will disconnect you if you flood the server. However using clones or allies it is possible to flood without triggering the automatic protections.

MIRC and pIRCh, along with most *good* IRC clients have some flood protection built in. If a user sends more than the allowance specified in the floods section of the options your client will ignore them for a specified time, which is generally around 30 seconds.

However, that only protects against text floods in the main, so you may still be vulnerable to dcc floods and ctcp floods, control code floods or other excesses of info designed to lag your client.

Luckily, basic flood protection is easy to find in almost any script archive. A flood attack is not a wonder of technical prowess. A dcc flood can be caused by a method as simple as choosing to dcc send and then selecting about 20 files all at once. Hardly genious or kewl is it?

A ctcp ignore (see Non-Tech page, Ignores) will stop CTCP floods and DCC floods with ease. The following Events script acts as a simple flood protection against all CTCP floods (see Events page for more).

ctcp 1:* {
if (% $+ $nick == ctcp3) {
.ignore -tu30 $nick 1
echo -a Now ignoring ctcp's from $nick for 30 seconds
return
}
if (% $+ $nick == ctcp2) {
set % $+ $nick ctcp3
}
elseif (% $+ $nick == ctcp1) {
set % $+ $nick ctcp2
}
else {
set % $+ $nick ctcp1
timer 1 12 /unset % $+ $nick
}

While flooding attacks are hardly the pursuits of an intellectual, they can be devastatingly effective if a powerful enough flood is used. Floods from server lines or from more than ten users simultaneously are a powerful thing.

Some variants of nukes use floods of data, and if done with enough force like through a T3 line (much faster than ISDN) can crash your system in an instant.

If you don't already have some flood protection apart from the basic kind built into the IRC client software then you should either get some from a reliable script archive (try IRC Scripts) or try writing your own - its great to make your own scripts, very satisfying.


If you were hoping to find hacking tools and trojan programs here, I'm sorry that you have been disappointed. However, this needn't be a waste of your time because what I can do is show you a genuine way to make money online - which is a far better use of your bandwidth than nuking and irc warfare anyway.

These sites will actually pay you to write your opinions. You can write about anything from software to cities, bars to relationships, and they really do pay you. You can even write about IRC and review client software if you like.

Epinions.com is the one if you are a resident or citizen of the USA (they don't yet have a method to pay other nationalities), while DooYoo is the one for all us Europeans etc. These are both totally genuine. There is no stupid banner server to download. There is no maximum earnings limit. I personally write opinions in both programs, such as this review on the schemes that make you money online.



Back to Top of Page

Return To Main MIRC Menu

Back / Index / Next




©1999 The Black Knight
MIRC Workshop
What's New
Site Map
MIRC Links
Link to Us
The Author
IRC chat basics
IRC Chat Use
IRC Warfare
No-Tech Attacks
Floods / Flooding
Nukes / Nuking
Trojans / Trojan
Hacks / Hacking
What's mIRC?
mIRC Set-up
Connect Options
IRC Options
DCC Options
Display Options
General Options
mIRC Basics
Beginner Guide
MIRC Colours
MIRC Commands
MIRC Identifiers
MIRC Variables
MIRC If-Then-Else
Alias Scripts
Popups Scripts
- Text Popups
- Popup Controls
- Files Popups
- Info Popups
Events Scripts
Remotes Scripts
Scripting Applet
Downloads Area

Rate This Site.
 

Copyright ©2001 MIRC Workshop
All rights reserved

Search engine optimisation positioning tutorials| Internet Marketing Consultant

Back To Top