Jump to content

What would be the most effective way to learn scripting?


Recommended Posts

Posted

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?

 

Posted

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 happy.png ).

Posted

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. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...