Rs Bots Pro Posted April 24, 2013 Author Share Posted April 24, 2013 currently working on 3 websites for work irl, 2 or 3 scripts for here and trying to find times when i dont want want to just sit down and sleep lol i might do more in a new thread soon Link to comment Share on other sites More sharing options...
2007 Posted April 25, 2013 Share Posted April 25, 2013 great work rs plan to make an easy script soon Link to comment Share on other sites More sharing options...
Rs Bots Pro Posted April 25, 2013 Author Share Posted April 25, 2013 thanksss doodles! im working on a big script atm. Link to comment Share on other sites More sharing options...
EazyE Posted April 26, 2013 Share Posted April 26, 2013 when you put the size amount e.g the bytes,short,longs,floats etc. You might want to mention that you can have a string as a number then you can parse it whenever you want much easier and better in some circumstances. Link to comment Share on other sites More sharing options...
Nicholas Posted April 27, 2013 Share Posted April 27, 2013 dang!right off of java's website!! Link to comment Share on other sites More sharing options...
Rs Bots Pro Posted April 30, 2013 Author Share Posted April 30, 2013 dang!right off of java's website!! i'd love to see the link as proof of your statement because i wrote all three tutorials myself and as such they are my own work under DMCA. Link to comment Share on other sites More sharing options...
danieljvdm Posted April 30, 2013 Share Posted April 30, 2013 Good, wholesome tutorial, but I don't see why everyone keeps making tutorials when there already are amazing ones out there... youtube.com/user/thenewboston is EXCELLENT... I supplemented my high school AP computer science course with his videos and it was perfect. Link to comment Share on other sites More sharing options...
JoeX Posted May 1, 2013 Share Posted May 1, 2013 I have some computer programming knowledge as I took a class for it junior year in high school. I'm considering trying to make my own simple bot and teaching myself java. My question is, when I was learning coding everything had to have a name. Where do I find the names for everything is rs or do I name them something myself?? Ex. If I wanted my player to attack a goblin, what would I name my player and the goblin? Would be great if someone could answer. Hope I'm making sense. Link to comment Share on other sites More sharing options...
Jakumov Posted May 1, 2013 Share Posted May 1, 2013 Keep up the good work, very helpful guide Link to comment Share on other sites More sharing options...
Rs Bots Pro Posted May 4, 2013 Author Share Posted May 4, 2013 I have some computer programming knowledge as I took a class for it junior year in high school. I'm considering trying to make my own simple bot and teaching myself java. My question is, when I was learning coding everything had to have a name. Where do I find the names for everything is rs or do I name them something myself?? Ex. If I wanted my player to attack a goblin, what would I name my player and the goblin? Would be great if someone could answer. Hope I'm making sense. Every monster in RS has a id, for example 4523. You assign that number to a variable like so : int Goblin = 4523; Link to comment Share on other sites More sharing options...