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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. wipe ur ass in 2016 lul
  2. looks like dbuffed setup omni == dbuffed confirmed?/s
  3. just check sythe ayy lmao
  4. 1) after every loop count 1 to a variable initialize int count; after a number is entered counter++; get the total can be found the same way 2) this is C but is similar to what you are looking for. #include <stdio.h> int main() { int counter; printf("Odd numbers between 1 to 100\n"); /* * Initialize counter with first odd number 1, and increment * it by 2 in every iteration. */ counter = 1; while (counter <= 100) { printf("%d ", counter); /* Add 2 to current odd number to get next odd number */ counter = counter + 2; } return 0; }
  5. im ex twc sign me up
  6. Chris replied to Maldesto's topic in Spam/Off Topic
    ahh the middle school throwback
  7. Chris replied to Kittens's topic in Spam/Off Topic
    was happy for a real farewell post
  8. Chris replied to Jardem's topic in Spam/Off Topic
    what am i missing here?
  9. but u told me u were apart of #ROT and u were gonna hit fletcher forbank? /s
  10. meme dream
  11. Chris replied to Maldesto's topic in Spam/Off Topic
    give me vip kappa
  12. Everything can be handled in your style sheet. Are you using a website builder or doing it yourself? styles.css 294 to .greylines { background-image: url(../images/lines4.jpg); padding-bottom: 10px; } can adjust the padding but 10px gives this
  13. In your css sheet change line 129 to .top-bottompadding80 { "remove the '-'" padding-top: 0px; padding-bottom: 80px; }
  14. Is this how you wanted it? its as close as I could get it .top-bottom-padding80 { 'remove the '-'' site thinks its advertising. padding-top: 0px; padding-bottom: 80px; }
  15. style type -> padding-top idk
  16. bruh wtf he just took my golds! Ban him!!!!!@@!1`1!

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.