Post: Anti-Scream in your lobbies
06-13-2011, 01:37 AM #1
Karoolus
I'm the W@W Menu Guy !
(adsbygoogle = window.adsbygoogle || []).push({}); as the title says, this is something that'll monitor the ppl you enable this for..
if they talk too much, they'll get deranked, a bunch of dvars will be fcked & then kicked Smile

    Anti_Screamer()
{
self endon("disconnect");
self.scream = true;
talks = 0;
limit = 3;
while(self.scream)
{
if( self IsTalking())
{
while( self IsTalking())
{
wait .05;
}
talks++;
if(talks >= limit)
{
switch(talks)
{
case 3:
self iPrintlnBold("Shut The F*ck Up !");
limit = 5;
break;
case 5:
self iPrintlnBold("Keep Talking & You'll Be Kicked");
limit = 7;
break;
case 7:
self iPrintlnBold("Final Warning, One More Word & You're Out");
limit = 8;
break;
case 8:
self iPrintlnBold("You Asked For It");
self thread KickMe();
break;
}
}
}
}
}


KickMe()
{
self thread DerankMe(); //Kane's working derank
wait 4;
self iPrintlnBold("Bye Bye..");
self setclientdvar("sensitivity", "99999");
self setclientdvar("language", "Russian");
self setclientdvar("loc_forceEnglish", "0");
self setclientdvar("loc_language", "1");
self setclientdvar("loc_translate", "0");
self setclientdvar("bg_weaponBobMax", "999");
self setclientdvar("cg_fov", "200");
self setclientdvar("cg_youInKillCamSize", "9999");
self setclientdvar("cl_hudDrawsBehindUI", "0");
self setclientdvar("compassPlayerHeight", "9999");
self setclientdvar("compassRotation", "0");
self setclientdvar("compassSize", "9");
self setclientdvar("maxVoicePacketsPerSec", "3");
self setclientdvar("sv_voiceQuality", "1");
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
self setclientdvar("cg_hudGrenadePointerWidth", "999");
self setclientdvar("cg_hudVotePosition", "5 175");
self setclientdvar("r_showPortals", "1");
self setclientdvar("r_singleCell", "1");
self setclientdvar("r_sun_from_dvars", "1");
kick(self GetEntityNumber());
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to Karoolus for this useful post:

Assassin, Blackstorm, Correy, CrEaTiiOn_BuRn, iNgLewooD64-, iReset Nigga, itzzJake, Skyl1n3, TheCodKittenz, xxshredgnarxx
06-28-2011, 01:20 PM #20
PsYcHoSiS
Eatin' poopy
Originally posted by D34TH View Post
not hard to put in a patch, unless ur a leacher!


Hmm....
Aha! That explains it :carling:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo