Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/20 in Posts

  1. ** $14.99 - 24 hour trials available - like and comment on this thread Don't pm me on OSBot or Discord to ask for a trial. Loot anything, anywhere, with this highly customizable script! PvP worlds, waiting on loot piles, drop parties across Gielinor, even popping balloons in the party room! Buy The Script Here Check out these videos on using Fury AIO Looter to make money! [OSRS] Botting To Ban #7: Looting ! Crazy Profit [OSRS] Botting To Ban #8: F2P Looting FAQs: What does x setting on GUI mean? Look in the GUI spoiler below for a detailed explanation of what each option does. What settings should I use? WHATS THE BEST??? Whatever works for you, try new things until you find something thats good. I made it as customizable as possible for a reason There is no "best" settings before you ask me. lol. If I told everyone the ""best"" settings then everyone would do that and it would no longer be the best. Experiment and see what works for you Where should I run the looter? Anywhere there is loot on the ground. Experiment. See whats making money. Known locations would be GE drop parties in highly populated worlds. PVP worlds in active areas (ge, lumbridge, varrock, etc). ZMI. Wintertodt. Skillers that drop their inventory like barbarian village fishers, rimmington mine iron ore droppers etc. It will even work in the party room to pop balloons GUI: CLI: Discord Server: POGRESS REPORTS:
    2 points
  2. I’ve heard a lot of good things about that script, I’ll have to check it out!
    2 points
  3. 1 point
  4. Not necessarily true. I accidentally logged my mule into a bad proxy and it was banned for major macroing with 500m+. I sent an appeal saying "I think there was an error" and 2 days later they removed the ban. May not work every time, but it's worked before, just as an fyi
    1 point
  5. You are setting the widget too soon. Set it once you are expecting to interact with it.
    1 point
  6. Thanks for the quick reply @Gunman! I'll try to build closer to that structure and see how it turns out
    1 point
  7. Could I please have a trial as well? Thank you
    1 point
  8. there haven't been a ban wave since thursday because weathe is away, don't get too excited
    1 point
  9. Will add support for the other banks too, right now I think the script is not detecting the Lovakite banks but only detecting the npc, should be a super easy fix. As for the order of mining, I have an update lined up for deciding which ores to mine first, with also an option to revert to closest/nearest rock like the original version of this script. As for sand grinder, this is coded and finished, will be pushing this update momentarily. As for hover next ore, careful guys don't use this if you have selected more than 2 ores, it was designed for only 2 rocks in total, but I can easily add support for more, which I will do in the upcoming update. Thanks for all the help guys you are amazing
    1 point
  10. No one has complained to me
    1 point
  11. Okay, the problem was that Ferns and Daisies and such are InteractableObject, not GroundDecoration. I see this got a few views and no replies so hope this helped someone.
    1 point
  12. String values are compared using .equals() not == Also the message will not contain / It should be: if(messageReceived.equals("!Test")){ log("Test received.."); getKeyboard().typeString("/Success!", true); }
    1 point
  13. I think it might be ID 9 for clan chat: @Override public void onMessage(Message message){ if(message.getTypeId() == 9){ // do something } }
    1 point
  14. The only MessageTypes available are: GAME PLAYER RECEIVE_TRADE So GAME will include clan chat messages.
    1 point
  15. @Override public void onMessage(Message message){ if(message.getType() == Message.MessageType.PLAYER){ String text = message.getMessage(); } } That should get you started
    1 point
×
×
  • Create New...