Jump to content

Featured Replies

Posted

:wow: ZOMG! The Ultimate Chat Spamming Script :wow:

 

I have made a script that lets you spam messages of your choice on your favourite CStrike 1.6 Server! Rather than having to tap binds, this handy script lets you toggle whether you're spamming on or off. It uses the Later Interval to make a delay between each "say" message. This way, the anti-flood on pretty much all servers (AMXX) cannot stop you from spamming as much as the server will allow. This variable delay is also adjustable.

 

Instructions:

1) Paste the code below into your userconfig.cfg/autoexec.cfg/its own .cfg file (eg. chatfl00d.cfg, and then in console type exec chatfl00d.cfg)

 

2) Replace SPAM SPAM SPAM SPAM SPAM! in the code with your choice of messages.

 

3) Okay, so now join up on a server. All you have to do is use ALT to toggle this on and off. Most of the time, you will start spamming and keep spamming until you press ALT to turn it off.

 

4) However, sometimes server admins change the anti-flood delay on their server from 0.75 (the default value for this script is 1, which is why it usually works) to something higher, so you can only say something every 2/3 seconds.

 

If you activate the script and it says your first, and maybe your second message, but then it stops; quickly turn it off and look in console. If you see *** STOP FLOODING TEH SERVAR, LOLOL *** in console, then you know what the problem is.

 

5) To fix the above problem, simply adjust the delay between messages to a bigger number. This is done by:

alias [set_delay] later_<#>

Replace later_<#> with later_0, later_0.5, later_1, later_1.5, later_2, later 2.5 or later_3.

 

If you still experience problems, keep adjusting later_ to a bigger and bigger number. The max is later_3, but you probably won't need anything nearly that big.

 

Though rare, it is not unheard of for a server to have no anti-flood protection at all. If this be the case, then adjust alias [set_delay] "later_1" to something smaller, either later_0.5 or later_0.

 

//  ________________
// |Chat Spam Script|
// |By ~> Q-bA11 =] |
// |________________|

alias echo_on "motdfile echo.txt"
alias echo_off "developer 1; motd; developer 0; motdfile motd.txt"

echo_on; motd_write [CHaTFLooD LoaDeD]; echo_off
echo "[To Adjust Speed: | Chat Flood]"
echo "  | alias [set_delay] later_<Number Variable>"
echo "  | Variables are:" 
echo "  | later_0 - later_0.5 - later_1"
echo "  | later_1.5 - later_2 - later 2.5 - later_3"

// Later 3
alias later_3 "alias m_pitch later_%"
alias later_% "alias m_pitch later_%."
alias later_%. "alias m_pitch later_%.."
alias later_%.. "alias m_pitch later_%..."
alias later_%... "alias m_pitch later_%...."
alias later_%.... "alias m_pitch later_%....."
alias later_%..... "alias m_pitch !finish"
// Later 2.5
alias later_2.5 "alias m_pitch later_@"
alias later_@ "alias m_pitch later_@."
alias later_@. "alias m_pitch later_@.."
alias later_@.. "alias m_pitch later_@..."
alias later_@... "alias m_pitch later_@...."
alias later_@.... "alias m_pitch !finish"
// Later 2
alias later_2 "alias m_pitch later_$"
alias later_$ "alias m_pitch later_$."
alias later_$. "alias m_pitch later_$.."
alias later_$.. "alias m_pitch later_$..."
alias later_$... "alias m_pitch !finish"
// Later 1.5
alias later_1.5 "alias m_pitch later_*"
alias later_* "alias m_pitch later_*."
alias later_*. "alias m_pitch later_*.."
alias later_*.. "alias m_pitch !finish"
// Later 1
alias later_1 "alias m_pitch later_!"
alias later_! "alias m_pitch later_!."
alias later_!. "alias m_pitch !finish"
// Later 0.5
alias later_0.5 "alias m_pitch later_#"
alias later_# "alias m_pitch !finish"
// Later 0
alias later_0 "alias m_pitch !finish"

alias [delay] "[set_delay]"
alias [set_delay] "later_1"
alias !finish "alias m_pitch; chat_flood"

alias chat_flood[toggle] "chat_flood[on]"
alias chat_flood[on] "alias [delay] [set_delay]; chat_flood; speak activated; echo_on; motd_write [Chat Flood On]; echo_off; alias chat_flood[toggle] chat_flood[off]"
alias chat_flood[off] "alias [delay]; speak deactivated; echo_on; motd_write [Chat Flood Off]; echo_off; alias chat_flood[toggle] chat_flood[on]"

alias chat_flood "chat1"
alias chat1 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat2; [delay]"
alias chat2 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat3; [delay]"
alias chat3 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat4; [delay]"
alias chat4 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat5; [delay]"
alias chat5 "say SPAM SPAM SPAM SPAM SPAM!; sticktog; alias chat_flood chat6; [delay]"
alias chat6 "say SPAM SPAM SPAM SPAM SPAM!; sticktog; alias chat_flood chat7; [delay]"
alias chat7 "say SPAM SPAM SPAM SPAM SPAM!; fallback; alias chat_flood chat8; [delay]"
alias chat8 "say SPAM SPAM SPAM SPAM SPAM!; fallback; alias chat_flood chat9; [delay]"
alias chat9 "say SPAM SPAM SPAM SPAM SPAM!; fallback; alias chat_flood chat10; [delay]"
alias chat10 "say SPAM SPAM SPAM SPAM SPAM!; regroup; alias chat_flood chat11; [delay]"
alias chat11 "say SPAM SPAM SPAM SPAM SPAM!; regroup; alias chat_flood chat12; [delay]"
alias chat12 "say SPAM SPAM SPAM SPAM SPAM!; report; alias chat_flood chat13; [delay]"
alias chat13 "say SPAM SPAM SPAM SPAM SPAM!; report; alias chat_flood chat14; [delay]"
alias chat14 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat15; [delay]"
alias chat15 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat16; [delay]"
alias chat16 "say SPAM SPAM SPAM SPAM SPAM!; takingfire; alias chat_flood chat17; [delay]"
alias chat17 "say SPAM SPAM SPAM SPAM SPAM!; report; alias chat_flood chat18; [delay]"
alias chat18 "say SPAM SPAM SPAM SPAM SPAM!; reportingin; alias chat_flood chat19; [delay]"
alias chat19 "say SPAM SPAM SPAM SPAM SPAM!; getinpos; alias chat_flood chat20; [delay]"
alias chat20 "say SPAM SPAM SPAM SPAM SPAM!; getinpos; alias chat_flood chat21; [delay]"
alias chat21 "say SPAM SPAM SPAM SPAM SPAM!; holdpos; alias chat_flood chat22; [delay]"
alias chat22 "say SPAM SPAM SPAM SPAM SPAM!; inposition; alias chat_flood chat23; [delay]"
alias chat23 "say SPAM SPAM SPAM SPAM SPAM!; holdpos; alias chat_flood chat24; [delay]"
alias chat24 "say SPAM SPAM SPAM SPAM SPAM!; inposition; alias chat_flood chat25; [delay]"
alias chat25 "say SPAM SPAM SPAM SPAM SPAM!; getout; alias chat_flood chat26; [delay]"
alias chat26 "say SPAM SPAM SPAM SPAM SPAM!; getout; alias chat_flood chat1; [delay]"

// Edit Here:
bind "alt" "chat_flood[toggle]"

 

eNJoY! :naughtyd: :facesj:

Guest
This topic is now closed to further replies.