Ive been working on an rs bot for the past few hours. I got pretty close to finishing it to where it could work but I am tired. I have finished most of the bot except the scripting system needs to be touched up and rapaired... I might finish it later when i get membership back but anyone wanting to fix it and post it can. The bot is a colorbot and has several commands like this in the script:
You add the RGB colors you want at the top like so:
[rgb]255,255,255
[rgb]255,255,255
[rgb]255,255,255
[rgb]255,255,255
and you commands like these:
exitall -exit bot and the client
exitprocessoncolor() -exit on one of the rgb colors of array ex. (3)
humanmousemoveandleftclick -move to nearest rgb pixel and left click

humanmousemoveandrightclick -move to nearest rgb pixel and right click
humanmouseclick(lfr) -left click
humanmouseclick(rgt) -right click
humanmousemove -moves mouse to closes rgb color
humancamerarotateleft(5) -Not yet added... be really easy to add(good for anti ban)
humancamerarotateright(5) -Not yet added... be really easy to add(good for anti ban)
restartscript -restarts script
rgb is the static color for everything... I thought about making an array for arrays so u would have more of a selection of what u do with colors but decided i might just do that next update instead..
The scripting system doesn't seem to work very well or i constructed it wrong. I spent about 20-30 minutes on it no joke.. However, it does add the colors to the array and when you add the exitall command that does work.. so just look at the code.
Download in description