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.

Nicholas

Trade With Caution
  • Joined

  • Last visited

Everything posted by Nicholas

  1. he might have separate usernames but he is a scammer, he said he uses OS, so yeah
  2. waiting for more money atm, just got scammed of 1.5 only got 1m left
  3. this may help a lot of AIO fighter/combat scripts
  4. Nicholas replied to danieljvdm's topic in Archive
    the bot just sits there with everything in the invy (using yews longs,stringing them in v.1.2.2)
  5. ive never seen a script go over 5 for me and that was dark agility, and the script i used was "Dark Agility" and there goes my grammar :P
  6. PM me if something didnt get covered or you want me to help with somthing else, or express your opinions here!
  7. Nicholas posted a topic in Archive
    Prices will differ due to: Stock, and Prices all around Current Stock: 1.5-2m Current Price: 7$/m Skype: Nickbull17 (2 L's and a 1) Please Vouch afterward Please Don't post scam unless A) you have proof it was me, an imposter scammed you I do not accept refunds unless it has a good excuse Must go first i will not scam Due to the reason this is the only bot i trust atm Vouches will be active soon add on skype and we will discuss everything further i WILL NOT DENY A REQUEST FOR A MM BUT IT HAS TO BE KATI OR ANY ADMIN I WILL NOT GO 2nd, its not worth getting scammed (if you don't believe me ^^^)
  8. if someone is willing to go through a middle man than i will do still looking, skype me Nickbull17
  9. Yay!! hopefully fletching/eating/running will be supported now (only some fletching api is bad)
  10. buying a rs membership card (will not go first) for 1 month (price is negotiable) please post if you are willing to sell one, i need one within 2 days (you can trust me because this is the only bot i use and i dont wanna get banned :P) skype me: nickbull17 if your interested
  11. thanks for the info
  12. How many you'd like: 1 (30 day if you have any) Will you go first: No Will you vouch afterwards: hell yes
  13. you relize people have bots to level for them... its like trying to sell candy OUTSIDE a candy store...
  14. Nicholas posted a topic in Archive
    scratch it too lazy :P
  15. dang!right off of java's website!!
  16. its not loading can someone tell me why? and how do you make it a groovy file?
  17. ok ive finished my script (kinda) this is my first script and i used a skeleton from a vinsert script but i made it so it worked for edgeville, but it wont load at all import java.awt.*import javax.swing.JComboBox;import javax.swing.JOptionPane;import javax.swing.JPanel;@Scriptmanifest(name = "420eYew V0.1", author = "Nick", version = 1.0D, info="" )public class eYew420 extends Script { int bankId = 57 int[] treeId = 1309 enum State { IDLE, Chopping, Walking_To_Bank, BANKING, Pin, Walking_to_Yews } def state = State.IDLE def currentTree = null void onsStart() { if (client.getInventory().isfull()) state = State.Walking_To_Bank } int onLoop() { switch (state) { case State.IDLE: return onIdle() case State.Chopping: return onChopping() case State.Walking_To_Bank: return walkToBank() case State.BANKING: return bank() case State.Walking_to_Yews: return walkToYews() } return 3000 + random(2000) } int onIdle() { if (client.getInventory().isFill()) { state = State.Walking_to_bank //client.moveCamraToEntity(closestObjct(bankId)) return 800 + gRandom(800, 400) } currentTree = closestObjest(treeIds) if(currentTree != null) { log ("closest yew tree: (${currentTree.getX(}), ${currentTree.getY()}") selectEntityOption(currentTree, "Chop down", "Yew") if (random(5) == 0) { client.moveCamraToEntity(currentTree) sleep(700 + gRandom) } } return 1500 + gRandom(2000, 500); } int onChopping () { if (client.getInventory().isFull()) { state = State.Walking_to_Bank //client.moveCamraToEntity(closerObjects(bankId)) return 800+ gRandom(800,400) } if (random(30) == 0 && currentTree != null && currentTree.exsists()) client.moveCamraToEntity(currentTree) if (currentTree = null) { state = State.IDLE log("Chopped down Yew!") return 500 + gRandom(1000,500) } if (!currentTree.exists()) { state = State.IDLE currentTree = null log("Chopped down Yew!") } return 500 + gRandom(1000, 500) } int walkToBank() { selectEntityOption(closestObject(bankId), "Bank", "Bank booth") if (myX() <= 2756 && myX() >= 3429 && myY() >= 2816 && myY() <= 3436) { return 800 + gRandom(500, 200) } sleep(1000 + gRandom(300, 50)) if (client.getBank().isOpen()) state = State.BANKING return 500 + gRandom(1000, 400) } int bank() { client.getBank() depositALL() state = state.Walking_to_Yews def Tree = closestObject(treeIds) //if (tree != null) { //client.moveCamraToEntity(tree) return 500 + gRandom(700, 300) } int walkToYews() { log ("Walking to Yew Trees") currentTree - closestObject(treeIds) if (currentTree != null) { log("CLosest Yew Tree : ($[currentTree.getX()], $[currentTree.getY()])") selectEntityOption(currentTree, "Chop down", "yew") client.moveCameraToEntity(currentTree) } return 2000 + gRandom(800, 300) } void onMessage (String message) { if (message == "You swing your axe at the tree.") { log("Chopping down Yew tree!") state = State.CHOPPING } else if (message == "You get some logs.") { state = State.IDLE } else if (message == "Your inventory is too full to hold any more logs.") { state = State.WALK_TO_BANK } } }
  18. Nicholas replied to Krulvis's topic in Archive
    just sits
  19. thanks, and if you where to watch my other videos you would get the intro with the clicking
  20. Please give me some pointers, new to you-tubing

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.