Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/14/15 in all areas

  1. A few people have asked me things like where I went to school and how long have I've been programming, as well as why I'm here seeing how I don't bot nor play RuneScape anymore I'll keep this short: I've been programming for around 7 years, I've never attended school for programming (took a few free courses on a variety of subjects, although I tend to switch to studying independently) and some subjects I find most interesting include machine learning, in-depth decision making (logic and design) and resource monitoring. Here's a little explination of how I got here: A friend of mine requested some help with a script he was (attempting) to write. Helping him out actually sparked some interest. I asked him which site he was using, since I know that cheap mf wouldn't be scripting if he had to pay, so I dropped by. After losing 3 of my commonly used usernames, I was finally able to join, allowing me to check out the forums. I made a few (hopefully helpful) posts before deciding to write some articles on programming, which I'm current in the process of. This is what's keeping me here: My main interest right now, in relation to botting, would be decreasing the exhaust rate of certain clicking and path finding situations. Being an ex-RuneScape player myself, I've notice the duration of time a few humans may spend on the game is unbelievable. Seeing how reptuable people claim accounts don't get banned for just being logged in using a bot client, possibilities are most likely being exhausted too quickly, leading to a small cluster of possible choices within time. To me, this fits in perfectly with the "botting is alright, as long as you take breaks" theory. Variety is another important concept, although not as important as exhausting randomness. What questions me is why there isn't a script that allows you to choose multiple skills (or even quests and minigames), then set some conditions (or have some generated) to give the illusion that the bot has a schedule; the realistic nature may depend on how detailed the developer specifies the conditions. Those are the subjects I'm currently looking into, as well as a side-project that will hopefully contribute to finding techniques Jagex uses to scout bots. This is what's keeping me here. I can't make any promises as to how much I can contribute, but if you're interested in helping the cause, feel free to let me know. I'm also always willing to answer any questions you might have about a subject (assuming I understand it). Hoping to achieve API Designer rank to help improve and diversitise the tools scripters use to create scripts, so wish me luck! Thanks for the warm welcoming I've gotten so far, and sorry for the long post, considering I said I'd keep it short. Feel free to spark up a conversation with me about anything
    6 points
  2. Just wait for it. Watch my name Update: boom
    5 points
  3. do you know how much food you could have gotten with that
    5 points
  4. 2 points
  5. ^ where did you go on jun 20th boy and are you back, you've never updated your status!
    2 points
  6. Here is the pilot episode of Gielinor Wakes. A web series featuring a real life boy who wakes up in the animated, world of RuneScape. Video: https://www.youtube.com/watch?v=n8pK4xwHOV0
    1 point
  7. This offer will run until January 21st, 2015. If you need any help feel free to pm me, basically you just go to store click the product, check out and below you can see "I have a coupon to use" click that and type in "sponsor" and that code can be used for Lifetime Sponsor or regular Sponsor for 25% off. You can see below the price with the discount!
    1 point
  8. cringed really hard cool idea but cheesy as f
    1 point
  9. The scripting API has changed from when that video was made, API is the new API for OSBot 2. Also there are tons of tutorials in the scripting section with guides from various scripters taking you through the steps of making your first script ^_^
    1 point
  10. 1 point
  11. The methods I make are the ones you need. No more no less. Mysteryy knows what you need better than you do. Trust me I'm not a doctor.
    1 point
  12. ran this for 15 hours straight, using 20 min breaks with 20min intervals, worked flawlessly, so impressed! great work apaec.
    1 point
  13. you could of got 99 McChickens just think about it
    1 point
  14. next time you see him kill him and make it look like a accident
    1 point
  15. im probably retarded but something to do with banks and polygonareas in api??
    1 point
  16. I saw him the other day in town, and there were no accidents in cambridge yesterday (or day before)
    1 point
  17. maybe its time to kill youself
    1 point
  18. I would if I had the chance.
    1 point
  19. The wrapper just wraps the accessor which is used to call the injected methods. This provides the abstraction needed for the average script developer. I'd suggest learning about how OSBot works before attempting any sort of projects :p
    1 point
  20. Fucking vote no gotta earn my gpz with a good amount of $$
    1 point
  21. For the sake of all things good vote no. You have the power.... to make a change!
    1 point
  22. EXACTLY the same way you do dharoks, but with the best range gear you can get and decent defence, remember: more defence = afk longer more ranged bonus = afk less long, more xp/h (honestly i dont think it would vary that much in xp/h, so i would go for more defence, not full rune or so u really need ranged bonus lol ;P) my setup was: toraqs helm fury black dhide body rune kite black dhide chaps d boots rune cbow broad bolts ava barrows gloves
    1 point
  23. Judging by your billing information I can see that we are practically neighbors - Excellent deal, and keep up the good work brother.
    1 point
  24. I was hoping for a mustang pic
    1 point
  25. Only reason why I am still listening is because I like your avatar
    1 point
  26. Hey man, im working on making a simple miner, with this should I use NPC's or objects, nd if I do the objects.get method what should it be put into like if(!myPlayer().isAnimating()){ if(inventory.isFull()){ inventory.dropAll(ore_id); } Entity rocks = objects.closest(rock_id); if(rocks != null){ rocks.interact("Mine"); sleep(random(25, 30)); } } I dont think that would be correc tho, because when I compile and export it has an error loading the class file it says, I came from rsbot so I know the background of coding, I just need help with this api
    1 point
  27. Do NOT add a sleep in the onPaint method OSBot subclasses the Canvas (specifically to override the getGraphics method) which allows us to paint directly over the game image buffer. Adding a sleep will not only make your paint update slower but also the game frame rate.
    1 point
×
×
  • Create New...