Advertisement
Guest User

aaa

a guest
Nov 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.42 KB | None | 0 0
  1. Cuando cambies el diseño te dará errores, entonces primero haz estos remplazos en buscar y remplazar:
  2.  
  3. Busca y remplazar: http://prntscr.com/hctbaw
  4. Busca y remplazar: http://prntscr.com/hctbiw
  5. Busca y remplazar: http://prntscr.com/hctbpb
  6.  
  7. luego te vas arriba del código de SuperOrbit.cs
  8. y remplazas todo lo de las publics y tal por este hasta llegar al void SuperOrbit()
  9.  
  10. public static SuperConfig SuperConfig;
  11.         public static OrbitColor Configuration;
  12.         public static OrbitMessage Message;
  13.         public static OrbitCombination Combination;
  14.  
  15.         public static bool isRunning;
  16.         public static bool isClosing;
  17.         public static bool OrbitShodan, OrbitUpdates, OrbitMusic, OrbitSave;
  18.  
  19.         public string OrbitMID;
  20.         public static string OrbitSpeed;
  21.  
  22.         public static Thread CheckKeysPerssed;
  23.         public static Thread InterceptKeyboardThread;
  24.         public static TextBox textBox1;
  25.         public static TextBox textBox2;
  26.         public static TextBox textBox3;
  27.         public static TextBox textBox4;
  28.         public static TextBox textBox5;
  29.         public static TextBox textBox6;
  30.         public static TextBox textBox7;
  31.         public static TextBox textBox8;
  32.         public static TextBox textBox9;
  33.         private Panel panel6;
  34.  
  35.         private Panel panel1;
  36.         private Panel panel2;
  37.         private Panel panel3;
  38.         private Panel panel4;
  39.         private Panel panel5;
  40.         private Panel panel9;
  41.         private Panel panel8;
  42.         private Panel panel7;
  43.         private Panel panel11;
  44.         private Panel panel10;
  45.         public static Label label1;
  46.         public static Label label2;
  47.         public static Label label3;
  48.         public static Label label6;
  49.         public static Label label4;
  50.         public static Label label5;
  51.         public static Label label10;
  52.         public static Label label9;
  53.         public static Label label8;
  54.         public static Label label7;
  55.         public static Label label13;
  56.         public static Label label12;
  57.         private IContainer components;
  58.         public static Button button1;
  59.         public static ConcurrentDictionary<string, string> Colours = new ConcurrentDictionary<string, string>();
  60.         private Button button2;
  61.         private Button button3;
  62.         private Button button4;
  63.         public static ConcurrentDictionary<string, HotKeys> HotKeys = new ConcurrentDictionary<string, HotKeys>();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement