cuddly-table-7819
03/26/2023, 4:07 PMc++
SetTimer("AntiJetpackHack", 32000, true);
c++
forward AntiJetpackHack();
public AntiJetpackHack() {
foreach(new i : Player) {
if(paused[i] == false && Logged[i] > 0)
{
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK && serverJetpack[i] == false)
{
StopAnim(i);
ApplyAnimation(i,"ped","FALL_COLLAPSE",4.1,0,1,1,0,0,1);
new danospeedhack = GetPlayerSpeedKM(i);
danospeedhack -= 25;
new dmgstring[20];
format(dmgstring, sizeof(dmgstring), "~r~%i.0", danospeedhack );
GameTextForPlayerEx(i, dmgstring, 1000, 3);
SetPlayerHealthEx(i, -danospeedhack);
MSG_AntiCheatAdmAviso(i, "JETPACK HACK");
}
}
}
}gorgeous-tomato-73021
03/26/2023, 4:40 PMcuddly-table-7819
03/26/2023, 4:43 PMcuddly-table-7819
03/26/2023, 4:44 PMgorgeous-tomato-73021
03/26/2023, 4:47 PMcuddly-table-7819
03/26/2023, 4:51 PMcuddly-table-7819
03/26/2023, 4:51 PMcuddly-table-7819
03/26/2023, 4:52 PMgorgeous-tomato-73021
03/26/2023, 4:52 PMgorgeous-baker-92777
03/26/2023, 4:53 PMgorgeous-tomato-73021
03/26/2023, 4:53 PMcuddly-table-7819
03/26/2023, 4:54 PMgorgeous-tomato-73021
03/26/2023, 4:54 PMgorgeous-tomato-73021
03/26/2023, 4:54 PMgorgeous-tomato-73021
03/26/2023, 4:55 PMcuddly-table-7819
03/26/2023, 4:55 PMcuddly-table-7819
03/26/2023, 4:55 PMcuddly-table-7819
03/26/2023, 4:56 PMgorgeous-tomato-73021
03/26/2023, 4:57 PMgorgeous-tomato-73021
03/26/2023, 4:58 PMcuddly-table-7819
03/26/2023, 4:58 PMcuddly-table-7819
03/26/2023, 4:59 PMgorgeous-baker-92777
03/26/2023, 5:00 PMcuddly-table-7819
03/26/2023, 5:01 PMgorgeous-tomato-73021
03/26/2023, 5:03 PMsome-crayon-738
03/26/2023, 8:12 PMcuddly-table-7819
03/26/2023, 9:06 PMcuddly-table-7819
03/26/2023, 9:06 PMcuddly-table-7819
03/26/2023, 9:07 PMcuddly-table-7819
03/26/2023, 9:07 PMcuddly-table-7819
03/26/2023, 9:08 PMcuddly-table-7819
03/26/2023, 9:09 PMcuddly-table-7819
03/26/2023, 9:09 PMsome-crayon-738
03/27/2023, 12:06 PMgorgeous-tomato-73021
03/27/2023, 2:22 PMcuddly-table-7819
03/27/2023, 2:26 PMgorgeous-tomato-73021
03/27/2023, 2:28 PMgorgeous-tomato-73021
03/27/2023, 2:28 PMcuddly-table-7819
03/27/2023, 2:31 PMgorgeous-tomato-73021
03/27/2023, 2:33 PM