Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/24/24 in all areas

  1. Dubai's Bryophyta -------------------------------------------------- COMING SOON! -------------------------------------------------- -Farms Moss Giants for Mossy Keys. -Kills Bryophyta Boss -Cannon Management -Potions Support -Prayer Support -Special Attack Weapon Support -Smart Looting System -F2P/P2P Support -Multiple Banks/Moss Giant Areas Supported -------------------------------------------------- Choose how many keys to collect before fighting Bryophyta. Potential for huge gp/hr (Bryophyta's Essence is currently 11m+)
    2 points
  2. Amazing, keep up the good work love seeing new scripts released!
    1 point
  3. link to join discord does not work and nor is the info. i have purchased construction script and do not know what my next steps are since i have yet to receive email to download it
    1 point
  4. @Alakazizam I just did some testing and the result is this: the dropping is quick, the opening bank is real, real slow... How did I do it?: @Override public int onLoop() throws InterruptedException { if (!inventory.isEmpty()) { //So basically just this, set the speed, (also did never miss because of the speed ^^) getBot().setMouseMoveProfile(new MouseMoveProfile().setSpeedBaseTime(100).setOvershoots(0)); log("should drop"); drop.shiftClickDropAllDownToUpExcept(false, "Coins"); } if (!bank.isOpen()) { //Here I reset the speed, but very slow for the next task getBot().setMouseMoveProfile(new MouseMoveProfile().setSpeedBaseTime(800)); getBank().open(); Sleep.sleepUntil(() -> bank.isOpen(), 3000); } return 3000; } Enjoy! -- Tinker a bit with the flow, speed, miss etc... all those settings to get what you like.
    1 point
×
×
  • Create New...