You are on page 1of 10

<html>

<head>
<!--------------------------------------------
HACKED BY G13L404

--------------------------------------------->
<title>404 NOT FOUND</title>
<meta name="description" content="[ I HACK YOU]">

<!-- Klik Kanan -->


<script>
var pesen="SORRY ADMIN";
///////////////////////////////////
function clickIE4(){if (event.button==2){alert(pesen);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all)
{if (e.which==2||e.which==3){alert(pesen);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(pesen);return false")
</script>
<!--effect-->
<script
language="javascript"src="http://ykubnay.yn.lt/Js/salju/teal.js"type="text/javascri
pt">
<span style="color: #FFFF00">YELLOW SNOW</span>
<br />
<textarea cols="8"rows="2">
<script
language="javascript"src="http://ykubnay.yn.lt/Js/salju/yellow.js"></script>
<!--cursorr-->
<style type='text/css'>body, a:hover {cursor: url(http://cur.cursors-
4u.net/cursors/cur-2/cur118.cur), progress;}</style><a href='http://www.cursors-
4u.com/cursor/2008/12/17/cool-grey-outer-glow-pointer.html' target='_blank'
title='Cool Grey Outer Glow Pointer'><img alt='Cool Grey Outer Glow Pointer'
border='0' src='http://cur.cursors-4u.net/cursor.png' style='position:absolute;
top: 0px; right: 0px;'/></a>
<style>
*{
margin-top:2px;
}

body{
background-position: center;
background-color:#000000;

background-attachment: fixed;
background-size:780px;
background-image:url("http://img28.xooimage.com/files/2/b/b/100814115847_29-
202fbff.gif");
}
<img src="https://preview.ibb.co/dQi7EQ/IMG_72595.png"
</style></head>
<!-- Cursor Exs .ani , Exs.jpg-->
<!--Script Di bwah-->
<body oncontextmenu="return false" onkeydown="return false" onmousedown="return
false">
<br><br><br><br><br><br><br><br><br><br>
<!--<iframe width="0" height="0" src="https://www.youtube.com/embed/1-
xGerv5FOk?autoplay=1" frameborder="0" allowfullscreen=""></iframe>
---><!--Tulisan Pertama--><center><font size="10" color="hijaumuda"
face="courier new">I'M G13L404 SORRY ADMIN YOUR WEBSITE HAS BEEN HACKED</font>
<br><br>
<!-- Tulisan Kedua--><center><div id="foter" class="foter" style="position:
center; width: 600px; height: 28px; margin: 0px; padding: 10px; font-size: 24px;
text-align: center; color: rgb(255, 255, 255); font-family: &quot;trebuchet
ms&quot;, Courier new, courier new, sans-serif; transform: transform-origin: 50%
0px 0px; background-color: rgb(0, 0, 0); border: 1px solid rgb(170, 170, 170);
opacity: 0.5; ">
<font face="courier new"><h2><marquee color="white" behavior="Flip"
scrollamount="6" width="85%" style="width: 50%;"> - G13L404 - Rias_Gremory -
CENGUWA523 - Mr.Vokepers - O'corner - cROOT523 - al do - James imut
-</h2></marquee></font></div></span><!--Tengah--><br><br><br>

</center
<body>
<font face="Jokerman"; color="red"; size="4"> --= ANONYMOUS HACKER
INDONESIA =-- </font><br>

<font face="Script Mt Bold"; color="white"; size="4"><b>--= IDX-SPECIALITY


& G13Lcrack =--</font></b>

<font face="Tempus Sans ITC"; color="pink"; size="3">

<script LANGUAGE="JavaScript">

TypingText = function(element, interval, cursor, finishedCallback) {

if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==


"undefined")) {

this.running = true;

return;

}
this.element = element;

this.finishedCallback = (finishedCallback ? finishedCallback : function() { return;


});

this.interval = (typeof interval == "undefined" ? 20 : interval);

this.origText = this.element.innerHTML;

this.unparsedOrigText = this.origText;

this.cursor = (cursor ? cursor : "");

this.currentText = "";

this.currentChar = 0;

this.element.typingText = this;

if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex+


+;

TypingText.all.push(this);

this.running = false;

this.inTag = false;

this.tagBuffer = "";

this.inHTMLEntity = false;
this.HTMLEntityBuffer = "";

TypingText.all = new Array();

TypingText.currentIndex = 0;

TypingText.runAll = function() {

for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();

TypingText.prototype.run = function() {

if(this.running) return;

if(typeof this.origText == "undefined") {

setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",


this.interval);

return;

if(this.currentText == "") this.element.innerHTML = "";


if(this.currentChar < this.origText.length) {

if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {

this.tagBuffer = "<";

this.inTag = true;

this.currentChar++;

this.run();

return;

} else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {

this.tagBuffer += ">";

this.inTag = false;

this.currentText += this.tagBuffer;

this.currentChar++;

this.run();

return;

} else if(this.inTag) {
this.tagBuffer += this.origText.charAt(this.currentChar);

this.currentChar++;

this.run();

return;

} else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {

this.HTMLEntityBuffer = "&";

this.inHTMLEntity = true;

this.currentChar++;

this.run();

return;

} else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {

this.HTMLEntityBuffer += ";";

this.inHTMLEntity = false;

this.currentText += this.HTMLEntityBuffer;

this.currentChar++;
this.run();

return;

} else if(this.inHTMLEntity) {

this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);

this.currentChar++;

this.run();

return;

} else {

this.currentText += this.origText.charAt(this.currentChar);

this.element.innerHTML = this.currentText;

this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof


this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");

this.currentChar++;

setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",


this.interval);
} else {

this.currentText = "";

this.currentChar = 0;

this.running = false;

this.finishedCallback();

</script>

<div id="example1">
</div>
<p id="example2"><br><font color="white">

==================================</font><br><font color="yellow">
SORRY FOR YOUR WEBSITE......<br> YOUR IP:-....<br>SCAN YOUR
SYSTEM .....<br> SCANING BUG PROCESSING ....<br>"YOUR WEBSITE HAS BEEN
HACKED"</font><br><br><font color="hijaumuda"> My Contact :<br>Fb : Gilangclx<br>WA
: 081524513284

</font>
<br>

<style type="text/css">

.matrix { font-family:Courier New; font-size:10pt; text-align:center; width:10px;


padding:0px; margin:0px;}

</style>

<center>
<font face="Bradley Hand ITC" color="white"
size="3">-----------------------------------------------------------------------
</font><br>

<font face="Papyrus" color="red" size="3"> ANONYMOUSE HACKER


INDONESIA 523

</font>

<center>
<font face="Bradley Hand ITC" color="white"
size="3">-----------------------------------------------------------------------
</font>

</font>

</center>
<script type="text/javascript">

new TypingText(document.getElementById("example1"));

new TypingText(document.getElementById("example2"), 50, function(i){

var ar = new Array("_"," ","_","_"); return " " + ar[i.length %

ar.length]; });

TypingText.runAll();

</script>

</center>
</font></span></b></p>
<p align="center">
</p>
<div class="layermensaje" id="ttecleado" ?="">
</div>
<p align="center">
<span style="font-size: 22pt;"><font style="font-size: 1pt;"
color="#ffff00" face="Courier New"><font style="font-size: 1pt;" color="#ff0000"
size="7" face="Impact"><font size="5">
</font></font></font></span></p>

<br>
<center>
<img src="//img2.blogblog.com/img/video_object.png" style="background-
color: #b2b2b2; height: 0px; width: 0px; " class="BLOGGER-object-element
tr_noresize tr_placeholder" id="BLOGGER_object_0" data-original-
id="BLOGGER_object_0" />

</br></font>

<style type="text/css">body
{cursor:url("http://i873.photobucket.com/albums/ab293/wusananto/spe114.gif"),defaul
t}</style>

</body>
<!--Copyright_G13Lcrack---></font>
</body>
</html>

You might also like