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

    Posted

    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


    Posted
    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  ;)

    Posted

     

    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 ;)

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

    Lambdas are your best friend ;)

     

    I dont understand them at all! xD 

    • 3 weeks later...
    Posted

    This wont load for me when i put it in the scripts folder D: i dont see it on local, its a .jar also

    Posted

    This wont load for me when i put it in the scripts folder D: i dont see it on local, its a .jar also

    click "Refresh All" in the script selector

    Posted

    click "Refresh All" in the script selector

    Doesnt seem to show up still, does it have anything to do with the script? do i need to change anything in the pastebin or anything

    Posted

    Could this script be outdated or something? I really need this script D: its the perfect method for me i know its simple maybe someone could help me out?

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