Modme Forums

How to Stop Cheats

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: natesmithzombies
Another very simple script for you guys here. I would like to thank DUKIP for making me aware that ModVar was an engine function. Now lets get started:



Step 1)

Navigate to your mapname.gsc. Example location: Call of Duty Black Ops III\usermaps\zm_mapname\scripts\zm.

Scroll to the very bottom of the script and paste this function there:



function anti_cheat()
{
	ModVar( "god", 0 ); 
	ModVar( "noclip", 0 ); 
	ModVar( "give", 0 ); 
	ModVar( "notarget", 0 ); 
	ModVar( "demigod", 0 ); 
	ModVar( "ufo", 0 );  
}



Step 2)

Go back to the top of your mapname.gsc and add the following code:

level anti_cheat(); 

Underneath:

function main()
{



Be sure to give me a shoutout if you are using my script and don't be afraid to recommend scripts that you would like for future tutorials! :)



---



Mod note: This has now been added to the wiki. - Koan


ModmeBot:

Reply By: Hero115
Nice! +1 Win from me.


ModmeBot:

Reply By: D-2-K

Nate quick question s there a way to stop people using the mod menu i only ask as "The Judge" used one to find out what requirements where needed for the shootable EE he recons the power and 12 perk slotts had to be bought in order for it to work which is not the case but regardless would be nice to know that we can stop all mods/cheets from being used

his statment on my map

(By the way, it DOES require you to have 12 slots and power on correct? I was playing and threw on a mod menu to test if that was true or not, and to my knowledge unless power is on and you have 12 slots then you won't get the perks.)

im not mad or salty about the issue infact i congradulated him on a well detailed set of instructions on how to get them all i just wondered if it was possable to stop all cheat menu's

cheers