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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. Joseph replied to Joseph's topic in Archive
    Does anyone even use this script. I'm thinking about discontinuing this one and the ectofuntus
  2. On me I would like to know
  3. It looks like a nice project.
  4. if (random(100)==00){ client.rotateCameraPitch(65+random(0,360)); } First, pitch is when you move your screen up and Down.Second, 67 is the max pitch. If I'm not mistaken.
  5. I'm pretty sure that pitches don't get high then 67 so you sir are trolling
  6. I know I just don't want to give it out.
  7. Mother
  8. Anti ban I don't use it. Fuck it, that's my own risk. Chop method A simple interact with a tree Nest dection Use onMessage, it you get message about nest on floor or what not. Search ground item for nest pick it up. And keep wood cutting
  9. This isn't a request sub forum. Why you trying to steal from me
  10. Joseph replied to a post in a topic in Projects
    I learned from making a mining not. But wood cutting/mining are like
  11. Joseph replied to Fusion's topic in Archive
    It's possible to add more then one button and make it do what ever
  12. Static Void Parameter
  13. Joseph replied to Joseph's topic in Archive
    Updated it.
  14. Joseph replied to Joseph's topic in Archive
    thanks but im almost 50% done with the script im trying to see if i could release it today. i releasing the slime collector now.
  15. i dont even know if your joking around or serious. Code: import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.utility.Area; @ScriptManifest(name = "", author = "", version = 1D, info="") public class hi extends Script { //your variable //bankArea //tree area //tree ints //anything else you need enum State { CutTree, WalkToBank, Bank; } private State state; public static Area bankArea = new Area(0, 0, 0, 0);//add your area with in here public static Area treeArea = new Area(0, 0, 0, 0);// add your area here public void onStart(){ if (client.getInventory().isFull()){ state = State.WalkToBank; } else if (myPlayer().isInArea(treeArea)){ state = State.CutTree; } } public int onLoop() throws InterruptedException{ switch (state){ case CutTree: return first(); case WalkToBank: return second(); case Bank: return third(); } return random(10, 20); } int first() throws InterruptedException { if (myPlayer().isInArea(treeArea)) { //Cut trees //and any other code you want to put here } return 500; } int second() throws InterruptedException{ if (client.getInventory().isFull()){ if (!myPlayer().isInArea(bankArea)){ walk(bankArea); } else if (myPlayer().isInArea(bankArea)){ //interact with bank and so on } else if (client.getBank().isOpen()){ state = State.Bank; } } return 200 + random(100,500); } int third() throws InterruptedException{ if (client.getBank().isOpen() && client.getInventory().isFull()){ //deposit all or what ever } else if (client.getBank().isOpen() && !client.getInventory().isFull()){ // close bank and do what ever you want. } else if (!client.getBank().isOpen() && client.getInventory().isFull()){ state = State.WalkToBank; } return 100; } }
  16. Nope check your message
  17. Fixed
  18. Sure. edit: remove the oce i had here. Tooo many errors. edit 2: add new code with out error. at the post below
  19. What you put in the enum are the cases, which are states.
  20. Joseph replied to Joseph's topic in Archive
    So today I called my computer company, we tried different things to try to fix it over the phone. They couldn't do anything to fix it. So now I have to send them my laptop. There going to fix it over there. Good thing I had warranty on my laptop. Sad thing is that it's going to take about 1-2 week for me to get my laptop fix. That means no bottling/scripting for me
  21. Ande don't you have something like this on your bot. I tryed it won't it didn't work out so good.
  22. Joseph replied to Joseph's topic in Archive
    Well does it usually get warm sitting on your lap? Try a system restore and see if it is a software issue. I wouldn't recommend a system restore just yet haha. You can usually go onto your computer manufacturers website and they have a livechat, Ask them about any problem you have and they'll give you steps on how to fix it. I'll try that out
  23. Joseph replied to Joseph's topic in Archive
    Dam I never turned it off I just left it with the lid closed. Plus I was very gently with my backpack.
  24. Joseph posted a topic in Archive
    So earlier today, my laptop was working fine. I had my laptop in my book bag. Went to my school, and came back home after 3-4 hour. When I get home I try turning on my laptop, all I get is like a purple blinking screen, can't see anything. Only thing i could do is move my mouse, but i cant see it. I use my swipe in password. Still can't see anything thing but a blinking blue screen. I've tryed connecting it to my tv by hdmi, I could see the laptop screen good on my tv. Does any one know how I could solve this issue.
  25. Joseph replied to Cloudnine's topic in Snippets
    Retyping I just save this in my eclipse as a new class file and when ever I need it I just copy and paste. And there tons of Skelton script out there in the forum.

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.