Jump to content

Juggles

$100.00 Donor
  • Posts

    9598
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. 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?
  2. 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.
  3. Nty only looking to swap accounts because I need a main on 07 for my private script I made
  4. I fixed it now I believe
  5. 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.
  6. 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
  7. When I run two tabs, one of them always crashes. I thought non VIP's get 2 tabs?
  8. Great addition. We need somemore VIP scripts :P
  9. Willing to swap an RS3 main max combat for it.
  10. This script is great money
  11. Thanks, time to see how this boy works ;)
  12. btw could I get a trial?
  13. I would like to know the same thing But for 5-8 bots
  14. 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.
  15. 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
  16. Damn yours is sick.
  17. What is the average gold/hour using this when you subtract cost of supplies and fees
  18. 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.
  19. 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?
  20. 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.
  21. 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
  22. 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.
  23. I will be keeping track of what I do each day in scripting and how it has improved my Java knowledge. I hope to one day be able to script flawless bots with many features added. *Remember I am starting with no prior Java knowledge. I am also a college student doing 16 credit hours this semester so my progress on here might be slow.* Day 1 Day 2 Day 3 ​Day 4 Day 5 Day 6 Day 7 Day 8 Day 12 Day 14 Day 21
×
×
  • Create New...