Jump to content

Hybris

Members
  • Posts

    262
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hybris

  1. Hybris

    pc please?

    Definitely more than that
  2. Add me on discord & we can discuss a price & time!
  3. What are you talking about? I was just confirming it was me in the trade screen What was suspicious?
  4. I'm not sure what you are doing but why did you delete me after we were in the final trading screen?
  5. Hey mate we can do this very cheap Contact me on discord
  6. Add me on discord & we will discuss
  7. Yea the name of your food is definitely wrong, other than that it should work
  8. 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/
  9. 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
  10. https://osbot.org/forum/topic/115124-explvs-scripting-101/
  11. 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
  12. Hybris

    F2p pure

    We can make one for you cheap
  13. Add me on discord we can discuss this
  14. Hybris

    First Request

    19m if above 60 agility
  15. 23m per account, done in 2 days
×
×
  • Create New...