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.

Nitrousek

$100.00 Donor
  • Joined

  • Last visited

Everything posted by Nitrousek

  1. Shame on it!
  2. If you took boobs out of life equation, it'd suck as well. What you are proposing goes against the nature, so the answer is no.
  3. veryshort planksPerHour = (veryshort)(3600000d * planksCreated / System.currentTimeMillis() - startTime); Your short actually wouldn't work if he started the script and crafted items instantly // for many scripts
  4. He can hold planksPerHour as integer, there's no need for long, as it won't even exceed 2k. Also, he doesn't need to reverse order, if he changed the number to double. (3600000.0) or (3600000d). The resulting double will be converted back to integer without any problems. int planksPerHour = (int)(3600000d * planksCreated / System.currentTimeMillis() - startTime);
  5. Yes, and my method would work just fine, if you care to test.
  6. Nitrousek replied to a post in a topic in Scripting Help
    You don't need to grab the x,y in the position, you need to: 1. grab the position from position[] 2. check the current closest position from that array and assume it's your position (so now check the array starting from this position and find closest) 3. then walk the next position, (if it exists and if your distance from the last position is bigger than X) All you need to do this is: Simple Position(parameter Position[]) and void (parameter Position[]) functions. 2 Simple for loops. map.distance(position) map.walk(position) If you really want to you can also use canReach. You should probably also make it not spam-click too much. That's how I'd do it anyway. If you still can't do it you can contact me on PM, with any scraps that you've been trying.
  7. That's what she did.
  8. Don't listen to this guy ^, just use my method, should work. If it doesn't something is wrong with something else you have not shown.
  9. public int getPerHour(int value) { if (System.currentTimeMillis() - startTime > 0) { return (int) (value * 3600000d / System.currentTimeMillis() - startTime); } else { return 0; } } and use in onPaint() like this: g.drawString("" + getPerHour(planksCreated), x,y);
  10. You have not supplied enough information. Also, I'm assuming that's not everything you have for determining planksCreated planksCreated += client.getInventory().getAmount(userChoiceP); You haven't even shown us what data types those all are.
  11. Mother of dragons uses dragons to pick dem flag, easy, 100k flax/ph right?
  12. Hey, how hard are they to sell / what are they used for?
  13. She hot? Give me number pls... PS. I'm kinda rich, so give her a good word about me ;D.
  14. I am the graphics god, he's at best my apprentice. Especially when it comes to animation, lols.
  15. OMG I ALWAYS NEEDED THOSE TO CREATE MY SCRIPTS BASED ON HEIGHT AND WEIGHT OF NPCS... BUYING NOW.
  16. or is a PLAYA! (who will soon lose his gf)
  17. bought 2 bonds, ty.
  18. socks5 proxies are supported by OSBot.
  19. Well, if they don't fix it, I'm not gonna release the script. I don't see the point in transition when I'm supposed to work on something that simply doesn't work.
  20. Just converted one of my smaller scripts - Tutorial island script - for OSBot 2. Took me about several hours to get a hang of the API. Another several to actually change the code. Now, after all this time, I run the script to see how it runs. I seriously was naive enough to believe it would run. Well, it doesn't. ColorPickers method, isColorAt() - http://osbot.org/osbot2_api/org/osbot/rs07/api/ColorPicker.html Does not work (throws more nullpointers then me searching for my biological parents). java.lang.NullPointerException at org.osbot.rs07.api.ColorPicker.isColorAt(jf:41) My script is entirely based on ColorPicker.
  21. What world do you live in Gilgad XD? Equivalent would mean that's the same script, by the same script maker. No one would make a slayer script in that case (no one makes it anyway due to the work needed).
  22. It's okay, you'll go to sleep, then you'll try to login, then suprise suprise.
  23. That's what she said. But yeah, I'm still tweaking stuff ^^.
  24. Currently it's just a beta. Everyone who purchased any of my script worth more than one buck, can claim this script from me for free by contacting my skype: Ja5io1 Other than that, once I build this script into something bigger than just tutorial island, for example, when it also has options to suicide combat on goblins, train on chickens, fish some fish and woodcut nearby trees after finishing tutorial island, I'll release this as a script which will start people their new accounts without any hassle. Would most likely cost about $3 to $4. Video of it handling tutorial island coming in few minutes: 6:25 tutorial island, not bad huh?

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.