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.

jelknab

Members
  • Joined

  • Last visited

Everything posted by jelknab

  1. jelknab replied to Stealer's topic in Gallery
    the 3d picture doesnt really fit for the top of the site since it creates a contrast with al the 2d stuff around it, this would be perfect for multimedia like movies though,
  2. Hi, I think it would be a rather good idea to have the ability to voice chat over Teamspeak rather than type in the chat, this is quite usefull since you dont want to have the chat in your screen at all times or incase you just dont feel like typing. happycamel5 is kind enough to offer a teamspeak server hosted on his behalf for this community. Cheers.
  3. jelknab replied to Cory's topic in Archive
    Hey sexy.
  4. this is how I walk: public void WalkTo(String Location) throws InterruptedException { Position Pos = null; Position [] WalkPath = {}; int Radius = 8; int distance = 1000; if (Location.equals("bank")) { Pos = new Position(3271, 3167, 0); WalkPath = new Position [] { new Position(3304, 3148, 0), new Position(3282, 3151, 0), new Position(3270, 3167, 0) }; } if (Location.equals("house")) { WalkPath = new Position [] { new Position(3282, 3151, 0), new Position(3304, 3148, 0), new Position(3321, 3142, 0) }; } for (int I=0; I < WalkPath.length; I++) { if (myPlayer().getPosition().distance(WalkPath[I]) <= 2 && I < WalkPath.length-1) { Pos = WalkPath[I+1]; } else if (distance > myPlayer().getPosition().distance(WalkPath[I])) { distance = myPlayer().getPosition().distance(WalkPath[I]); Pos = WalkPath[I]; } } while (myPlayer().getPosition().distance(Pos) > 1) { distance = myPlayer().getPosition().distance(Pos); if (distance < 8) { Radius = distance; } int x = myPlayer().getPosition().getX(); assert Pos != null; int x1 = Pos.getX(); int y = myPlayer().getPosition().getY(); int y1 = Pos.getY(); double pureX = ((double) (x1 - x) / distance) * Radius; int dirX = (int)pureX; double pureY = ((double) (y1 - y) / distance) * Radius; int dirY = (int)pureY; walkMiniMap(new Position(x + dirX, y + dirY, 0)); WaitWalking(); } } public void WaitWalking() throws InterruptedException { sleep(random(150, 250)); while (myPlayer().isMoving()) { sleep(random(50, 150)); } }
  5. Jelknab - Jelknab Stealthy, slow and accurate. Not very good at long range, I like airvehicles and big maps. I play in a very supportive way for my team.
  6. script development board sounds better i think.
  7. Maybe you could add some stuff, right now its just an image with text, think of something :p! Be creative
  8. Not bad, but I'd like to see what other people have to offer aswell.
  9. Paying up to 500 k OSR gold + up to 5k lobsters and 1k sharks. I'm looking for a good quality paint for an upcoming script. If you are trusted over here i will definatly go first on the payment. This is for my Sorceress garden script. Suggestions space for: - Times succeeded - Times failed - Thieving XP - Farming XP - Time running Theme: Something that includes all sorceress garden's seasons. Be creative . I'm aware i pay above average, but i really want the best i can get for this script.
  10. I know its against the rules, but a few other long existing rs bots have lots of tutorials for java. Their api is different, but you can get a lot of general knowledge. Thats how im learning ;).
  11. Well, the guy was obviously a scammer, but I think you miss what I mean. I dont think there is anything wrong with funding the site by payments. But its more like buying something instead of donating. It always confuses me a little :-).
  12. Its great you get something back for the hard work, but just like the discussion we had with the guy selling his scrip through skype, isn't this more like buying privileges instead of donating?
  13. Yeah, areas need updating. I cant wait for the next update!
  14. jelknab posted a topic in Archive
    Hi, I am currently in the progress of learning to make bot scripts using java. I'm not an active poster, but I love to monitor the forums. I choose this bot for the active development team and continues updates. Right now I am making my first script; a socress garden herb/fruit collector. It can already do the winter garden, but most likely won't be released. I however already made an all supportive flawless Catherby fishing script for a colour bot. So I'm not all new to this ;p. I'm willing to make some friends here and become an experienced script writer for this bot.

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.