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.

CyberFish

Members
  • Joined

  • Last visited

Everything posted by CyberFish

  1. Thanks guys ill work on it some more now
  2. Ok for my first script i wanted to attempt a simple lumbridge fishing bot that would net shrimps and anchovies. At the start of the code i thought i better off define where my player is, because if he isn't at the swamp then hes not going to be able to interact with the Fishing spots. I identified two areas one was Lumbridge Castle and the other was the fishing spot and used this code as testing. public int onLoop() { if (!LumbridgeSwamp.Area_1.contains(myPosition())) { log("Not At Swamp"); { if (!LumbridgeCastle.Area.contains(myPosition())) { log("Not At Castle"); //TELEPORT HOME localWalker.walkPath(LumbridgeSwamp.Path_1); } else if (!LumbridgeSwamp.Area_1.contains(myPosition())) { log("Im at the Swamp"); //begin fishing code here } } } return random(200, 800); // The amount of time in milliseconds before // the loop starts over } Please can someone explain to me how areas are used, and also why he walks the path and then when he has arrived he keeps walking there when i would tell it to start fishing. Thanks CybeFish

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.