Acke Posted June 5, 2017 Share Posted June 5, 2017 Looking to get into coding. I have too much freetime... I have no experiences with java atm. Are you using visual studio or something siple like a text document? I know there are a few guides but i can't find them anymore >.< Quote Link to comment Share on other sites More sharing options...
The Undefeated Posted June 5, 2017 Share Posted June 5, 2017 2 Quote Link to comment Share on other sites More sharing options...
Acke Posted June 5, 2017 Author Share Posted June 5, 2017 tyvm @The Undefeated Quote Link to comment Share on other sites More sharing options...
Charlotte Posted June 5, 2017 Share Posted June 5, 2017 Good way to start. Might be helpful. Even though I didn't complete the course. https://www.codecademy.com/learn/learn-java Explv tutorial works well too. Though you need at least some basics. 2 Quote Link to comment Share on other sites More sharing options...
Acke Posted June 5, 2017 Author Share Posted June 5, 2017 Just now, Charlotte said: Good way to start. Might be helpful. Even though I didn't complete the course. https://www.codecademy.com/learn/learn-java Explv tutorial works well too. Though you need at least some basics. Sure need some basic stuff Quote Link to comment Share on other sites More sharing options...
progamerz Posted June 5, 2017 Share Posted June 5, 2017 https://www.sololearn.com/Play/Java/ nearly same as code academy try it out for the basics 1 Quote Link to comment Share on other sites More sharing options...
Webtoon Posted June 5, 2017 Share Posted June 5, 2017 While I did go to school for Computer Science, what helped me the most was definitely working in real life scenarios with an already built site/application. As long as you have a basic understanding, I would highly recommend downloading an open source application or something and then tinkering around with what makes it work, then think of some modifications you could make to it, starting simple, moving towards more advanced ideas and adding them. I think this would be a nice way to start if you actually want to get into coding for things other than just writing scripts for bots. If you just want to write bot scripts, the tutorials on here would definitely be a good starting point for writing scripts. Most of the questions you run into, you can Google and there will usually be a ton of sites that will have similar questions to yours, albeit maybe worded a bit differently. Don't be afraid to ask questions, but Google first and it will be your best friend throughout your programming journey. 1 Quote Link to comment Share on other sites More sharing options...
Magerange Posted June 5, 2017 Share Posted June 5, 2017 (edited) Started looking into scripting about a month ago, also with no prior knowledge. Started with codeacademy, then moved on to Apaec and Exp101lv tutorials. Both are great and cover most if what you need! With a bunch of *probably to most here* annoying questions I've managed to create a few scripts. The code is, by no means perfect, but it gets the job done and I am fine with that. You can do it too Edited June 5, 2017 by Magerange 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted June 5, 2017 Share Posted June 5, 2017 42 minutes ago, acke1995 said: Looking to get into coding. I have too much freetime... I have no experiences with java atm. Are you using visual studio or something siple like a text document? I know there are a few guides but i can't find them anymore >.< I used the free course at udacity. I don't know java well, but well enough to write my own scripts. 1 Quote Link to comment Share on other sites More sharing options...
Acke Posted June 5, 2017 Author Share Posted June 5, 2017 Care to show one of your scripts so that i can see what they look like? You don't have to if they are too good or just want to keep them for yourselves :P Quote Link to comment Share on other sites More sharing options...
Solution Posted June 5, 2017 Share Posted June 5, 2017 I would recommend getting a basis first before starting to look into scripting! While it can be a good way to learn, starting scripting without a solid basic understanding can lead to picking up some bad habbits down the road! That being said, if you do want to start scripting right away, I would recommend having it reviewed by other people who can point on said bad habbits and mistake you might make! Goodluck! Quote Link to comment Share on other sites More sharing options...
Acke Posted June 5, 2017 Author Share Posted June 5, 2017 2 minutes ago, Solution said: I would recommend getting a basis first before starting to look into scripting! While it can be a good way to learn, starting scripting without a solid basic understanding can lead to picking up some bad habbits down the road! That being said, if you do want to start scripting right away, I would recommend having it reviewed by other people who can point on said bad habbits and mistake you might make! Goodluck! I am currently working on the basic stuff. Probably won't start making any scripts for osbot. Quote Link to comment Share on other sites More sharing options...
Mumble Posted June 5, 2017 Share Posted June 5, 2017 I'm not gonna link anything more because every link you'd probably need is in this thread, if you have a question or are confused about something feel free to hit me up. 1 Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted June 5, 2017 Share Posted June 5, 2017 I'd start with codeacademy, it's not the best but it gave me a better understanding of if's, else's, array's etc. Then from there Explv's tutorial is good at getting an understanding of the basic parts of writing a script.. After a massive if else script I began following Apaec's State system and that's what I now use Eventually may progress onto a node type system but we'll see. Best of luck and if you need anything just pm Quote Link to comment Share on other sites More sharing options...
Acke Posted June 5, 2017 Author Share Posted June 5, 2017 Ok, sat with codeacademy for about 1-1.5h . Still struggling with the easier stuff but i think i've learned some Shouldn't excpect too much i guess c: Quote Link to comment Share on other sites More sharing options...