Jump to content

Juggles

$100.00 Donor
  • Posts

    9600
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. Download: https://www.mediafire.com/?8b4ghwjyupjy58x Reports any player in your area. Have fun. Set it up in a crowded area and watch it go to work. Can report up to 1200 people per hour. Post proggies Need to edit paint tomorrow xD
  2. Yeah thats why i got my mule to around level 15 combat. Makes you look less like a bot/mule and less suspicious. Better to not risk anything when dealing with lots of gold.
  3. Jagex rarely bans accounts for transferring gold. Its relatively safe. If you're really worried, use a low level account as your mule to collect and then trade the gold to who ever is buying it. Some people say its safer to transfer gold rather than items. I've only transferred gold and I've never had a problem -Over 3 billion gold traded on one account
  4. probably aren't filling out the GUI correctly.
  5. Juggles

    sooo...

    D claws will be expensive at first like any new item. Probably in the hundred mil
  6. Hi its the exact same. Use LeafPad instead of notepad Use .sh instead of .bat though Run through terminal.
  7. Best alcher in the game no doubt. Will post code once I am done using it on my account (Since theres already 50 alching scripts on SDN and I doubt it would be accepted).
  8. I've run 20 bots at a time on same ip. One day 3/20 got banned. Few days later, 5 more got banned. Then in a week when Monday came, the other 12 were banned. If IP flagging was real, they should have all been banned at the same time
  9. Anyone who tells you IP flags are real are lying
  10. Can't break when you're in combat so it keeps fighting..
  11. if (wydinShop.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; ^^ This will make your script get stuck. What if your script lags out half way to the bank. Then it's not in the shop anymore and its not in the bank and you're inventory is full. Do if (!Bank.contains(myPlayer) instead of checking if in the shop to start webWalk.
  12. if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } Like he said. It can never reach your hop state because the first or second one are always true
  13. Have to pay them 60k/hour to do it
×
×
  • Create New...