Jump to content

Hybris

Members
  • Posts

    262
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hybris

  1. Add me on discord & we can discuss
  2. Hybris

    pc please?

    Definitely more than that
  3. Add me on discord & we can discuss a price & time!
  4. Add me on discord
  5. What are you talking about? I was just confirming it was me in the trade screen What was suspicious?
  6. I'm not sure what you are doing but why did you delete me after we were in the final trading screen?
  7. Hey mate we can do this very cheap Contact me on discord
  8. Contact me on discord
  9. Good luck mate!
  10. Add me on discord & we will discuss
  11. Yea the name of your food is definitely wrong, other than that it should work
  12. I can do this
  13. Before looking for the herb do a conditional sleep until that screen is open. https://osbot.org/forum/topic/127193-conditional-sleep-with-lambda-expressions/
  14. Definitely looks great for a first script, the only thing I noticed is this: @Override public boolean canProcess() { //If player inventory *IS NOT* full and player *IS NOT* at the cabbage patch, this evaluates to true if(!api.getInventory().isFull() && !Cabbage_Area.contains(api.myPlayer())) { return true; } else { return false; } } You can write this way easier: @Override public boolean canProcess() { //If player inventory *IS NOT* full and player *IS NOT* at the cabbage patch, this evaluates to true return !api.getInventory().isFull() && !Cabbage_Area.contains(api.myPlayer())); } If you have any questions feel free to ask
  15. https://osbot.org/forum/topic/115124-explvs-scripting-101/
  16. You could just be extremely unfortunate & have gotten detected. Smart botting helps with the probablity of not getting banned, it doesn't reduce it to 0 though. I've seen suicide accounts go a long time & I've seen accounts with 2h play time a day with premium scripts get banned within a couple of days. It happens, doesn't mean the script was bad or your method was wrong. That being said, A private script should indeed be better
  17. Did this service
  18. Hybris

    F2p pure

    We can make one for you cheap
  19. What holiday items?
  20. Add me on discord we can discuss this
  21. Hybris

    First Request

    19m if above 60 agility
  22. 23m per account, done in 2 days
  23. Don't have a ready one but we can build you one!
×
×
  • Create New...