Post: Gsc script That Can Be Used
12-31-2014, 12:17 AM #1
whothedaddy1990
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); If You Just Want It Enabled When Your Host Just Put self setClientDvrs("sv_cheats, "0"); under dospawn or buildmenu
this function will stop cfg from using mods in your lobby credit to Mikeey For code from zombies anyone else if u made
same code hope this helps gsc codes out there sorry if script wrong made it on phone have nice day Smile

docheat()
{
if(self.cheat == false )
{
km("sv_cheats", "0");
self iprintln("^2Cheats Disabled");
self.cheat = true;
}
else
{
km("sv_cheats", "1");
self iprintln("cheats enabled");
self.cheat = false;

km(d,v)
{
self setClientDvrs(d,v)
}
(adsbygoogle = window.adsbygoogle || []).push({});
12-31-2014, 04:16 PM #2
Rebuged
Gym leader
Doesn't stop people. because people will just use sv_cheats "1" in their cfg
12-31-2014, 04:49 PM #3
Originally posted by Rebuged View Post
Doesn't stop people. because people will just use sv_cheats "1" in their cfg


Yes but they would have to be host :P At least while they are in your game they can't use their gay cfg Not Happy or Sad But anyway...

You could also use this! Smile

    doCheat()
{
if(!isDefined(level.cheat))
{
self setClientDvar("sv_cheats",1);
level.cheat = true;
self iPrintln("Server Cheats ^1ON");
}
else
{
self setClientDvar("sv_cheats",0);
level.cheat = undefined;
self iPrintln("Server Cheats ^1OFF");
}
}
12-31-2014, 06:39 PM #4
whothedaddy1990
Can’t trickshot me!
Yup lol fuck cfg :P

The following user thanked whothedaddy1990 for this useful post:

UniqueModdingx
01-04-2015, 02:55 AM #5
thahitcrew
Gym leader
Originally posted by whothedaddy1990 View Post
Yup lol fuck cfg :P


very nice thread! AND i know right i hate lil kids that use CFG and they act like there hackers. Just now i was in a lobby and some kid was using cfg and he was saying that he "hacks world at war and makes CFG mod menus" LOL
01-04-2015, 01:40 PM #6
whothedaddy1990
Can’t trickshot me!
lol that's why i made this so we have more control when we are host you ukno xD Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo