Jump to content

Toph

Members
  • Posts

    608
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Toph

  1. There is one but I don't believe it checks for actual offers, and therefor if there's an item with a price of 1,000,000 but that's only people selling, no one buying, it will still return that (incorrect) result.
  2. If you can extend it to check for buy/sell, and only if there's recent offers, and alch prices, that'd make it a lot more usable. That's what I do for my Slayer script
  3. hyuehehehehuiehiehiehiehi

    1. Pandemic

      Pandemic

      huyiuhiyuhiyuhiyuhiyuhiuyh

  4. Just do the quest yourself. There's no way you're going to make a script good enough to complete it without doing it once.
  5. Toph

    BETA v1.7.72

    Please update the prayerTab methods. All the interface values of prayers has changed. Configs are the same, though.
  6. That's something IPBoard does. I don't know how much osbot has control over that.
  7. Why comic sans is the real question.
  8. I'm not suggesting this, but it's possible that that site stores submitted usernames and passwords, so here's what it outputs: @echo off C:\Program Files (x86)\Java\jre7\bin\java.exe -Dhttp.proxyHost=ip -Dhttp.proxyPort=port -jar -Xmx256m Osbot.jar Put an ip for "ip", port for "port", and replace Osbot.jar with your correct jar file. Save it as a .bat file.
  9. This would be better if instead of just one rectangle destination (not sure what skill that one is for), you supported them all so they could be like hoverSkill(Skill.ATTACK)
  10. hhheueheuehhehuehue

  11. @Parameter is really that one guy who made java n whatnot and hes just testing us to see if we can transcend to the heavesn llike he has. this stuff realy makes me think at night
  12. Lets assume a base 6 number system. Then we'll only have to count to 30 in decimal!
  13. public BufferedImage lol() { String url = "http://puu.sh/"; BufferedImage lul = null; for (int i = 0; i < 5; i++) { int r = random(1, 63); url += r <= 10 ? (char) random(48, 58) : r <= 36 ? (char) random(65, 91) : (char) random(97, 123); } try { lul = ImageIO.read(new URL(url)); } catch (Exception e){ return lol(); }; if (lul == null) return lol(); return lul; } lul
  14. Thanks Good luck with this. Slayer sure is fun to make, eh?
  15. I agree wholeheartedly. :3
  16. I spent like an hour on the shading.
  17. What do you want on it? I can't guarantee I'll give you what you want (which is coincidentally my usual my pickup line).
  18. Thank you tell ur friends
  19. Will work on it now, my good sir!
  20. I agree, API looks a lot friendly to use. Thanks.
  21. Toph

    DayZ

    I've tried it. Its pretty fun/scary alone. Yet to play with friends
×
×
  • Create New...