spaxxii Posted November 12, 2022 Share Posted November 12, 2022 to learn to make my own scripts, do i need to learn to code java, or javascript? Or both? Quote Link to comment Share on other sites More sharing options...
Chris Posted November 12, 2022 Share Posted November 12, 2022 Java 8 1 Quote Link to comment Share on other sites More sharing options...
spaxxii Posted November 13, 2022 Author Share Posted November 13, 2022 9 hours ago, Chris said: Java 8 Thanks! And this is all? Or atleast the foot entery for it? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted November 13, 2022 Share Posted November 13, 2022 30 minutes ago, spaxxii said: Thanks! And this is all? Or atleast the foot entery for it? If you know some of the basics you can already start playing with some stuff 1 Quote Link to comment Share on other sites More sharing options...
spaxxii Posted November 13, 2022 Author Share Posted November 13, 2022 1 hour ago, Khaleesi said: If you know some of the basics you can already start playing with some stuff I have no basics at any coding what so ever, is whats said above the way to go? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted November 13, 2022 Share Posted November 13, 2022 4 hours ago, spaxxii said: I have no basics at any coding what so ever, is whats said above the way to go? You cna learn the basics while scripting but then you might give up quickly due to frustration But ya just learn some basic java 1 Quote Link to comment Share on other sites More sharing options...
Heiz Posted November 13, 2022 Share Posted November 13, 2022 If you understand Portuguese, you can watch this sequence of 7 videos I made to teach a friend: Quote Link to comment Share on other sites More sharing options...
brookpc Posted November 14, 2022 Share Posted November 14, 2022 Java all the way. The basics are key, but once you understand the concepts themselves, every other languages just becomes syntax. Just like with learning to speak a second language, as soon as you develop the knowledge, each following one becomes easier. I think scripting is an excellent starting point since you can make some pretty neat things with the most basic concepts of programming, especially in java. However, do keep in mind that you should do all of this beginner learning and testing on alts that you can expect to get banned. When you've mastered the basic concepts of implementing methods, variables, arrays, etc. You'll be ready to at least get started into learning some of the more complicated concepts such as more advanced randomization in your scripts, mouse movements, etc. For now, look into some good written or video tutorials (depending on preference) and get started there. While some of the super simple concepts might seem obvious, don't be tempted to skip over anything. It all ties together in the end after all. Good luck! Quote Link to comment Share on other sites More sharing options...