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