Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26437
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. No, you can use my magic script for that though
  2. I ran 50 accs through it over the past 3-4 days and it didn't get stuck once. If you encounter this issues again, provide a proper screenshot with the script paint visible so I can see what step it's doing and also a screenshot with the paint hidden so I can see what is in the chatbox.
  3. You cna learn the basics while scripting but then you might give up quickly due to frustration But ya just learn some basic java
  4. If you know some of the basics you can already start playing with some stuff
  5. Both are good examples of a bugged mirror client, restart it and it should be fixed
  6. You should be doing this in your onLoop int MyAttackLvl = getSkills().getDynamic(Skill.ATTACK); int MyDefenceLvl = getSkills().getDynamic(Skill.DEFENCE);
  7. Check the OSBot logger for more info
  8. 1. Why are you commenting on the fisher topic if you post has nothing to do with the script? 2. I can bann whoever I want and whenever I want in my discord. It's a community to support people that use my scripts and love botting, toxic behaviour has no place in there. 3. If I would show your chat/behaviour from my discord in public here people would laugh in your face, stop acting like a 16y old.
  9. Might not be related to your problem but make sure to always null check before using am interact option. NPC Shopkeeper = npcs.closest("Shop npc"); Shopkeeper.interact("Trade"); Should be: NPC Shopkeeper = npcs.closest("Shop npc"); if(shopkeeper != null){ Shopkeeper.interact("Trade"); ... } For the rest, on what line are you getting an NPE?
  10. Should never be an issue, where does it get stuck for you?
  11. You appeal on the bann itself nowadays Go to your acc status on the website ^^
×
×
  • Create New...