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.

Zero

Members
  • Joined

  • Last visited

Everything posted by Zero

  1. Title says it all. My PayPal account is verified.
  2. Type of trade: PayPal > Account Your Skype: duxZero. Other users Skype: Did you add my skype: Yes Agree to TOS: Yes
  3. Image is clearly photoshop'd. Invalid proof. Staff please close.
  4. Zero replied to I am King's topic in Spam/Off Topic
    12 y.o lips*
  5. Zero replied to Maxi's topic in Archive
    Damn man, it was just an idea, calm down D:
  6. http://www.101domain.com/new_gtld_extensions.htm The internet is about to get very vast and separated.
  7. Zero replied to Maxi's topic in Archive
    Let the user define their own scripts to switch between after x amount of time. That way it should be different for every user. Mix that with a more randomized approach to how the bot acts.
  8. Zero replied to Debot's topic in Archive
    Yes. You are son.
  9. Zero replied to Maxi's topic in Archive
    Need to make a system that can automatically switch between scripts, fishing for an hour then woodcutting for two. That will throw them off a bit.
  10. Zero replied to tazo's topic in Gallery
    The second image now represents the seizure OSBot has when RuneScspe updates
  11. Whenever anyone views the online users it quickly updates the database and removes any entries that haven't been updated in 2 minutes.
  12. At the moment yes. I am considering creating a website that can be used by script developers to display users using this method but without the hassle of actually creating a website themselves.
  13. This script will allow you to show what OSBot users are currently using your scripts via a website. Setup is required and you will need website hosting and a MySQL database. MySQL Create a MySQL database, write down all the connection information and then run the following query: CREATE TABLE `online` (`id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `script` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `time` int(11) NOT NULL, `ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci PHP Upload the following package to your website and edit the 'include/database.php' file: http://uppit.com/8q7nlo4h998w/online.zip Note: Edit the key in the index.php file. Java Add a class to your script called: Online.java and paste the following code in it: http://pastebin.com/raw.php?i=2j9TDdHW Note: Don't forget to edit the key and php information. Now, add the following imports to your script: import java.util.Timer; import java.util.TimerTask; Add the following at the start of your scripts class: Timer timer = new Timer(); String script = "SCRIPT NAME"; Add the following to the start of your onStart method: log(Online.add_user(client.getBot().getUsername(), script)); timer.scheduleAtFixedRate(new TimerTask() { @Override public void run() { Online.add_user(client.getBot().getUsername(), script); } }, 0, 60000); And the following to your onExit method: log(Online.remove_user(client.getBot().getUsername(), script)); timer.cancel(); Usage! $online = json_decode(file_get_contents('http://YOURSITE.COM/online/index.php'), TRUE); //show every user and the script they are using foreach($online as $user) { echo $user['username'] . " : " . $user['script']; } //show total online user count echo count($online); Note! It's 3am, i'm tired and iv probably made a few mistakes. Please just post if you notice any errors or mistakes so i can get them sorted out.
  14. Can always be changed :P
  15. So i got asked to create a script that will allow script developers to show the username of accounts using their scripts. This was done by sending secure POST calls to a PHP script that then stored the usernames in a database. Showing the usernames of OSBot users using your script is a stupid idea ? well simply just show a count of online users! I will be releasing this publicly once i do a little more testing.
  16. Zero replied to Lucy's topic in Archive
    How much ?
  17. Zero replied to kixay's topic in Spam/Off Topic
    The mod is better. Iv been tempted to start a server.
  18. Zero replied to Realist's topic in Archive
    Setup a fake website that accepts 'donations' and use that to take payments. Problem solved. We got in a tone of shit when H.RS got put under questioning but managed to find a way around their 'restrictions'.

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.