Jump to content

Juggles

$100.00 Donor
  • Posts

    9600
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. 24 hour trial granted starting now
  2. Open the client and it should appear.
  3. Thanks appreciate it I'm offering 24 hour trials on this if anyone wants. Requirements to trial the script including liking this thread and posting a comment below saying you want a trial.
  4. I had the same issue when making my script. Read this thread http://osbot.org/forum/topic/104466-grabbing-myplayers-start-area-with-gui/
  5. When Devs have time to review it SCRIPT IS NOW ON THE SDN It is now on the SDN
  6. They could go up or they could go down. If I were good at predicting trends and analyzing data, I would be doing stocks
  7. People like you make me want to make the script VIP only. On topic: I've found a fix to the problem. I'll be adding it soon.
  8. Thanks for actually adding detailed feedback. I'll look into the problem soon. Seems that it is keeping items in the inventory even tho you didn't type the item to not be banked For now, you can do what he suggested or don't loot items
  9. The problem is you're trying to add antiban, which is fake.
  10. I tried to replicate this issue but it doesn't happen to me. Other people have been running the script for 70 hours straight no issues Can't wait to see the Proggy
  11. I only have one of the Adrougne banks coded( The east one) So it won't ever bank at the other one. I'll look into adding the other bank in the future. Potions may be added but not a for a while.
  12. Shop is fixed now Script is working flawlessly
  13. ? ------ On topic, thanks for the update. All my scripts are working now.
  14. When I was gold farming, I paid 17m for a VPS and 6m for proxies. I ran 5 accounts and bonds were like 2.5m each So it cost me 12.5m in bonds, 17m for a VPS and 6m for proxies totaling 35.5m spent. I created my own script from a method I found and was making 10m per account per a day so I was already profiting on the first day. Find a good method and get a private script for it, and you can profit.
  15. Yeah all my shop buying scripts broke too due to this code.
  16. I've had accounts survive like 40-50 days before. Some only a week. Not sure why some last longer than others considering they were all botting the same thing.
  17. 1) Code Academy and Head First Java book 2) It was helpful bc it teaches you the basics. You can build from there. No i did not 3) Trying to learn the lingo and how to properly code things as opposed to just putting random codes in 4) I dont script anything outside of runescape 5) How to code in states. I used to code in a linear fashion and thats not good.
  18. Yes you can make them. I've made one before.
  19. Assuming you built it correctly already in your GUI Class, this is how mine is. Where your private longs are ​ JCheckBox checkbox = new JCheckBox("WorldHop", true); In onStart checkbox.setSelected(true); checkbox.setSelected(false); In your onLoop getWorldHop(gui.getWorldHop()); Private void public void getWorldHop(JCheckBox event) throws InterruptedException { if (World_Hop) { //Code of what to do } } In your start button area you have created public void setStartScript(boolean startScript, boolean World_Hop) { this.startScript = startScript; this.World_Hop = World_Hop; }
×
×
  • Create New...