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.

Allen

Members
  • Joined

  • Last visited

Everything posted by Allen

  1. Allen replied to Laz's topic in Releases
    ^^ This.. Was working until the past day or so.
  2. "So really multidimmensional arrays are an array of arrays, if that makes sense ;)"The map data multidimensional array was merely an example. I wasn't attempting to tutor him in how map data would be stored, rather how to utilize multidimensional arrays. I see that I left out my "new int[]"'s in my mapData multi array so I see where you thought I went wrong. I'm typing all these replies on mobile so not exactly easy to type them out.
  3. Allen replied to HBKIAMSU's topic in Gallery
    Very nice, I like them
  4. Support, some categories have pages of scripts consisting of multiple skills. It'd be more organized imo to split some of these.
  5. Allen replied to Zach's topic in Releases
    Thanks, again, for .85!
  6. I am emailed a list of 100+ proxys every day at 6 am. So I may contribute to this every now and then.
  7. Allen replied to Jordan's topic in Spam/Off Topic
    Nice & Gratz
  8. Allen replied to creationx's topic in Archive
    Nice to see feedback like this Welcome and good luck learning Java and the OSBOT API
  9. High school computer science is basically a college's version of intro to computer science. It is one of the most basic classes. You don't get farther than basic OOP. I made a 5 on the Advanced Placement Computer Science exam(which is the highest score) and the hardest topic on the exam was multi dimensional arrays and searching/sorting algorithms. Computer Science is a good degree but I'd look into some other topic possibly like Wireless Engineering(Software), Software Engineering, or even Bioinformatics(if you like biology + programming lol).
  10. I think the moderators we have now do great. I really don't see a problem with any of them. Despite the large number of people online, there is only a handful of people who are active on a full time scale. Most of the people who login just make a thread regarding the bot or help with it(which are always addressed and if they aren't by a mod, a regular member will easily address it). The ratio of mods to active members is fine imo. If another mod were to be added, I do agree with it being in the current least active timezone(of all moderators).
  11. I thought the client saved your settings? (If you set it to safemode manually, or settings in general, the next time you load the client it has those settings set). I could be wrong af.
  12. Multi dimmensional arrays are using for storing data in data. For example: Imagine if you wanted data for an x y coordinate in a game, you could have: mapData[x][y] So if we had: int[][] multi = new int[][] { {1,2,3,4} {5,6,7,8} {9,10,11,12} }; row 0 or multi[0] = a single array of int[]{1,2,3,4} and row 0 column 2 would equal 3, multi[0][2] = 3 ( int[]{1,2,3,4} ) So really multidimmensional arrays are an array of arrays, if that makes sense . As for scripting, unless you plan on making collision path detection(finding a path to some position and consider collisions when determining the path) or something similar(which I think OSBot 2 will provide anyways), you most likely won't use it. Enums would be more efficient in storing data for a particular script(for example, agility obstacles in an agility script, or potion creation data in a herblore script). If I went wrong anywhere, please someone correct me ;P.
  13. Allen replied to Log's topic in Spam/Off Topic
    This has been done before and jmods actually showed up and banned some people But gl gl
  14. I actually looked at every reply to this thread lol. http://puu.sh/6S3df
  15. Allen replied to 2007's topic in Spam/Off Topic
    568 ;)
  16. Allen replied to Zach's topic in Releases
    Nice release, thanks!
  17. Allen replied to Regretz's topic in Archive
    Welcome to OSBot
  18. One thing has been said countless times by people who have been banned: If you bot multiple accounts, you're nearly guaranteed a perm-ban because it is considered gold farming. They'll most likely ban all accounts related to the IP address if you're multi-botting because once again, that relates to gold farming. Suggestions: Babysit, Take breaks, Bot on different computers(I'm not sure if they allow this). I'd also change my IP before logging into mains or accounts that don't bot just so that incase you are banned those extra non-related accounts are unaffected.
  19. :/

    Allen replied to Levi's topic in Spam/Off Topic
    That seriously sucks... If some of the teachers read even half of the things I see on twitter, half of our school would be out lol..
  20. Allen replied to kelton's topic in Archive
    http://services.runescape.com/m=news/valentines-day?oldschool=1 He may be referring to that^. (Which I think implies that if you try to log out after being logged in for 6 hours, it will auto kick you despite comat, or it could be a 6 hour limit) :P
  21. Allen replied to Freak's topic in Spam/Off Topic
    Inb4he'sbanned. #RIPSUPREMELEADER2K14
  22. Allen replied to RoomScape's topic in Spam/Off Topic
    When I see your name I think you meant to spell RuneScape but it was autocorrected to RoomScape. No but really why would you change it.
  23. I'll never reach 1k post, let alone 2704.

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.