Can Instagram detect I'm using ADB bridge?

automated warm hole

Registered Member
Joined
Aug 19, 2020
Messages
62
Reaction score
17
I want to use ADB to automate follow/unfollow, like and post directly from android app inputting touch events. I don't want to do anything crazy just manage 3 accounts at most.

Obviously I would try to add as many random touch and swipe patterns as possible as to make it look like a real user.

The phone is connected via my home internet router but 4g sim is also possible.

I even have code for lowering the battery % through commands just in case they see it fishy always being 100%.

Also the module for the bot that can recognize like buttons and icons and then return the screen coordinates of said element in order to inject input at said location is ready.

I don't know if I'm forgetting about something I should add. Is ADB the pinnacle of botting? Can the IG app know that you're on debugging mode or that the inputs are injected through command on the shell?

Thanks my dudes
 
I guess you will be fine :) what did you use for your module?
 
I want to use ADB to automate follow/unfollow, like and post directly from android app inputting touch events. I don't want to do anything crazy just manage 3 accounts at most.

Obviously I would try to add as many random touch and swipe patterns as possible as to make it look like a real user.

The phone is connected via my home internet router but 4g sim is also possible.

I even have code for lowering the battery % through commands just in case they see it fishy always being 100%.

Also the module for the bot that can recognize like buttons and icons and then return the screen coordinates of said element in order to inject input at said location is ready.

I don't know if I'm forgetting about something I should add. Is ADB the pinnacle of botting? Can the IG app know that you're on debugging mode or that the inputs are injected through command on the shell?

Thanks my dudes


ADB has nothing to do with IG APP directly, so NO. You are safe.
BUT you must prepare for ugly days where the UI eliments will be changed. For now you are JUST FINE.



Regards,
AD
 
Nope, that's how I've automated automation creation of over 2000 accounts/day with 4 proxies. The accounts are really high quality, created with mobile proxies and I didn't have any issues so far. But when there will be some algo updates, you'll have a little trouble just that you'll have to rearrange the missing elements
 
Yes, you are good to go. Just keep an eye when they update the app look to match the new positions for touch. Otherwise, randomise as much as you can, and if you want to use 3 accounts, just
 
Nope, that's how I've automated automation creation of over 2000 accounts/day with 4 proxies. The accounts are really high quality, created with mobile proxies and I didn't have any issues so far. But when there will be some algo updates, you'll have a little trouble just that you'll have to rearrange the missing elements
Hello! man how you break the account limit? i use the airplane method but did not work.
 
Hello! man how you break the account limit? i use the airplane method but did not work.
I'm using mobile proxies but any other sim carrier that switches the IP can work. If it doesn't change your IP after airplane means they have disabled that feature and you should use mobile proxies that rotates or another carrier instead :)
 
I'm using mobile proxies but any other sim carrier that switches the IP can work. If it doesn't change your IP after airplane means they have disabled that feature and you should use mobile proxies that rotates or another carrier instead :)
nice my ip change too... but a last question xD you have rooted phone? any special method or something? or is just deleting instagram data and ip change?
 
nice my ip change too... but a last question xD you have rooted phone? any special method or something? or is just deleting instagram data and ip change?
Yes, I've got some custom apps for changing every little fingerprint and a pretty capable emulator that is rooted as well.
 
Yes, I've got some custom apps for changing every little fingerprint and a pretty capable emulator that is rooted as well.
About clicking where you need to click, I was thinking about screenshotting the current screen then comparing it with a png of the button in question you want to click to know in what coordinates it is using a pixel color array. Is this not required?

A real user swipes down the feed, likes pics makes random comments on memes etc, I've done +100 different swipe touch events recording my own manual swipes, if I'm at the start of the feed the like button for example will be higher or lower on the screen depending on how long or short my swipe was.

I'm going overboard with this? Is having an account that only follows/unfollows and posts content not fishy?

Right now I was looking for growing accounts and selling them, don't they make you verify your newly created accounts by phone and/or mail?

Thanks for the info man, your comments really helped.
 
tested also.. 2 cell phone with 4G network..
as long your bot work like human being, you will be fine..
add sleep mode in your bot.. close app and open if got notification from IG..
 
100% Safe, been using it ever since the big changes happened and everyone was saying automation was dead .

You can automate with peace of mind ussing phone with ADB
 
I even have code for lowering the battery % through commands just in case they see it fishy always being 100%.
Splendid
 
I need help:( , for complex realistic swipes I do getevent to record and sendevent to replicate but a swipe can be a couple hundred commands, invoking sendevent hundreds of times per second makes it go super slow, do you guys get away just by using

adb shell swipe x y x y duration or tap x y?

If the sendevent is required, what do you guys do? I found this: https://github.com/rils/ARP/ it records lots of touch events in files and then you can play them even without this program, in your own bot. However for some reason this project a little old and it doesn't even open it throws an illegal argument exception when I open it in console saying it can't find adb location, even when my adb is installed in my sdk platform tools folder.

Would apreciate the help, if you have any question about doing a bot like this feel free to ask.
 
I need help:( , for complex realistic swipes I do getevent to record and sendevent to replicate but a swipe can be a couple hundred commands, invoking sendevent hundreds of times per second makes it go super slow, do you guys get away just by using

adb shell swipe x y x y duration or tap x y?

If the sendevent is required, what do you guys do? I found this: https://github.com/rils/ARP/ it records lots of touch events in files and then you can play them even without this program, in your own bot. However for some reason this project a little old and it doesn't even open it throws an illegal argument exception when I open it in console saying it can't find adb location, even when my adb is installed in my sdk platform tools folder.

Would apreciate the help, if you have any question about doing a bot like this feel free to ask.
not sure what language you use..
if python, check this :
Code:
https://github.com/openatx/uiautomator2
i use it.. for swipe working good..
the problem with that module, they auto install apk on your cell phone..
but their repo seem active and loots of contributor.. also i use 2 cell phone for boting only, not for daily use..
so i don't have any problem with that..
 
not sure what language you use..
if python, check this :
Code:
https://github.com/openatx/uiautomator2
i use it.. for swipe working good..
the problem with that module, they auto install apk on your cell phone..
but their repo seem active and loots of contributor.. also i use 2 cell phone for boting only, not for daily use..
so i don't have any problem with that..
I'm doing java, I managed to start the mentioned tool, and now the input scripts don't work, luckily the only issue thread in github is of the same problem I have so I'll compile the whole project and see if it works
 
Back
Top