Jump to content

Apaec

Scripter III
  • Posts

    11170
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 20years? Don't exaggerate, I'd say closer to 50. Take it easy buddy!
  2. Ooh already, nice. Will give this a shot
  3. CBA - Not sure, I'm rarely in the chatbox so I wouldn't know. Trial mod - for sure. On a side note - Gz div
  4. Yeah i saw this an hour or 2 back and laughed so fukin hard Was guno post but wasnt sure if i should x)
  5. Apaec

    The bunny

  6. lmfao they get so excited over a fight, feel sorry for the lil blue guy tho x) least he's got courage :p
  7. oboy i've been experiencing this loads in the past 2 weeks. I assumed it was a server issue on osbots side? Not just for pms, but lots of threads 2 been getting better recently tho.
  8. Apaec

    Osbot in-game fc

  9. http://osbot.org/forum/forum/180-tutorials/ http://osbot.org/forum/forum/250-tutorials/
  10. Lol, not this again. Ima go ahead and point out that he didnt state he was botting them at the same time, but it'll be worth a mod doing an ip check for alt accounts.
  11. My buddy was 126 maxed when it happened. He wasnt botting at the time, he had signed in on T*bot once or twice but never actually botted. He wasn't a botter. And yet this still happened to him. He went from 0 bans -> deleted acc. Contacted jagex, when they replied they said 'it isnt a bug, you got banned for botting. Thats what happens when you bot' and that was that, account gone forever. I expected more from jagex, really.
  12. happened to my buddy. Its bs really.
  13. As was said above, change what you have to this: public void onPaint(Graphics2D g) { long millis = System.currentTimeMillis() - /* this.variables. */startTime; long hours = millis / 3600000L; millis -= hours * 3600000L; long minutes = millis / 60000L; millis -= minutes * 60000L; long seconds = millis / 1000L; // DateFormat df = new SimpleDateFormat("mm:ss"); g.setColor(Color.WHITE); g.setFont(new Font("Arial", Font.BOLD, 15)); g.drawString("Main script state: " + (mainState), 150, 20); g.setColor(Color.ORANGE); g.setFont(new Font("Arial", Font.PLAIN, 12)); g.drawString("Sub script state: " + (subState), 25, 35); g.drawString("Time running: " + (hours + ":" + minutes + ":" + seconds), 25, 50); }
  14. heya x)
  15. I'm actually also experiencing this. My pathwalking worked fine in 2.1.11, but seems not to work as well in 2.1.12 Seems to be a common issue. Im glad the banking sorta works but still a couple bugs there too. We're making progress tho! x)
  16. Its true tho I fall for it every time
  17. Hehe was running through ideas I've actually already removed the ads from the gui, that was just for the test period. I wasn't really getting paid hehe ;) Just flicking through different ideas and seeing which ones work.
  18. ^
  19. Apaec

    Uber Dragon

    Man don't grill him, he's done a good job, praise it
  20. Apaec

    :l

    Yeap, just can't get enough of fishing hehe Its frustrating, all i want to do is write and test my scripts. I don't bot any more than that hehe :C
  21. Apaec

    Uber Dragon

    lel decompiled and noticed there are only 2 levels Kept losing a life to that annoying son of a bitch on one pillar :p Also i only just realised about the fire balls and scratch lel Nice work tho :0
  22. Apaec

    Uber Dragon

    hehe nice Edit: 2hard4me ragequit
×
×
  • Create New...