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.

If i were to start scripting...

Featured Replies

If i were to start scripting right now, what would be the best way to learn/start? smile.png

(no coding knowledge except front end design/web development)

start with learning basic java -> 

  understand basics? yes -> look at osbot tutorials & local open sourced scripts + API   |  No -> study java

 

As Chris stated, learn the basics of Java first. That's a necessity.

It's best to have a good understanding of Java before scripting, afterall there's no point in making scripts that someone has already made a better version of. It's like reinventing the wheel, but instead of making it circular it's rectangular and doesn't operate nearly as well. You won't get very far.

If you're doing it for fun, then have it at. Just don't be surprised if you're being banned left and right because you left a ton of bugs in your code that make your script easily detectable.

 

Edited by Thunderwaffe

  • Author

start with learning basic java -> 

  understand basics? yes -> look at osbot tutorials & local open sourced scripts + API   |  No -> study java

 

Nice advice thanks!

If you have web development knowledge, then scripting should be really easy for you pick up. 

 

Firstly, you want to pick out an IDE; IntelliJ, Eclipse

 

Once you've installed Java JDK 8.0+, open up your IDE and create a new project. For now you should ignore basic scripting and learn to do simple tasks in raw java such as; hello world, printing data types and objects, understanding of methods and their return types, parameters, fields, and constructors, and most importantly, understanding object references in memory. Once you're able to make a basic java application that can successfully use the core basics of Java, only then should you attempt to make a basic script. Understanding object references and their return types is going to save you a lot of headache when you're first starting to script.

 

  1. keywords  
  2. primitive data types
  3. method structure
  4. parameters
  5. fields
  6. constructors

 

That's just to scratch the surface, but you can write a basic script with only knowledge of keywords, primitives, and method structure. The rest is only needed for more complex scripts. 

 

If you're a visual learner, then I suggest watching Bucky's Java tutorial series on YouTube up to at least video 35 for a good grasp on how to make an intermediate script. 

 

Good luck

Edited by Purple

  • Author

If you have web development knowledge, then scripting should be really easy for you pick up. 

 

Firstly, you want to pick out an IDE; IntelliJ, Eclipse

 

Once you've installed Java JDK 8.0+, open up your IDE and create a new project. For now you should ignore basic scripting and learn to do simple tasks in raw java such as; hello world, printing data types and objects, understanding of methods and their return types, parameters, fields, and constructors, and most importantly, understanding object references in memory. Once you're able to make a basic java application that can successfully use the core basics of Java, only then should you attempt to make a basic script. Understanding object references and their return types is going to save you a lot of headache when you're first starting to script.

 

  1. keywords  
  2. primitive data types
  3. method structure
  4. parameters
  5. fields
  6. constructors

 

That's just to scratch the surface, but you can write a basic script with only knowledge of keywords, primitives, and method structure. The rest is only needed for more complex scripts. 

 

If you're a visual learner, then I suggest watching Bucky's Java tutorial series on YouTube up to at least video 35 for a good grasp on how to make an intermediate script. 

 

Good luck

 

Tremendous reply there Purple, i'll check bucky's channel out. I'm excited..whipit.gif

Chek this out: 

 He's a bit annoying but he provides a lot of information

Edited by Thunderwaffe

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.