Bypass بارلىق قىسقا ئۇلىنىشلار

بارلىق قىسقا ئۇلىنىش تور بېكەتلىرىنى ئايلىنىپ ئۆتۈپ ، كىشىنى بىزار قىلىدىغان ئۇلىنىش قىسقارتقۇچنى ئاپتوماتىك ھالدا مەنزىلىڭىزگە ئاتلاڭ.

< Feedback on Bypass بارلىق قىسقا ئۇلىنىشلار

Review: ياخشى - قوليازما ئىشلەيدۇ، بىراق خاتالىق بار

§
يوللانغان ۋاقتى: 2022-04-20
تەھرىرلەنگەن ۋاقتى: 2022-04-20

Does not seem to work on Coinsparty.com but the manual version of this still works on bypassing it

bloggerpemulaئاپتور
§
يوللانغان ۋاقتى: 2022-04-20

i don't make any change for mcrypto.club , what is your browser ?

§
يوللانغان ۋاقتى: 2022-04-20

I have no problems on those sites. Maybe adblock settings?

§
يوللانغان ۋاقتى: 2022-04-21

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

§
يوللانغان ۋاقتى: 2022-04-22

I noticed also megaurl and megafly sometimes don't work sometimes they do, not sure if that can be fixed, seems to be a lot of popups on those shortlinks.

§
يوللانغان ۋاقتى: 2022-04-22

// @run-at document-end
puede ser el problema. yo lo tengo en '// @run-at document-start' en un script paralelo y funciona bien.

case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

§
يوللانغان ۋاقتى: 2022-04-22

// @run-at document-end
puede ser el problema. yo lo tengo en '// @run-at document-start' en un script paralelo y funciona bien.

case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

This works but does not click the button after the captcha is compelted and once you redirect and the timer runs out it does not redirect to correct page to get rewarded, you have to modify url and redirect yourself. Need a bit more tweaking.

bloggerpemulaئاپتور
§
يوللانغان ۋاقتى: 2022-04-22

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

please give me example of the shortlink , i will check it

§
يوللانغان ۋاقتى: 2022-04-22

a mi me funciona coinsparty perfectamente con tu código y con mi código. el único problema de hace dias es cryptoads.space, con o sin script no funciona, no devuelve la url de destino.

§
يوللانغان ۋاقتى: 2022-04-22
تەھرىرلەنگەن ۋاقتى: 2022-04-22

‎coinsparty works perfectly with your code and my code. the only problem from days ago is cryptoads.space, with or without a script does not work, does not return the destination url.‎

It does show the return URL in the link www.website.com?url=www.faucetwebsite.com/claim but it does not return you have to copy it and paste it, I'm sure there is a way to navigate to just the url

§
يوللانغان ۋاقتى: 2022-04-22

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

please give me example of the shortlink , i will check it

The best example I can give you is
https://btcbunch.com/links
find "coinsurl" and click on it.

You'll be able to see what it's doing. When I do add the code from above reply from juansi it works to show captcha but does not click button and then when it redirects to last site to claim it only displays the redirect url to collect the coins in the url like I wrote in the post just above this one.

bloggerpemulaئاپتور
§
يوللانغان ۋاقتى: 2022-04-22

Ok try to use latest version v20.9 , hope your problem solved

§
يوللانغان ۋاقتى: 2022-04-22

The last version 20.9 did not fix the "coinsurl", I am trying with btcbunch.com and it doesn't load the captcha it stays at "Click if not robot" stage and doesnt pass that, but when I press 'back' to navigate to previous page then it does load the captcha (Weird) but when I click on the shortlink from btcbuncb.com let's say, it wont show the captcha, it stops at "Click here" if not a robot link.

§
يوللانغان ۋاقتى: 2022-04-22
تەھرىرلەنگەن ۋاقتى: 2022-04-22

With juansi's code it would actually display the captcha right away but it wouldn't click on the button after captcha, and once redirected to claim it wouldnt go to the shortlink faucet website, like I said the url does contain the URL to redirect but it is not redirecting by itself.
here is a link to the shortlink

https://mcrypto.club/?link=cu/sPshO


juansi's code
case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

bloggerpemulaئاپتور
§
يوللانغان ۋاقتى: 2022-04-23

Please Update to the Latest version and install my New Script https://greasyfork.org/en/scripts/443888-additional-bypass

I have changed the method for Coinsparty

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.