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.

Fratem

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Fratem

  1. www.RealistGold.com no ID required ;)
  2. does this mean the bot is working again? @Muffins
  3. Fratem replied to Vicfre's topic in Requests
    You supply everything?
  4. Goodluck with this, Thinking about doing a similar thing.
  5. Aye

    Fratem replied to uta's topic in Spam/Off Topic
  6. MM

    Fratem replied to Sysm's topic in Spam/Off Topic
  7. Yeah, you can hit the droptable when you already have the pet. It'll say something along the lines of: 'You have a funny feeling you would've been followed'.
  8. Fratem replied to Wife's topic in Spam/Off Topic
    Try changing class connection { protected $db_connect; public $db_username = 'root'; public $db_hostname = 'localhost'; public $db_database = 'test'; public $db_password = ''; to class connection { protected $db_connect; public $db_username = "root"; public $db_hostname = "localhost"; public $db_database = "test"; public $db_password = ""; Also, I usually work via DAO class DAO { private static $dbHost = "localhost"; private static $dbName = "kcart"; private static $dbUser = "kcartTest"; private static $dbPass = ""; private static $sharedPDO; protected $pdo; function __construct() { if(empty(self::$sharedPDO)) { self::$sharedPDO = new PDO("mysql:host=" . self::$dbHost . ";dbname=" . self::$dbName, self::$dbUser, self::$dbPass); self::$sharedPDO->exec("SET CHARACTER SET utf8"); self::$sharedPDO->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); self::$sharedPDO->setAttribute(PDO::ATTR_EMULATE_PREPARES, false); } $this->pdo =& self::$sharedPDO; }
  9. Fratem replied to Wife's topic in Spam/Off Topic
    Which localhosting service are you using? MAMP?
  10. You should've picked mercy.
  11. YOU JUST GOT ROASTED @upotudrop
  12. Fratem replied to Swapp's topic in Requests
    Coreh is honest to god a superb lad
  13. Hi https://osbot.org/forum/topic/112055-「-custom-zulrah-accounts-」/
  14. Fratem replied to bigdicky's topic in Currency
    www.RealistGold.com ;)

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.