Instagram Account Generator and Random Email Generator
hi, Cracked.to.
I've been working on a Selenium-based Instagram Account Generator through OpenBullet to mass-produce Instagram accounts. The progress I have made seems straight forwards and I was hoping to walk Cracked.to through what I've achieved and get help figuring out what I should do next.
I will be providing the code I have been working with to anyone wanting to experiment themselves or help me along the way
MY PROGRESS
Show ContentSpoiler:
When first running the Instagram generator I was able to create 10 accounts using "Linden :)" as the full name alongside a random string of numbers and letters with an email domain added to the end. Looking something like this: [email protected]. After those accounts were made Instagram put a full stop on the program, sending Recaptcha, email verification and phone verification requests.
Afterwards, I attempted to use proxies to set the verification standards to a neutral level for each time I attempt to make an account. Sadly Instagram flags and detects open proxies, not allowing the usage of them to create accounts. The same thing goes for VPNs, Instagram will give you one creation attempt then block you out with verification requests.
To slip past the verification I made my program act in a more human-like behaviour. I added random delays between each input, more realistic emails and full names, along with Browser Action "Sendhumankeys". That had got me 15 more accounts before Instagram implemented another level of automation detection.
and that brings me to my guesses at what could be holding back my program.
"Device operations: information about operations and behaviors performed on the device, such as whether a window is foregrounded or backgrounded, or mouse movements (which can help distinguish humans from bots)."
CONCLUSION I need help figuring out what my next step is going to be with programming this Account Generator. I would take any support I could get, including people testing the config and giving me insights on how I can improve it.