Juggles Posted March 28, 2016 Share Posted March 28, 2016 I want people's honest opinions here. I don't have much knowledge on scripting or how it works but I really want to learn how to do it. I feel like when I look at a script or watch a video on Java, I am completely lost. How should I go about starting to learn the language and the most effective way? Quote Link to comment Share on other sites More sharing options...
Extreme Scripts Posted March 28, 2016 Share Posted March 28, 2016 Learn Java, then learn scripting. www.youtube.com is your best friend. Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 28, 2016 Author Share Posted March 28, 2016 Learn Java, then learn scripting. www.youtube.com is your best friend. Whats the best way to learn Java? Quote Link to comment Share on other sites More sharing options...
Deceiver Posted March 28, 2016 Share Posted March 28, 2016 Whats the best way to learn Java? read a book do tutorials while reading/listening google it Quote Link to comment Share on other sites More sharing options...
Lemons Posted March 28, 2016 Share Posted March 28, 2016 https://docs.oracle.com/javase/tutorial/ Straight from the horses mouth, google will also help if you get stuck, if (and only if) google can't help you can ask in the Scripting Help forum as well. Quote Link to comment Share on other sites More sharing options...
Qubit Posted March 28, 2016 Share Posted March 28, 2016 take a community college course in programming.... Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 28, 2016 Author Share Posted March 28, 2016 I am currently doing Java on CodingAcademy, should I also do Java Scripts? Quote Link to comment Share on other sites More sharing options...
Lemons Posted March 28, 2016 Share Posted March 28, 2016 take a community college course in programming.... lolol, waste of cash. If anything at least go to a college/university with some merit. Quote Link to comment Share on other sites More sharing options...
Psvxe Posted March 28, 2016 Share Posted March 28, 2016 I guess I am like the only one that did learn java trough just writing programs and googling around if I couldn't get the answer here.. I advice you to follow some study though. Good luck Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted March 28, 2016 Share Posted March 28, 2016 If your goal is to write scripts and not to learn a programming language, you can just learn the bare minimum Java you need in order to start writing a script: methods/control flow/variables/statements. You can skip pretty much the entire OOP part of Java, and still write great scripts (since it's mostly the logic which defines a good script, not the design). Some people post their source in the Downloadable/Local Scripts section, I strongly advise you to look up some example scripts there (decompile them if there is no source ). Quote Link to comment Share on other sites More sharing options...
Explv Posted March 28, 2016 Share Posted March 28, 2016 I am currently doing Java on CodingAcademy, should I also do Java Scripts? Java and JavaScript are two completely different things. JavaScript is primarily for websites. Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 28, 2016 Author Share Posted March 28, 2016 Okay thanks for the info guys. I just ordered Head First Java and plan to read it over the next month. Quote Link to comment Share on other sites More sharing options...
Qubit Posted March 29, 2016 Share Posted March 29, 2016 lolol, waste of cash. If anything at least go to a college/university with some merit. he wants to learn the basics of programming not be 60k in debt like many of us. XD Quote Link to comment Share on other sites More sharing options...
GaetanoH Posted April 3, 2016 Share Posted April 3, 2016 Read a book, take evening lessons, study programming, watching youtube tutorials, actually making script on your own and being interested in it also helps a lot! Quote Link to comment Share on other sites More sharing options...
Juggles Posted April 3, 2016 Author Share Posted April 3, 2016 Read a book, take evening lessons, study programming, watching youtube tutorials, actually making script on your own and being interested in it also helps a lot! Yes scripting on my own has actually helped alot! I read the first few chapters of Head First Java and now I have a good background of how coding works. I have created 3 scripts so far. 2 of them that make over 200k/hour with no requirements and no other bots I am trying to expand my knowledge and will start on a new project this week. Quote Link to comment Share on other sites More sharing options...