Jump to content
Sign in to follow this  
tonic-_-

Do-it-yourself MP security patch

Recommended Posts

Due to Zooloo/Stealthstick being a twat I figured I'd post this.

[] spawn 
{
while {true} do
{
	waitUntil {!isNull (findDisplay 49)};
	((findDisplay 49) displayCtrl 122) ctrlEnable false;
	((findDisplay 49) displayCtrl 122) ctrlShow false;
	waitUntil {isNull (findDisplay 49)};
};
};

This is to fix a little thing that he did for our lovely script kiddie friends to execute what they want via the Field Manual button in the ESC menu. If you are having issues with cheaters this can help cut back on them, just slap it in the init.sqf of your mission.

Edited by Tonic-_-

Share this post


Link to post
Share on other sites

So did he really start creating cheats again? He told me how he hacked the A2 servers in the past, but at that time it really seemed that he wouldn't do it again :(

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×