speed bot 7.3

yo ye

  1. // ==UserScript==
  2. // @name speed bot 7.3
  3. // @description yo ye
  4. // @version 7.3
  5. // @author Qwyua
  6. // @match *://gartic.io/*
  7. // @match *://cdn.blockaway.net/*
  8. // @grant GM_addStyle
  9. // @grant GM_openInTab
  10. // @icon https://i.hizliresim.com/mptijzd.png
  11. // @namespace https://greasyfork.org/users/1306392
  12. // ==/UserScript==
  13.  
  14. let adet="1";//açılacak proxy sayısını buradan ayarlayın ve 1-10 arsı değer verin
  15.  
  16. let site=location.href.toLowerCase();//bulunduğunuz sitenin urlsini işler
  17.  
  18.  
  19.  
  20. /*-IFRAME ALANI- */
  21. let iframealan = document.createElement('div');// div elementi oluşturma
  22. iframealan.innerHTML ='<div id="iframealan"></div>';//html değeri verildiği yer
  23. setInterval(function() { //komutun kendini yenilemesini&tekrarlamasını sağlar
  24. if(document.title.indexOf("#") !== -1){ //eğer sayfa başlığında # varsa altta ki kodlar çalışır
  25. if(document.querySelector('#iframealan')==null){ //eğer iframealanı yoksa altta ki kodlar çalışır
  26. document.querySelector('div[class="scrollElements"]').appendChild(iframealan);//iframe alanını ekler
  27. }
  28. }
  29.  
  30. },100);//komutun hangi aralıklarla tekrarlanacağını belirleyen süre (1000[mili saniye]=1 saniye)
  31. //ıframe alanı kicksiz botun eklendiği yer
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. if(site.indexOf('gartic.io')!=-1)//eğer bulunduğun sayfanın urlsinde gartic.io varsa alttaki kodlar çalışır
  39. {
  40.  
  41. /*BOTLARI KAPAT BUTONU*/
  42. var bot2close=document.createElement('button');// buton elementi oluşturma
  43. bot2close.innerHTML='<button class="btBlueBig" style="width:40px;left:126px;background-color:red;border:1px solid red;"></span><i class="gg-close-o" style="left:8px;"></i><strong></strong></button>'; //html değeri verildiği yer
  44. bot2close.setAttribute('id','bot2close');//id nin verildiği yer
  45. bot2close.setAttribute('style','position:absolute;z-index: 2;display:none');//butona style verildiği yer
  46. document.body.appendChild(bot2close);// butonu ekler
  47. document.getElementById("bot2close").addEventListener("click",iframeclose,false);// eğer tıklanırsa iframeclose u çalıştıracak
  48. function iframeclose(event)
  49. {
  50. document.querySelector('#bot2close').style='position:absolute;z-index: 2;display:none;';// bot2close id sine sahip elementin style ini değiştirir
  51. document.querySelector('#iframealan').innerHTML='';// iframealan id li yerin html ını değiştirir
  52.  
  53. };
  54.  
  55.  
  56.  
  57.  
  58. /*İframe ekleyen(kicksiz bot) buton*/
  59. var bot2=document.createElement('button');// buton elementi oluşturma
  60. bot2.innerHTML='<button id="bot2" class="btBlueBig" style="left:64px;width:54px;"></span><i class="gg-user-add"></i><strong style="left:4px;">²</strong></button>';//butona html değeri verme
  61. bot2.setAttribute('style','position:absolute;z-index: 2;');// butona style verme
  62. document.body.appendChild(bot2); //butonu ekleme
  63. document.getElementById("bot2").addEventListener("click",addiframe,false);// tıklayınca addiframe i çalıştıracak
  64.  
  65.  
  66.  
  67.  
  68.  
  69. /*iframe&kicksiz bot un eklendiği yer*/
  70. function addiframe(event)
  71. {
  72. document.querySelector('#bot2close').style='position:absolute;z-index: 2;display:block;';//botları kapat butonunu görünür hale getirir
  73. var iframebot=document.createElement('iframe');//iframe elementi oluşturur
  74. let ifrm="https://garticbot.tr.gg/?botfromextension="+window.location.href; // url sonuna oda kodunu verir
  75. iframebot.setAttribute('src',ifrm);// url yi iframe de açar
  76. iframebot.setAttribute('id','frame');// iframe ye id verir
  77. iframebot.setAttribute('style','z-index: 2;display:none;'); //iframe ye style verir
  78. document.querySelector('#iframealan').appendChild(iframebot) // iframe alanına ekler
  79. };
  80.  
  81.  
  82.  
  83.  
  84. /*Proxy i açan buton*/
  85. var bot=document.createElement('button');//buton elementi oluşturur
  86. bot.innerHTML='<button id="bot" class="btYellowBig" style="width:54px"></span><i class="gg-user-add"></i><strong></strong></button>';//html değeri verilir
  87. bot.setAttribute('style','position:absolute;z-index: 2;');// style verilir
  88. document.body.appendChild(bot);// butonu ekler
  89. document.getElementById("bot").addEventListener("click",openproxy,false);//butona tıklandığında openproxy i çalıştırır
  90. function openproxy(Event){
  91. let link="https://cdn.blockaway.net/_tr/?successMessage=WW91ciBhZHZlcnRpc2VtZW50IHN1YnNjcmlwdGlvbiBzdWNjZXNzZnVsbHkgY2FuY2VsbGVk&__cpLangSet=1/#"+window.location.href;
  92. for(let i =0;i<=adet;i++){
  93. GM_openInTab(link);}
  94. }
  95. }
  96.  
  97.  
  98.  
  99. setInterval(function(){
  100. let linkyeri=document.querySelector('input[id="url"]');
  101. if(site.indexOf('cdn.blockaway.net')!=-1){
  102. if(linkyeri.value=="")
  103. {
  104. linkyeri.value="https://gartic.io/"+window.location.href.replace("https://cdn.blockaway.net/_tr/?successMessage=WW91ciBhZHZlcnRpc2VtZW50IHN1YnNjcmlwdGlvbiBzdWNjZXNzZnVsbHkgY2FuY2VsbGVk&__cpLangSet=1/#https://gartic.io/","");//link yerine değer verir
  105. document.querySelector('i[class="fa fa-arrow-right"]').dispatchEvent(new MouseEvent("click",{bubbles:true,button:0}//butona tıklatır
  106. )
  107. )
  108. }
  109. }
  110. },300)
  111.  
  112.  
  113. GM_addStyle(`.gg-close-o{box-sizing: border-box;position:relative;display: block;transform:scale(var(--ggs,1));width: 22px;height:22px;border: 2px solid;border-radius:40px}.gg-close-o::after,.gg-close-o::before{content:"";display:block;box-sizing: border-box;position:absolute;width:12px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:5px;top: 8px;left: 3px}.gg-close-o::after{transform: rotate(-45deg)}.gg-user-add{display:block;transform:scale(var(--ggs,1));box-sizing:border-box;width:20px;height:18px;background:linear-gradient(to left,currentColor 8px,transparent 0)no-repeat 14px 6px/6px 2px,linear-gradient(to left,currentColor 8px,transparent 0)no-repeat 16px 4px/2px 6px}.gg-user-add::after,.gg-user-add::before{content:"";display:block;box-sizing:border-box;position:absolute;border:2px solid}.gg-user-add::before{width:8px;height:8px;border-radius:30px;top:0;left:20px}.gg-user-add::after{left:18px;width:12px;height:9px;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;top:9px}`);
  114.  
  115.  
  116.  
  117. //end