From 3d1c879505e7e65bdb525117929d365d5ed7abcd Mon Sep 17 00:00:00 2001 From: Zjamnik Date: Sun, 11 Feb 2024 02:48:51 +0100 Subject: [PATCH] sequences --- stratagems.ahk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/stratagems.ahk b/stratagems.ahk index 451706a..064240e 100644 --- a/stratagems.ahk +++ b/stratagems.ahk @@ -17,15 +17,17 @@ SetKeyDelay 100, 50 ; ^---------^ stratagem function name, same as below HotIfWinActive "Helldivers™ 2" Numpad7:: Reinforce() +Numpad8:: EagleRearm() Numpad9:: Resupply() Numpad0:: EagleClusterBomb() +Numpad1:: OrbitalPrecisionStrike() +Numpad2:: MortarSentry() Numpad3:: GatlingSentry() -Numpad2:: MachineGunSentry() -Numpad1:: AntiPersonnelMinefield() Numpad4:: MachineGun() Numpad5:: RailGun() +Numpad6:: AntiMaterielRifle() NumpadAdd:: Hellbomb() @@ -162,7 +164,7 @@ ArcThrower() { ; Support Equipement JumpPack() { BlockInput "On" - Send "{LControl down}{LControl up}" + Send "{LControl down}swwsw{LControl up}" BlockInput "Off" } @@ -174,7 +176,7 @@ SupplyPack() { GuardDog() { BlockInput "On" - Send "{LControl down}{LControl up}" + Send "{LControl down}swawds{LControl up}" BlockInput "Off" }