From 52c2544974cd00570a0d4c723dac4ee2465be9c0 Mon Sep 17 00:00:00 2001 From: Zjamnik Date: Sun, 11 Feb 2024 00:10:33 +0100 Subject: [PATCH] more sequences --- stratagems.ahk | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/stratagems.ahk b/stratagems.ahk index b1bba04..451706a 100644 --- a/stratagems.ahk +++ b/stratagems.ahk @@ -50,9 +50,9 @@ Reinforce() { BlockInput "Off" } -SOS() { +SOSBeacon() { BlockInput "On" - Send "{LControl down}{LControl up}" + Send "{LControl down}wsdw{LControl up}" BlockInput "Off" } @@ -62,6 +62,12 @@ Resupply() { BlockInput "Off" } +EagleRearm() { + BlockInput "On" + Send "{LControl down}wwawd{LControl up}" + BlockInput "Off" +} + Hellbomb() { BlockInput "On" Send "{LControl down}swaswdsw{LControl up}" @@ -99,9 +105,9 @@ Stalwart() { BlockInput "Off" } -ExpedableAntiTank() { +ExpendableAntiTank() { BlockInput "On" - Send "{LControl down}{LControl up}" + Send "{LControl down}ssawd{LControl up}" BlockInput "Off" } @@ -191,6 +197,12 @@ ShieldGeneratorPack() { } ; Orbital Cannons +OrbitalGatlingBarrage() { + BlockInput "On" + Send "{LControl down}dsaww{LControl up}" + BlockInput "Off" +} + OrbitalAirburstStrike() { BlockInput "On" Send "{LControl down}ddd{LControl up}"