Skip 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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. People still think cardio gets them in shape?
  2. Erm if I even sent them an invoice just using Excel I'd lose business for just being an idiot
  3. None of my clients use PayPal.
  4. Buy a better router.
  5. I need to start doing weekly invoices for a few clients of mine and would rather not waste the time writing my own program. Anyone have any suggestions?
  6. Swizzbeat replied to liverare's topic in Spam/Off Topic
    This actually looks pretty sweet.
  7. Visual Studio.
  8. Are you willing to donate to me if I make it?
  9. Month old but how the fuck have I not heard this sooner?
  10. Fyi you can request more auth's.
  11. Goodluck! Owning a gym is a lot more costly/work involved than you would expect, so just be prepared.
  12. SNL

    Swizzbeat replied to Botre's topic in Spam/Off Topic
    Only late night show host I've ever found entertaining was Jay Leno, the rest really just suck.
  13. I would think the easiest way would be to create a listener thread and compute the average interval between your players attack times. You can then use this data to construct optimal times to activate/de-activate the prayer.
  14. Because people keep annoying me about it (copy/pasted from my OSBot 1 script so obviously modify to your liking): /** * Created with IntelliJ IDEA * User: Anthony * Date: 2/24/14 */ public enum JadAttackStyle { MAGE(2656, Prayer.PROTECT_FROM_MAGIC, Color.BLUE), MELEE(2655, Prayer.PROTECT_FROM_MELEE, Color.RED), RANGE(2652, Prayer.PROTECT_FROM_MISSILES, Color.GREEN); private int animationId; private Prayer prayer; private Color textColor; private JadAttackStyle(int animationId, Prayer prayer, Color textColor) { this.animationId = animationId; this.prayer = prayer; this.textColor = textColor; } public int getAnimationId() { return animationId; } public Prayer getPrayer() { return prayer; } public Color getTextColor() { return textColor; } }
  15. Why not buy it from jamflex?
  16. It will sleep while the condition evaluates to false and the timeout hasn't expired.
  17. OP is considering he can't even spell it.
  18. This is fucken retarded, I hate when people do things like this.
  19. Why not just POST JSON data instead of a ton of individual parameters? This will allow you to do more things in the future instead of being restricted to the 256 character limit on the URL. I've never sent a POST request in Java however http://stackoverflow.com/questions/4205980/java-sending-http-parameters-via-post-method-easily should get you started.
  20. I thought I was retarded.....he could have at least tried to send a POST....
  21. This was a thing like last month.
  22. I'm black
  23. Err no? I can write an iOS app in Objective-C, rewrite it in Swift, and be unable to recharge people unless I released a completely new app. Hell, I can write a Windows phone app in C# then switch to C++ and then do the whole thing over again in Javascript without any extra compensation. The language you write a phone app in doesn't matter, I'm not sure why you assume it does.
  24. I literally have no idea what you just said.

Account

Navigation

Search

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.