Jump to content

Juggles

$100.00 Donor
  • Posts

    9600
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. Juggles

    NMZ Request

    My account is 90/90/72. I want to pay someone to train in NMZ for me. Looking for trusted people only as this is a high level account so I won't let anyone just on it. Post rates of gp/xp Hand done
  2. Juggles

    NMZ quests only

    14m for all quests
  3. It will reloop but it can lead to issues :P
  4. Woah woah woah. This is a big no no if (!getBank().isOpen()) { getWalking().webWalk(Banks.FALADOR_WEST); getBank().open(); } else if (getBank().isOpen()) { getBank().withdraw("Iron bar", 2); getBank().withdraw("Redberry pie", 1); getBank().withdraw(pickaxe, 1); } You need to check for every action to make sure it is complete. Do it like this instead. This will work even if an action fails if (!getBank().isOpen()) { if (!BankArea.contains(myPlayer()) { getWalking().webWalk(Banks.FALADOR_WEST); } else { getBank().open(); } } else if (getBank().isOpen()) { if (!getInventory.contains("Iron bar") { getBank().withdraw("Iron bar", 2); } else if (!getInventory.contains("Redberry pie") { getBank().withdraw("Redberry pie", 1); } else if (!getInventory.contains(pickaxe) { getBank().withdraw(pickaxe, 1); } }
  5. Sorry haven't used it in months lol
  6. The mouse just moves linear from point A to B fastest way possible. No one puts actual human interaction into their scripts lol.
  7. [0:04:44] Juggles: getWidget.get(id,id).interact("Action");
  8. @Antonio Kala is looking for a partner. You seem like his type of man.
  9. getMouse.move(random(0,500),random(0,500)); there you go
  10. Did the accounts say "stolen" or "banned" If stolen, run a virus scam. A lot of people have been reporting stolen accounts after tut. The chinese are using them to gold farm
  11. No longer available to anyone
  12. I AM JUGGLES. SCRIPTER 1 RANK MEANS #1 SCRIPTER. MOST FREE SDN SCRIPTS DONT COME AT ME LIKE THAT AGAIN GRRRRRRRRRRRRRR Ps PM Acerd to never get banned botting
  13. Probably. I run it on 100 accounts at the GE reporting everyone
  14. Juggles

    Fruity NMZ

    Thousands of users doing the same pattern to restock. Right.
  15. This script made me very rich. I can feel the Irish running in my blood
×
×
  • Create New...