Counter-Hack Script!

Posts 17 of 7 · Page 1 of 1
Counter-Hack Script!
Hello MPGH members this is another script what protects you from being killed by another hacker, through a script

Enjoy!

Code:
if (isnil "antiloop" ) then {antiloop=0};

	if (antiloop==0) then
	{
		hint "Counter Hacks Enabled";
		antiloop = 1;
		anti = true;
		while {anti} do
		{
			disableUserInput false;
			clearVehicleInit player;
			sleep 0.05;
		};
	}
	else
	{
		hint "Counter Hacks Disabled";
		anti = false;
		antiloop = 0
	};
Please keep in mind a battleye bypass is required to execute these without a global ban!
You should put this in an sqf file for convenience.
Quote Originally Posted by Xaric View Post
You should put this in an sqf file for convenience.
Open Notepad
CTRL + V
Save as
All Files
antideath.sqf
Quote Originally Posted by Vortexel View Post
Open Notepad
CTRL + V
Save as
All Files
antideath.sqf
Actually you're wrong. First Open Notepad, Highlight if (isnil "antiloop" ) then {antiloop=0};

if (antiloop==0) then
{
hint "Counter Hacks Enabled";
antiloop = 1;
anti = true;
while {anti} do
{
disableUserInput false;
clearVehicleInit player;
sleep 0.05;
};
}
else
{
hint "Counter Hacks Disabled";
anti = false;
antiloop = 0
};

Press CTRL C once highlighted, go back into notepad, hit ctrl v, hit file save as antideath.sqf and also change .txt to all files. GG you moron don't leave out steps.
Player shield/kill etc are now detected, so a god mode is ok now.
You should put this in an sqf file for convenience.
This doesn't do anything really and will not prevent ANYTHING except someone "freezing" you which can't be done without a remote exec bypass.
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?