Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/05/21 in all areas

  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. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    1 point
  3. Trying to upgrade my fighting script with looting capabilities, but for some reason, adding the loot task has made my bot now freeze where I cannot even move the window or click anything, and eventually crashes the bot. Something is obviously wrong with my code here is my task list if(userChoices.equals("Fire giant")) { //tasks.add(new Idle(this)); tasks.add(new Eat(this)); tasks.add(new FightFiregiant(this)); tasks.add(new Loot(this)); } And here is my loot task code public class Loot extends Task { public int GroundID[] = { 10006, 303, 954, 11940, 560, 563, 565, 890, 561, 207, 5295, 5300, 5304, 5315, 211, 213, 217, 215, 2485, 1079, 1113, 1127, 1147, 1163, 1185, 1201, 1213, 1247, 1275, 1289, 1333, 1347, 1359, 1373, 4131, 3122, 1393, 1395, 1397, 1399, 892, 562, 1147, 985, 987, 2366, 2368, 22347, 4151, 1249, 13265, 1149, 1319, 4153, 4154, 4101, 445, 2357, 2354, 2359, 451, 2358, 444, 2356, 2360, 1073 }; public Loot(Fighter script) { super(script); } @Override public boolean canProcess() throws InterruptedException { return script.getGroundItems().closest(GroundID) != null && script.getGroundItems().closest(GroundID).isOnScreen(); //script.getGroundItems().closest(GroundID).isVisible() ; } @Override public void process() throws InterruptedException { script.currentState = Status.LOOTING; GroundItem loot = script.getGroundItems().closest(GroundID); //if (GroundID != null && !script.getInventory().isFull()) if (!script.inventory.isFull()){ loot.interact("Take"); sleep(random(999,1777)); } } } And help would be appreciated! THANKS!
    1 point
  4. been dealing with @woops you diefor a while now and never had any issues. i can recommend him and in my opinion he is trusted so if you like the account, do not hesitate and pm him your offer.
    1 point
  5. Thanks so much for explaining and going into detail about what I was doing wrong!!! I thought I was checking if item was !null but I guess I was doing grounditem instead and like you said, checking for it twice. And yah, the conditional sleep makes much more sense so the bot can resume once item is in inventory rather than clicking multiple times possibly. Thanks so much! you are a lifesaver :)
    1 point
  6. Waiting for this to get released like crazy
    1 point
  7. This is one of the best updates of all time. YOU ARE THE GREATEST!!!!!
    1 point
  8. i have 2 rs3 accounts 1 is 104 cb with 1754 total 172 qp and 2nd is user name login is 126 cb with 2397 total 323 qp probly a higher combat when its a member its 99 summoning
    1 point
  9. yeah, all good. Cheers dude!
    1 point
  10. @KawsI thank you and it seems ive logged in and everythings fine for now. o.o
    1 point
  11. This is it I fell asleep last night while running agility aio and it was running 3 1/2hrs. Its been about 17hrs since i was on so im gonna login and see what happens but probably it since i got a 2day ban recently for botting. So i had been playing safer but then this. Even if im not banned yet likely i will be soon, i mean maybe ill get lucky but at this point unlikely o.o. well wish me luck
    0 points
Γ—
Γ—
  • Create New...