Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. shitposts are more shit than shitbox fight me
  2. make osbot great again give us more shitposts
  3. very strange... if you can't get this to work, maybe use something like this in the meantime: List<RS2Object> getObjectsAt(int x, int y) { List<RS2Object> objects = new ArrayList<>(); for(RS2Object o: objects.getAll()) { if(o != null && o.getPosition().getX() == x && o.getPosition().getY() == y) { objects.add(o); } } return objects; }
  4. if you don't want to bot, your only other option is to play legit. so play legit. ??????
  5. not worth it in my opinion, some people say its less detectable tho.
  6. getWalking().webWalk(new Position(myPosition().getY() - 35), myPosition().getX(), myPosition().getZ())); is that what you're looking for? this would move you 35 tiles south
  7. you dont have info in script manifest so it wont show up. use this template: @ScriptManifest(name = "", author = "Imateamcape", version = 1.0, info = "", logo = "")
  8. who tf is this maldesto person? his name sounds like a gross cheese
  9. i've heard squarespace is pretty good and cheap
  10. my bad m8. that was my point though. as far as i know, doing that has been disabled. at least that was what i was told on a similar thread around a month ago
  11. i can take a look on my end, if it's happening to me, maybe i can do something about it
  12. didnt mean overriding in that sense. was asking if it takes priority over sleeping. don't know why you would assume that type of overriding because it clearly has nothing to do with this (??)
  13. As far as I've heard, unregistering the hook for the login random event is impossible now because unregistering hooks was taken out. 2 questions: 1. Will the randomeventhandler override a sleep? 2. If not, is there any way to manually create a 'break' within the script?
  14. Disputed Member: The King Why it should be removed: literally have never sold or bought anything from this kid lmao Details: roasted him on the following thread Link to topic: http://osbot.org/forum/topic/107369-f2p-bots-money-making/ ty
  15. oh yes i will happily leak my method that gains me real world money. thanks for the opportunity.
×
×
  • Create New...