Skip 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.

zScripz

Members
  • Joined

  • Last visited

Everything posted by zScripz

  1. Could I ask what you are basing this on? Because I redid my calculations and found that around 15 were caskets, I believe there are 94 total clue scrolls. Btw Satan you were just missing the last emote clue, 12032
  2. I like the event system, however, it seems that its missing some fuctionalities (ie skills not being able to check level), the anti-ban system is nice (though unneccessary, all of the parts of the new anti-ban could be done in OSBot 1 easily, however I do appreciate not having to mess around with multi-threading). Overall good job guys EDIT: I see you have removed Areas, what will they be replaced with?
  3. 81/95 clue completed!
  4. Come to the chat so I can give you your reward :P
  5. I'm 15 clues away from having all the data I need for my clue scroll script. If you have an easy clue scroll, check its id, and if its ID is any of the below, PM me a picture of the clue scroll + id for 100k. + you'll be helping OSBot get an awesome script ID(s) needed: Emote- 10204 10226 Simple (Search/Talk)- 3510 3497 2697 2691 2682 2680 Unknown- 3490 3491 3504 3505 2687 3515 10232 - most likely an emote clue keeping with others in this range Don't know how to check ID? Turn on grounditem info in advanced settings, and drop the clue.
  6. Updated OP. 70/101. My tool I was using to get all the clues was a little off, I believe there are 101 clues total.
  7. Don't see the harm in it :P
  8. zScripz posted a topic in Snippets
    I created this since I had to make many small paths that I couldn't well use with a map; hope someone finds some use in it Download: http://up.ht/1gqZhyG Notes: -It will automatically copy the code to your clipboard -It will also print it out in log Yea just put in the tile distance (I usually use 5 it seems to work well for walking long distances). Source if you want it package com.zscripz; import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.StringSelection; import java.util.ArrayList; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.map.Position; @ScriptManifest(name = "zWalker", author = "zScripz", version = 1.0, info="Creates a path based on tile distance") public class Walker extends Script { ArrayList<Position> posList = new ArrayList<>(); Gui gui; Position control; public void onStart(){ gui = new Gui(); gui.frame.setVisible(true); control = client.getMyPlayer().getPosition(); } public int onLoop() throws InterruptedException{ if (!gui.textField.getText().equals("")) { if (distance(control) >= gui.getTileDistance()) { control = client.getMyPlayer().getPosition(); posList.add(client.getMyPlayer().getPosition()); log("Position added!"); } } return 0; } public String convertPos(Position p) { return "(" + p.getX() + "," + p.getY() + "," + p.getZ() + ")" + ", "; } public void onExit() { StringBuilder sB = new StringBuilder(); sB.append("Position[] path = new Position[] { "); for(int i = 0; i < posList.size(); i++) { sB.append("new Position" + convertPos(posList.get(i))); } sB.append(" };"); String myString = sB.toString(); StringSelection stringSelection = new StringSelection (myString); Clipboard clpbrd = Toolkit.getDefaultToolkit().getSystemClipboard(); clpbrd.setContents (stringSelection, null); log("Text copied to clipboard!"); log(sB.toString()); gui.frame.dispose(); } }
  9. zScripz replied to Debot's topic in Archive
    do you feel the urge to suck a dick?
  10. Only criminals would be actually scared of the NSA
  11. Thanks for the update Maxi. As long as work is being done I am happy
  12. nice post but bad scripts.
  13. Thanks, looking at hopefully releasing a free beta the day of OSBot 2.0
  14. zScripz replied to Jordan's topic in Spam/Off Topic
    What do you know how to program? Like what languages
  15. zScripz replied to azzzzz's topic in Archive
    Italy/Argentina
  16. zScripz replied to zScripz's topic in Archive
    I didn't know that existed lol. EDIT: Yeah, I see that now. Problem is my parents could see it lol
  17. zScripz replied to zScripz's topic in Archive
    Yeah, but I also would like to have that money.. could help a lot with college etc.
  18. zScripz replied to zScripz's topic in Archive
    How do you do that lol
  19. zScripz replied to zScripz's topic in Archive
    Well I also want to get my money out of paypal and I have way over the 500 limit, any suggestions?
  20. zScripz posted a topic in Archive
    Ok, so recently I have gotten my own bank account, with my mom the co signer. However, since I am underage I am hesitant to link my paypal to my account, as they might ask for ID. Thoughts?
  21. Thanks :P someday I hope to do level 2 clues as well
  22. Hey all those who are interested in this project; I have decided that I am going to wait for OSBot 2.0 to come (which is said to be very soon ), then write this script in that api, so you get all the advantages of OSBot 2. This does not mean this project is going unworked!!!! For each clue, I have to basically do it it on my account, and I am averaging about 10 clues per day . Expect this to be released the week of OSBot 2 (as all I have to do is port over my handler and other misc methods, which shouldn't be too hard). Thanks for reading, zScripz.
  23. Support, they fill the market with their spam all day.
  24. Hard working: 69 LOL Patient: 69 LOL Loyal: 69 LOL Intelligent: 69 LOL Creative: 69 LOL Ambitious: 69 LOL Resourceful: 69 LOL Leader Rating: 96 LOL Preferred House: the non virgin house owait there is none

Account

Navigation

Search

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.