Jump to content

Juggles

Suspended
  • Posts

    9596
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. And then would I add if inventory is full, bank?
  2. I have if (!getInventory().isFull()) { getGroundItems().closest("Item").interact("Take"); sleep(Calculations.random(2000, 3000)); } if (!getInventory().isFull() && (!getBank().isOpen())) { sleep(Calculations.random(500, 1000)); hopWorlds(); } else { getGameObjects().closest("Bank Booth").interact("Bank"); } The problem I have am having is if the item is already picked up before my bot switches to that world, it will sit there waiting until it respawns. Is there a way to make my bot switch worlds if the item is not there when it hops to the world?
  3. Yes scripting on my own has actually helped alot! I read the first few chapters of Head First Java and now I have a good background of how coding works. I have created 3 scripts so far. 2 of them that make over 200k/hour with no requirements and no other bots I am trying to expand my knowledge and will start on a new project this week.
  4. Nty only looking to swap accounts because I need a main on 07 for my private script I made
  5. I fixed it now I believe
  6. Just bought this script, definitely worth it I don't think potions are useful for this though as I tend to be waiting for my bars because people don't help to fix the machine and do the roles lol.
  7. When I open two tabs, one of them tends to crash. And then when I open two clients (1 tab each) It says I need VIP to run it
  8. When I run two tabs, one of them always crashes. I thought non VIP's get 2 tabs?
  9. Great addition. We need somemore VIP scripts :P
  10. Willing to swap an RS3 main max combat for it.
  11. This script is great money
  12. Thanks, time to see how this boy works ;)
  13. btw could I get a trial?
  14. I would like to know the same thing But for 5-8 bots
  15. I think you would add a feature like Sell planks: Buy logs: Then if the items are not bought or sold, it changes its price by 5%. This is better for people who don't want to risk putting a lot of gold on an account incase they get banned Currently I own a private script that goes to the GE when out of money and its really useful because I never have to worry about running out of gold.
  16. I may buy this. A good feature to add would be to make it go to the GE when it runs out of money/oaks since the GE is near the east varrock bank
  17. Damn yours is sick.
  18. What is the average gold/hour using this when you subtract cost of supplies and fees
  19. I have a main on runescape 3 and want a main on 07. Willing to trade accounts. My main is 120 cb on runescape 3 :P I don't like the new graphics so I am looking for an old school main.
  20. Sorry I didnt even realize that! I am trying to learn on one client before I transfer it to others. I deleted my pic :P But I got the GUI to work I am wondering how to add more options to my GUI I have select a tree: I want to add PowerChop: and Collect Nest: Do I need to start by adding a new container or label?
  21. Paint + GUI made. Cannot get GUI to work though. Does not listen to the command I tell it to do. Any insight on this would be helpful. I removed line if (!getInventory().isFull()) { getGameObjects().closest("Oak").interact("Chop Down"); Because that made it only woodcut oaks but I am not sure how to incorporate the GUI into the script.
  22. I may switch to Eclipse to use the WIndowsBuilderPro. I've heard its very easy to handle to create a GUI. I will look at this
  23. In the OOP section of Code Academy, I was very confused on what was occurring. I will go back tonight and try to look over what it was saying.
×
×
  • Create New...