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