Jump to content

Juggles

$100.00 Donor
  • Posts

    9600
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. Would be better to do else if instead of just using an if else if causes the previous step to become false until it moves onto the next step. Example: if (getBank().contains("itemA")) { getBank().withdraw("itemA", 5); //Will withdraw 5 of Item A } else if (getBank().contains("itemB")) { getBank().withdrawAll("ItemB"); //will withdraw ALL of Item B }else if (getBank().contains("itemC")) { getBank().withdraw("itemC", 5); //Will withdraw 5 of Item C }else if (getBank().contains("itemD")) { getBank().withdrawAll("ItemD"); //will withdraw ALL of Item D }
  2. BOtting a main, I suggest only botting during non jagex hours and like 5-10 hours a day depending on what you're botting. For example, when I am botting alching or Sand crabs, I do like 10 hours a day bc its hard to detect. Sand crabs only interacts with screen once every 10 minutes or so. Jagex doesnt care about alching. When I was training skills like agility and woodcutting, I would do 1-2 hours at a time just to be careful. I've been doing this with my main and its fully ready to kill Zulrah. For a gold farm, I personally run a farm 24/7. I don't see the point of having a gold farm run 6 hours a day when it takes 4 days to make the same profit I can make in 1 day. Go with private scripts if you plan on botting the ladder route. Everything I botted on my main was using my own scripts though. I never used an SDN script.
  3. Juggles

    500

    Still nut trusted enuf in mi eyes
  4. Confused why you ran an alcher for 1000 hours. Were you going for 200 million xp in Magic?
  5. The TWC/Orange Army has declared a fruit war on us @@Orange
  6. Not really sure what you're asking This will check if an area contains an NPC NPC npc = getNpcs().closest("NPC"); if (npc !=null && Area.contains(npc) { //dosomething }
  7. Just a heads up Jagex changed Zeah and the map isn't updated
  8. Hi I can buy all at $0.89
  9. Hi, my name is juggles and this is my story. Before joining the apple army, I was depressed and lonely. I was merely a scripter 1 who spent time in the chatbox. But after joining, I have became a new person. I am happier now and I Am a part of community. Please sign up today.
  10. Juggles

    200 PC Points

    Level 90 combat. How much for 200 points. Don't care what boat you use NO BOTTING.
  11. I don't think it matters what you put as the parameters if your script doesn't have any. I've never encountered any problems with it. i've discussed with other scripts and they also say that it doesn't matter what you put there.
  12. name = has to be last in the script manifest @ScriptManifest( author = "Juggles", version = 1.2, info = "", logo = "", name = "AIOFighter") -script AIOFighter:null Also, make sure you are using -bot or it won't work.
  13. 20m and you got a deal. "Deal"
×
×
  • Create New...