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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. Alek replied to Alek's topic in Spam/Off Topic
    thanks m8, you were not l8 to r8 my gaming cr8. My f8 is gr8, just sit back and spect8.
  2. Alek replied to Alek's topic in Spam/Off Topic
    My target was $800 for the complete build. I saved the case, old hard drive for extra storage, and psu. Paid $220 for the 970 and h100i v2(new), which I think was a very good deal. Edit: Plus Age of Empires 2 HD doesn't really even need a graphics card
  3. Alek posted a topic in Spam/Off Topic
    From: AMD 8350 16GB DDR3 1600 XFX HD 6870 2TB 7200 HDD 212 EVO To: i7 6700k GTX 970 ​960 EVO SSD 16GB DDR4 2133 H100i v2 Price: $800 (I use a lan box case)
  4. I'm going to throw your app out. I'm the only active non-CBA staff in the Chatbox so I know which of you have been naughty and nice.
  5. Alek replied to RDM's topic in Spam/Off Topic
    4:20 AM
  6. Alek replied to RDM's topic in Spam/Off Topic
    I have signatures disabled, but your signature is too big. You have an 800x600 limit + an additional image.
  7. Strange, everyone talks about there being no Chatbox mods but when someone thinks they can get away with this: They get permanently banned from the Chatbox. Now how is that possible with nobody to moderate the Chatbox?
  8. Quality shitposting +1
  9. What?
  10. Don't use it to walk to things right next to you, use it to traverse large distances. Edit: If you want to discuss anti-ban regarding the two different events, I'll move this over to the tinfoil section (Bans & Botting forum).
  11. Alek replied to Mio's topic in Spam/Off Topic
    If I had a phone, I would get a case like this.
  12. I will be building detection systems to combat botters. It will be a serious of mouse algorithm checks and if you check your skills every so often. Additionally I cannot ban unless I'm awake during business hours.
  13. I've decided to start a small online RPG game written from scratch. I'm using C++ with Direct2D and Winsock. What I have done (Milestones): -Recursive image loading through Windows Imaging Component (23 December 2016) -Image filtering (seen in screenshots below, no filter was applied) (24 December 2016) -Map Editor; adds and removes sprites (with layering), collision editor (27 December 2016) -Generic Client/Server communication, moving players and sending entity information (16 Jan 2017) -Finished basic login system with player profile saving/loading (19 Jan 2017) -Added multiple region support, save and load easily (01 Feb 2017) -Link regions with doors, create game objects (06 Feb 17) -Created simple menu system (15 Feb 17) -Finished basic battle system (26 Mar 17) The next stuff: -Huge code cleanup -Replace placeholder skill system with real skills Recent News: 26 Mar 17: After a much needed small break, I went through and scrapped my old battle system and created a new one. It's much cleaner and allows for me to treat enemies as actual clients; this opens up some pretty dynamic play in the future. Originally I intended for the ability to attack multiple targets, but for now a 1v1 battle will suffice. As you see below, there are 4 remaining tiles on each side for this team battle mechanic. The menu is wonky, but I'll work on aesthetics later. For now only "Attack" works, however in the future Item will be for using things like medpacks and "Taunt" will be used to skip your turn. Changelog History:
  14. Yeah I had the number $235, I pretty much went down the line and halved everything and took some additional arbitrary number off. Looks like everyone is saying about $250 so I'm pretty comfortable then. I don't really give a crap about graphics to be honest, this card has lasted me 5 years and it wasn't top tier when I got it. I know the 970 will last me just as long maybe even longer. The 960 EVO/PRO releases were the driving factor behind me making a new build, the rest of these parts could probably last me another 2-3 years easily.
  15. Im getting the 970 and h100i v2 for $220 together.
  16. Thanks for the input guys, looks like the general consensus is $250. I'll probably be asking $235 firm then. My new build: i7 6700k h100i v2 960 evo 970 gtx 16 gb ddr4
  17. I'm keeping my case and psu for my new build, so that's why I didnt include them
  18. I guessed $235, not sure how accurate I am.
  19. This is my build with the original Newegg links. What do you think someone would buy this for? Had this computer for 5 years, got the 8350 during the summer but that was a mistake because I'm doing an Intel build. RAM (DDR3 1600MHZ): http://www.newegg.com/Product/Product.aspx?Item=N82E16820233198 Motherboard (GIGABYTE 990XA): http://www.newegg.com/Product/Product.aspx?Item=N82E16813128510 GPU (Radeon HD 6870 2GB 256-Bit): http://www.newegg.com/Product/Product.aspx?Item=N82E16814150563 CPU (AMD FX 8350): http://www.newegg.com/Product/Product.aspx?Item=N82E16819113284 Cooler (Hyper 212 EVO): http://www.newegg.com/Product/Product.aspx?Item=N82E16835103099 Also if anyone is seriously interested let me know.
  20. You are saving a lot of bandwidth as well (provided you are using a local script). Glad to see you are having a positive impact
  21. Since there was an overwhelming positive outcome on the vote thread, I decided to finish up the interfaceless mode of OSBot. How it looks: Also you will notice that when you are in nointerface mode, it will only load the script pool which you are using. This makes bot farming with local scripts really awesome because OSBot will not download any remote scripts. The one difference to be aware of when you are in nointerface mode, calling "stop()" will exit the OSBot process (namely because you cannot start a new script after you have stopped the one you loaded). The updated parameters: For now this feature is available to everyone, including non-VIP members. I do plan on restricting this feature to VIP+ only on the Stable Build! Download: http://osbot.org/devbuilds/osbot%202.4.106.jar Happy Botting!
  22. It's finished right now, just polishing it up.
  23. WebWalkEvent does not generate a list of positions. It's a relatively complicated set of instructions that is derived from a list of links and general procedures for handling objects. Also if you think you're better than the 15 years worth of reverse engineering on this game, go for it. There is a lot more that goes into a ban than your mouse movements.
  24. Thanks for your feedback, the next dev update will have the feature implemented.

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.