Advertisement
Ochibi

Untitled

May 16th, 2017
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.48 KB | None | 0 0
  1. <html><title>./Senpai | CYBER TRON DARKNESS</title>
  2. <link rel="SHORTCUT ICON" href="https://cybertrondarkness4.files.wordpress.com/2016/12/wp-1483034168696.png?w=640" type="image/png"><meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  4. <meta name="keywords" content="./Senpai, CYBER TRON DARKNESS, hack"/>
  5. <meta name="description" content="./Senpai | CYBER TRON DARKNESS">
  6. <meta name="author" content="berandal | CYBER TRON DARKNESSS">
  7. <meta name="googlebot" content="all,index,follow">
  8. <meta name="robots" content="index, follow"><style type="text/css">
  9. .melayang {
  10. -webkit-animation-name: blinker;
  11. -webkit-animation-duration: 3s;
  12. -webkit-animation-timing-function: linear;
  13. -webkit-animation-iteration-count: infinite;
  14.  
  15. -moz-animation-name: blinker;
  16. -moz-animation-duration: 2s;
  17. -moz-animation-timing-function: linear;
  18. -moz-animation-iteration-count: infinite;
  19.  
  20.  animation-name: blinker;
  21.  animation-duration: 1s;
  22.  animation-timing-function: linear;
  23.  animation-iteration-count: infinite;
  24.  
  25.  color: white;
  26. }
  27.  
  28. .kedip {
  29. -webkit-animation-name: blinker;
  30. -webkit-animation-duration: 3s;
  31. -webkit-animation-timing-function: linear;
  32. -webkit-animation-iteration-count: infinite;
  33.  
  34. -moz-animation-name: blinker;
  35. -moz-animation-duration: 2s;
  36. -moz-animation-timing-function: linear;
  37. -moz-animation-iteration-count: infinite;
  38.  
  39.  animation-name: blinker;
  40.  animation-duration: 1s;
  41.  animation-timing-function: linear;
  42.  animation-iteration-count: infinite;
  43.  
  44.  color: red;
  45. }
  46.  
  47. @-moz-keyframes blinker {  
  48.  0% { opacity: 1.0; }
  49.  50% { opacity: 0.0; }
  50.  100% { opacity: 1.0; }
  51.  }
  52.  
  53. @-webkit-keyframes blinker {  
  54.  0% { opacity: 1.0; }
  55.  50% { opacity: 0.0; }
  56.  100% { opacity: 1.0; }
  57.  }
  58.  
  59. @keyframes blinker {  
  60.  0% { opacity: 1.0; }
  61.  50% { opacity: 0.0; }
  62.  100% { opacity: 1.0; }
  63.  }
  64. body {
  65.     color: white;
  66.     font-family: 'Gloria Hallelujah', cursive;
  67.     text-align: left;
  68.     background  : #000;
  69.      background-image: url(http://3.bp.blogspot.com/-D6nQQ3d_wfw/Ts31QI5aQPI/AAAAAAAAAgA/mMEBDufqDpk/s1600/0_1_1.gif?w=640);
  70.      background-repeat:no-repeat;
  71.      background-attachment: fixed;
  72.      background-size: 800px;
  73.  
  74. }
  75. a:link, a:visited {
  76.     color: red;
  77.     text-align: center;
  78.     text-decoration: none;
  79.     display: inline-block;
  80.     font-family: 'Gloria Hallelujah', cursive;
  81. }
  82. a:hover, a:active{
  83.     color: maroon;
  84.     font-family: 'Gloria Hallelujah', cursive;
  85. }
  86. img {
  87. onmousedown:stop;
  88. animation-name: rotate ;
  89. animation-duration: 5s;
  90. animation-play-state: running;
  91. animation-timing-function: linear;
  92. animation-iteration-count: infinite;
  93. opacity: 1.0;filter: alpha(opacity=50);} img:hover {opacity: 1.0;filter: alpha(opacity=100);}
  94.  
  95. @keyframes rotate{
  96. 10% {transform:rotateY(36deg)}
  97. 20% {transform:rotateY(72deg)}
  98. 30% {transform:rotateY(108deg)}
  99. 40% {transform:rotateY(144deg)}
  100. 50% {transform:rotateY(180deg)}
  101. 60% {transform:rotateY(216deg)}
  102. 70% {transform:rotateY(252deg)}
  103. 80% {transform:rotateY(288deg)}
  104. 90% {transform:rotateY(324deg)}
  105. 100% {transform:rotateY(360deg)}
  106. }
  107. </style>
  108. <script type="text/javascript">
  109.  
  110. var snowmax=35
  111. var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF")
  112. var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
  113. var snowletter="*"
  114. var sinkspeed=0.6
  115. var snowmaxsize=22
  116. var snowminsize=8
  117. var snowingzone=1
  118.  
  119. // Do not edit below this line
  120. var snow=new Array()
  121. var marginbottom
  122. var marginright
  123. var timer
  124. var i_snow=0
  125. var x_mv=new Array();
  126. var crds=new Array();
  127. var lftrght=new Array();
  128. var browserinfos=navigator.userAgent
  129. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  130. var ns6=document.getElementById&&!document.all
  131. var opera=browserinfos.match(/Opera/)  
  132. var browserok=ie5||ns6||opera
  133.  
  134. function randommaker(range) {
  135. rand=Math.floor(range*Math.random())
  136.    return rand
  137. }
  138.  
  139. function initsnow() {
  140. if (ie5 || opera) {
  141. marginbottom = document.body.clientHeight
  142. marginright = document.body.clientWidth
  143. }
  144. else if (ns6) {
  145. marginbottom = window.innerHeight
  146. marginright = window.innerWidth
  147. }
  148. var snowsizerange=snowmaxsize-snowminsize
  149. for (i=0;i<=snowmax;i++) {
  150. crds[i] = 0;                      
  151.    lftrght[i] = Math.random()*15;        
  152.    x_mv[i] = 0.03 + Math.random()/10;
  153. snow[i]=document.getElementById("s"+i)
  154. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  155. snow[i].size=randommaker(snowsizerange)+snowminsize
  156. snow[i].style.fontSize=snow[i].size
  157. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  158. snow[i].sink=sinkspeed*snow[i].size/5
  159. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  160. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  161. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  162. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  163. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  164. snow[i].style.left=snow[i].posx
  165. snow[i].style.top=snow[i].posy
  166. }
  167. movesnow()
  168. }
  169.  
  170. function movesnow() {
  171. for (i=0;i<=snowmax;i++) {
  172. crds[i] += x_mv[i];
  173. snow[i].posy+=snow[i].sink
  174. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  175. snow[i].style.top=snow[i].posy
  176.  
  177. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  178. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  179. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  180. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  181. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  182. snow[i].posy=0
  183. }
  184. }
  185. var timer=setTimeout("movesnow()",50)
  186. }
  187.  
  188. for (i=0;i<=snowmax;i++) {
  189. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  190. }
  191. if (browserok) {
  192. window.onload=initsnow
  193. }
  194. </script>
  195.  
  196. <script type="text/javascript">
  197. // Berandal | OWL SQUAD
  198. TypingText = function(element, interval, cursor, finishedCallback) {
  199. if((typeof document.getElementById == "undefined") || (typeof
  200. element.innerHTML == "undefined")) {
  201. this.running = true;
  202. return;
  203. }
  204. this.element = element;
  205. this.finishedCallback = (finishedCallback ? finishedCallback : function() {
  206. return; });
  207. this.interval = (typeof interval == "undefined" ? 100 : interval);
  208. this.origText = this.element.innerHTML;
  209. this.unparsedOrigText = this.origText;
  210. this.cursor = (cursor ? cursor : "");
  211. this.currentText = "";
  212. this.currentChar = 0;
  213. this.element.typingText = this;
  214. if(this.element.id == "") this.element.id = "typingtext" +
  215. TypingText.currentIndex++;
  216. TypingText.all.push(this);
  217. this.running = false;
  218. this.inTag = false;
  219. this.tagBuffer = "";
  220. this.inHTMLEntity = false;
  221. this.HTMLEntityBuffer = "";
  222. }
  223. TypingText.all = new Array();
  224. TypingText.currentIndex = 0;
  225. TypingText.runAll = function() {
  226. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  227. }
  228. TypingText.prototype.run = function() {
  229. if(this.running) return;
  230. if(typeof this.origText == "undefined") {
  231. setTimeout("document.getElementById('" + this.element.id +
  232. "').typingText.run()", this.interval);
  233. return;
  234. }
  235. if(this.currentText == "") this.element.innerHTML = "";
  236. if(this.currentChar < this.origText.length) {
  237. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  238. this.tagBuffer = "<";
  239. this.inTag = true;
  240. this.currentChar++;
  241. this.run();
  242. return;
  243. }
  244. else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  245. this.tagBuffer += ">";
  246. this.inTag = false;
  247. this.currentText += this.tagBuffer;
  248. this.currentChar++;
  249. this.run();
  250. return;
  251. }
  252. else if(this.inTag) {
  253. this.tagBuffer += this.origText.charAt(this.currentChar);
  254. this.currentChar++;
  255. this.run();
  256. return;
  257. }
  258. else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  259. this.tagBuffer += ">";
  260. this.inTag = false;
  261. this.currentText += this.tagBuffer;
  262. this.currentChar++;
  263. this.run();
  264. return;
  265. }
  266. else if(this.inTag) {
  267. this.tagBuffer += this.origText.charAt(this.currentChar);
  268. this.currentChar++;
  269. this.run();
  270. return;
  271. }
  272. else if(this.origText.charAt(this.currentChar) == "&" && !
  273. this.inHTMLEntity) {
  274. this.HTMLEntityBuffer = "&";
  275. this.inHTMLEntity = true;
  276. this.currentChar++;
  277. this.run();
  278. return;
  279. } else if(this.origText.charAt(this.currentChar) == ";" &&
  280. this.inHTMLEntity) {
  281. this.HTMLEntityBuffer += ";";
  282. this.inHTMLEntity = false;
  283. this.currentText += this.HTMLEntityBuffer;
  284. this.currentChar++;
  285. this.run();
  286. return;
  287. } else if(this.inHTMLEntity) {
  288. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  289. this.currentChar++;
  290. this.run();
  291. return;
  292. } else {
  293. this.currentText += this.origText.charAt(this.currentChar);
  294. }
  295. this.element.innerHTML = this.currentText;
  296. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ?
  297. (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) :
  298. "");
  299. this.currentChar++;
  300. setTimeout("document.getElementById('" + this.element.id +
  301. "').typingText.run()", this.interval);
  302. } else {
  303. this.currentText = "";
  304. this.currentChar = 0;
  305. this.running = false;
  306. this.finishedCallback();
  307. }
  308. }
  309. </script>
  310. <script language='javascript'>
  311. if (document.all||document.getElementById){
  312. var thetitle=document.title
  313. document.title=''}
  314. var data="01";
  315. var done=1;
  316. function statusIn(text){decrypt(text,3,40);}
  317. function statusOut(){self.status='';done=1;}
  318. function decrypt(text, max, delay){
  319. if (done){done = 0;
  320. rantit(text, max, delay, 0, max);
  321. }
  322. }
  323. function rantit(text, runs_left, delay, charvar, max){
  324. if (!done){
  325. runs_left = runs_left - 1;
  326. var status = text.substring(0,charvar);
  327. for(var current_char = charvar; current_char < text.length; current_char++){
  328. status += data.charAt(Math.round(Math.random()*data.length));
  329. }
  330. document.title = status;
  331. var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");"
  332. var new_char = charvar + 1;
  333. var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");"
  334. if(runs_left > 0){setTimeout(rerun, delay);}
  335. else{if (charvar < text.length){setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1)));}
  336. else
  337. {done = 1;}}}}
  338. if (document.all||document.getElementById)
  339. statusIn(thetitle)
  340.  
  341. </script>
  342. <script>alert("WARNING !!!!")</script>
  343. <script>alert("I'M COME BACK ")</script>
  344. <script>alert("YOUR SITE HAS BEEN LOCKED ")</script>
  345. <script>alert("./Senpai")</script>
  346. <script>alert("YOU WANT FIND ME...? ")</script>
  347. <script>alert("ZUHAHAHAHA....:V ")</script>
  348. <script>alert("YOU WILL NOT FIND ME !!! ")</script>
  349. <script>alert("WHY...? ")</script>
  350. <script>alert(" BECAUSE ")</script>
  351. <script>alert("I'M JUST ILLUSION IN THIS WORLD")</script>
  352. <script>alert("SAME AS YOUR SECURITY ")</script>
  353. <script>alert("JUST ILLUSION ")</script>
  354. <script>alert(" CYBER TRON DARKNES TEAM ")</script>
  355.  
  356.  
  357. <embed
  358. src="https://www.youtube.com/v/o_hvTGcbbpM&amp;autoplay=1&amp;loop=1&amp;playlist=o_hvTGcbbpM"
  359. type="application/x-shockwave-flash" wmode="transparent" height="1"
  360. width="1"></embed>  
  361. <div class="error">
  362.  
  363. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  364. </style>
  365. <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  366.     <link href='http://fonts.googleapis.com/css?family=Iceberg' rel='stylesheet' type='text/css'>
  367.     <link href='http://fonts.googleapis.com/css?family=Grand%20Hotel' rel='stylesheet' type='text/css'>
  368.     <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  369.     <link href="https://fonts.googleapis.com/css?family=Sahitya" rel="stylesheet">
  370.  
  371. <style>
  372. @import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
  373.  
  374. </style>
  375. <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  376.     <link href='http://fonts.googleapis.com/css?family=Iceberg' rel='stylesheet' type='text/css'>
  377.     <link href='http://fonts.googleapis.com/css?family=Grand%20Hotel' rel='stylesheet' type='text/css'>
  378.         <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  379. <link href="https://fonts.googleapis.com/css?family=Sahitya" rel="stylesheet">
  380. <style type="text/css">#info-teja {z-index: 1000;background:-moz-linear-gradient(top,  #1F2326,  #555);background: -webkit-gradient(linear, left top, left bottom, from(#1F2326), to(#555));box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;-moz-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;-webkit-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;width:460px;position: fixed;top:150px;left:0;margin-left:-350px;border:1px solid #444;background-position:top right no-repeat;height:35px;font:11px Arial;color:#eee;border-top-right-radius:8px;border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;}#info-teja{-o-transition: all 1s ease-in;-moz-transition: all 1s ease-in;-webkit-transition: all 1s ease-in;} #info-teja:hover{width:400px;opacity:1.0;margin-left:0;}.Tejainbox {border:1px solid #444;width:320px; margin:0px 90px 10px 10px;background:#000;color:#ffffff; border-radius :20px; padding:5px 0;-moz-border-radius:20px; -webkit-border-radius:20px;-o-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 2s ease-in;opacity:0.2;}.Tejainbox:hover{opacity:1.0;box-shadow:1px 1px 15px #000; -moz-box-shadow: 1px 1px 15px #000; -webkit-box-shadow: 1px 1px 15px #000;background: #000;}.Tejainbox2 {margin:5px 10px;padding:0px 8px 10px;color:#FFFFFF;overflow:hidden;height:370px;}.teja15 {border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}.Teja2 ul.bom {margin: 0; padding: 0;}.Tejainbox2 li {margin-left:20px;}.Tejainbox2 li a {color: #FFFFF; line-height: 4px; font-size: 11px;font-weight: bold; text-decoration:none;}.Tejainbox2 li a:hover {color: red;text-shadow: 0 1px 1px #000;}.Tejainbox2 h2 { font: 18px Droid Serif;font-weight:bold;padding:0 8px;color: #fffff;text-shadow: 0px 1px 1px #ddd;border-bottom: 1px solid #000000;}.Tejatouch {font-size:21px;font-weight:bold;font-family:Arial Narrow;float:right;margin: 3px 10px 0 0;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;text-decoration:blink;}.Tejatouch:hover{-o-transform: scale(2) rotate(720deg) translate(0px);-moz-transform: scale(2) rotate(720deg) translate(0px);-webkit-transform: scale(2) rotate(720deg) translate(0px);color: #fffff;}</style><div id="info-teja"><span class="Tejatouch">About Me</span><div class="Tejainbox"><div class="Tejainbox2 teja15">
  381. <h2>Personal information</h2>
  382.  <center><img src="https://cybertrondarkness4.files.wordpress.com/2016/12/wp-1483034168696.png" width="100px"></center><br>
  383.  <span class="style4"><center><font color="black">.</font></center></span><br><font size="4">
  384. <span class="style4"><center><font color="red"> The information : </font></center></span><br>
  385. <span class="style4"> <center>Name: ./Senpai</center></span><br>
  386. <span class="style4"> <center>Country: N/a</center></span><br>
  387. <span class="style4"> <center>Aboutme:  <a href="192.168.1.1"><font color="#00FF77">CTD_TEAM</font></a></center></span><br>
  388. </font></div></div></div>
  389.  
  390. <br>
  391. <img src='https://cybertrondarkness4.files.wordpress.com/2016/12/wp-1483034168696.png?w=640' align="right" style="opacity:0.5; width:500px; height:500px; ">
  392. <pre>
  393.  
  394.  
  395. <font class='kedip'>                                                                      </font>
  396. <font class='kedip'>▄█▄  ▀▄    ▄ ███   ▄███▄   █▄▄▄▄        ▄▄▄▄▀ █▄▄▄▄ ████▄    ▄       ██▄   ██   █▄▄▄▄ █  █▀   ▄   ▄███▄     ▄▄▄▄▄    ▄▄▄▄▄   </font>
  397. <font class='kedip'>█▀ ▀▄  █  █  █  █  █▀   ▀  █  ▄▀     ▀▀▀ █    █  ▄▀ █   █     █      █  █  █ █  █  ▄▀ █▄█      █  █▀   ▀   █     ▀▄ █     ▀▄ </font>
  398. <font class='kedip'>█   ▀   ▀█   █ ▀ ▄ ██▄▄    █▀▀▌          █    █▀▀▌  █   █ ██   █     █   █ █▄▄█ █▀▀▌  █▀▄  ██   █ ██▄▄   ▄  ▀▀▀▀▄ ▄  ▀▀▀▀▄   </font>
  399. <font class='kedip'>█▄  ▄▀  █    █  ▄▀ █▄   ▄▀ █  █         █     █  █  ▀████ █ █  █     █  █  █  █ █  █  █  █ █ █  █ █▄   ▄▀ ▀▄▄▄▄▀   ▀▄▄▄▄▀    </font>
  400. <font class='kedip'>▀███▀ ▄▀     ███   ▀███▀     █         ▀        █         █  █ █     ███▀     █   █     █  █  █ █ ▀███▀                      </font>
  401. <font class='kedip'>                            ▀                  ▀          █   ██             █   ▀     ▀   █   ██                            </font>
  402. <font class='kedip'>                                                                            ▀                                                </font>
  403.  
  404. <font class='kedip'>        _______                        _ </font>
  405. <font class='kedip'>       / /  ___|                      (_)</font>
  406. <font class='kedip'>      / /\ `--.  ___ _ __  _ __   __ _ _ </font>
  407. <font class='kedip'>     / /  `--. \/ _ \ '_ \| '_ \ / _` | |</font>
  408. <font class='kedip'>  _ / /  /\__/ /  __/ | | | |_) | (_| | |</font>
  409. <font class='kedip'> (_)_/   \____/ \___|_| |_| .__/ \__,_|_|</font>
  410. <font class='kedip'>                          | |            </font>
  411. <font class='kedip'>                          |_|            </font>
  412.  
  413.  
  414.  
  415. </pre>
  416. <p id="pesan" style='font-size:10pt; font-family: monospace;'>
  417. <b>root@./Senpai:~# > cd <font color="red">C:/DatabaseServer/login</font>/~<br></b>
  418. <b><font color="red">lock-up Sukses </font>C:/DatabaseServer/login > ADMIN ./Senpai<br><br></b>
  419. <b><font color="red">POSTING ADMINISTRATOR</font><br><br></b>
  420. <b>echo " <font color="red">~\</font> Message <font color="red">/~</font> ";<br></b>
  421. <b>echo " H E L L O <b><a target='blank' href='https://ctdhacking.blogspot.com'>./Senpai</a></b> ";<br></b>
  422. <b>echo " I'm Sorry Now Your Site Has Been LOCKED ";<br></b>
  423. <b>echo " This Just Testing Please Patch Your System Or I Will Come Back ";<br><br></b>
  424. <b>echo " <font color="red">~\</font> We are Pentest Website, we Not Hacker <font color="red">/~</font> ";<br></b>
  425. <b>echo " Mr.Gregetz | T1Coderz | WoNg_Nd35O | XyouN4me | Yonkou4 | ZEUS | Mr.Read  ";<br></b>
  426. <b>echo " Z3U54774CK | | ./D0Ny  | "Samael" ";<br><br></b>
  427. -------------------------------------------------------------------------------------------<br><br>
  428. echo " <font color="red">~\</font> Greetz <font color="red">/~</font> ";<br>
  429. echo " 99XaiSyndicate - EXI2T Cyber Team -  Indonesia Attack Cyber - Qwerty Alone Cyber - Garuda Security Hacker";<br>
  430. echo " ~./MR.LAST ~./Lunatic0de ~./Xliodas ~./S3RVANTIN ~./Mr_X-Cyber99 ~./4WSec ~./Up ~./MR.FAKEFACE ~./ PockyDotID ~./MR.RDM ~./MR.VIVO ~./Ade ~./Solo ~./4GUS ~./DBR_43 ~./Sy4r1f ~./DYL4N ~./4R13 ~./R4YH4N ~./M1K3 ~./0KT4 ~./S4NC3Z ~./C745H ~./Z3ND1 ~./N1KUZ4 ~./F4CHRI ~./FR4NS ~./D0NY ~./DN4 ";<br></font><br>
  431. echo " Have a nice day :D ";<br><br>
  432. Find Me ?, <br>
  433. <b><a href='http://www.shafou.com/' target="blank">Here</a>, or <a target="blank" href='http://ctdhacking.blogspot.com'>here</a></b> :)<br>Narutoindo10@gmail.com
  434. </p>
  435. <script type="text/javascript">
  436. new TypingText(document.getElementById("pesan"), 70, function(i){ var ar
  437. = new Array("|","|","|","|"); return "" + ar[i.length % ar.length]; });
  438. //Type out examples:
  439. TypingText.runAll();
  440. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement