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.

QBots

Members
  • Joined

  • Last visited

Everything posted by QBots

  1. QBots replied to QBots's topic in Archive
    Wat.
  2. The spam thing shouldn't happen, it's the clients built in bank feature that is doing this I believe. Not much I can do to solve it. As to the other issues, will be fixed on next update. (Going to push it in a few minutes)
  3. Hi all, thought I would run a contest for you guys with the reward being free access to my premium scripts. The rules are simple: 1. Run QHunter 2. Post your best proggy here Whoever gives me the best proggy by tomorrow night will win.
  4. Will be fixed on next update.
  5. QBots replied to QBots's topic in Snippets
    The rest of the tiles.
  6. QBots replied to QBots's topic in Snippets
    Ehrm, no but a reverse function is easy to write.
  7. QBots replied to QBots's topic in Archive
    Mounted glory will be fixed in next update. The withdrawing a new ring bug must be from the API. I'll double check the item IDS just in case they changed them.
  8. QBots posted a topic in Snippets
    This class is simple, yet effective walking. I use it in my private scripts and it has yet to fail me. import org.osbot.script.Script; import org.osbot.script.rs2.map.Position; import java.awt.*; public class Walk { private Script script; //static public Position[] Path; private int[] distance; public Walk(Script s) { script = s; } Position[] CreatePath(int[][] path) { Position[] returnpath = new Position[path.length]; for(int i = 0; i < path.length; i++) { returnpath[i] = new Position(path[i][0], path[i][1], 0); } //Path = returnpath.clone(); return returnpath; } static int current = 0; boolean getNext(Position[] Path, boolean isCircle) { if(Path[current].distance(script.myPosition()) > 50 || current > Path.length || !script.canReach(Path[current])) { current = 0; } if(current == Path.length-1 && isCircle) { script.log("Reseting path"); current = 0; return true; } if(current+1 < Path.length && Path[current+1].distance(script.myPosition()) < 15) { current += 1; return true; } for(int i = current; i < Path.length; i++) { if(script.canReach(Path[i]) && i > current && Path[i].distance(script.client.getMyPlayer().getPosition()) < 16) { if(i+1 < Path.length && script.canReach(Path[i+1]) && Path[i+1].distance(script.myPosition()) < 16) current = i+1; else current = i; script.log("Current: "+current); script.log("Distance to current: "+Path[i].distance(script.myPosition())); } } return true; } public void WalkPath(Position[] path, boolean isCircle) throws InterruptedException { if(!script.isRunning() && script.client.getRunEnergy() > 50) { script.setRunning(true); } if(getNext(path, isCircle)) { script.walkMiniMap(path[current]); } } } Setting up this script is simple: Walk walker = new Walk(this); int[][] OuterAbyssPath = { {3017, 4823}, {3017, 4825}, {3017, 4827}, removed }; onLoop() { walker.WalkPath(walker.CreatePath(OuterAbyssPath),true); return 100; }
  9. QBots replied to QBots's topic in Archive
    My friend ran it for 12 hours. I cant find the proggy though.
  10. Everyone that has tested this for me has said otherwise. Your post is useless and false.
  11. QBots replied to QBots's topic in Archive
    All the issues you stated are the clients fault? I'm asking the admins to refund you.
  12. QBots replied to QBots's topic in Archive
    not sure if fix but try to adjust camera angle so you can see bank chest in CWars Ehrm... I added a fix for that... I ran it and used like 300 rings before pushing it..
  13. http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/
  14. If a script like this is really wanted, I could make one...
  15. Will fix when I have time. I have scripts that are more important than this atm.
  16. Honestly im not going to buy paints, if you decide to join the project though you would get a cut of the profits based on how much work you do It takes about, a day or 2 at this point to write a fully functioning script so depending when i can get a gui designer will be pushing around 3-4 scripts a week that are flawless and more efficient than any other scripts of that kind That is a bold, probably false, statement.
  17. Apparently theres 2 or 3 people that already have one made and are waiting for OSBot 2 to come out.
  18. QBots replied to Syche's topic in Archive
    I can have all 12m in a bit. :l (Or whatever is left that you need)
  19. It isn't. This code was needlessly overcomplicated. While it could be simplified, this is meant to be in conjunction with the tool on his old topic. It also provides a hell of a lot more than the average walking API, once again, please see his topic, I use it for my scripting and it's excellent. Not saying anything against it. Just that the same quality can come out of half the code.
  20. QBots replied to Dashboard's topic in Archive
    Advertising manager should have a higher wage btw.
  21. It isn't. This code was needlessly overcomplicated.
  22. I can do this, my comp never turns off.
  23. Amount selling: 10M Preferred Payment Method: Paypal First or MM: First

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.