Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. Maybe because one of the only reason people are even at this site to give money is because of our scripts so cheap wtf
  2. I heard their kids got them a spa day
  3. Wait what? for (NPC currentNPC : getNpcs()) { //iterate over each npc } I'm assuming #getNpcs() would return an implementation of List or at the very minimal an Array...
  4. Why do you create an iterator object? The enhanced for loop creates an implicit Iterator by default.
  5. It's kinda a useless rank at the moment, as I'm pretty sure @Alek is thinking about doing a general rank rework sometime shortly.
  6. No offence, but this is why we need premium script restrictions.
  7. www.osbot.org I heard it has some decent scripts for rs but idk
  8. Learn it yourself, it's not a complicated language (even if the syntax is a little funky). Understand the basics and you'll be fine.
  9. @Timekeeper is hard at work fixing the client, and is currently in the chat box answering all your questions! Please PM him for updates on his progress (this has been verified by a mod). The more PM's he gets the more he will be inclined to fix the client faster! Get messaging guys
  10. I can't ever see a script like this getting big. There's to many possible issues.
  11. Thats the point of making an open application thread.
  12. Read below. The implementation is obviously up to @Alek, but I would assume the application for being able to put premium scripts in the store would be the equivalent of what our old OSD application was.
  13. Just a simple Java application like all the other sites have. Scripters who have already been approved can even comment on it to help @Alek with the decision.
  14. There's scripters, with premium scripts, who don't know the absolute basics of Java which you learn in an introductory video.
  15. I know OSBot's all about the open market and being able to allow anyone to upload a script, but lately there's been some absolutely retarded premium scripts being added on to the SDN. The staff members love to complain about refunds but yet they won't do anything to help stop it (like adding requirements to have a premium script). All we need is some sort of test or something to approve individuals for uploading premium script. That's it. Not complicated. I'm one to talk to, considering the first script I ever uploaded to the SDN and made premium was made 2 weeks after me learning Java and not knowing what in the hell I was doing. There is no way it should have been accepted.
  16. public void typeString(String s, boolean enter) throws InterruptedException { for (char c : s.toCharArray()) { bot.getKeyboard().typeKeyEvent(c, 0); } if (enter) { client.typeKey((char)KeyEvent.VK_ENTER, 0, 0, false); } } Send key events yourself manually. Credits to @Zach.
  17. Me please I live in bumblefuck so I'll record the pizza man getting out of his car in the middle of the woods
×
×
  • Create New...