Jump to content

Apaec

Scripter III
  • Posts

    11151
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Best way is twitter but trust me, appeals are false hope. Most likely you won't get it back.
  2. OSB1 and OSB2 scripts cannot co-exist locally. You either need to delete all your local scripts and only have your osbot 2 script in your script folder, or you need to move all your osb1 scripts into a temporary folder on your desktop for example. I'm not a linux user however, so I don't really know of this. This is just one reason which I assumed could be the case.
  3. If you run this in the osbot client with any script running the client will solve randoms for you. I knew about this and abused it for a while lol, shame you can't do it legit in pvp worlds anymore, seeing as everyone knows
  4. Sounds cool I'm not actually from america but even in UK schools they block most shit i believe Just shows how shitty places like the UK and America are tbh. Sounds cool I'm not actually from america but even in UK schools they block most shit i believe Just shows how shitty places like the UK and America are tbh.
  5. Mate you bot at school? lmao Don't they have restrictions or any of that shit?
  6. 20years? Don't exaggerate, I'd say closer to 50. Take it easy buddy!
  7. Ooh already, nice. Will give this a shot
  8. CBA - Not sure, I'm rarely in the chatbox so I wouldn't know. Trial mod - for sure. On a side note - Gz div
  9. Yeah i saw this an hour or 2 back and laughed so fukin hard Was guno post but wasnt sure if i should x)
  10. lmfao they get so excited over a fight, feel sorry for the lil blue guy tho x) least he's got courage :p
  11. 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.
  12. http://osbot.org/forum/forum/180-tutorials/ http://osbot.org/forum/forum/250-tutorials/
  13. 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.
  14. 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.
  15. 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); }
  16. 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)
  17. Its true tho I fall for it every time
×
×
  • Create New...