Ultra Spammer & Pinger v7.0 [Just for fun]
Platform: mIRC
Published Jun 26, 2012
Updated Jun 27, 2012
Just for fun. I introduce a ultra sap (Spammer & Pinger)
TO DO :
Go to the mIRC root folder and save the script as "ultrasap.mrc" by enclosing to "All files" in newly open notepad.
Changes :
1) Made Channel Menu
2) Halters on menu
3) Spammer's on menu
4) Customize ary's
5) Fun to play without getting against the excessive flood notice.
6) LAG FREE!.
7) Side by side chat after chat.
;- Ultra Spammer & Pinger v7.0 [Just for fun]
;- Written by Sagar/mInDfReAkEr
;-To spam, type /uping or /uspam
;- gs.mindfreakers.net #Hawkee
on *:load:{
echo -at 4Ultra Spammer & Pinger v7.0 [Just for fun] by Sagar/IlLuSiOn/MindFreaker loaded.
echo -at 9Command Syntax is : /uspam <nick> <word/phrase>
echo -at 9Command Syntax is : /uping <nick>
}
menu channel {
Halt Ultra Spammer:/huspam
Halt Ultra Pinger:/huping
Halt Ultra Spammer (Activated from menu):/huspamo
Halt Ultra Pinger (Activated from menu):/hupingo
Ultra Spammer :/uspamo
Ultra Pinger :/upingo
}
alias huspam { timeruspam off }
alias huping { timeruping off }
alias huspamo { timeruspamo off }
alias hupingo { timerupingo off }
alias uspamo {
var %x $$?="Name of victim to be spammed? :"
var %y $$?="Spam with? (Example : You are a Idiot!) :"
{ timeruspamo 0 1 msg %x %y
}
}
alias upingo {
var %x $$?="Name of victim to be mass ping? :"
{ timerupingo 0 1 ping %x
}
}
alias uspam {
if ($1 == $null) { echo -at Syntax : /uspam <nick> <word/phrase> }
elseif ($2 == $null) { echo -at Syntax : /uspam <nick> <word/phrase>
}
else { echo -at Ultra Spammer activated for $1 with $2- Level of spam : Infinite
msg $1 You will be spammed in next 2 seconds with Ultra Spammer at an Infinite level.
timeruspam 0 1 msg $1 $2-
}
alias mping {
if ($1 == $null) { /echo -at Syntax : /mping <nick>
}
else { echo -at Ultra Pinger activated for $1 Level of ping: Infinite
msg $1 You will be mass pinged in next 2 seconds with Ultra Pinger at an Infinite level.
timeruping 0 1 ping $1
} } }