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.

liverare

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by liverare

  1. Yes--if you write your own scripts. Otherwise no.
  2. // You should be checking you have flax to help redirect the programme to this case case SPIN: { // Check area first, and if true, assert objects valid if (SPIN_AREA.contains(player) && !player.isAnimating()) { // Declare the vars you want to discover RS2Object spinningWheel = objects.closest("Spinning wheel"); RS2InterfaceChild interfaceChild = interfaces.get(459, 91); RS2Interface xAmount = interfaces.get(118); // Check each of them and act accordingly if (xAmount != null) { // Last result first keyboard.typeString("99"); } else if (interfaceChild != null) { interfaceChild.interact("Make X"); } else if (spinningWheel != null && spinningWheel.exists()) { spinningWheel.interact("Spin"); } else { //niqqua youu dun fuked up! } } }
  3. liverare replied to liverare's topic in Spam/Off Topic
    The older versions seem to work just fine for Windows 8.
  4. +1 Free or premium?
  5. Click here to go to the SDN page to add the script. Display: Note: the additional controls are no longer working. I intend to re-create this script, but as two separate scripts to make it easier to update and maintain.
  6. liverare replied to Wannous's topic in Archive
    Yeah...for a price. It's getting there... To-do: Make sure all banks are supported (for crafting). Ensure tanning, crafting and 'exiting when done/out of supplies' work flawlessly. Add a paint with skill tracking and calculating. Add 'on exit' and 'on level-up' screenshot capturing. Test for two hours and capture the progress. Release on the SDN.
  7. liverare replied to Wannous's topic in Archive
    I'm working a free one, with free dragonhide armour crafting.
  8. Steal everything.
  9. Here's a few ways your account could have been hacked: The bot. Possible, but not probable. Though, there has been a case in the past where another RS botting client was compromised by a lead developer and thousands of accounts were hacked. Infected scripts (unchecked SDN/local). I'd be very wary of local script downloads. However, that doesn't mean SDN scripts are any safer. It's still possible for a manager or two to drop the ball. Other 3rd-party RuneScape related programs. Famous YouTube gold generators/stat maxers. The same old same old. But sometimes there may be another tool or two out there that do offer a legitimate service...at the cost of infecting your PC in the process. I don't know any examples of this, but I'd say it's likely someone's already tried this. One reason why I don't play on private servers is it's likely those clients will also send you spyware, especially since playing on private servers already suggests you own a RuneScape account. Other 3rd-party RuneScape related sites. Well if the website is coded enough, any security breach is possible. Communicating to other RuneScape players. If you contact other users outside of the game's chat communication system, you run the risk of encountering a correspondent who may find your IP address, hack into your network and forwarding you spyware. Try remember all the RuneScape-related content you accessed. I bet you'd find your reason there.
  10. liverare replied to Purity's topic in Archive
    Did you hard code the GUI from scratch, and is the GUI flexible or made specific for that script? Because it looks amazing, much like Swing, but with a nicer LAF.
  11. My ways of interacting with Zybez was via Selenium, so I had no idea there were light-weight alternatives. Cheers for this! And you're probably right about the trading post. I might release my 'back end' stuff for Zybez (the only completed stuff), too.
  12. liverare replied to liverare's topic in Spam/Off Topic
    updated first post with more information
  13. Nope. Never used Instagram. Look into Selenium, it's what I'm using to interact with the Zybez website virtually.
  14. Your casing has a lot of holes, that might be good for the fan ventilation (obviously), but that's not good for dust and liquids. Put the computer somewhere where your interactions with it is minimal, that way, when you shed skin and hair, that shit won't find its way into your computer, and also do this to remove the risk of liquids getting in, e.g., spilled drink. Oh and get an hard drive to go along with your SSD, because SSD has limited writes (more-so than HDs). The SSD is for heavy programs, e.g., operating system, applications, games, and not soft shit like photos, music and videos.
  15. New pics! Still not complete - just an update!
  16. @SuppressWarnings("null") Lol I never knew such a thing existed. Lol what sadist fuck would actually use this!?
  17. I'm trying to make an external Grand Exchange. I'm trying to keep the functionality as similar as possible as to the one we're used to, but also including macroable and "smart decision making" features. I also want to make it so clients can communicate with each other so that you don't need to PM in game.
  18. Example of the second page. (A lot of features are yet to be included.) Example of my hard-coded graph using random doubles. Fits the data relevant to the canvas space and has a working y-axis ball thing. Code needs cleaning doe. Goal Recreate the old version of the EoC Grand Exchange, but for 07, and with as many expected features as possible, and additional features for market-fags. Example of (market-fag) Using market trends and future predictions to plan out, in advanced, when you want your offer to be posted on Zybes. Keeping up-to-date with the volatile market by keeping your sales prices competitive and reasonable for the customers, based on the leniency you afford it. providing a Skype-like 'alert me if item X is being brought/sold for price Y' notice system. Maybe, depending on how many users, ensure that your offers remain on the front page, always... Framework This includes: Selenium for its amazing virtual web driver system that has enabled real-time interactivity for Zybes to post, remove, confirm and update offers. (selenium-server-standalone-2.42.0) Simple JSon for its simplistic handle on Zybes' own JSon API. This has enabled the lightweight readability of existing market evaluations of items and their attributed offers on Zybes. (json-simple-1.1.1) (To come) A web-hosting platform to provide additional communications between clients. This way, private messaging won't be needed, and the data transferred can be used to plot out the 'offer progression bar' found in the image above. (HostGater probably, and SQL). Back-end: Simple Zybes web interactions and item analysis. Ids attributed based on exact date posted. Added price guide offer query framework. Formatting old 'force update' for offers. (From old API) Formatting some other methods from the old API to new API. Planning on adding statistical analysis for offers. (Not a math-fag) Planning on adding flat-file recording for offers in JSon. (Makes bar more relevant as updated offers will have modified 'amount' value) Planning on adding external communications between clients. (Host Gator + SQL, me thinks!) Front-end: Re-created first page of the Grand Exchange interface... Which adds your existing offers to the interface. Adopting a new theme mash-up from old GE interface and flat-UI. (Not using JavaFX) Planning on rounding dem image corners. Planning on adding second pages, but it might not look anything like the Grand Exchange's second page since...less work, lol. Dem graphs for second screens, along with other statistic analysis st00f, and a muhfuggen green and red stok arrow. Planning on making it possible to post offers through the GUI. Planning on adding methods of posting offers, e.g., automated, automated based on market state (e.g., having offers post in the future if conditions are met), auto-update, auto-update w/ offer changing ability, e.g., increase/decrease price based on a percentage or on market value, etc. It's a pretty big project and I'm lazy (and only one working on it). Hopefully, as each month crawls on by, I'll finish something. If it ever gets completed, I'll see about making it compatible for Orion client and make a Java plugin for bots, too. Oh, and it'll be open source.
  19. liverare posted a topic in Spam/Off Topic
    Transactional Analysis Translation: Why you're a bitch. Part 1 - Ego states & basic transactions Part 2 - Games Part 3 - Gimmicks Part 4 - YouTube games
  20. liverare posted a topic in Spam/Off Topic
    Finding application Quick-hand calculator My friend recommended me Launchy to help do away with the shortcuts messing up my desktop. Once you've downloaded Launchy, hit ALT + SPACE to...launch! Can launch applications. Can be calculator. Can [TAB] on browser search to then be able to type URL. Can type in URL and load with default browser. Can [sHIFT + DELETE] to re-order the query list. 10/10 TO ADD STEAM APPLICATIONS AND NEW SHORTCUTS EASILY: Create a new folder in My Documents, entitle it "shortcuts". Add a shortcut to that folder on your desktop. (for later convenience) Add all your shortcuts, including Steam and non-Steam applications. Go into the Launchy settings, then catalog. Find and add that newly created folder into the list of existing directories. Select that new list item and then add the following file types: (Steam applications = *.url, regular applications = *.lnk). Oh and rename your shortcuts if you think they're going to be a hassle to type in later. "Include executables" for standalone, lightweight applications you want to dump into that folder as well. "Rescan Catalog" (button at the bottom-left) to find the stuff you've added. "Ok" to close the settings page. Enjoy. A sweet theme to install 20/10 Edited to make it a quicker read.
  21. ...And tell them what? "Oh, can you change my IP address because I keep getting banned on RuneScape--you know, that MMORPG--and I would like it if I wasn't flagged any more." You're probably being banned because you... Are using multiple accounts to bot the same activity, and their system is already trained to detect and remove. Are paying for membership using the same credit card/phone number/profile(able) method, and they're simply finding out who else you've paid membership for, monitoring them for a short time, and concluding whether or not they're botting. Are creating new accounts from one IP, and then sending them off down another, not thinking for a minute that maybe, in this day and age, account created are also recorded with their creator's IP address. And of course, finding other accounts made from the same IP, checking them out, and removing. Either of these methods will get you screwed, and I can't imagine them being too hard to implement for Jagex. If you want a solution, well there isn't a straight forward answer. How about testing the waters; create a new account from your IP, bot it via using an obscure, but still functional, script, and see if you're flagged enough to get caught. And what I mean by "obscure" is, something that you're less likely to get reported for. And also, I would think that free proxies only distribute Class B IP addresses, because they can offer more hosts (aka. customers) than network spaces. While I'm no pro in networking, I do know that standard networks that we have, use Class C IP addresses. So having an account switch between IP classes would be greatly suspicious. Why the hell would you trust a free proxy any ways?

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.