Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Neodork

Members
  • Joined

  • Last visited

Everything posted by Neodork

  1. 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.
  2. Updated the source on request of .
  3. Glad to have the forums back. Been very satisfied with the fact my bots kept running!
  4. 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.
  5. 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.
  6. Neodork replied to bkallday's topic in Archive
    Which means you are allowed to ask money for it, you're not allowed to sell/promote it on the forums outside of the SDN. A payment for a private script (for one person) could be considered a donation. When you plan on actually selling the script it's more categorized under payment, as you're requesting people money for the script. Nonetheless I think this rule should get a better description.
  7. 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.
  8. 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.
  9. I'll send you 2.30$ for free, give (PM) me your paypal e-mail.
  10. Ah perfect, I was waiting for this day to come!
  11. Well that's a bit less good thing my password is some random hash already.. Pretty hard to figure out..
  12. Hello OSBot scripters, Today I bring to you, a new store class library. I plan to maintain and modify this to work flawlessly. Until the OSBot team is able to add it into their API. I happen to know that there is already an library like this. However that library wasn't maintained or offered support for which I plan to do. Any feedback given will be appreciated and considered. 1. Setting up: A. You add the class files to your source and compile them with it. B. You import the Jar as an external library and include it with your script for usage. 2. Store example: //Make a store instance Store store = new Store(this.bot.getAPI()); //Check if store is open if(store.isOpen()){ //Buy something }else{ //Open the store } 3. Item example: //get item from the store StoreItem item = store.getStoreItem("Bronze arrow"); //interacting with the item if(item != null && item.getAmount>0){ item.interact("Buy 10"); sleep(1000); } Link: Store.java StoreItem.java Releases: v0.2 - Store.jar v0.1 - Store.jar Changelogs:
  13. Now that's rather odd.. This is the second report I've seen about this today. I would suggest not using your 1-3 days banned accounts. I myself dispose of any account as soon as it gets a ban.
  14. This would be rather nice to stimulate sales. But I wonder if it doesn't also stimulates private scripts. None the less I support this. The SDN reminds me of how Bukkit used to handle Plugins. They were send in then tested and scanned for malicious code. When passed they were released and the person who send in the request could take charge of his project. If not the user would receive feedback why not. Sounds very reasonable to me. How will you manage these people? Will they be Members/VIP/Sponsors/Mods/Staff? Or will a new user group be selected of verified trusted members?
  15. Ah ok, in which case this is kind of concerning..
  16. In which case you used Advertising other bots isn't allowed. to test this with? Are you sure OSBot usernames and passwords are also send in plaintext?
  17. As I was about to say, this has nothing to do with scripts or the SDN. So please if you're not willing to look into his source try not to respond to the thread. It looked rather nice to me, but then again I have 0 experience maintaining loaders.
  18. Oooh I am very pleased with these new release goals!

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.