Jump to content

ExtraBotz

Suspended
  • Posts

    2513
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by ExtraBotz

  1. This is the release announcement: Here is a pretty good guide:
  2. Are you able to expand the window size using the mouse? You may need to do a variation of expanding the top and the bottom to the section you want, but it's inconvenient. You may also be able to change your desktop resolution. I'd recommend messaging the scripter or posting on the script thread specifically as this is a script specific problem.
  3. If you study hard you can learn the fundamentals of Java within 3 - 6 months. I'd also recommend studying algorithms and data structures for efficiency. You will be using a very high level language so the practical application of algorithms and data structures might not be there, but understanding them and how they work will make you a better script writer than any how to guide out there. Once you understand the basics of data and data types it's just a matter of figuring out the logic to move the data around and form it into what you need from it. The OSBot API makes that very easy as you'll have access to practically everything in the game with minimal code. All programming languages have one commonality and that is that they're used to move data. Understand the data and the basic logic of a programming language and then it becomes a matter of learning the syntax. Without data a computer/program is useless and has nothing to process.
×
×
  • Create New...