Advertisement
Guest User

TKJ

a guest
Oct 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. <html>
  2. <!---------------------------------
  3. GAME OVER
  4.  
  5. Hacked By F0xBase
  6. from : ExploiterXeroTEAM
  7. Only Here In Indonesia
  8. Copas Sc Boleh Tapi jangan Lupa
  9. sama Siapa yang Buatnya :)
  10. ---------------------------------->
  11. <title>F0xBase | ExploiterXeroTEAM</title>
  12. <link rel="SHORTCUT ICON" href="https://defacer.id/img/favicon.png"/>
  13. <meta name="description" content="ExploiterXeroTEAM" />
  14. <embed src="http://www.youtube.com/v/K4DyBUG242c&autoplay=1" type="application/x-shockwave-flash"wmode="transparent"width="1" height="1"></embed>
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script>
  16. <style>
  17.  
  18. body{
  19.  
  20. background-color: #000000;
  21.  
  22. background-repeat:no-repeat;
  23.  
  24. background-attachment:fixed;
  25.  
  26. background-position:right bottom;
  27.  
  28. background: url("http://cdn.wonderfulengineering.com/wp-content/uploads/2014/01/HD-Technology-Wallpaper-7.jpg");
  29.  
  30. font-family: Verdana;
  31.  
  32. font-size: 27px;
  33.  
  34. }
  35.  
  36. h1 {
  37.  
  38. padding: 10px 15px;
  39.  
  40. margin: 0px;
  41.  
  42. font-size: 14px;
  43.  
  44. background-color: #000000;
  45.  
  46. //background-image: -moz-linear-gradient(100% 100% 90deg, #777, #999) !important;
  47.  
  48. //background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777)) !important;
  49.  
  50. color: #FFF;
  51.  
  52. //-webkit-border-radius:8px 8px 0px 0px;
  53.  
  54. //-moz-border-radius: 8px 8px 0px 0px;
  55.  
  56. border-radius: 8px 8px 0px 0px;
  57.  
  58. text-shadow:1px 1px 2px #333333;
  59.  
  60. opacity: 0.5;
  61.  
  62. }
  63.  
  64. table {
  65.  
  66. width: 565px;
  67.  
  68. }
  69.  
  70. table tr td{
  71.  
  72. font-family: Verdana;
  73.  
  74. font-size: 11px;
  75.  
  76. padding: 10px 5px;
  77.  
  78. border-bottom: solid 1px #CCC;
  79.  
  80.  
  81.  
  82. }
  83.  
  84. #wrapper{
  85.  
  86. width: 800px;
  87.  
  88. margin: 10px auto;
  89.  
  90. text-align: left;
  91.  
  92. background: url('') no-repeat center center fixed ;
  93.  
  94. }
  95.  
  96. #console{
  97.  
  98. height: 400px;
  99.  
  100. overflow: auto;
  101.  
  102. background-color: #000;
  103.  
  104. padding: 15px;
  105.  
  106. font-family: monospace;
  107.  
  108. font-size: 12px;
  109.  
  110. color: #FF0000;
  111.  
  112. }
  113.  
  114. .content{
  115.  
  116. padding: 15px;
  117.  
  118. }
  119.  
  120. #commander{
  121.  
  122. border: solid 1px #CCC;
  123.  
  124. padding: 5px 10px;
  125.  
  126. -webkit-border-radius: 2px;
  127.  
  128. -moz-border-radius: 2px;
  129.  
  130. border-radius: 2px;
  131.  
  132. margin: 5px;
  133.  
  134. width: 590px;
  135.  
  136. height: 30px;
  137.  
  138. }
  139.  
  140. .box{
  141.  
  142. -moz-box-shadow: 1px 1px 8px #666;
  143.  
  144. -webkit-box-shadow: 1px 1px 8px #666;
  145.  
  146. box-shadow: 1px 1px 8px #FF0000;
  147.  
  148. border: solid 1px black;
  149.  
  150. -webkit-border-radius: 8px 8px 0px 0px;
  151.  
  152. -moz-border-radius: 8px 8px 0px 0px;
  153.  
  154. border-radius: 8px 8px 0px 0px;
  155.  
  156. margin: 15px 0px;
  157.  
  158. background-color: #F5F5F5;
  159.  
  160. opacity: 0.8;
  161.  
  162. }
  163.  
  164. #help{
  165.  
  166. width: 300px;
  167.  
  168. float: right;
  169.  
  170. }
  171.  
  172. .prefix{
  173.  
  174. color: #0077E7;
  175.  
  176. }
  177.  
  178. .keyword{
  179.  
  180. color: #9eff63;
  181.  
  182. }
  183.  
  184. .error{
  185.  
  186. color: #FF0000;
  187.  
  188. }
  189.  
  190. .spacer{
  191.  
  192. clear: both;
  193.  
  194. display: block;
  195.  
  196. }
  197.  
  198. </style>
  199.  
  200. <script type="text/javascript">
  201.  
  202. // Tested By F0xBase
  203.  
  204. TypingText = function(element, interval, cursor, finishedCallback) {
  205.  
  206. if((typeof document.getElementById == "undefined") || (typeof
  207.  
  208.  
  209.  
  210. element.innerHTML == "undefined")) {
  211.  
  212. this.running = true;
  213.  
  214. return;
  215.  
  216. }
  217.  
  218. this.element = element;
  219.  
  220. this.finishedCallback = (finishedCallback ? finishedCallback : function() {
  221.  
  222.  
  223.  
  224. return; });
  225.  
  226. this.interval = (typeof interval == "undefined" ? 100 : interval);
  227.  
  228. this.origText = this.element.innerHTML;
  229.  
  230. this.unparsedOrigText = this.origText;
  231.  
  232. this.cursor = (cursor ? cursor : "");
  233.  
  234. this.currentText = "";
  235.  
  236. this.currentChar = 0;
  237.  
  238. this.element.typingText = this;
  239.  
  240. if(this.element.id == "") this.element.id = "typingtext" +
  241.  
  242.  
  243.  
  244. TypingText.currentIndex++;
  245.  
  246. TypingText.all.push(this);
  247.  
  248. this.running = false;
  249.  
  250. this.inTag = false;
  251.  
  252. this.tagBuffer = "";
  253.  
  254. this.inHTMLEntity = false;
  255.  
  256. this.HTMLEntityBuffer = "";
  257.  
  258. }
  259.  
  260. TypingText.all = new Array();
  261.  
  262. TypingText.currentIndex = 0;
  263.  
  264. TypingText.runAll = function() {
  265.  
  266. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  267.  
  268. }
  269.  
  270. TypingText.prototype.run = function() {
  271.  
  272. if(this.running) return;
  273.  
  274. if(typeof this.origText == "undefined") {
  275.  
  276. setTimeout("document.getElementById('" + this.element.id +
  277.  
  278.  
  279.  
  280. "').typingText.run()", this.interval);
  281.  
  282. return;
  283.  
  284. }
  285.  
  286. if(this.currentText == "") this.element.innerHTML = "";
  287.  
  288. if(this.currentChar < this.origText.length) {
  289.  
  290. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  291.  
  292. this.tagBuffer = "<";
  293.  
  294. this.inTag = true;
  295.  
  296. this.currentChar++;
  297.  
  298. this.run();
  299.  
  300. return;
  301.  
  302. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  303.  
  304. this.tagBuffer += ">";
  305.  
  306. this.inTag = false;
  307.  
  308. this.currentText += this.tagBuffer;
  309.  
  310. this.currentChar++;
  311.  
  312. this.run();
  313.  
  314. return;
  315.  
  316. } else if(this.inTag) {
  317.  
  318. this.tagBuffer += this.origText.charAt(this.currentChar);
  319.  
  320. this.currentChar++;
  321.  
  322. this.run();
  323.  
  324. return;
  325.  
  326. } else if(this.origText.charAt(this.currentChar) == "&" && !
  327.  
  328.  
  329.  
  330. this.inHTMLEntity) {
  331.  
  332. this.HTMLEntityBuffer = "&";
  333.  
  334. this.inHTMLEntity = true;
  335.  
  336. this.currentChar++;
  337.  
  338. this.run();
  339.  
  340. return;
  341.  
  342. } else if(this.origText.charAt(this.currentChar) == ";" &&
  343.  
  344.  
  345.  
  346. this.inHTMLEntity) {
  347.  
  348. this.HTMLEntityBuffer += ";";
  349.  
  350. this.inHTMLEntity = false;
  351.  
  352. this.currentText += this.HTMLEntityBuffer;
  353.  
  354. this.currentChar++;
  355.  
  356. this.run();
  357.  
  358. return;
  359.  
  360. } else if(this.inHTMLEntity) {
  361.  
  362. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  363.  
  364. this.currentChar++;
  365.  
  366. this.run();
  367.  
  368. return;
  369.  
  370. } else {
  371.  
  372. this.currentText += this.origText.charAt(this.currentChar);
  373.  
  374. }
  375.  
  376. this.element.innerHTML = this.currentText;
  377.  
  378. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ?
  379.  
  380.  
  381.  
  382. (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) :
  383.  
  384.  
  385.  
  386. "");
  387.  
  388. this.currentChar++;
  389.  
  390. setTimeout("document.getElementById('" + this.element.id +
  391.  
  392.  
  393.  
  394. "').typingText.run()", this.interval);
  395.  
  396. } else {
  397.  
  398. this.currentText = "";
  399.  
  400. this.currentChar = 0;
  401.  
  402. this.running = false;
  403.  
  404. this.finishedCallback();
  405.  
  406. }
  407.  
  408. }
  409.  
  410. </script>
  411.  
  412. <!-- AdFender script begin --><script type='text/javascript' src='http://local.adfender.com/adfender/elemhide.js'></script><!-- AdFender script end -->
  413. <!-- AdFender script begin --><script type='text/javascript' src='http://local.adfender.com/adfender/elemhide.js'></script><!-- AdFender script end -->
  414.  
  415. </head>
  416. <center><img src="https://image.ibb.co/fZoKFQ/20504157_1972940809656488_1552449514_n.jpg" alt="" width="150"><center>
  417. <p>
  418. <p>
  419. <p>
  420. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;' ondragstart='return false' onselectstart='return false' style='-moz-user-select: none; cursor: default;'>
  421. <div id="wrapper">
  422. <div class="box">
  423. <center>
  424. <h1><img src="http://th00.deviantart.net/fs70/PRE/i/2012/135/a/7/tux_button_by_blacklite_teh_haxxor-d4zv3fv.png" width="4%"> root@F0xBase <img src="http://th00.deviantart.net/fs70/PRE/i/2012/135/a/7/tux_button_by_blacklite_teh_haxxor-d4zv3fv.png" width="4%"></center></h1>
  425.  
  426. <div id="console"><span class="prefix">
  427.  
  428. <p id="message">
  429.  
  430. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Greetings Admin <br>
  431. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># The page you are looking for has been defaced <br>
  432. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Defaced by "<font color="lime" size="3px">F0xBase</font>" | ExploiterXeroTEAM <br>
  433. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Please patch your Security <br>
  434. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Dont Panic !!<br>
  435.  
  436. <br>
  437.  
  438. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># ExploiterXeroTEAM Stay Here ...</br>
  439. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Hacking is <font color="red" size="3px">Not a Crime</font><br>
  440. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Hacking is Art and Hacking is My Game<br>
  441. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Sayonara My Love<br>
  442. <font color="red"><b>root@F0xBase</b></font><font color="white">:<font color="#1E90FF"><b>~</b></font><font color="white"># Jadi Gini Min intinya Benerin System Keamanan Webnya Sedih lah Klo di Ceritain <br>
  443.  
  444. <br>
  445.  
  446. <br>
  447.  
  448. <font color="red"><b>Whoami /all</b></font><font color="#00FFFF">: F0xBase</a> - And You!</br>
  449.  
  450. Thanks to: <font color="#00FFFF"> ./BDZZ13 - Mr.D4 - M45KL - ./RsP404 - A999T - RhicaVIPz - AllPeace - u$erR00T$ - #Comic_Error - Rawn4 - R3V0 - Mr.A21 - MR.RA - =THE_F<3A_AL=- - SyntaxNotFound - MR.Y404Cyber - M4niak S4bun - Er42 - F0xBase - TamvanFire404 - /N@s.N@s\ - Crootz-ID - ZEROONE-04 - ./MasterFox - ./ShadowHunter - Mr.un17 - M@127iN_iD - Mr Zenixt. - HardKillerX404<br>
  451. <br></font>
  452. <font color="red">Terimakasih Keluarga Kecil ku ExploiterXeroTEAM , dan mereka yang menganggap ku sebagai Keluarga Nya!!</font><br>
  453. <br>
  454. Stay Cool and Keep ./Crotz <br>
  455. Mas Anumu Mas ! :v <br>
  456. <script type="text/javascript">
  457.  
  458. new TypingText(document.getElementById("message"), 50, function(i){ var ar
  459.  
  460.  
  461.  
  462. = new Array("|", "|", "|", "|"); return " " + ar[i.length % ar.length]; });
  463.  
  464.  
  465.  
  466. //Type out examples:
  467.  
  468. TypingText.runAll();
  469.  
  470.  
  471.  
  472. </script>
  473.  
  474. <input text="test" id="commander" onkeyup="execute(this,event);" disabled="disabled" style="width:786px;"/>
  475. </div>
  476. <div class="spacer"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement