Pikacuq is tweaking A-Bot :)

I have already gave you my code which is responsible to do so → here → A-Bot (small adjustments to the codes) [HELP] - #2 by pikacuq

all you have to do is change your key sequence in ReloadAnomalies

yield return new BotTask
				{
					Effects = new[] { MotionParamExtension.KeyboardPressCombined(new[] {
					 WindowsInput.Native.VirtualKeyCode.ALT,  WindowsInput.Native.VirtualKeyCode.VK_P
					 }) }
				};

read more closely… :slight_smile: