Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. come back to me when you understand basic day 1 for loops (quote from skype of you asking me): you had a bad solution and i called you out on it. chill lol
  2. thats a very roundabout and less stable way of doing the exact same thing and would undoubtedly be prone to far more errors. not efficient.
  3. damn thats a pretty cold burn
  4. Yeah... No... If it started with less than 28 or withdrew less than 28 (maybe the bank didn't have 28 remaining), it'll just be left standing there. @@PlagueDoctor If I were you, I would check if the inventory contains the grimy type herb. If it does, proceed to get its slot, make an InventorySlotDestination out of it (it's documented in the API), and click on the InventorySlotDestination. Then return how much you want to sleep for (maybe 50-150ms).
  5. He was banned on pow-her-bot under the exact same username. links shortened because i didnt know if they would be censored. - the last visit to his username page was also by a super mod (can be seen on other page too, this is the super mod's page)
  6. oh ok cool. so instead of helping him, you post a thread laughing at your 'friend', particularly after you asked my help for things you couldn't do yourself, then when i refused to spoonfeed it to you, angrily spammed me with obscenities. nah, i'm sure you're a great coder and person though
  7. khal's woodcutting script is a public script - it's just paid. that's not to say it's not coded amazingly - it's probably fucking amazing. but when you have hundreds, or thousands, of people essentially doing the exact same actions, your banrates will skyrocket because they become easier to detect if they're repeated by multiple people. to some degree, not even antiban of the highest calibre can prevent that.
  8. flagged ip + (im guessing) public scripts = fast ban time
  9. i'd be really intrigued to see how he helped you because i spent 1hr on the same issue with 0 results maybe post a guide or something that would be really useful
  10. ok lets totally disregard the executive branch of government lmao
  11. http://www.usatoday.com/story/news/politics/elections/2016/2016/09/26/watch-first-presidential-debate-live-clinton-vs-trump/91125052/
  12. damn you guys must pull in billions
  13. codecademy but then i took a few courses lol codecademy undoubtedly gave me a fantastic boost in my courses though, ended up getting like A+s and As in all of them
  14. yeah you need to override one of its abstract methods e.g. Condition c = new Condition() { @@Override public boolean evaluate() { return myPosition().getX() >= 9005; } }; WebWalkingEvent w = new WebWalkingEvent(new Position(1, 2, 3); w.setBreakCondition©; or you could just do WebWalkingEvent w = new WebWalkingEvent(new Position(1, 2, 3); w.setBreakCondition(new Condition() { @@Override public boolean evaluate() { return myPosition().getX() >= 9005; } });
  15. idk russian, but this website has been consistently reliable for me through around 8 years of language classes: (this link is specifically english --> russian) http://www.wordreference.com/enru/
  16. Team Cape

    2000

    ayyy im rounding on 600 myself
  17. http://osbot.org/forum/topic/57178-osbot-229-patched-isvisible-mouse-interactions-randoms-etc/ ??????
  18. You can always count on @@Solution to come up with the
  19. update might not be put in by devs yet m8. usually takes a couple days. edit: just checked. update has not been put into sdn version yet
×
×
  • Create New...