|
|
|
|
|
by orange_puff
602 days ago
|
|
I really enjoyed the article, as I am also a nerd who has played runescape for what seems like forever now, and now most of my interaction with the game is via programming.
I have two types of bots I use mostly, color bots, where a screenshot is taken and objects are detected by their surrounding pixel colors, and basic click bots.
I've actually found that ~100 lines of python code using pyautogui is more than enough to automate tons of annoying aspects of the game. I am curious, is your Java client one of the many open source bot clients that actually calls into client code? Or is it some type of click script which does some repetitive inputs? I have had bad luck with the former in terms of getting banned. |
|