Jump to content

Are there any scripts to observe and learn?


Recommended Posts

Posted

I used to code on C, C++, so i am aware of basics but the thing is i have never coded on java.

 

I want to observe some simple scripts so that i can learn how to use code to interact with in-game stuff. I tried to use downloadable scripts from the forums to learn stuff, but i couldnt get myself to open those jar files as code.

 

I am not very good at coding, and i have no clue about java, but i have seen some tutorials here on the forums and logic seems to be something that i m familiar with. I would be very thankful if some1 could tell me where can i find scripts to observe their coding or how to open those downloadable scripts to see their code (if they are not protected).

 

thx in advance :)

Posted (edited)

Not that i am a pro or something but school learned me this:

 

Focus on:

 

Java is a language that requires every line of code on the right place. For example: With PHP you can add variables everywhere in your script. In Java you need to define it at the top of the page. Java reads your script from top to down.

 

Focus on these things if you don't know what this means:

 

* If/else statements

* Getters and setters

* JavaFX or Java Swing

* Know when to use private or public

* Static or not static

* Seperating classes

* Booleans, strings and ints.

 

Goodluck mate. I don't think it will be too hard because you already have programming knowledge.

Edited by Sebastian
Posted (edited)

Not that i am a pro or something but school learned me this:

 

Focus on:

 

Java is a language that requires every line of code on the right place. For example: With PHP you can add variables everywhere in your script. In Java you need to define it at the top of the page. Java reads your script from top to down.

 

Focus on these things if you don't know what this means:

 

* If/else statements

* Getters and setters

* JavaFX or Java Swing

* Know when to use private or public

* Static or not static

* Seperating classes

* Booleans, strings and ints.

 

Goodluck mate. I don't think it will be too hard because you already have programming knowledge.

thx buddy smile.png

 

Edited by ziex
  • Like 1

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...