Anti controller aimbot funktioniert
This commit is contained in:
@@ -189,16 +189,16 @@
|
|||||||
mp.events.add("render", () => {
|
mp.events.add("render", () => {
|
||||||
mp.game.player.setHealthRechargeMultiplier(0);
|
mp.game.player.setHealthRechargeMultiplier(0);
|
||||||
|
|
||||||
//if (isUsingController()) {
|
if (isUsingController()) {
|
||||||
// mp.game.controls.disableControlAction(32, 24, true);
|
mp.game.controls.disableControlAction(32, 24, true);
|
||||||
// mp.game.controls.disableControlAction(32, 25, true);
|
mp.game.controls.disableControlAction(32, 25, true);
|
||||||
|
|
||||||
// mp.game.controls.disableControlAction(32, 91, true);
|
mp.game.controls.disableControlAction(32, 91, true);
|
||||||
// mp.game.controls.disableControlAction(32, 92, true);
|
mp.game.controls.disableControlAction(32, 92, true);
|
||||||
|
|
||||||
// mp.game.controls.disableControlAction(32, 69, true);
|
mp.game.controls.disableControlAction(32, 69, true);
|
||||||
// mp.game.controls.disableControlAction(32, 70, true);
|
mp.game.controls.disableControlAction(32, 70, true);
|
||||||
//}
|
}
|
||||||
|
|
||||||
Behaviour.health = Number(mp.players.local.getHealth()) + Number(mp.players.local.getArmour())
|
Behaviour.health = Number(mp.players.local.getHealth()) + Number(mp.players.local.getArmour())
|
||||||
if (loop < Behaviour.secs()) {
|
if (loop < Behaviour.secs()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user