Jump to content

Heist

Lifetime Sponsor
  • Posts

    396
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Heist

  1. All of those stats in a month? Or did you buy an account with some stats already
  2. Maybe train some higher strength and range levels. It looks to be a low hp rusher which probably increases the price so maybe train strength at bf pump?
  3. Didn't see that it had 99 fletching at first. Idk why you're all getting butthurt that I said 30m either way
  4. Nice, I’m sure this will be useful to a lot of people
  5. You will never get $40-50 for this. Maybe like 30m
  6. I believe the problem is your second if statement. The mix of && and || is confusing and I don't think it works the way you are thinking it does. Try looking into ways to change that. For example, maybe something like this where it groups the statements: if ((npc.getName().equals("NPC name") && script.myPlayer().isInteracting(npc)) || (npc.getName().equals("NPC name") && !script.myPlayer().isInteracting(npc) && !npc.isUnderAttack())) EDIT: Your second if statement is actually really confusing. I just realized it contradicts itself so it'll always return true.
  7. I got what I needed already
  8. You don't get access to git until you are a certified scripter
  9. It automatically stands in the safe spot
×
×
  • Create New...