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
};
