Need a little rsbot script help please.

Discussion in 'RuneScape 3 Cheating' started by booyaboy234, Feb 14, 2009.

Need a little rsbot script help please.
  1. Unread #1 - Feb 14, 2009 at 6:44 PM
  2. booyaboy234
    Joined:
    Aug 7, 2008
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0

    booyaboy234 Newcomer

    Need a little rsbot script help please.

    ok so i might just be overlooking something simple but please dont just call me an idiot(even if you have right to)

    i was making a power miner for the iron south of the legends guild.
    heres the code.

    I'm really new to writing scripts and i was following a tutorial i found here by omgzomfglol.

    here's what i got so far....

    Code:
    import com.speljohan.rsbot.script.wrappers.*;
    import com.speljohan.rsbot.event.listeners.*;
    
    
    
    public class LegendsPwrMiner extends Script{
    	
    	RSObject ironRock = new findobject(2093,2092);
        	
    	RSObject ironore = new findobject(440);
    
    public int loop() {
    	atObject (ironrock, "mine");
    	return 0;
    
    	if(getInventoryCount(ironore) == 28)
    
    	atObject (ironore, "drop");
    }	
    	
    	public String getName() {
            return "legends guild iron miner";
        }
    
    
    
        public String getAuthor() {
            return "supertaco(rsbot)/booyaboy234(sythe)";
        }
    
        public double getVersion() {
            return 1.0;
        }
    
        public boolean onStart(String[] args) {
            return true;
        }
    
    
    }
    any help would be appreciated and maybe giving me a link to a different tutorial so i could fix it myself would be good too.
     
< About Rs bot! | RSBot - AntiBan and AntiRandoms??? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site