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.

Anaesthetic

Members
  • Joined

  • Last visited

Everything posted by Anaesthetic

  1. since when did hework for them?
  2. Bye person I have never talked to!
  3. Hey just FYI Jagex is going around and banning all gold farms right now due to this new "Bonds" update that they are implementing. I would suggest that you wait until that banwave is over to continue botting. Cheers, ~~TF~~
  4. Hey, I love using this script, but unfortunately, sometimes it gets stuck in the bank, trying to bank with the deposit box, and not the actual bank. It just sits there and then logs out instead of banking and repeating.
  5. IF you would like to collaborate on making scripts, feel free to PM me, i'll give you my skype. I am currently a newish scripter who is starting making scripts. I am currently working on a basic fisher, and I would love to collaborate with someone on the script! Thanks, ~~TF~~
  6. Anaesthetic replied to bldx's topic in Archive
    Jeebus, thats quite the plants you have there. Isn't this highly illegal though? Why would you post about it on the internet?
  7. The script needs some kind of failsafe for this
  8. Sorry to hear about that.
  9. This guy knows what he's talking about. I'd take my advice from him about server hosting and whatnot.
  10. Damn. Have you seen Iceland's president? Now there is one chill guy.
  11. No advertising client is detectable lol. It'd be better to sui bot in an undetectable client
  12. 8m OSGP? Doesn't that seem a bit steep?
  13. I'm in Alg 2, and I don't we learned that you can write all real numbers or infinity,infinity (sorry lol idk how to put in the infinity symbol :P)
  14. I'm not sure shrooms is ever something that I would like to do... Buuuuut, maybe. How do you grow them?
  15. Interesting. Stupid government... interfering with our private affairs and whatnot. Stupid NSA and sh*t.
  16. sweeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet
  17. Any feedback is appreciated
  18. There is function to get the Nearest NPC, I'm pretty sure.
  19. You must be new to java, you can change the class name at any time as long as you change the file name. I am new to Java, that I right, but I do know that you can change the class name, I just haven't gotten around to it. I just wanted to clarify so that people weren't confused
  20. BTW the main class is called woodcutter because it was originally supposed to be a woodcutter, but I changed my mind.
  21. Hi all, this is my first project that I am working on here. It is going to be a simple lobster fisher than fish lobbies at Catherby. I am wondering if any of you experienced programmers out there would like to maybe take a look at it and give me any feedback? I have not implemented banking yet, but this is just simply the clicking on the fishing spots. Here it is, please feel free to give constructive feedback and if there are any errors, if you could point them out, that would be great. thanks, package Woodcutter;import java.awt.Graphics;import org.osbot.script.Script;import org.osbot.script.ScriptManifest;import org.osbot.script.rs2.model.Entity;import org.osbot.script.rs2.ui.Inventory;@ScriptManifest(author = "TF", info = "Fishes lobsters in the fishing guild", name = "Woodcutter", version = 0.1)public class Woodcutter extends Script{ final String FISHINGSPOT_NAME = "Fishing spot"; public void onExit(){ //code to be exectuted at the end } public void onStart(){ //code used at start } public int onLoop() throws InterruptedException{ //loops the code Inventory invent = client.getInventory(); //defines inventory and gets it Player player = client.getMyPlayer(); if(client.getInventory().isFull()){ //chop Entity fishSpot = closestObjectForName(FISHINGSPOT_NAME); if(fishSpot != null){ if(fishSpot.isVisible()) if(player.isAnimating()) fishSpot.interact("Cage"); sleep(random(700,800)); }else{ client.moveCameraToEntity(fishSpot); } } else{ //bank } return 50; } private void sleep(int i, int j) { // TODO Auto-generated method stub } public void onPaint(Graphics g){ //inports the paint }}~~TF~~
  22. Jagex is targeting gold farmers, that is clear. With this who new BS "Bonds" update, and frankly I think its really dumb. I understand that they want to combat people making money off of their game, but honestly its getting really drastic, and this whole bonds update is a really feeble and useless update. They didn't take into account the reaction of the players (the fact that Jagex is more or less selling us gold) and the fact that Black Market Gold and memberships is 10x cheaper than Bond memberships. Not only is their update offending and irritating the player base, its not going to really affect the black market. That is my rant for today :P, ~~TF~~

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.