URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       KushBot
  HTML https://kushbot.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Methods
       *****************************************************
       #Post#: 29--------------------------------------------------
       Banking Method : Opening Bank Soul Wars Chest
   DIR By: PurpleKush
       Date: September 25, 2012, 2:57 pm
       ---------------------------------------------------------
       Quick banking method i made! Feel free to use it in your scripts
       too!! ONLY WORKS IF YOU HAVE UR CAMERA ALL THE WAY UP AND YOU
       ARE FACING THE CHEST!
       --- Code ---
       
       robot.delay(1120);
       for (int i=0; i<100; i++){
       int mov_x = ((560* i)/100) + (561*(100-i)/100);
       int mov_y = ((318* i)/100) + (320*(100-i)/100);
       robot.mouseMove(mov_x,mov_y);
       System.out.print("Clicked Chest   ");
       robot.mousePress(InputEvent.BUTTON1_MASK);
       robot.mouseRelease(InputEvent.BUTTON1_MASK);
       
       --- End Code ---
       *****************************************************
       Page 1 of 1