Mother/child method automation

otc

Junior Member
Joined
Jan 16, 2022
Messages
106
Reaction score
30
Hi guys i’m looking to start a mother child method but don’t know how to automate each account. What automation tool do you guys recommend
 
Hi guys i’m looking to start a mother child method but don’t know how to automate each account. What automation tool do you guys recommend
You need to find a very excellent programmer . according to my knowledge automating the Mother slave strategy would be a very difficult task . As lot lot many Actions has to be done to successfully run the strategy , it would frequently block or disable the account . you may otherwise do it manually, it would be little easy .
 
You need to code your own or hire a programer to code it for you.
Public ones got busted long time ago.
so is something like browser emulation safer?
 
You need to code your own or hire a programer to code it for you.
Public ones got busted long time ago.
also do you need to buy aged instagram accounts? and is residential proxies the best? where do you get them from?
 
I made this bot couple months ago for someone and it took long time to create it and still updating when its needed. From mine experience best is to buy aged accounts and 4g proxies.
 
I made this bot couple months ago for someone and it took long time to create it and still updating when its needed. From mine experience best is to buy aged accounts and 4g proxies.
Hello, in fact I’m looking for a program/bot to run 100 instagram accounts for a mother/child method in instagram. The main function for this bot for each account is to: Follow the followers of inputted @ of various competitors, if they follow me back to send them a DM telling them to check out my page.



Some of the functions needed for this are:

-proxy support for each account

-created embedded browsers for the actions on each account so it looks as human as possible so there is no API

-to access the accounts through the embedded browser on each proxy if i need to manually check the bio or post etc of each account

-some element of randomisation in order to make the bot look as human as possible

-Be able to track new followers in order to send them a DM funnelling them to my main account



Randomisation and human like features:

As Instagram is also checking the action pattern like if u take same amount of action daily at the same time they will detected it

so to prevent that the bot has to have random features such as:



1. it will need to randomly go to feeds and like and scroll

2. it has probability in scheduler too

3. the bot has to have random action limiter too

did your bot have these functions if so i’d be interested in your service
 
I tried run 4 month old account with my home made 4g proxy. I ran it with jarvee last year Dec, got banned immediately. Good thing I had my own simcard so I can just take it to the store and told them my sim card is not working - so they gave me new one and it didnt cost me extra. I only have 5 simcards that makes 5 dedicated IP addresses with 5 proxy, it costing me about $500 every month. (3phones + 5sim cards and data plan). If you rent 4g proxy it will cost you lot more than this. This is still not enough for creating 100 instagram accounts. If anyone know safe way to do 20 accounts in 1 4g proxy please let me know... I am also curious
 
I tried run 4 month old account with my home made 4g proxy. I ran it with jarvee last year Dec, got banned immediately. Good thing I had my own simcard so I can just take it to the store and told them my sim card is not working - so they gave me new one and it didnt cost me extra. I only have 5 simcards that makes 5 dedicated IP addresses with 5 proxy, it costing me about $500 every month. (3phones + 5sim cards and data plan). If you rent 4g proxy it will cost you lot more than this. This is still not enough for creating 100 instagram accounts. If anyone know safe way to do 20 accounts in 1 4g proxy please let me know... I am also curious
do you use https://proxidize.com/ ?
 
Don't use Jarvee, it leaves too many footprints.


The IP addresses are not static, are they? So simply rotate them to use the next account.
IP automatically rotates every min (Not the internal IP), proxy + port doesn't. I am using free- basic version script so it doesn't have manual rotating or sticky IP feature (This will cost Enterprise plan $1600 extra I think)
 
IP automatically rotates every min (Not the internal IP), proxy + port doesn't. I am using free- basic version script so it doesn't have manual rotating or sticky IP feature (This will cost Enterprise plan $1600 extra I think)
Then you should switch to another software really soon. This sounds horrible to me.
 
You should avoid making an embedded browser as it will require alot of factor to be detected as safe. For accounts automation, you should user automated chromebrowser with good fingerprint.

Fingerprints:
-Set an useragent;
-Set a language;
-Enable javascript
-Set plugins;

Automate IG:
For IG i would recommand Java as java have a class named Action that reproduce a real human movement. This is all the problem is about "being human". You need to create a Class that generate random movement and alot of dif cases that will be picked randomly(System.Random()). Randomize click, movement, keyboard key press, scrolling, Thread.Sleep, etc.

MultiThreading:

This is where it will be abit more complicated. As you run asynchronously you want that each ip belong to a particular account and you'll need to pull the async task in the right order so browsers and assigned proxies wont be mixed. You'll need to use var myVar = Task.Run(()=> and wait for each thread to receive a specific value to start.

This is how u counter bot detection.

Good luck
 
Im new to the mother/child method. But I'm very interested if anyone offers any services related to this method!
 
Back
Top