Advertisement
Guest User

Untitled

a guest
Aug 11th, 2014
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. package scripts.wbSteelBars;
  2.  
  3. public class UserVariables {
  4.  
  5. public static boolean running = false;
  6. public static boolean usingTwoOres = true;
  7. public static boolean usingRof = false;
  8. public static boolean alKharid = false;
  9. public static boolean port = false;
  10.  
  11. public static String oreOneName;
  12. public static String oreTwoName;
  13. public static String barName;
  14.  
  15. public static int oreOneWithdrawAmt;
  16. public static int oreTwoWithdrawAmt;
  17. public static int oreTwoAmmountNeeded;
  18. public static int childID;
  19. public static int mouseSpeed = 100;
  20. public static int profitPerBar;
  21.  
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement