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.

hellcatz

Members
  • Joined

  • Last visited

Everything posted by hellcatz

  1. can i get a 24h ttial for sand crabs?
  2. hellcatz replied to Ex0rcism's topic in Snippets
    this might be crazy but after 3 years this post helped my with my problem opening the bank i got it to work now you guy`s are awsome!!!!
  3. thanks for the reply`s i scrapt it and restarted it with state`s
  4. hello everyone im trying to write my first script basicly a sandcrab training script. now is my problem this: NPC SC = npcs.closest("Sand Crab"); RS2Object BC = getObjects().closest("Bank chest"); Position MP = myPosition(); if (!CT.contains(MP) && getInventory().contains("Salmon")) { log("Combat Area is empty walking to there now"); getWalking().webWalk(CT); } else if (myPlayer().getHealthPercent() < 35) { log("Health below 35% eating Salmon"); getInventory().interact("Eat", "Salmon"); } else if (CT.contains(SC) && SC != null && !myPlayer().isAnimating()) { log("Attacking Sand Crab"); SC.interact("Attack"); sleep(50); } else if (!myPlayer().isAnimating() && SC == null) { log("resetting Agro"); getWalking().webWalk(RSA); } else if (!getInventory().contains("Salmon")) { log("No food found in inventory checking bank"); getWalking().webWalk(BT); if (BT.contains(MP)) { BC.interact("Use"); sleep(2000); } if (getBank().contains("Salmon")) { getBank().withdrawAll("Salmon"); } else if (!getBank().contains("Salmon")) { log("No food to be found please restock"); stop(); } } return random(3000, 60000); } it takes ages to get the log the attack even so long that it will log me out it also wont move to RSA when he supposed to (if we dont have agro or !myPlayer().isAnimating()) this is all in onLoop() am i missing something or .... this is what comes from the logger [INFO][Bot #1][09/14 09:37:23 PM]: Attacking Sand Crab [INFO][Bot #1][09/14 09:41:16 PM]: Attacking Sand Crab clearly its more then 1 minute thanks in advance:D
  5. @PunishedAutoClicyeah i was trying to see something before last i got banned on like 15 account after like 2-3 hours of botting that was with breaks so i wanted to test it 😛
  6. just got a ban after 26+ hour straight botting without breaks or or whatever i was using Mirror mode only from saturday till like 10mins ago

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.