X-Root

Bocah_Ndeso

Oct 19th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <TITLE>Hacked by Bocah_Ndeso</TITLE>
  5.  
  6. <br/>
  7. <META NAME="description" CONTENT="Bocah_Ndeso">
  8. <META NAME="keywords" CONTENT="Bocah_Ndeso>
  9. <META NAME="robot" CONTENT="index,follow">
  10. <META NAME="copyright" CONTENT="Copyright . All Rights Reserved.">
  11. <META NAME="author" CONTENT="Bocah_Ndeso">
  12. <META NAME="language" CONTENT="English">
  13. <META NAME="revisit-after" CONTENT="1">
  14. <link href='http://www.paper-machinery.com/flags/Indonesia.gif' rel='SHORTCUT ICON'/>
  15. <link rel="shortcut icon" href="http://2.bp.blogspot.com/-qq48EdTpLT4/UBuiqupeeyI/AAAAAAAAAYg/eWV9Xh5NOB8/s1600/favicon.ico"/>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Averia+Sans+Libre' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  19. <meta name="Description" content="Bocah_Ndeso">
  20. <script language="JavaScript">
  21.  
  22. function tb5_makeArray(n){
  23. this.length = n;
  24. return this.length;
  25. }
  26.  
  27. tb5_messages = new tb5_makeArray(7);
  28. tb5_messages[0] = "I'm sorry Admin";
  29. tb5_messages[1] = "Your Website";
  30. tb5_messages[2] = "Has been Hacked";
  31. tb5_messages[3] = "Let me Introduce my self";
  32. tb5_messages[4] = "You can call me Bocah_Ndeso";
  33. tb5_messages[5] = "But";
  34. tb5_messages[6] = "I'm a CYBER SHINIGAMI!!!";
  35. tb5_rptType = 'infinite';
  36. tb5_rptNbr = 20;
  37. tb5_speed = 30;
  38. tb5_delay = 2000;
  39. var tb5_counter=2;
  40. var tb5_currMsg=0;
  41. var tb5_stsmsg="";
  42. function tb5_shuffle(arr){
  43. var k;
  44. for (i=0; i<arr.length; i++){
  45. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  46. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  47. }
  48. return arr;
  49. }
  50. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  51. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  52. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  53. tb5_arr[i] = i;
  54. tb5_sts[i] = "_";
  55. }
  56. tb5_arr = tb5_shuffle(tb5_arr);
  57. function tb5_init(n){
  58. var k;
  59. if (n == tb5_arr.length){
  60. if (tb5_currMsg == tb5_messages.length-1){
  61. if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
  62. clearTimeout(tb5_timerID);
  63. return;
  64. }
  65. tb5_counter++;
  66. tb5_currMsg=0;
  67. }
  68. else{
  69. tb5_currMsg++;
  70. }
  71. n=0;
  72. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  73. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  74. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  75. tb5_arr[i] = i;
  76. tb5_sts[i] = "_";
  77. }
  78. tb5_arr = tb5_shuffle(tb5_arr);
  79. tb5_sp=tb5_delay;
  80. }
  81. else{
  82. tb5_sp=tb5_speed;
  83. k = tb5_arr[n];
  84. tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
  85. tb5_stsmsg = "";
  86. for (var i=0; i<tb5_sts.length; i++)
  87. tb5_stsmsg += tb5_sts[i];
  88. document.title = tb5_stsmsg;
  89. n++;
  90. }
  91. tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  92. }
  93. function tb5_randomizetitle(){
  94. tb5_init(0);
  95. }
  96. tb5_randomizetitle();
  97.  
  98. </script>
  99. <script language="javascript">
  100. var text='Just Open your eyes';
  101. var delay=5;
  102. var Xoff=0;
  103. var Yoff=-30;
  104. var txtw=10;
  105. var beghtml='<font face="Agency FB" color="#FFFFFF" style="" size="4em"><b>';
  106. var endhtml='</b></font>';
  107. ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true: false;
  108. ie4 = (document.all && !document.getElementById)? true : false;
  109. ie5 = (document.all && document.getElementById)? true : false;
  110. ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
  111. var txtA=new Array();
  112. text=text.split('');
  113. var x1=0;
  114. var y1=-50;
  115. var t='';
  116. for(i=1;i<=text.length;i++){
  117. t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
  118. t+=beghtml+text[i-1]+endhtml;
  119. t+=(ns4)? '</layer>' : '</div>';
  120. }
  121. document.write(t);
  122. function moveid(id,x,y){
  123. if(ns4)id.moveTo(x,y);
  124. else{
  125. id.style.left=x+'px';
  126. id.style.top=y+'px';
  127. }}
  128. function animate(evt){
  129. x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
  130. y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
  131. }
  132. function getidleft(id){
  133. if(ns4)return id.left;
  134. else return parseInt(id.style.left);
  135. }
  136. function getidtop(id){
  137. if(ns4)return id.top;
  138. else return parseInt(id.style.top);
  139. }
  140. function getwindowwidth(){
  141. if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
  142. else return window.innerWidth+pageXOffset;
  143. }
  144. function movetxts(){
  145. for(i=text.length;i>1;i=i-1){
  146. if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){
  147. moveid(txtA[i-1],0,-100);
  148. moveid(txtA[i],0,-100);
  149. }else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
  150. }
  151. moveid(txtA[1],x1,y1);
  152. }
  153. window.onload=function(){
  154. for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
  155. if(ns4)document.captureEvents(Event.MOUSEMOVE);
  156. document.onmousemove=animate;
  157. setInterval('movetxts()',delay);
  158. }
  159. </script>
  160. <script> alert('WHAT THE FUCK WAS THAT???') </script> <center>
  161. <style>
  162. body {cursor:cross;
  163. background: #000000 url(https://lh6.googleusercontent.com/-uRLX3SeDrdI/TjBpUFR5oeI/AAAAAAAAAIo/GYSnWQxGWMc/cok.gif) scroll repeat center center;
  164. </style>
  165. <style>
  166. body{text-align;font-family: 'Averia Sans Libre', cursive;}
  167. hr{border: 1px solid #1C1C1C;}
  168. </style>
  169. <style type="text/css">
  170. body,td,th {
  171. color: #FFFFFF;
  172. }
  173. body {cursor:url("http://www.fbvideo.16mb.com/files/cur.cur"),default;
  174. background-color: #000000;
  175. }
  176. a { text-decoration:none; }
  177. a:link { color: #00FF00}
  178. a:visited { color: #00FF00}
  179. a:hover { color: #00FF00}
  180. a:active { color: #00FF00}
  181.  
  182. .style2 {Helvetica, sans-serif; font-weight: bold; font-size: 15px; }
  183. .style3 {Helvetica, sans-serif; font-weight: bold; }
  184. .style4 {color: #FFFF00}
  185. .style5 {color: #FF0000}
  186. .style6 {color: #00FF00}
  187. img{border:4px double green;
  188. box-shadow:0px 9px 15px white;
  189. border-radius:10px;}
  190. .thanks{border:4px double green;
  191. box-shadow:0px 2px 20px white;
  192. border-radius:10px;
  193. padding:9px;}
  194. .a{text-shadow:0px 1px 10px lime;}
  195. </style>
  196. </head>
  197. <body>
  198. <object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash">
  199. <param value="#ffffff" name="bgcolor" /><param value="mp3=http://rameshnrbbmp.in/BinjaiCyberT.mp3&amp;loop=1&amp;autoplay=1&amp;volume=125" name="FlashVars" /></object>
  200. <center><img src="http://i1.kym-cdn.com/photos/images/facebook/000/672/370/d3c.jpg" width="" height="40%""><br /><br /><p></p><font face="Orbitron" size="7" color="white" class="a">Hacked by: </font><font face="Orbitron" size="7" color="red" class="a">Bocah_Ndeso</font><br>
  201. <pre><font color="#00FF00" size="1">
  202. __ __ ______ _____ _____ _____ ______
  203. | \/ | ____|/ ____/ ____| /\ / ____| ____| _
  204. | \ / | |__ | (___| (___ / \ | | __| |__ (_)
  205. | |\/| | __| \___ \\___ \ / /\ \| | |_ | __|
  206. | | | | |____ ____) |___) / ____ \ |__| | |____ _
  207. |_| |_|______|_____/_____/_/ \_\_____|______| (_)
  208. </font></pre>
  209. <br /><br />
  210. <div class="See you :v">
  211. <style>
  212. body{
  213. text-align: center;
  214. font-size: 12px;
  215. font-family: verdana;
  216. background-color: black;
  217. background: url('index.html') repeat center center fixed black;
  218. }
  219. h1 {
  220. padding: 10px 15px;
  221. margin: 0px;
  222. font-size: 14px;
  223. background-color: #000000;
  224. //background-image: -moz-linear-gradient(100% 100% 90deg, #777, #999) !important;
  225. //background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777)) !important;
  226. color: #FFF;
  227. //-webkit-border-radius:8px 8px 0px 0px;
  228. //-moz-border-radius: 8px 8px 0px 0px;
  229. border-radius: 8px 8px 0px 0px;
  230. text-shadow:1px 1px 2px #333333;
  231. opacity: 0.5;
  232. }
  233. table {
  234. width: 565px;
  235. }
  236. table tr td{
  237. font-family: verdana;
  238. font-size: 11px;
  239. padding: 10px 5px;
  240. border-bottom: solid 1px #CCC;
  241.  
  242. }
  243. #wrapper{
  244. width: 800px;
  245. margin: 10px auto;
  246. text-align: left;
  247. background: url('index.html') no-repeat center center fixed;
  248. }
  249. #console{
  250. height: 450px;
  251. overflow: auto;
  252. background-color: #000;
  253. padding: 15px;
  254. font-family: monospace;
  255. font-size: 12px;
  256. color: #FFF;
  257. }
  258. .content{
  259. padding: 15px;
  260. }
  261. #commander{
  262. border: solid 1px #CCC;
  263. padding: 5px 10px;
  264. -webkit-border-radius: 2px;
  265. -moz-border-radius: 2px;
  266. border-radius: 2px;
  267. margin: 5px;
  268. width: 590px;
  269. height: 30px;
  270. }
  271. .box{
  272. -moz-box-shadow: 1px 1px 8px #666;
  273. -webkit-box-shadow: 1px 1px 8px #666;
  274. box-shadow: 1px 1px 8px #40D5D2;
  275. border: solid 1px black;
  276. -webkit-border-radius: 8px 8px 0px 0px;
  277. -moz-border-radius: 8px 8px 0px 0px;
  278. border-radius: 8px 8px 0px 0px;
  279. margin: 15px 0px;
  280. background-color: #F5F5F5;
  281. opacity: 0.8;
  282. }
  283. #help{
  284. width: 300px;
  285. float: right;
  286. }
  287. .prefix{
  288. color: #0077E7;
  289. }
  290. .keyword{
  291. color: #9eff63;
  292. }
  293. .error{
  294. color: #FF0000;
  295. }
  296. .spacer{
  297. clear: both;
  298. display: block;
  299. }
  300. </style>
  301. <script type="text/javascript">
  302. //BH?SS?AN
  303. TypingText = function(element, interval, cursor, finishedCallback) {
  304. if((typeof document.getElementById == "undefined") || (typeof
  305.  
  306. element.innerHTML == "undefined")) {
  307. this.running = true;
  308. return;
  309. }
  310. this.element = element;
  311. this.finishedCallback = (finishedCallback ? finishedCallback : function() {
  312.  
  313. return; });
  314. this.interval = (typeof interval == "undefined" ? 100 : interval);
  315. this.origText = this.element.innerHTML;
  316. this.unparsedOrigText = this.origText;
  317. this.cursor = (cursor ? cursor : "");
  318. this.currentText = "";
  319. this.currentChar = 0;
  320. this.element.typingText = this;
  321. if(this.element.id == "") this.element.id = "typingtext" +
  322.  
  323. TypingText.currentIndex++;
  324. TypingText.all.push(this);
  325. this.running = false;
  326. this.inTag = false;
  327. this.tagBuffer = "";
  328. this.inHTMLEntity = false;
  329. this.HTMLEntityBuffer = "";
  330. }
  331. TypingText.all = new Array();
  332. TypingText.currentIndex = 0;
  333. TypingText.runAll = function() {
  334. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  335. }
  336. TypingText.prototype.run = function() {
  337. if(this.running) return;
  338. if(typeof this.origText == "undefined") {
  339. setTimeout("document.getElementById('" + this.element.id +
  340.  
  341. "').typingText.run()", this.interval);
  342. return;
  343. }
  344. if(this.currentText == "") this.element.innerHTML = "";
  345. if(this.currentChar < this.origText.length) {
  346. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  347. this.tagBuffer = "<";
  348. this.inTag = true;
  349. this.currentChar++;
  350. this.run();
  351. return;
  352. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  353. this.tagBuffer += ">";
  354. this.inTag = false;
  355. this.currentText += this.tagBuffer;
  356. this.currentChar++;
  357. this.run();
  358. return;
  359. } else if(this.inTag) {
  360. this.tagBuffer += this.origText.charAt(this.currentChar);
  361. this.currentChar++;
  362. this.run();
  363. return;
  364. } else if(this.origText.charAt(this.currentChar) == "&" && !
  365.  
  366. this.inHTMLEntity) {
  367. this.HTMLEntityBuffer = "&";
  368. this.inHTMLEntity = true;
  369. this.currentChar++;
  370. this.run();
  371. return;
  372. } else if(this.origText.charAt(this.currentChar) == ";" &&
  373.  
  374. this.inHTMLEntity) {
  375. this.HTMLEntityBuffer += ";";
  376. this.inHTMLEntity = false;
  377. this.currentText += this.HTMLEntityBuffer;
  378. this.currentChar++;
  379. this.run();
  380. return;
  381. } else if(this.inHTMLEntity) {
  382. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  383. this.currentChar++;
  384. this.run();
  385. return;
  386. } else {
  387. this.currentText += this.origText.charAt(this.currentChar);
  388. }
  389. this.element.innerHTML = this.currentText;
  390. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ?
  391.  
  392. (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) :
  393.  
  394. "");
  395. this.currentChar++;
  396. setTimeout("document.getElementById('" + this.element.id +
  397.  
  398. "').typingText.run()", this.interval);
  399. } else {
  400. this.currentText = "";
  401. this.currentChar = 0;
  402. this.running = false;
  403. this.finishedCallback();
  404. }
  405. }
  406. </script>
  407.  
  408.  
  409.  
  410. <div id="wrapper">
  411.  
  412. <div class="box">
  413.  
  414. <h1>
  415. Cyber SHINIGAMI</h1>
  416. <div id="console">
  417.  
  418. <p id="message">
  419. <font color="#009900"> Please Wait . . . </font> <br>
  420.  
  421. <font color="#009900"> Trying connect to Server......</font><br>
  422. <font color="#009900"> ..............................</font><br>
  423. <font color="#009900"> ..............................</font><br>
  424. <font color="#009900"> Connected !!!</font><br>
  425. <br>
  426. <font color="#F00000""><font color="#FFF000">BRc: <font color="#F00000"></font></font> Hello Admin, Your Site Has Been Defaced</font><br>
  427. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> Your security is very very Low . . . </font><br>
  428. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> I am sorry</font><br>
  429. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> We will never stop Hacking </font><br>
  430. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> Hacking Is Not Illegal </font><br>
  431. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> Because Hacking is ART!!! </font><br>
  432. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> We are Not a Criminals</font><br>
  433. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> We Make Love, Not Wars . . .</font><br>
  434. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> We Are Cyber SHINIGAMI</font><br>
  435. <font color="#F00000"><font color="#FFF000">BRc: <font color="#F00000"></font></font> Stay alert, we will Comeback again...</font><br>
  436.  
  437. <br>
  438. <font color="green">[+] NO System is Save<br>
  439. <font color="green">[+] Security Is Just an Illusion!...<br>
  440. <br>
  441. <br>
  442. <font color="red" size=5> # Hacked By Bocah_Ndeso # </font><br>
  443. <font color="green" size=3> Thanks to: </font><br>
  444. <font color="red"> >> Goverment Home </font><br>
  445. <font color="red"> >> Defacer Tersakiti Team </font><br>
  446. <font color="red"> >> CyberTron Darkness Team </font><br>
  447. <font color="red"> >> Loading To Mastah </font><br>
  448. <script type="text/javascript">
  449. new TypingText(document.getElementById("message"), 50, function(i){ var ar
  450.  
  451. = new Array("|", "|", "|", "|"); return " " + ar[i.length % ar.length]; });
  452.  
  453. //Type out examples:
  454. TypingText.runAll();
  455.  
  456. </script></font></font></font></font></font></font></font></font></font> |</span></p>
  457. </div>
  458. <font color="gray"><font color="white"><font color="white"><font color="white"><font color="green"><font color="green">
  459. <div class="spacer">
  460. </div>
  461. </center>
  462. </font></font></font></font></font></font></div>
  463. </div>
  464. </body></html>
  465.  
  466. </body>
  467. </html>
Advertisement
Add Comment
Please, Sign In to add comment