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.

Leaderboard

Popular Content

Showing content with the highest reputation on 07/04/13 in Posts

  1. 9 points
    Dear community, Over the past month we have seen a reign of cyber crime across the Runescape botting scene. vInsert was the victim of several Runescape account hacking disputes before its database got compromised in the merger with Aurora. Now Advertising other bots isn't allowed. was defaced as well and its database was compromised as well. This thread is to shed some light on our perspective towards those recent happenings. We have always tried to be in time with warnings to protect you as people, Runescape players and us as a community and succeeded in doing this. But as this wave is continuing we have to give it more attention. In general everything we do is with security in mind, that means our security (both personal and OSBot's) and your security. With the recent happenings we have decided that we will take an entire day to go through each and every security measurement we have and see if there is anything that can be improved without harming any user experience. We feel sad for the victims of those attacks even though they might be competitors in some sort of way, we do not and will never condone DDoS'ing, hacking and any other sort of black hat activity. OSBot itself also has been victim of attacks, may it only be DDoS attacks though. We are increasing measurements taken to automatically mitigate such attacks. If such attacks will continue we will alarm authorities and file a report. We will be collecting network connection logs in case. I'm repeating myself, but we will never condone any cyber crime and black hat activity by ourselves, our community members and others. OSBot is a place where people should feel safe and comfortable. Sincerely, OSBot.org
  2. "Current Version: 2.1" CAN YOU GUYS ACTUALLY READ THE FIRST GODDAMN PAGE.
  3. 3 points
    the sad moment when I believe a runescape bot site owner more than my president when they say they are keeping me safe....
  4. 2 points
    I don't know if OSBot got a youtube page but here's background if they'll ever make one.
  5. You new mate? its gotta be on the ground with no red on minimap, with the sparkles and noise and shit, its a rare finder not a looter retard.
  6. ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION YOYO'S ARE STILL SPAWNING. BOT GETS STUCK IF YOU ALREADY HAVE ONE PLEASE UPDATE QUICKLY PLEASE QUOTE THE ABOVE SO OP SEES
  7. Some basic modelling i done on Cinema 4D long time ago. Description: Pokemon Balls, very basic modelling. Description: This was my first ever proper modelling. Description: More advanced modelling with self made textures.
  8. V1.1 Released! Hello, For all my scripts I require a walking class so I made this class that DOESN'T glitch/pause on breaks. Example (V1.1): This class/package is able to: Manage the run energy Open doors (ONLY closed ones) Clicks next Position when it is in range for smooth walking Path randomization which can be turned of for each position DOESN'T glitch/stop Easy to use! Has a debug paint Requirements/How to implement: Import the jar first (You can also open the JAR with 7Zip and go to the walker folder for the source) States makes this alot easier. First you need to make a new PathTile, a PathTile is a class that extends Position so you can use it as a Position aswell. By not specifying the randomize boolean it will be true (so randomized) PathTile tile = new PathTile(Entity ent); PathTile tile = new PathTile(Entity ent, boolean randomize); PathTile tile = new PathTile(int x, int y, int z); PathTile tile = new PathTile(int x, int y, int z, int randomize); Then you make a PathTile array PathTile[] pathTiles = new PathTile[] { new PathTile(3186, 3429, 0), new PathTile(3191, 3429, 0), new PathTile(3196, 3429, 0), new PathTile(3196, 3424, 0), new PathTile(3197, 3419, 0, false) }; // By not specifying the randomize boolean it will be true (so randomized) After that you can make a new Path Path path = new Path(Script s, PathTile[] pathtiles, int maxRandom); // For example Path path = new Path(this, pathTiles, 2); // This will make a new Path with the Path Tiles we made before and the randomization value is 2. (So the x can vary between -2 and 2) Then we need to make our walker class Walker walker = new Walker(Script s, int doorDistance); // For example Walker walker = new Walker(this, 2); So how do we combine these things? Because it doesn't glitch on breaks you should use states. if (State.START_WALK) { path.start(); } if (State.IS_WALKING) { walker.walkPath(path); } // For the IS_WALKING state you can use path.isWalking(); // For the START_WALK state you could use an area for example. If you want to draw the debug paint then put this in your onPaint: //Make walker and your path public/private/protected public void onPaint(Graphics g) { this.walker.drawDebug(g, this.path); } If you want to draw the path on screen then put this in your onPaint: public void onPaint(Graphics g) { this.walker.drawPath(g, this.path, Color.CYAN, Color.RED); } If you don't understand it watch this very basic implementation video: --Updating Changelog; ---------------V1.2--------------- Added Walker.recover(); It will try to find the closest PathTile of the last path and start walking from there. Useful to put in your Idle state (where nothing happens so your bot is stuck) ---------------V1.1--------------- Added drawPath(Graphics g, Path p, Color c1, Color c2) - Credits to jelknab Added doorDistance to the Walker constructor: Walker w = new Walker(Script s, int doorDistance) : if doorDistance is 0 then it won't detect doors! Changed the randomization, the path will be randomized when you use Path.start() and not when getting new points. Source is now in the Walker folder. ---------------V1.0--------------- Release Download V1.2: http://uppit.com/8vp0h4o867xc/AIOWalker.jar Source (Pastebin) V1.2: Path.java: http://pastebin.com/hcUjnafE PathTile.java: http://pastebin.com/4FB7nqYk Walker.java: http://pastebin.com/37tjiZ4g Download V1.1: http://uppit.com/vwqn9srba1k1/AIOWalker.jar Source (Pastebin) V1.1: Path.java: http://pastebin.com/hcUjnafE PathTile.java: http://pastebin.com/4FB7nqYk Walker.java: http://pastebin.com/60M51rcu Download V1.0: http://uppit.com/tlub9ozv2t3o/AIOWalker.jar Source (Pastebin) V1.0: Path.java: http://pastebin.com/y7GdDZLG PathTile.java: http://pastebin.com/VBK0cTnR Walker.java: http://pastebin.com/FV013cG9
  9. It's really gay that no body shares any locations on here but they will gladly use the script..
  10. Wow on another scripters thread. thats low.
  11. only 15 hours? with hweens ive done at least 50 hours not even a fucking yoyo..
  12. 1 point
    Buy as many as you need for the magic level you want, then let the script do it's magic. At 63 magic I was getting around 23K Glad the issue is solved, if you need any support feel free to add my Skype!
  13. hello the bot now picks phats up Yes it can pick up a phat in your area if it sees one it will run to it if its in reach say if its in another building it will try to click it and you wont get
  14. You should build models for a game. Create the game, then make history. I love all of your work, and with every day you just seem to impress the site more.
  15. Anyone gota list of locations? So many people went to the spot i used to go for masks xD
  16. Realy nice script mate! Used it on several accounts now, got one acc already tot lvl 86! Paint looks awesome btw! =) Keep it up,
  17. 1 point
    The only place the data is accessible is from your computer. We do not send or store any rs account information.
  18. this bot earned me my first ever bottin related ban temporary for 2 days lol
  19. if you have yoyo on inv, it will ignore the one on ground
  20. i agree, the anti randoms work great, but one random seems to keep killing me, i suspect jekyl or evil chicken, because theres been a lack of str pot (2)'s showing up in my bank
  21. there's no guarantee the first four will even get banned
  22. You should take advantage of the refer a friend feature and cut your membership payments in half.
  23. You proved my point even more. Who bots and stares at the screen lol... Let's all watch the bot world hop. Man, you are a new kind of special.
  24. I second the notion for this person being absolutely retarded...someone please shut this bitch up?
  25. Because the bot hangs. Would you like your bot to sit there clicking and get reported by everyone who walks by?
  26. "I don't know, i only added it before and it was 2.2 i though that was the normal version ?" There we go. The biggest failure and mistake. Now, how did you know that it hopped alot faster than it did before? If this was your first time using this bot, then you wouldn't be able to know how it was using it before.
  27. vouch this guy has my trust
  28. if you were bronze 5.. you'd stop at about silver 1-3. its literally hell down there
  29. If it is the market section, you need 20 posts. If it is the service section, you need 40 posts. What section are you trying to access?
  30. Dude great script , add a button to hide the paint to check what people/friends are saying.
  31. 1 point
    First is Sex, then deven and then you resmurf. I'll try to make atleast 2 signatures tomorrow.
  32. Ouch.. Jagex is very active lately
  33. [ERROR][07/01/13 04:06:56 PM]: Failed to start script [PerfectFisher] java.lang.NullPointerException at PerfectFisher.onStart(PerfectFisher.java:412) at org.osbot.x.c(qm:189) at org.osbot.jA.f(oi:139) at org.osbot.engine.Bot.f(kp:390) at org.osbot.script.engine.ScriptManager.startScript(wg:56) at org.osbot.lPt1.run(ei:252) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Fix please, catherby lobsters
  34. 1 point
    Closed as requested.
  35. Why aren't we e-d8ing yet? add me on skype: yoloylo420xximsexy My Msn: hotsexyguy420@hotmail.com my gmail: ivnevermetagirlinmyentirelife@gmail.com hmu bb
  36. Hello, lets rush some niiggaas in the wild if you want? Btw if you're a girl tits or gtfo -.-

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.