Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • [Nex] Miner [Advanced Anti-Ban] [Only 5.99$] [Alot of locations] [Banking Supported] [Alot of Rocks] [F2P/P2P] [SDMM/DMM] [Color Detection] [Almost unbreakable]


    Nex

    Recommended Posts

    bots down after the update, waiting for an update

    its on the clients side :) just gotta wait for a client fix

    Link to comment
    Share on other sites

    working now properly but there isnt any ui showing. when it goes to drop the ore it just goes to the skill page and clicks through the skills.

     

    the dropping is extremely slow when it does work also

    Edited by igotshotman
    Link to comment
    Share on other sites

    working now properly but there isnt any ui showing. when it goes to drop the ore it just goes to the skill page and clicks through the skills.

     

    the dropping is extremely slow when it does work also

    can you provide some screenshots please

    Link to comment
    Share on other sites

    • 1 month later...

    please help me How do you check the condition of the rock, whether it has mineral or not?

    That only click the rock when it is, have mineral,
    Otherwise do not click on the rock

    Link to comment
    Share on other sites

    please help me How do you check the condition of the rock, whether it has mineral or not?

    That only click the rock when it is, have mineral,

    Otherwise do not click on the rock

    my bot goes by color detection

    Link to comment
    Share on other sites

    my bot goes by color detection

    package Miner;
    
    import javafx.scene.control.ColorPicker;
    import org.dreambot.api.methods.Calculations;
    import org.dreambot.api.script.AbstractScript;
    import org.dreambot.api.script.Category;
    import org.dreambot.api.script.ScriptManifest;
    import org.dreambot.api.utilities.Timer;
    import org.dreambot.api.wrappers.interactive.GameObject;
    
    import java.awt.*;
    
    @ScriptManifest(
            category = Category.MINING,
            name = "PowerMiner_10",
            author = "Mafer",
            version = 10.0 )
    public class Main extends AbstractScript{
        private int countOre;
        private GameObject rock;
        private Timer timeInProgress = new Timer();
        private String itemCount = "Copper ore";
    
        @Override
        public void onStart() {
            countOre = 0;
        }
    
        @Override
        public int onLoop() {
    
            countOre = getInventory().count(itemCount);
            int[] rockOn = {4645,436};
            int[] getColorRock = getModelColors();
    
            if( getColorRock == rockOn )
                rock = getGameObjects().closest(f -> f.getName().contains("Rock"));
                rock.interact("Mine");
            }
            return Calculations.random(1, 3);
        }
    

    please help me :'(

    Link to comment
    Share on other sites

    package Miner;
    
    import javafx.scene.control.ColorPicker;
    import org.dreambot.api.methods.Calculations;
    import org.dreambot.api.script.AbstractScript;
    import org.dreambot.api.script.Category;
    import org.dreambot.api.script.ScriptManifest;
    import org.dreambot.api.utilities.Timer;
    import org.dreambot.api.wrappers.interactive.GameObject;
    
    import java.awt.*;
    
    @ScriptManifest(
            category = Category.MINING,
            name = "PowerMiner_10",
            author = "Mafer",
            version = 10.0 )
    public class Main extends AbstractScript{
        private int countOre;
        private GameObject rock;
        private Timer timeInProgress = new Timer();
        private String itemCount = "Copper ore";
    
        @Override
        public void onStart() {
            countOre = 0;
        }
    
        @Override
        public int onLoop() {
    
            countOre = getInventory().count(itemCount);
            int[] rockOn = {4645,436};
            int[] getColorRock = getModelColors();
    
            if( getColorRock == rockOn )
                rock = getGameObjects().closest(f -> f.getName().contains("Rock"));
                rock.interact("Mine");
            }
            return Calculations.random(1, 3);
        }
    

    please help me :'(

     

    i cant really give out help on how i write a paid script  :doge:

    but if u cant do color, u could go by ID's aswell

    Link to comment
    Share on other sites

    • 3 weeks later...

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.