Jump to content

MattGP

Members
  • Posts

    329
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by MattGP

  1. Gold Farm Account Shop

    Welcome to my gold farming account shop. All accounts that I sell here will have an unregistered email and I

    will be the original owner. On request, I may be able to level up your account instead of selling you mine. If

    you are interested in any accounts that I sell here please add my one and only skype live:mattdai01.

    Blast Furnace Ready Accounts

    These accounts will come with 30 Smithing done.The price will be 750k/account


    Stock:

    7 accounts


    7 point quester

    These accounts will come with 7 quest points done. Price will be 750k/account


    Stock:

    5 accounts


    40/40/40 accounts

    These accounts will come with melee stats 40/40/40. Price will be 5m/account


    Stock:

    1 accounts


    All prices are negotiatable.
    Add me on skype live:mattdai01

    OSBot Global Terms of Service


    1. You may not log into the account during a service unless you have permission from the owner of the service, doing so will result in the termination of the service with NO Refund.
    2. You MUST NOT change the details of the account until the service has been completed, doing so will result in a void service with NO Refund.
    3. If there are any items required for the service, it is between you and the service owner to come to an agreement on who covers them
    4. You MUST change your password after the service is completed
    5. If you have any substantial wealth on the account, it is your responsibility to protect it (Either Bank Pin/Transfer Trade)
    6. Once the service is complete you must leave Feedback for the relevant parties involved
    7. You MUST Post on the service thread to acknowledge their individual T.O.S and start the service


    8. If the Service is requested to be done legit, any T.O.S related to bans/mutes become obsolete (Unless evidence can be provided of prior botting)

  2. import org.osbot.rs07.api.map.Position;
    import org.osbot.rs07.api.model.Entity;
    import org.osbot.rs07.api.ui.Skill;
    import org.osbot.rs07.api.webwalk.INodeRouteFinder;
    import org.osbot.rs07.event.WebWalkEvent;
    import org.osbot.rs07.script.MethodProvider;
    import org.osbot.rs07.utility.Condition;
    
    
    
    public class Runtoblurite extends Task {
    	public void WebWalkCustom(Position p){
    		INodeRouteFinder nrf = INodeRouteFinder.createAdvanced();
    		 WebWalkEvent e = new WebWalkEvent(nrf, p);
    		 e.setBreakCondition(new Condition() {
    		            @Override
    		            public boolean evaluate() {
    		            	boolean flag = false;
    		            	if(api.getSkills().getDynamic(Skill.HITPOINTS) <= api.getSkills().getStatic(Skill.HITPOINTS)*.7&& !(api.myPlayer().getPosition() == new Position(3059,9565,0))){
    		            		flag = true;
    		            	}
    		                return flag; //stops when true
    		        }
    		            });
    		        api.execute(e);
    		}
    	public Runtoblurite(MethodProvider api) {
    		super(api);
    	}
    
    	@Override
    	public boolean canProcess() {
    		boolean flag = false;
            if(api.settings.getConfigs().get(122) == 6 && this.api.getSkills().getDynamic(Skill.MINING)>= 10 && !api.inventory.contains("Portrait")&& !api.inventory.contains("Blurite ore")&&!api.inventory.contains("Blurite sword")){
            	flag = true;
            }
    		return flag;
    	}
    
    	@Override
    	public void process() {
    		   api.log("Running to mine");
    		   WebWalkCustom(new Position(3059,9565,0));
    			   	
    	}
    }
    
    

    Hey there INodeRouteFinder caused a memory leak for me and used up all my heap space

×
×
  • Create New...