Anaesthetic Posted September 30, 2013 Share Posted September 30, 2013 Hello all, I am an avid runescape player (mostly RS3, but now I'm getting more into 07) and I am wondering if there are any good tutorials for getting to know the OSBOT API and how to script using OSBOT. I have minimal experience with Java, and I'm wondering if you guys know of any internet tutorials that are helpful/insightful, or you guys know of anyone who is willing to teach me. Thanks a lot! ~~Turd Ferguson~~ Link to comment Share on other sites More sharing options...
Solution Posted September 30, 2013 Share Posted September 30, 2013 start by not double posting topics just try basic java tuts on youtube and read through the API and u should be fine ;) 1 Link to comment Share on other sites More sharing options...
Wrecks Posted September 30, 2013 Share Posted September 30, 2013 LOL, Sniped. And I'm thinking of doing the same! Link to comment Share on other sites More sharing options...
Swizzbeat Posted September 30, 2013 Share Posted September 30, 2013 http://www.youtube.com/watch?v=Mdil7v1J5es He has a part two but I think those are the only two out on YouTube for OSBot coding. The video also assumes you have a basic understanding of Java. If you don't watch this (yes I know its long suck it up): http://www.youtube.com/watch?v=3u1fu6f8Hto Link to comment Share on other sites More sharing options...
Someluser Posted September 30, 2013 Share Posted September 30, 2013 YouTube tutorials. Don't only watch, but also practice. Link to comment Share on other sites More sharing options...
furysangel Posted October 1, 2013 Share Posted October 1, 2013 i would use thenewboston youtube tutorials for java his vids are really good also if you want i can help show u the basics i am a fairly new programmer myself but i seem to get around ok Link to comment Share on other sites More sharing options...
Zappa Posted October 1, 2013 Share Posted October 1, 2013 Honestly, do not start with Java, it is a medium difficulty programming language. Learn Turing first. It is the easiest language to learn (it is called the teaching language). Compsci.ca is the home of turing. Next, learn basic Java, then read the main API for OSBot, and start scripting Link to comment Share on other sites More sharing options...
Pleasent Posted October 1, 2013 Share Posted October 1, 2013 Honestly, do not start with Java, it is a medium difficulty programming language. Learn Turing first. It is the easiest language to learn (it is called the teaching language). Compsci.ca is the home of turing. Next, learn basic Java, then read the main API for OSBot, and start scripting Yeah man, if you want to make a big circle hit another circle, and bounce apart, learn Turing man I forgot to mention, these circles are flat 2 Dimensional objects that you drew in paint, or stole off of Google Sorry Zappa I took Turing in highschool, biggest waste of my time (BUT on your behalf you're right, its a great start to organizing and beginner scripting) ! I understood basic C++ at the time, so it pissed me off That's the only reason im so bias towards it! Link to comment Share on other sites More sharing options...
Mysteryy Posted October 1, 2013 Share Posted October 1, 2013 (edited) If you are wanting to learn to make scripts, you can start in java. If you have any programming background, or desire to learn java, you can learn the basics. Which is really all you need to make simple scripts. if(you want to do something){ do it;} Thats about how easy it is to make a basic script XD With the exception of having the refer to the api and what not. Edited October 1, 2013 by Mysteryy Link to comment Share on other sites More sharing options...
Zappa Posted October 1, 2013 Share Posted October 1, 2013 Honestly, do not start with Java, it is a medium difficulty programming language. Learn Turing first. It is the easiest language to learn (it is called the teaching language). Compsci.ca is the home of turing. Next, learn basic Java, then read the main API for OSBot, and start scripting Yeah man, if you want to make a big circle hit another circle, and bounce apart, learn Turing man I forgot to mention, these circles are flat 2 Dimensional objects that you drew in paint, or stole off of Google Sorry Zappa I took Turing in highschool, biggest waste of my time (BUT on your behalf you're right, its a great start to organizing and beginner scripting) ! I understood basic C++ at the time, so it pissed me off That's the only reason im so bias towards it! I thought it was too, but it is not. It teaches you the skills a programmer needs and how to think like a programmer and how to solve problems, which is needed to code anything. Link to comment Share on other sites More sharing options...
Pleasent Posted October 1, 2013 Share Posted October 1, 2013 Honestly, do not start with Java, it is a medium difficulty programming language. Learn Turing first. It is the easiest language to learn (it is called the teaching language). Compsci.ca is the home of turing. Next, learn basic Java, then read the main API for OSBot, and start scripting Yeah man, if you want to make a big circle hit another circle, and bounce apart, learn Turing man I forgot to mention, these circles are flat 2 Dimensional objects that you drew in paint, or stole off of Google Sorry Zappa I took Turing in highschool, biggest waste of my time (BUT on your behalf you're right, its a great start to organizing and beginner scripting) ! I understood basic C++ at the time, so it pissed me off That's the only reason im so bias towards it! I thought it was too, but it is not. It teaches you the skills a programmer needs and how to think like a programmer and how to solve problems, which is needed to code anything. That is a good point ! Link to comment Share on other sites More sharing options...
flaxspinner Posted October 1, 2013 Share Posted October 1, 2013 I had the same problem, but instead of starting with JAVA, I'm starting with Pascal then moving on to java. Link to comment Share on other sites More sharing options...
Mou Posted October 1, 2013 Share Posted October 1, 2013 Before jumping to osbot you'll more than likely want to go through the java docs. Link to comment Share on other sites More sharing options...
Seller Posted October 1, 2013 Share Posted October 1, 2013 If you go to school, take a computer Science course. You'll be reppin' the Development section in no time. ;) Link to comment Share on other sites More sharing options...
Anaesthetic Posted October 1, 2013 Author Share Posted October 1, 2013 Thanks for all the advice Link to comment Share on other sites More sharing options...