body{text-align;font-family: ‘, cursive;} hr{border: 1px solid #1C1C1C;}
body,td,th { color: #FFFFFF; } body {cursor:url(http://4.bp.blogspot.com/-hAF7tPUnmEE/TwGR3lRH0EI/AAAAAAAAAs8/6pki22hc3NE/s1600/ass.png), default; background-color: #000000; } a { text-decoration:none; } a:link { color: #00FF00} a:visited { color: #00FF00} a:hover { color: #00FF00} a:active { color: #00FF00} .style2 {Helvetica, sans-serif; font-weight: bold; font-size: 15px; } .style3 {Helvetica, sans-serif; font-weight: bold; } .style4 {color: #FFFF00} .style5 {color: #FF0000} .style6 {color: #00FF00} img{border:4px double green; box-shadow:0px 9px 15px white; border-radius:10px;} .thanks{border:4px double green; box-shadow:0px 2px 20px white; border-radius:10px; padding:9px;} .a{text-shadow:0px 1px 10px lime;}
body, a, a:link{cursor:url(http://4.bp.blogspot.com/-hAF7tPUnmEE/TwGR3lRH0EI/AAAAAAAAAs8/6pki22hc3NE/s1600/ass.png), default;} a:hover {cursor:url(http://3.bp.blogspot.com/-bRikgqeZx0Q/TwGR4MUEC7I/AAAAAAAAAtA/isJmS0r35Qw/s1600/pointer.png),wait;}
h1 {color: #333;font-size: 100px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
.neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
.matrix {color: #FFFFFF; font-family:Arial, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
.jokitz1{
text-align : center;
}
.jokitz2{
text-align : center;
font-family : Courier;
}
body {
background: black;
}
#embed {
text-align:left;
opacity:0;
}
img {
opacity:1;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
margin-top:-10px;
}
img:hover{
opacity:0.75
}
#tolol {
font-family: ‘Courier’;
position:absolute;
left:0;
right:0;
top:30%;
color:white;
}
hr {
width:350px;
}
a {
text-decoration: none;
}
(function(){
var global = this;
var globalName = ‘starField’;
var numberOfStars = 100;
/* total depth of space ;)*/
var depthDimentsion = 2000;
/* % of space between browser and viewer.*/
var viewingDepth = 0.0001;
/* % of space moved in one step.*/
var forwardVelocity = 0.3;
var d = depthDimentsion*(viewingDepth/100);
var planeDepth = depthDimentsion – d;
var fv = planeDepth*(forwardVelocity/100);
var zMultiplier = (depthDimentsion)/d;
var starObjs, starHTML;
var posMod, sy, sx, windowCenterY, windowCenterX;
var scaleXAdjust, scaleYAdjust;
if((document.layers)&&(this.Layer)){
starHTML = [
”];
}else{
starHTML = [
‘
‘];
}
function compatModeTest(obj){
if((document.compatMode)&&
(document.compatMode.indexOf(‘CSS’) != -1)&&
(document.documentElement)){
return document.documentElement;
}else if(document.body){
return document.body;
}else{
return obj;
}
}
function getWindowState(){
var global = this;
var readScroll = {scrollLeft:NaN,scrollTop:NaN};
var readSizeC = {clientWidth:NaN,clientHeight:NaN};
var readSizeI = {innerWidth:NaN,innerHeight:NaN};
var readScrollX = ‘scrollLeft’;
var readScrollY = ‘scrollTop’;
function getWidthI(){return readSizeI.innerWidth;}
function getWidthC(){return readSizeC.clientWidth|0;}
function getHeightI(){return readSizeI.innerHeight;}
function getHeightC(){return readSizeC.clientHeight|0;}
function getHeightSmart(){
return retSmaller(getHeightI(), getHeightC());
}
function getWidthSmart(){
return retSmaller(getWidthI(), getWidthC());
}
function setInnerWH(){
theOne.getWidth = getWidthI;
theOne.getHeight = getHeightI;
}
function retSmaller(inr, other){
if(other > inr){
setInnerWH();
return inr;
}else{
return other;
}
}
var theOne = {
getScrollX:function(){return readScroll[readScrollX]|0;},
getScrollY:function(){return readScroll[readScrollY]|0;},
getWidth:getWidthC,
getHeight:getHeightC
};
function main(){return theOne;}
function rankObj(testObj){
var dv,dhN;
if(testObj&&(typeof testObj.clientWidth == ‘number’)&&
(typeof testObj.clientHeight == ‘number’)){
if(((dv = global.innerHeight – testObj.clientHeight) >= 0)&&
((dh = global.innerWidth – testObj.clientWidth) >= 0)){
if(dh == dv){
return 0;
}else if((dh&&!dv)||(dv&&!dh)){
return (dh+dv);
}
}
}
return NaN;
}
if((typeof global.innerHeight == ‘number’)&&
(typeof global.innerWidth == ‘number’)){
readSizeI = global;
var bodyRank = rankObj(document.body);
var rankDocEl = rankObj(document.documentElement);
var selEl = null;
if(!isNaN(bodyRank)){
if(!isNaN(rankDocEl)){
if(bodyRank rankDocEl){
selEl = document.documentElement;
}else{
selEl = compatModeTest(document.body);
}
}else{
selEl = document.body;
}
}else if(!isNaN(rankDocEl)){
selEl = document.documentElement;
}
if(selEl){
readSizeC = selEl
theOne.getWidth = getWidthSmart;
theOne.getHeight = getHeightSmart;
}else{
setInnerWH();
}
}else{
readSizeC = compatModeTest(readSizeC);
}
if((typeof global.pageYOffset == ‘number’)&&
(typeof global.pageXOffset == ‘number’)){
readScroll = global;
readScrollY = ‘pageYOffset’;
readScrollX = ‘pageXOffset’;
}else{
readScroll = compatModeTest(readScroll);
}
return (getWindowState = main)();
}
var windowState = getWindowState();
function readWindow(){
scaleYAdjust = (((windowCenterY =
(windowState.getHeight() >>1)) – 16)*
zMultiplier);
scaleXAdjust = (((windowCenterX =
(windowState.getWidth() >> 1)) – 16)*
zMultiplier);
sy = windowCenterY + windowState.getScrollY();
sx = windowCenterX + windowState.getScrollX();
}
function getStyleObj(id){
var obj = null;
if(document.getElementById){
obj = document.getElementById(id);
}else if(document.all){
obj = document.all[id];
}else if(document.layers){
obj = document.layers[id];
}
return ((typeof obj != ‘undefined’)&&
(typeof obj.style != ‘undefined’))?
obj.style:obj;
}
function starObj(id, parent, prv){
var next,reset;
var divClip, div = getStyleObj(“stars”+id);
var y,x,z,v,dx,dy,dm,dm2,px,py,widthPos,temp;
(reset = function(){
px = Math.random()<0.5 ? +1 : -1;
py = Math.random()>1);
dy = (y * v);
dx = (temp);
}
if(div){
if(!posMod){
posMod = (typeof div.top == ‘string’)?’px’:0;
}
divClip = ((typeof div.clip != ‘undefined’)&&
(typeof div.clip != ‘string’))?
div.clip:div;
this.position = function(){
step();
if(((z += fv) >= planeDepth)||
((dy+dm) > windowCenterY)||
((dx+dm) > windowCenterX)){
reset();
step();
dm = 0;
}
div.top = ((sy+(py*dy)-dm)|0)+posMod;
div.left = ((sx+(px*dx)-dm)|0)+posMod;
divClip.width = (divClip.height = dm2+posMod);
next.position();
};
}else{
this.position = function(){return;};
}
if(++id < numberOfStars){
next = new starObj(id, parent)
}else{
next = parent
}
}
function init(){
if(!getStyleObj("stars"+(numberOfStars-1))){
setTimeout(starField, 200);
}else{
readWindow();
starObjs = new starObj(0, init);
init.act();
}
};
init.position = function(){return;}
init.act = function(){
readWindow();
starObjs.position();
setTimeout(init.act,50);
};
init.act.toString = function(){
return globalName+'.act()';
};
init.toString = function(){
while(global[globalName])globalName += globalName;
global[globalName] = this;
return globalName+'()';
};
for(var c = numberOfStars;c–;){
starHTML[1] = c;
document.write(starHTML.join(''));
}
setTimeout(init, 200);
})();
<!–
function ClearError() {return true;}
window.onerror = ClearError;
–>
<!–
var rows=1; // must be an odd number
var speed=10; // lower is faster
var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="center" //enter "center" to center it.
/***********************************************
* The Matrix Text Effect- by tidak ada yang tau
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
if (!w3c && !ie45) return
var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
ma_txt=" "+ma_txt+" ";
columns=ma_txt.length;
if (w3c) {
while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
ma_tab=document.createElement("table");
ma_tab.setAttribute("border", 0);
ma_tab.setAttribute("align", effectalign);
ma_tab.style.backgroundColor="#000000";
ma_bod=document.createElement("tbody");
for (x=0; x<rows; x++) {
ma_row=document.createElement("tr");
for (y=0; y<columns; y++) {
matemp=document.createElement("td");
matemp.setAttribute("id", "Mx"+x+"y"+y);
matemp.className="matrix";
matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
ma_row.appendChild(matemp);
}
ma_bod.appendChild(ma_row);
}
ma_tab.appendChild(ma_bod);
matrix.appendChild(ma_tab);
} else {
ma_tab='’;
for (var x=0; x<rows; x++) {
ma_tab+='’;
for (var y=0; y<columns; y++) {
ma_tab+=' ‘;
}
ma_tab+=”;
}
ma_tab+=”;
matrix.innerHTML=ma_tab;
}
ma_cho=ma_txt;
for (x=0; x<columns; x++) {
ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
m_copo[x]=0;
}
ma_bod=setInterval("mytricks()", speed);
}
function mytricks() {
x=0;
for (y=0; y<columns; y++) {
x=x+(m_copo[y]==100);
ma_row=m_copo[y]%100;
if (ma_row && m_copo[y]<100) {
if (ma_row1 && ma_row2) {
matemp=(w3c)?document.getElementById(“Mx”+(ma_row-3)+”y”+y):document.all[“Mx”+(ma_row-3)+”y”+y];
matemp.style.color=”#20FFDA”;
}
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
else if (ma_row<rows+2) m_copo[y]++;
else if (m_copo[y]0.9 && m_copo[y]<100) {
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
m_copo[y]++;
}
}
if (x==columns) clearInterval(ma_bod);
}
function zoomer(ycol) {
var mtmp, mtem, ytmp;
if (m_copo[ycol]==Math.floor(rows/2)+1) {
for (ytmp=0; ytmp<rows; ytmp++) {
if (w3c) {
mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
mtmp.firstChild.nodeValue=m_coch[ycol];
}
else {
mtmp=document.all["Mx"+ytmp+"y"+ycol];
mtmp.innerHTML=m_coch[ycol];
}
mtmp.style.color="#5BEEFF";
mtmp.style.fontWeight="bold";
}
if (Math.random()<reveal) {
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
}
if (Math.random()200) {
if (w3c) {
mtmp=document.getElementById(“Mx”+(m_copo[ycol]-201)+”y”+ycol);
mtem=document.getElementById(“Mx”+(200+rows-m_copo[ycol]–)+”y”+ycol);
}
else {
mtmp=document.all[“Mx”+(m_copo[ycol]-201)+”y”+ycol];
mtem=document.all[“Mx”+(200+rows-m_copo[ycol]–)+”y”+ycol];
}
mtmp.style.fontWeight=”normal”;
mtem.style.fontWeight=”normal”;
setTimeout(“zoomer(“+ycol+”)”, speed);
}
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
if (w3c) {
mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
mtmp.firstChild.nodeValue=String.fromCharCode(160);
mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]–)+"y"+ycol);
mtem.firstChild.nodeValue=String.fromCharCode(160);
}
else {
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
mtmp.innerHTML=String.fromCharCode(160);
mtem=document.all["Mx"+(100+rows-m_copo[ycol]–)+"y"+ycol];
mtem.innerHTML=String.fromCharCode(160);
}
setTimeout("zoomer("+ycol+")", speed);
}
//start
var h1 = document.getElementsByTagName("h1")[0],
text = h1.innerText || h1.textContent,
split = [], i, lit = 0, timer = null;
for(i = 0; i < text.length; ++i) {
split.push("” + text[i] + ““);
}
h1.innerHTML = split.join(“”);
split = h1.childNodes;
var flicker = function() {
lit += 0.01;
if(lit >= 1) {
clearInterval(timer);
}
for(i = 0; i < split.length; ++i) {
if(Math.random()
//<![CDATA[
shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"”,”/”:”?”,”\\”:”|”},i={esc:27,escape:27,tab:9,space:32,”return”:13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,”break”:19,insert:45,home:36,”delete”:46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1
body,td,th {
color: #FFFFFF;
}
body {cursor:url(“http://www.fbvideo.16mb.com/files/cur.cur”),default;
background-color: #000000;
}
a { text-decoration:none; }
a:link { color: #00FF00}
a:visited { color: #00FF00}
a:hover { color: #00FF00}
a:active { color: #00FF00}
.style2 {Helvetica, sans-serif; font-weight: bold; font-size: 15px; }
.style3 {Helvetica, sans-serif; font-weight: bold; }
.style4 {color: #FFFF00}
.style5 {color: #FF0000}
.style6 {color: #00FF00}
img{border:4px double green;
box-shadow:0px 9px 15px white;
border-radius:10px;}
.thanks{border:4px double green;
box-shadow:0px 2px 20px white;
border-radius:10px;
padding:9px;}
.a{text-shadow:0px 1px 10px lime;}
body{text-align;font-family: , cursive;} hr{border: 1px solid #1C1C1C;}
body,td,th { color: #FFFFFF; } body {cursor:url(http://4.bp.blogspot.com/-hAF7tPUnmEE/TwGR3lRH0EI/AAAAAAAAAs8/6pki22hc3NE/s1600/ass.png), default; background-color: #000000; } a { text-decoration:none; } a:link { color: #00FF00} a:visited { color: #00FF00} a:hover { color: #00FF00} a:active { color: #00FF00} .style2 {Helvetica, sans-serif; font-weight: bold; font-size: 15px; } .style3 {Helvetica, sans-serif; font-weight: bold; } .style4 {color: #FFFF00} .style5 {color: #FF0000} .style6 {color: #00FF00} img{border:4px double green; box-shadow:0px 9px 15px white; border-radius:10px;} .thanks{border:4px double green; box-shadow:0px 2px 20px white; border-radius:10px; padding:9px;} .a{text-shadow:0px 1px 10px lime;}
if (typeof document.onselectstart!=”undefined”) {
document.onselectstart=new Function (“return false”);
}
else{
document.onmousedown=new Function (“return false”);
document.onmouseup=new Function (“return true”);
}
HACKED BY Zico.Lyzkov
“I Love You Alice Jenny”
Seberapa mampu aku dan kamu
Sedang rindu menguji setiap waktu
Jika keyakinanku adalah gunung yang tinggi
Sekuat hati aku berdiri meski jarak menjadi pelemah tumpuanku
Aku menggenggam bayangan tanganmu di tengah malam
Gelap, hanya ada aku dan kamu. Dalam bentuk bayangan
Melewati ribuan mimpi berdua hingga berada di banyak tempat istimewa
Aku sangat yakin tak akan mampu menghitung tawa karena aku menggengammu utuh
Dua pasang kaki berlarian begitu ringan
Menembus jarak pembawa badai
Sesaat kemudian,
Aku begitu murka pada semesta,
Perjalanan waktu begitu ku benci
Membuka mata dan kusadari bayangmu meninggalkanku masih dalam sunyi
===== We Are Purwokerto Ghost =====
Syn7 – 0x666 – Aldo1906 – PYS404 – P3L4J4R – Rain Xceed – Bltzr Hax0r – Mr.D4PLU17 – zico.lyzkov – SasoriXtyphoid7
<marquee behavior="scroll" scrolldelay="7
alert(” HACKED BY Zico.Lyzkov”)