Jump to content

skillerkidos1

Java Lifetime Sponsor
  • Posts

    1374
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by skillerkidos1

  1. Add me on discord SkillerKido#2423
  2. That’s exactly what I said? Lmao
  3. You need to make an event and setMinDistanceThreshold to 0 to walk to exact tile WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event myEvent.setMinDistanceThreshold(0); execute(myEvent); //executing the event
  4. Not at this moment but supports recharging iban staff and either tridents
  5. Sounds good but I’m not %100 sure if you only have like 1 or 2 skills trained everything else 1 it will think you’re a bot. If you have an acc with mixed random stats you’ll be good. It’s mainly for the accs that are purely gold farming accs it detects well
  6. yea you have to change the setting for auto reporting tho is all i believe
  7. Lifetime vip? That’s a thing lol alao you can’t sell osbot accs
  8. I mean can’t really get to a safe spot if it’s a pker lol but I’ll add a check if it needs to bank or just hop and tele back
  9. Yea find it HERE
  10. every site is different just ask a few and find out lol
  11. i mean you could just trade them instead of a mule i guess lol but sometime they do not always need it and stuff so youll have to try a few websites
  12. getInventory().interact(“Use”, itemName) npcName.interact(“Use”) altar.interact(“Use”) Fml nvm this is script factory
  13. could do something like ladder = getObjects.getAll().stream().filter(a -> a.getName().equals("Ladder") && a.getX() == 123 && a.getY() == 123); on mobile btw not sure how format looks
  14. Position pos1 = new Position(1, 2, 0); Position pos2 = new Position(2, 4, 0); Position pos3 = new Position(1, 1, 0); getWalking().webWalk(pos1, pos2, pos3); https://osbot.org/forum/topic/111003-basic-walking-webwalking-tutorial-a-simple-concept/
  15. lmao if you need any help add me on discord SkillerKido#2423
  16. yea so you need to put your methods to use in onLoop() otherwise nothing will happen if(needToHeal(){ heal() }else if(canAttack(){ attack() }
  17. buy them or use a program like bottinghub
  18. Erm it’s not going to do anything all I see is like a few methods but nothing in your onLoop did you test it?
  19. Add me on discord SkillerKido#2423
  20. Wouldn’t it just be easier to log when the conditional sleep condition is met? Lol
  21. i have an acc with a 2 day on one of my ko crazy archy accs (from doing quests), let it rest for about 5 days and been using it 4-12 hrs with breaks every day for past 3 weeks still no perm. Think it just depends on what you are botting
×
×
  • Create New...