Searching for Cloaker

JudasProxy

Junior Member
Joined
Aug 24, 2022
Messages
144
Reaction score
82
I'm selling followers
I need cloaker for tiktok ads and facebook ads
I dont have much of a budget i'm starting out and trying this system becasue all my ads are getting blocked after spending alot of $$$ into them
I would gladly apperciate if you cand send me to the right direction!
 
There are many excellent cloaking tools, but disabling accounts may be due to your wrong warming up your account.
You have to take it step by step bro:
- Login to the account and turn off the browser without logging out
- After 3 hours open the browser and create new page
- After 1 hours add this page to the BM
- After 3 hours add your card to the Ad account
- After 5 hours create campaign with $5 daily budget
- After 2 hours from approve your ads, you can gradually increase the budget, $5 every time
 
There are many excellent cloaking tools, but disabling accounts may be due to your wrong warming up your account.
You have to take it step by step bro:
- Login to the account and turn off the browser without logging out
- After 3 hours open the browser and create new page
- After 1 hours add this page to the BM
- After 3 hours add your card to the Ad account
- After 5 hours create campaign with $5 daily budget
- After 2 hours from approve your ads, you can gradually increase the budget, $5 every time
Its still Disabled my account , what you recommand its only followers
 
I'm selling followers
I need cloaker for tiktok ads and facebook ads
I dont have much of a budget i'm starting out and trying this system becasue all my ads are getting blocked after spending alot of $$$ into them
I would gladly apperciate if you cand send me to the right direction!
Hi Orelm, i would recommend TrafficArmor

TrafficArmor works the best from all the cloakers I've tested. It's one of the oldest with the most features but they don't approve everyone. If you can get approved, you can make a ton of money. All the other cloakers I tested were a waste of time and my campaigns got flagged quickly. I think maybe because the other cloakers allow everyone, their fingerprints are already known.
 
Hi Orelm, i would recommend TrafficArmor

TrafficArmor works the best from all the cloakers I've tested. It's one of the oldest with the most features but they don't approve everyone. If you can get approved, you can make a ton of money. All the other cloakers I tested were a waste of time and my campaigns got flagged quickly. I think maybe because the other cloakers allow everyone, their fingerprints are already known.
Sound Sus
 
I'm selling followers
I need cloaker for tiktok ads and facebook ads
I dont have much of a budget i'm starting out and trying this system becasue all my ads are getting blocked after spending alot of $$$ into them
I would gladly apperciate if you cand send me to the right direction!
If you're "spending a lot of $$$", how do you not "have much of a budget"? If you're spending a lot already, you are obviously passing their manual reviews without a cloaker. So what makes you think you need one now? It's either you aren't spending a lot and actually need a cloaker, or are doing something else that's wrong like clo.king said. Tell us in dollar terms how much you're spending so we have a better idea.

Btw, Traffic Armor is definitely a solid cloaker. They've been around for a long time. But I don't think a cloaker is what you need if you already pass manual reviews without one.

Something doesn't add up.
 
free Cloaker tutorial:

1. go to Cloudflare and create account

2. go to workers and create a new worker

3. paste this code in:

https://jsbin.com/savuqopebo/edit?js
4. connect your worker to your domain on cloudflare

5. then you can share your links by using https://YOURDOMAIN.com/share/jessica or if the app allows easily share jpg files, then do it for extra stealth, e.g. https://YOURDOMAIN.com/upload/jessica.jpg

With cloudflare free plan you will get 100k free visits/day. with just 5$ that can be increased by lot.

if you know that your target social network does not use real useragents to check links, you can then remove ip-db dependency and just check for useragents.
 
In its current form this doesn't do anything.. Just if the connection is ['consumer', 'corporate', 'business'] then it does a 307 redirect.
So it does something or it does not do anything?

And in both cases what would you want it to do?

it's proof of concept I built for myself, in current state it protects against proxies and bots that social networks use to crawl link contents. I have checked what other cloakers do and only few go above user agent checking and IP type. Those so-called "databases" they have because of unreliability.

This PoC works fine on telegram, discord and facebook.

For manual reviewers it should go more advanced routes, but hey, this is close to free and easily to setup.
 
But this doesn't even do user agent checking, the POST request for that is commented out:

Code:
    //    body: formData,
    //    method: 'POST',

It doesn't even block hosting usageType..

I think you are underestimating what today's cloakers do lol.

It's nice of you to share but it won't work.
 
But this doesn't even do user agent checking, the POST request for that is commented out:

Code:
    //    body: formData,
    //    method: 'POST',

It doesn't even block hosting usageType..

I think you are underestimating what today's cloakers do lol.

It's nice of you to share but it won't work.

1) user agent checks are useless, discord for example use real iOS / MacOS useragents to check for link contents.
2) you do not understand what that POST does, it was just to send data to my server, there is no need to check for GET/POST differences, it does not make sense.

So this does not leave us with much options to check for when building a cloak.

In facebook case, additionally fbclid URL param could be checked as it seems to be something that every hit comes along, for example - activate cloak for every visitor who does not have it.

My share will work against automated link checkers, in current state it wont help against manual reviewers but that can be extended by my fbclid suggestion as my guess is - manual reviewers will not have it when opening the links.

Other than that, I'm pretty sure there is nothing else you can do when building a cloaker. You could block all countries expect one you are targeting to decrease detection vectors.

Probably paid cloaking services has more information of which ISP to block, that is only advantage of using them but if you keep track on this yourself and run a few campaigns - soon enough you will find this information all by yourself.

I would love to know where I'm in wrong here so I could improve this solution tbh.
 
Last edited:
Well I can see there's much more options just by looking at the campaign setup page in Traffic Armor. Like tests for timezone discrepancy, spoofed devices, traffic patterns.. How they work, I don't know.

I can send you a screenshot of the campaign setup page if you want to DM me but I think this is a monumental job and there's much more complexity than you're thinking. Personally for me it's better to just pay and not worry about this part of the business.

But if you build a free solution that can do everything, I am happy to use it. :D
 
free Cloaker tutorial:

1. go to Cloudflare and create account

2. go to workers and create a new worker

3. paste this code in:

https://jsbin.com/savuqopebo/edit?js
4. connect your worker to your domain on cloudflare

5. then you can share your links by using https://YOURDOMAIN.com/share/jessica or if the app allows easily share jpg files, then do it for extra stealth, e.g. https://YOURDOMAIN.com/upload/jessica.jpg

With cloudflare free plan you will get 100k free visits/day. with just 5$ that can be increased by lot.

if you know that your target social network does not use real useragents to check links, you can then remove ip-db dependency and just check for useragents.
Thank you! works like a charm forgot to say you need db-ip api which costs 18 euros a month
 
Well I can see there's much more options just by looking at the campaign setup page in Traffic Armor. Like tests for timezone discrepancy, spoofed devices, traffic patterns.. How they work, I don't know.

I can send you a screenshot of the campaign setup page if you want to DM me but I think this is a monumental job and there's much more complexity than you're thinking. Personally for me it's better to just pay and not worry about this part of the business.

But if you build a free solution that can do everything, I am happy to use it. :D
Send me!
 
Well I can see there's much more options just by looking at the campaign setup page in Traffic Armor. Like tests for timezone discrepancy, spoofed devices, traffic patterns.. How they work, I don't know.

I can send you a screenshot of the campaign setup page if you want to DM me but I think this is a monumental job and there's much more complexity than you're thinking. Personally for me it's better to just pay and not worry about this part of the business.

But if you build a free solution that can do everything, I am happy to use it. :D
I kinda never told what I think tho, OP asked for cheap solution and I provided a quick guide. of course its easier to pay someone else for headaches and solving your problems. That said, social networks are aware of the cloakers and they have paid subscriptions to those services to see what exactly they are cloaking and checking for. As you say, it's more complex than someone might think, just from the wrong angle of complexity. Every use case is unique tho, what will work for some, will not for others.
 
I'm selling followers
I need cloaker for tiktok ads and facebook ads
I dont have much of a budget i'm starting out and trying this system becasue all my ads are getting blocked after spending alot of $$$ into them
I would gladly apperciate if you cand send me to the right direction!

Good cloakers are expensive, for obvious reasons.

If you can't afford one right now, do lots of research and try to roll your own solution until your sales allow you to get a good pro cloaker.
 
free Cloaker tutorial:

1. go to Cloudflare and create account

2. go to workers and create a new worker

3. paste this code in:

https://jsbin.com/savuqopebo/edit?js
4. connect your worker to your domain on cloudflare

5. then you can share your links by using https://YOURDOMAIN.com/share/jessica or if the app allows easily share jpg files, then do it for extra stealth, e.g. https://YOURDOMAIN.com/upload/jessica.jpg

With cloudflare free plan you will get 100k free visits/day. with just 5$ that can be increased by lot.

if you know that your target social network does not use real useragents to check links, you can then remove ip-db dependency and just check for useragents.
Hi. I'm not really a technical person. I created the worker account but I don't know where to paste the js code.
 
Back
Top