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.

AresScripts

Members
  • Joined

  • Last visited

Everything posted by AresScripts

  1. Lol k. Not sure what im doing wrong then Its not that important though. Thanks for ur help!
  2. private void checkCamera() { if (s.myPlayer().getRotation() == northRotation) { if (s.getCamera().getYawAngle() < 360 - 45 && s.getCamera().getYawAngle() > 45) { s.log("turn north"); int number = s.random(360 - 45, 360 + 45); if (number > 360) number -= 360; s.getCamera().moveYaw(number); } } if (s.myPlayer().getRotation() == eastRotation) { if (s.getCamera().getYawAngle() < 45 && s.getCamera().getYawAngle() > 90 + 45) { s.getCamera().moveYaw(s.random(45, 90 + 45)); s.log("turn east"); } } if (s.myPlayer().getRotation() == southRotation) { if (s.getCamera().getYawAngle() < 90 + 45 && s.getCamera().getYawAngle() > 180 + 45) { s.getCamera().moveYaw(s.random(90 + 45, 180 + 45)); s.log("turn south"); } } if (s.myPlayer().getRotation() == westRotation) { if (s.getCamera().getYawAngle() < 90 + 45 && s.getCamera().getYawAngle() > 180 + 45) { s.getCamera().moveYaw(s.random(180 + 45, 360 - 45)); s.log("turn west"); } } s.getCamera().toTop(); }
  3. Has anyone else had problems with this method not doing anything?
  4. I had this problem earlier. You need to make the distance between tiles smaller. Try making it less than 10
  5. i would love to know how to make 180x180 pictures like the one in my signature
  6. Thanks buddy
  7. I like it alot better. I would flip, but right not im spendinf every waking moment on scripting
  8. zeema317
  9. From the mouth of god humself
  10. no problem
  11. Its used for pathfinding. It finds the shortest path around unwalkable areas(like walls or trees)
  12. It seems to work for Australia, so anyone who argues that it wont work hasnt done their research
  13. This is really cool. Cant wait to see what the future holds for it
  14. AresScripts replied to Soldtodie's topic in Archive
    More people can access your product when its on the sdn
  15. There isnt much of a demand for it and it isnt a script that people would run often. Maybe once a week if they mess up their bank alot
  16. AresScripts replied to Soldtodie's topic in Archive
    When is going on sdn?
  17. Clean up. I really like these progress reports you guys are posting
  18. Will you be assessing scripts beased on the feeback from the forums or from running the script yourself
  19. Grats on Script Manager
  20. AresScripts replied to Basic's topic in Gallery
    HAWT
  21. I fixed it. My problem was that they were too far apart even though the tiles it was supposed to use were on the minimap. If anyone is having this problem just tell them to make a new path without using the minimap
  22. If i made one would you do the art?

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.