public static void Unload() { //RoleSwitcher.Unload(); #TODO OR NOT TODO: SHIT WILL GO CRAZY YO RoleSwitcher.Pause(); }
public static void FastHalt() { Program.Orbwalker.ActiveMode = MyOrbwalker.OrbwalkingMode.None; RoleSwitcher.Pause(); }
public static void FastHalt() { Orbwalker.ActiveModesFlags = Orbwalker.ActiveModes.None; RoleSwitcher.Pause(); }