Advertisement
TheBat

Untitled

Mar 20th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. import org.runedream.RuneDream;
  2. public class Reseter {
  3. public static void reset(){
  4. RuneDream.getUI().getGameClient().destroy();
  5. try {
  6. String [] args0 = new String [] {"A"};
  7. RuneDream.main(args0);
  8. } catch (Exception e) {
  9. e.printStackTrace();
  10. }
  11. try{
  12. RuneDream.getDesktop().dispose();
  13. }catch(NullPointerException e){
  14. RuneDream.getUI().getPanel().setVisible(false);
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement