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.

GPSwap

Trade With Caution
  • Joined

  • Last visited

Everything posted by GPSwap

  1. the firemaking animation is weird,it stops animating regularly (when you stand up it actually stops the animation before starting again meaning !myPlayer().isAnimating() will think its not animating, unlike during fishing/wc where it doesn't stop the animation), its not the best way to check, honestly I would try something simpler as your first script
  2. ge beggers
  3. he should be Billy the Allpowerfull Lead Embasader of Kekistan Capitals of the title
  4. I'd remove anti-ban and mule support from 4. ^.^
  5. you wait till its open
  6. the script that hit that normaly is about 5-6% cpu and 450mb ram, as i say hasnt happened since .41 so idk what it was
  7. I've had some spikes in cpu (from 5-6% to over 50%) for no obvious reason (at completely different random parts of very different tasks with no common action), but if somehow it doesnt crash the client it sorts itself out, but i don't think thats happened since .41
  8. from what I understand how this type of script is meant to work, it basically is coding java just having it babysit you on a couple things, the work for user end on this would be about the same as just coding in java, making it kinda pointless theres lots of great tutorials in the scripter help section, id suggest going something like codeacademy, to learn the basics of java then following some of the great tutorials we have
  9. what script bud -.-
  10. thats what I was thinking because he said it logs him out, since hes not vip your limited on bots at once, but that just closes client not logging out, even on different ips
  11. what script? scripts shouldnt have limits on them
  12. Id happily bond up a couple accounts for testing
  13. Payyment edit: also good luck!
  14. combat.isFighting(); cow.isUnderAttack combat.isFighting checks if your player is in combat - so change your !myPlayer().isAnimating to !combat.isFighting() Entity.isUnderAttack will check if entity is under attack - and add this to your cow filter
  15. Holy shit finally someone scripted this, we are all saved!
  16. wish i had a answer for ya
  17. Never used the get elapsed on tracker, this is what I use for time and its always spot on public void onStart(){ startTime = System.currentTimeMillis(); } public void onPaint(){ final long runTime = System.currentTimeMillis() - startTime; g.drawString("Time running: " + formatTime(runTime), 320, 400); } public final String formatTime(final long ms) { long s = ms / 1000, m = s / 60, h = m / 60, d = h / 24; s %= 60; m %= 60; h %= 24; return d > 0 ? String.format("%02d:%02d:%02d:%02d", d, h, m, s) : h > 0 ? String.format("%02d:%02d:%02d", h, m, s) : String.format("%02d:%02d", m, s); }
  18. Good rule, only reasonable and lol @Juggles
  19. Hey

    GPSwap replied to Buckaroo's topic in Introductions
    Suuuuuuuuuuuuuuuuuuuuup
  20. GPSwap replied to Artifex's topic in Tutorials
    I dont follow these rules and dont seem to have a issue personally, but its definately some great tips for people who don't know what they are doing, good job
  21. I'm just trying to fill up scripts people need particularly free /f2p stuff looks like your doing the same with your woz and this I just kinda ran outa ideas LOL

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.