✈️ Scaling up to $20,000 month using free traffic | ⛔ Passive income on autopilot

I always love when my thread is one where people make their first post.

You are correct in about 90% of your assumptions. About methods to acquire datasets I will keep to myself this time, you sound too skilled and I do not want for my project to be replicated easly. ;)
Hahaha no worries. Thats completely inderstandable. In the end a dataset is one of the core parts of a model.

thanks for the compliment btw
 
Sorry if i'm bothering you first of all thank you for this lovely journey.
No worries, I like to respond to queries if they are well structured.

keep it up my friend your are inspiring a lot of people one of them is me.
Glad to hear that you find something useful there!

what i did until now :
1 - created 120 insta Account (i have my two little brothers they are helping me Haha).
haha, free VA's, what could be better than that! :D

2 - Made insta bot using puppeteer now i can login and follow users.
Just be sure to use stealth browsers like anty dolphin or similar, without custom chromium builds - they are too easy to be detected.

i'm working on the chating part what i want to do is connect my bot to dialogflow, in your opinion which one is the best fit for this case 'axios' or 'Webhooks'? (don't laugh at me if i said something weird i'm not a developer).
https://cloud.google.com/dialogflow/es/docs/reference/libraries/nodejs use native dialoglow lib.

can you please answer this question i used your demo about node worker and the first two browser works fine but from the third and above it just open and nothing happening did you face that problem?
Can't debug remotly, sorry.

Finally, I must mention that you are an absolute genius my friend, keep updating us.
A small request = in the upcoming answers, could you please elaborate more so that non-developers "like me" can understand, not everyone is blessed with intelligence like you.
Haha, no, I'm no genius, just very goal oriented and very persistent, so you can achieve the same if you focus strongly enough. I will try to write in more details, no worries.


Hahaha no worries. Thats completely inderstandable. In the end a dataset is one of the core parts of a model.
thanks for the compliment btw
For me, the most complicated part was text sanitization tbh, the setup I built is very custom and using just dialogflow or similar services will run into various issues quickly enough.
 
@lucky.sparks

atif_xc said:
2 - Made insta bot using puppeteer now i can login and follow users.
Just be sure to use stealth browsers like anty dolphin or similar, without custom chromium builds - they are too easy to be detected.

Sorry, I don't understand. You use puppeteer with dolphin or similar? Or just to create the accounts?
 
Ah ok . But to do actions , no.
You got your own stealth browser?
if possible, I try to reverse APIs to do actions because doing with browser would be incredibly slow and resource intense. I use Anty or Adspower.
 
I use Anty or Adspower.
I tried AdsPower for Instagram few days ago, it seems very useful, but I got terrible results even if pixelscan fingerprint was good and IP was clean :
- Impossible to create an Instagram account without being instaban
- Impossible to log in into existing live account without getting a weird "connection error"

The only thing I see that can be a problem was my recaptcha score that was random between 0.7 and 0.1, but I don't understand how it can be 0.1 with adspower new session when I can reach 0.7 without doing anything special with my selenium chrome browser... ^^

Could you give me some advice on how to improve my recaptcha score on AdsPower and more generally on what I may have forgotten that burned me with instagram?
 
I tried AdsPower for Instagram few days ago, it seems very useful, but I got terrible results even if pixelscan fingerprint was good and IP was clean :
- Impossible to create an Instagram account without being instaban
- Impossible to log in into existing live account without getting a weird "connection error"

The only thing I see that can be a problem was my recaptcha score that was random between 0.7 and 0.1, but I don't understand how it can be 0.1 with adspower new session when I can reach 0.7 without doing anything special with my selenium chrome browser... ^^

Could you give me some advice on how to improve my recaptcha score on AdsPower and more generally on what I may have forgotten that burned me with instagram?
Best way for recaptcha scores - log into your gmail.

Or use other browsers, they all differ a bit, e.g. octobrowser is cool but price is high.

Another thing is - you have to experiement with settings, e.g. most of socials will want your webgl to remain original, unchanged.

And in general Anty > Adspower.
 
With Anty or with Adspower will cost you like 300$/month for each 1k profiles :O
Am missing something?
 
Last edited:
Hi mate since you already automated tinder do you know if they still use their elo algorithm? Back in time they were using it to determine if they would shadowban you. For example if you swipe too fast, if you dont look at the profiles, if you dont have enough pics, if people swipe left on you, etc, you get a score and their algo shows your profile to more or less persons according to this elo score. If your score is too low they shadow shadowban you. Do you know if they still use this, or if they use something else? Thanks
 
How are you handling the GEO redirect to different offers depending on where the user IP is from?

Example:
User1US -> United States Offer
User2CA -> Canada offer

I know there is some paid tracking services that can redirect based on GEO but im curious if you found a free way to do this?
 
How are you handling the GEO redirect to different offers depending on where the user IP is from?

Example:
User1US -> United States Offer
User2CA -> Canada offer

I know there is some paid tracking services that can redirect based on GEO but im curious if you found a free way to do this?
Smartlink will do the job.
 
I want to control what links the traffic goes to though. :)
In that case what you need is to setup backend code (via php for example) that will check the ip of the user and redirect according to the correct country. this thing can be done for free with the right geo detecting api and little programming skills
 
No, all these things are out of scope that can be discussed here. But you should figure this out by yourself because it will differ for every product you promote. For example, a full funnel will be very different if you promote fitness products or a heavenly tasty burger sauce, you get my point here? :)


Yes, it actually was big and with chrome profiles, there is a problem - you cant transfer them to another machine, they get encrypted against your hardware, at least I haven't found an option to do so. What I decided to do is to export all cookies(including storage, websql, etc), save them and then load them up when session needs to be restarted.


I light up a new browser profile, confirm google's tos and then try to act as human as possible with their tracking cookie enabled. Then I just extract those cookies and use them as I want. They can be even used to bypass recaptcha, a good cookie is considered when google gives you easiest challenge possible(checkbox) and your recaptcha score is 0.9.


For cookies warmup Puppeteer is more than enough.


Depends on what we see as a huge setup, now I have 3 machines working, the main server with 64 threaded CPU with 10% load is doing all the heavy lifting, I'm moving 'the brain' part that is responsible for all logic from my personal workstation to another Hetzner server with 12 threads but 4ghz cpu and nvme disks. My home workstation will be used only for engineering work and those two power horses are enough to scale everything even more than I'm planning to do in upcoming months. So only two high workload servers with approx total costs of 300 EUR/month.


No, not smart and for sure not very focused, I'm a total mess actually. I just decided to stop chasing clouds and started to focus on building one thing only. I still lose focus, now I haven't worked really focused for more than 2-3 weeks, just doing a lot of thinking, research, etc. I hope to get back on track this month, thus this journey thread was made.
Did you deny that you're smart?
Damm, you're smart. Even better, you're brilliant. In fact you're hundred of miles ahead of people like me.

The stuff you're doing here is not everybody. Take for example me, I do lots of graphics, illustration and 3d. Some people think I rock but I can't do the stuff you're doing - maybe only in my dreams.

The things you're mentioning here, I have no idea. Servers configuration, creating bots (I couldn't code anything if my life depended on it, I'm that dull). Cookie warming etc (I didn't even know that browser cookies can be of any use except keeping my sessions from logging out).

I saw the setup you created with CPUs and cables and modems and all those gadgets - I have absolutely no idea what the heck you're doing but it looks amazing. Heck, I didn't even know it was possible to create tons of social accounts.

Bro I wish you lots and lots of success in your future endeavors and may your hard work be rewarded. I'LL continue to read your threads. So much to learn.

Thanks to the entire BHW.
 
With Anty or with Adspower will cost you like 300$/month for each 1k profiles :O
Am missing something?
You can crack them to use w/o limits, it's not that complicated process but with this we must end discussing it as it's blackhat and it's against forums rules.

Hi mate since you already automated tinder do you know if they still use their elo algorithm? Back in time they were using it to determine if they would shadowban you. For example if you swipe too fast, if you dont look at the profiles, if you dont have enough pics, if people swipe left on you, etc, you get a score and their algo shows your profile to more or less persons according to this elo score. If your score is too low they shadow shadowban you. Do you know if they still use this, or if they use something else? Thanks
Yes, nowadays everything is about scoring. And user reports are one of the worst thing that will affect your trust score. You should create your accounts in a different way other people do that. For example, why not use cheap facebook profiles? Linking your tinder account with a social will give a huge trust score boost and your accounts will live longer.

A very well organized journey, I learning from this journey thread.
Thank you!

How are you handling the GEO redirect to different offers depending on where the user IP is from?

Example:
User1US -> United States Offer
User2CA -> Canada offer

I know there is some paid tracking services that can redirect based on GEO but im curious if you found a free way to do this?
I actually had Cloudflare worker scripts shared in this thread somewhere, for the exact purpose of this. Check this post.

Smartlink will do the job.
It's better to have your own rotation script, smartlinks will have all offers but you want the most profitable ones.

I want to control what links the traffic goes to though. :)
This is a correct way of thinking!

In that case what you need is to setup backend code (via php for example) that will check the ip of the user and redirect according to the correct country. this thing can be done for free with the right geo detecting api and little programming skills
Or check my cloudflare solution which requires no backend and no hosting. ;)

Did you deny that you're smart?
Damm, you're smart. Even better, you're brilliant. In fact you're hundred of miles ahead of people like me.
I'm a good problem solver and I strongly believe that you can find easy solutions for hard problems, no brilliance here.

The stuff you're doing here is not everybody. Take for example me, I do lots of graphics, illustration and 3d. Some people think I rock but I can't do the stuff you're doing - maybe only in my dreams.
Why not start to learn some of it in your free time? I have a friend, he is an excellent graphic designer but he started to learn node.js and now he is very decent in it.

The things you're mentioning here, I have no idea. Servers configuration, creating bots (I couldn't code anything if my life depended on it, I'm that dull). Cookie warming etc (I didn't even know that browser cookies can be of any use except keeping my sessions from logging out).
You do not need half of the stuff I talk here, I overcomplicate things. Just take easier and simplier approach and you will be golden.

I saw the setup you created with CPUs and cables and modems and all those gadgets - I have absolutely no idea what the heck you're doing but it looks amazing. Heck, I didn't even know it was possible to create tons of social accounts.
You dont need them as well, you can find cheap providers renting out everything and with some luck you can find them for really cheap.

Bro I wish you lots and lots of success in your future endeavors and may your hard work be rewarded. I'LL continue to read your threads. So much to learn.

Thanks to the entire BHW.
Thank you!
 
Best way for recaptcha scores - log into your gmail.

Or use other browsers, they all differ a bit, e.g. octobrowser is cool but price is high.

Another thing is - you have to experiement with settings, e.g. most of socials will want your webgl to remain original, unchanged.

And in general Anty > Adspower.
Are octo browser and MLA the two most reliable FB multi accounting tools right now?
 
You do not need half of the stuff I talk here, I overcomplicate things. Just take easier and simplier approach and you will be golden.
Hey Lucky Sparks, allow me to ask this;

In your previous threads, you said that you were posting about the YouTube comment strategy because some members were asking you for methods to earn "at least $20 per day".

In what way do you think your "method" can be implemented by someone with no coding skills? Because it involves you creating bots. Is there a workaround, other than hiring a developer? I'm imagining that the cost of hiring a developer beats the very purpose of someone who is hoping to earn $20. What's the practicability of someone doing all this manually? Is it feasible?

I'm asking because your other threads are closed. Thanks a lot for your time.
 
Back
Top