Jump to content

Neodork

Members
  • Posts

    166
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Neodork

  1. Good luck with creating a new account every 12 hours. I have been testing this for my script.. Runs longer then 12 hours result in an insta 2 day ban.
  2. Natures have a very high ban rate.
  3. Now now I know you can't stand me but no need to get offensive. I have as many rights to post in this thread as anyone else. As far as the job comparison, I don't remember signing any contracts which state that you will be payed EXACTLY every 7 days. Not to mention if I remember correctly the SDN section says that they will do their best to pay you every 7 days.
  4. I don't like to do this but let me write this out for you Archon said the following: Now we're going to do some simple counting: Wed nr 1 - Start Thu - Day nr 1 Fri - Day nr 2 Sat - Day nr 3 Sun - Day nr 4 Mon - Day nr 5 Tue - Day nr 6 Wed nr 2 - Day nr 7 Thu - Complain day According to this 8 days passed since the pay date. The complaints started the 8th day. So he has been waiting a maximum of 8 days (which isn't that long in my opinion). And instead of PMing the admin for information he goes public with it causing people to spread rumors like: "seeing so many scripters not getting paid. its ridicilious. staff doesnt give a fuck.". I made this up using the information in the thread correct me if I am wrong.
  5. They are getting payed. They are just greedy and can't seem to wait a few days.
  6. how so? Looks good. You could try adding in an id value as first argument so the enum can be easily used in combination with a comboBox.
  7. Neodork

    BETA v1.7.51

    Thanks I appreciate it!
  8. Appreciate it! Thanks for the fixes.
  9. No you should simply post them in the SuperScript thread. Because SuperScript scripts, are not scripts at all.
  10. Random event name: Rewards Description of what went wrong/correct: An item in the inventory was selected. Preventing the bot to press the experience lamp. I figure it has to deselect before trying to solve the lamp. Media:
  11. Smithy now on the SDN!

  12. If you get sued for DDOS-ing you deserve it.
  13. That's a nice snippet.. There is no need for 2 loops though, OSBot already has a method which searches for the item name: bank.getItemForName(); So I formatted a bit, other than that I like it and was already using something similar. private String getBankItem(String ...itemNames) { Bank bank = this.client.getBank(); if(!client.getBank().isOpen() || itemNames == null || itemNames.length < 0) { return null; } for(String name:itemNames){ Item selectedItem = bank.getItemForName(name); if(selectedItem !=null){ return name; } } return null; }
  14. Download JD-Gui and decompile the jar to see what's inside.
  15. Thanks, now it's our job to redirect all the newbies!
  16. Neodork

    BETA v1.7.34

    The login is broken in this version.. It's throwing an SecuirityException.
  17. I could do that, but in that case I would be passing an instance of Script to the Store library. There is no need for us to use the methods inside the Script class all we need is to use the MethodProvider which is the super class of Script. But if you prefer to pass the instance of the class Script to the Store library I won't stop you. You're able to cast from sub to super class so there will be no problem in doing so.
  18. Glad to have the forums back. Been very satisfied with the fact my bots kept running!
  19. Actually storeItem.interact(String action); is the right way to go, because it is not necessarily used for buying, you can also select the value action for example. In this case the interact method can be used to select all options in the store. I would not understand the logic of passing an integer argument as the is no Buy X action in a store. I don't intend to use all fields the OSBot so I didn't extend it. Also casting from a super class to a subclass is not possible.
  20. Actually that's script dependent as there is a hook for running away from combat. I love how people dare to say they play "Legit" on these forums.
  21. Haha, rofl paypal won't allow me to send money when I have low balance ^^. In which case you'd have to wait till I sell my gold to receive it, my bad.
  22. this is my Paypal http://puu.sh/3Wfg3.png Brandon McIntyre is the name i left you it as a comment PMS are not working for me on OSBot keep getting 404 Error. I Luv yous I've seen it remove the E-mail from here please as I do not deem it safe to put your paypal E-mail on the forums.
  23. I'll send you 2.30$ for free, give (PM) me your paypal e-mail.
  24. Completed the store library! It's been giving me a positive result, no more freezes when interacting with the stores.

×
×
  • Create New...