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
  • [FREE SCRIPT] Hammer Buyer


    Zompies

    Recommended Posts

    I found a quick money making method where you can buy hammers and sell at G.E for a big profit. I don't want the code anymore so here it is


     


    http://pastebin.com/xwXD2aKQ


     


    Turned 300 gp into 46k


     


     


    Features


    - Banking


    - World Hopping


    - Draws Square Tile On Closest Shop Keeper


     


     


    Problems with script


    - Attempts to go to any world regardless if your f2p or not or if you don't have total skill level for attempted world


     


     


    (The script will NOT go to High-Risk worlds)


     


     


    Have fun! :D


    Link to comment
    Share on other sites

    World f2phop = getWorlds().getRandomWorld();

     

    f2phop = getWorlds().getRandomWorld(new Filter<World>() {

    public boolean match(World world) {

    return world != null && world.isF2P() && !world.isHighRisk();

    }

    });

     

    You are welcome  ;)

    Link to comment
    Share on other sites

     

    World f2phop = getWorlds().getRandomWorld();
     
    f2phop = getWorlds().getRandomWorld(new Filter<World>() {
    public boolean match(World world) {
    return world != null && world.isF2P() && !world.isHighRisk();
    }
    });
     
    You are welcome  ;)

     

     

     

    World f2pHop = getWorlds().getRandomWorld(w -> w != null && w.isF2P() && !w.isHighRisk());
    

     

    Lambdas are your best friend ;)

    Link to comment
    Share on other sites

    World f2pHop = getWorlds().getRandomWorld(w -> w != null && w.isF2P() && !w.isHighRisk());
    

    Lambdas are your best friend ;)

     

    I dont understand them at all! xD 

    Link to comment
    Share on other sites

    • 3 weeks later...
    • 1 year later...

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.