Syndo Posted May 15, 2020 Posted May 15, 2020 (edited) I want to get into programming bots for osrs and i want to start with a account creator creating accounts is one of my biggest problems right now and i thought that making a acc creator myself would help me learn programming and fix my problem i wanted to know in what language should something like this be programmed in? python/java/ or something else. i know the basics of osrs acc creation bots - they need the 2captcha API key to solve captca and they need proxies. About the proxies, should they be purchased ones or can they be just the ones off the free proxies lists, or should they be made just on my home ip? Any tips would be great! Thanks! Edited May 15, 2020 by Syndo
shreder Posted May 15, 2020 Posted May 15, 2020 Honestly making a account creator would be more challenging especially if you're just starting off. Maybe check the pinned threads for more beginner resources.
arbicrax172 Posted May 15, 2020 Posted May 15, 2020 (edited) Since the above is open source it should serve to be a good place to pick up what you'll need to make your own, that or just use this one Edited May 16, 2020 by arbicrax172
Kramnik Posted May 16, 2020 Posted May 16, 2020 Some people use Selenium to make account creators. Also do not use free proxies! That's a suicide
Son Christmas Posted May 21, 2020 Posted May 21, 2020 On 5/16/2020 at 4:25 AM, Kramnik said: Some people use Selenium to make account creators. Also do not use free proxies! That's a suicide If you plan on mass creating accounts Selenium is far too inefficient cpu & Ram wise and solving the captcha on that page is probably more tough than just sending requests.