Counter-Hack Script!
Hello MPGH members this is another script what protects you from being killed by another hacker, through a script
Enjoy!
Please keep in mind a battleye bypass is required to execute these without a global ban!
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
};

