Guest User

Untitled

a guest
Oct 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @Manifest(
  2. name = "Bot Giving Bar Daysmither70",
  3. authors = "Yo Funkey",
  4. description = "Bots Trade Another Account",
  5. keywords = { "Log, In" },
  6. version = 1.0
  7. )
  8.  
  9.  
  10. private form field1;
  11.  
  12. @Override
  13. public boolean onStart() {
  14. Environment.disableRandoms();
  15.  
  16. return running;
  17. }
  18.  
  19.  
  20. @Override
  21. public int loop() {
  22.  
  23. return 0;
  24. }
  25. }
Add Comment
Please, Sign In to add comment