[HELP] Struggling with locating a content locker

Can any onf you guys help with locating where the conent locker is for this html file?

Html file:
https://drive.google.com/open?id=1l77OrwllkBZ-U_VOtuCySvWpg0SA_dZ3
Virustotal scan:
https://www.virustotal.com/#/url/0d5a6c93eddf82f32715cc09f295e3492bbc70819c244b63980e56a61b17e6c3/detection
Many thanks in advance.

It takes you to the content locker page (pes18hack xyz/og.php?tool=cl&id=5454285ae402483ca52aee4cf5c5b962) after you click the verify button here
<a href="og.php?tool=cl&amp;id=5454285ae402483ca52aee4cf5c5b962" id="og-human-verification-button" class="generator-button"><span class="generator-button-text">Verify Now</span></a>

What are you trying to do?
 
I simply wanna replace it with my own content locker. But since it seems to have the button code it makes it harder for me to properly insert it as my coding language is zero.
Code:
<script type="text/javascript" id="ogjs" src="https://www.areyouabot.net/contentlockers/load.php?id=00afe194366a7d953e03c004555c5c94"></script>
 
I simply wanna replace it with my own content locker. But since it seems to have the button code it makes it harder for me to properly insert it as my coding language is zero.

In that case replace the id with your own content locker id

From:
Code:
<a href="og.php?tool=cl&amp;id=5454285ae402483ca52aee4cf5c5b962" id="og-human-verification-button" class="generator-button"><span class="generator-button-text">Verify Now</span></a>

To:
Code:
<a href="og.php?tool=cl&amp;id=00afe194366a7d953e03c004555c5c94" id="og-human-verification-button" class="generator-button"><span class="generator-button-text">Verify Now</span></a>
 
okay. what about the captcha locker?
 
In any case, I would definitely inspect the javascript files for any hidden codes. I used to hide codes all the time. So anyone who ripped my LPs was the one who was getting ripped in reality lol
 
In any case, I would definitely inspect the javascript files for any hidden codes. I used to hide codes all the time. So anyone who ripped my LPs was the one who was getting ripped in reality lol
i see. anyhow to do that the right way? i tried waht the op said but no luck. still takes to the existing content locker.
 
i see. anyhow to do that the right way? i tried waht the op said but no luck. still takes to the existing content locker.
It definitely does work with content lockers

if you go to the original url pes18hack xyz/og.php?tool=cl&id=5454285ae402483ca52aee4cf5c5b962
vs my url with a content locker I created for a test pes18hack.xyz/og.php?tool=cl&id=8a7a0180b1877fae29221c9c504db866 (add a dot after pes18hack)

it should take you to a different content locker called "sample content locker"

I don't think this will work with a captcha locker out of the box because there is no custom domain option and the landing page uses a custom domain with the og.php file to show the content locker
MFBVjnu

For a captcha locker you need to add a new page to your website and follow the instructions that OGADS provides
O3Bh15a


Then change the html on the main page to navigate to your new page with the locked content

Code:
<a href="myNewPage" id="og-human-verification-button" class="generator-button"><span class="generator-button-text">Verify Now</span></a>

Change "myNewPage" to whatever the page name is in your directory
 
Back
Top