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.

Krulvis

Members
  • Joined

  • Last visited

Everything posted by Krulvis

  1. Well, it is in some way subjective. But the thing I want to achive with it is making OSBot more available and easy to use for customers. Because right now if you want to buy a script you have to do a whole lot of background research before you know which script is safe to buy. If scripters earn there place to get a specific script on the SDN then they will be more motivated to update + maintain their script, otherwise they might lose their place in the SDN.
  2. I've had this discussion before and I will open it again. I believe that osbot should lean more towards No advertising´s method regarding scripters. I think it would be best if only one premium script per method should be allowed to be on sale, this way scripters have to be competitive with their scripts to get a place in the sdn and this way there won´t be confusion as to what you should buy because there is only one script for whatever you want. This script will be good because it has outperformed the other scripts of the same method. Now some people asked me to be more specific because they didn´t fully understood me exactly so I am going to give an example. Let´s say some guy released a Shark fishing script, if I want to release my shark fishing script then I would have to prove that mine is better than his. I could on the otherhand still release a salmon fishing script or an AIO fishing script that holds a shark fishin method. But two script which do exactly the same aren´t allowed. (the shark fishing script should also prove to have better shark fishing methods than the shark fishing included in the AIO fisher provides, otherwise it will also be taken off). This way there won´t be two abyss script which causes confusion to the customers. No one is required to do background research on which script to buy which can save a lot of time.
  3. Krulvis replied to iFlow's topic in Archive
    I think it has been officially decided that everyone before 10 april '13 is an oldfag here :P
  4. Yeah had some Janoski's before, atm rolling with these: I know they are old but I they were only 30euro's and I was in bad need of some new skaters xD http://solecollector.com/news/nike-sb-paul-rodriguez-v-lr-black-mint/
  5. do It with case again if you want ? look up how to convert string to integer in just basic and check if it's >0 otherwise command denied ?
  6. Yeah, I know but I went back to far and shared a vid of BASIC which is older than Just Basic which is used on some "newer" MSwindows machines. Maybe give a new option list and let user input new value after selecting option in first menu, user types A -> "How much/Give Value" -> add points etc?
  7. Oh oops, I think I went back a decade too far.
  8. Just Basic is awesome old school stuff, too bad I have no knowledge in it. https://www.youtube.com/watch?v=Ou2A-JWszVA
  9. tbh I really dislike that guy
  10. The thumbnail is lovely
  11. 5m for 88 magic? Isn't that a bit overpriced ?
  12. Starting bid 10m, I dont think thats a fair start at all.
  13. brb, making yew longbows.
  14. Krulvis replied to Bae Suzy's topic in Archive
    How long will it take before people will start to understand that online is not the same as updated. The bot is online it is just outdated because rs updated. These are two different things. One has to do with the servers on which OSBot runs (online/offline) and one has to do with recent Runescape updated (updated/outdated).
  15. Offline/Online on the top has nothing to do with OSBot being outdated.
  16. Are you seriously just asking help for something you already mentioned won't be released ?
  17. I'm happy we all have different taste in music.
  18. I don't think that's going to stop your player from keeping on mining while your rock changed in smoking rock. Maybe you should try something with states: (I'm just writing this now and I never wrote a mining script so it could be wrong) private Enum State { MINING,WAITING} private State state = State.MINING; private RS2Object currentRock = null; private int rockId = <ROCK_ID>;// replace with your rock id switch (state){ case WAITING: if(currentRock.getId() == rockId){// currentRock still is normal rock (I don't know what to check for, could be id or modelHeight or something) // sleep or antiban or w/e }else{ currentRock = null; state = State.MINING; } break; case MINING: currentRock = closestObject(rockId); if(currentRock!=null){ currentRock.interact("Mine"); } break; }
  19. RS2Object rock = closestObjectForName("rock"); OR closestObject(<ROCK_ID>); currentRockId = rock.getId(); While mining constantly check if rock.getId() == currentRockId; if it is not the same the rock you are currently mining changed id.
  20. Krulvis replied to blankite's topic in Archive
    http://osbot.org/mvc/sdn/scripts/15 Here are some free flax spinners.
  21. best snippet of the week will always go to xavier for writing trade hooks before they were added, led to the most succesful script evar hurr hurr
  22. polish is master jarba genius
  23. I personally wouldn't check for animation this way because there might be loop in the animation and a break which causes the bot to think that it is done animating though it is only looping the animation. Now ofcourse the rock you are currently mining will probably still be the rock it sees as new closestObject but this does cause the script to click it again.
  24. If you are willing to do DT on my account then you can lend it

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.