Botre Posted April 16, 2015 Posted April 16, 2015 Just noticed I got smurfed into the smurf club About one year ago I knew nothing about programming. Thanks to everyone who helped me, endured me, proved me wrong, supported me, encouraged me, rejected me, etc... :') 9
Fantabulous Posted April 16, 2015 Posted April 16, 2015 Congratz, I dont even know the difference between sdn and official 1
The Hero of Time Posted April 16, 2015 Posted April 16, 2015 "About one year ago I knew nothing about programming." srsly? damn... oh b4 i forget.. gz! 1
Spacecowboy Posted April 16, 2015 Posted April 16, 2015 (edited) Oh man i'm aspiring to be where you are man !!. I am just getting into serious botting but I've dove in head first and am optimistic for my future in Gold Farming,Scriptmaking, Ect. Congratulations on all your success brother (I hope to be making a similar post a year from now) Best of luck. Edited April 16, 2015 by Spacecowboy 1
Khaleesi Posted April 16, 2015 Posted April 16, 2015 (edited) Looks like I'm not the only 1 Edited April 16, 2015 by Khaleesi 2
Apaec Posted April 16, 2015 Posted April 16, 2015 Coin coin = new Coin(); coin.toss(); if (coin.isHeads() || coin.isTails()) System.out.println(":doge:"); 1
Gnomedesto Posted April 16, 2015 Posted April 16, 2015 About one year ago I knew nothing about programming. I took one programming logic class and the most difficult thing we went over were loops and arrays. Any ideas where I should start learning more? I'd like to script bots, so is there any area I should focus particularly on? List websites/videos or whatever that you think I should take advantage of. How can I start applying my knowledge to botting right now? I'd really like to do some hands on work
Apaec Posted April 16, 2015 Posted April 16, 2015 I took one programming logic class and the most difficult thing we went over were loops and arrays. Any ideas where I should start learning more? I'd like to script bots, so is there any area I should focus particularly on? List websites/videos or whatever that you think I should take advantage of. How can I start applying my knowledge to botting right now? I'd really like to do some hands on work You know about loops and arrays, thats more than I knew when I started. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ For coding scripts, it's often quite hard when you start to relate your java knowledge in the osbot context. In that tutorial I use a state-based framework. Just take advantage of the framework to experiment with your own methods and code and i'm sure you'll be able to figure it out apaec