Zompies 20 Share Posted October 21, 2015 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! Link to comment Share on other sites More sharing options...
Diddy 265 Share Posted October 21, 2015 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 More sharing options...
Dreamlicker 749 Share Posted October 21, 2015 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 More sharing options...
Club 32 Share Posted October 21, 2015 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 More sharing options...
adamthompy123 0 Share Posted November 10, 2015 This wont load for me when i put it in the scripts folder D: i dont see it on local, its a .jar also Link to comment Share on other sites More sharing options...
Dreamlicker 749 Share Posted November 10, 2015 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 Link to comment Share on other sites More sharing options...
adamthompy123 0 Share Posted November 10, 2015 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 Link to comment Share on other sites More sharing options...
Lempimlol 0 Share Posted November 10, 2015 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? Link to comment Share on other sites More sharing options...
Pornochancha 0 Share Posted January 26, 2017 i cant download. This page has been removed! Link to comment Share on other sites More sharing options...
Evaristo 0 Share Posted January 30, 2017 Download not work Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.