0.1 Doge Every Ten Mins <3


SUBMITTED BY: PimpDaddy

DATE: Nov. 1, 2022, 9:52 p.m.

FORMAT: Text only

SIZE: 2.2 kB

HITS: 515

  1. Go to google extensions and dwnload noptcha recaptcha bot
  2. // ==UserScript==
  3. // @name ๐ŸŽFree Unlimited Dogecoin Faucet 4.0๐ŸŽ
  4. // @namespace Claim Unlimited Dogecoin
  5. // @version 4.0
  6. // @description Claim Unlimited Dogecoin
  7. // @author lotocamion
  8. // @match https://iqfaucet.com/*
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=iqfaucet.com
  10. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
  11. // @run-at document-start
  12. // @match *://*/recaptcha/*
  13. // @connect google.com
  14. // @connect engageub.pythonanywhere.com
  15. // @connect engageub1.pythonanywhere.com
  16. // ==/UserScript==
  17. (function() {
  18. 'use strict';
  19. var clicked = false;
  20. var address = false;
  21. if($('.form-control')) {
  22. $('.form-control').val("D6vrbFPtWQ5VCxQoPVrNksfZxe5r7yCqCG");////EDIT YOUR ADDRESS HERE/////
  23. address = true;
  24. }
  25. setTimeout(function() {
  26. if($('.btn.btn-primary') && (address == true)) {
  27. $('.btn.btn-primary').click();
  28. } }, 3000);
  29. setTimeout(function() {
  30. if($('.btn.btn-success.btn-lg')) {
  31. $('.btn.btn-success.btn-lg').click();
  32. } }, 1000);
  33. setInterval(function(){
  34. if(!clicked && unsafeWindow.grecaptcha && unsafeWindow.grecaptcha.getResponse().length > 0){
  35. document.getElementsByClassName("btn btn-success")[0].click();
  36. } }, 3000);
  37. setTimeout(function() {
  38. if (document.getElementsByClassName("alert alert-success")[0]) {
  39. window.location.replace("https://iqfaucet.com/?ref=516302");
  40. }}, 3000);
  41. setTimeout(function() {
  42. if(document.querySelector("body > div:nth-child(3) > div.col-md-6 > div > div.alert.alert-danger")){
  43. window.location.replace(window.location.pathname + window.location.search + window.location.hash);
  44. } }, 5000);
  45. setInterval(function() {
  46. if(document.querySelector("#reset-button")){
  47. document.querySelector("#reset-button").click();
  48. } }, 3000);
  49. setInterval(function() {
  50. window.location.replace(window.location.pathname + window.location.search + window.location.hash);
  51. }, 40000);
  52. })();

comments powered by Disqus