RuneScape Classic Bot Coding,

Discussion in 'Programming General' started by VirusRS, Dec 12, 2014.

RuneScape Classic Bot Coding,
  1. Unread #1 - Dec 12, 2014 at 1:21 PM
  2. VirusRS
    Joined:
    Dec 9, 2014
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    VirusRS Member
    Banned

    RuneScape Classic Bot Coding,

    A little copper ore script hehe

    Code:
    /**
    
    * Power mines copper 
    
    * Good for getting fast mining level's levels
    
    *   Script by VirusRS
    
    */
    
    public class PowerCopper extends Script {
    
    
    
       public PowerCopper(Extension e) {
    
       super(e);
    
       }
    
       public void init(String params) {
    
       }
    
    
    
       public int main() {
    
    
    
           if(getFatigue() > 90) {
    
              useSleepingBag();
    
              return 1000;
    
       }
    
    
    
           int copper[] = getObjectById(100);
    
           if(copper[0] != -1)
    
            atObject(copper[1],copper[2]);
    
                   return random(500, 1000);
    
       
    
       
    
       }
    
    }
     
  3. Unread #2 - Dec 13, 2014 at 3:07 PM
  4. 70i
    Joined:
    Jan 11, 2014
    Posts:
    462
    Referrals:
    0
    Sythe Gold:
    174

    70i Forum Addict
    Banned

    RuneScape Classic Bot Coding,

    That code is garbage.
     
< Help With Program | Why do my components revert to storyboard sizes in iOS8.1? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site