Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as HTML by teste 1 ( 14 years ago )
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>-= [Hell Moroccan Team] =-</title></head><body bgcolor="white"><link href='http://www.arcticrecon.com/biohazard.jpg' rel='shortcut icon'/> </title>
[removed] 
var width=document.body.clientWidth;
var height=document.body.clientHeight;
 
function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display="none";
if(type==0) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
if(type==1) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where="top";
if(type==1)
var where="bottom";
if(type==2)
var where="left";
if(type==3)
var where="right";
eval&#40;'var temp=document.getElementById(who&#41;.style.'+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {

temp-=step;

eval&#40;'document.getElementById(who&#41;.style.'+where+'=temp;');

setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}

else {

document.getElementById(who).style.display="none";

document.body.scroll="yes";}}

function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {

if(type==0) {

var bWhere1="border-bottom";

var bWhere2="border-top";

var putZero1="top:0px; left:0px";

var putZero2="bottom:0px; left:0px";

[removed]('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
[removed]('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
 
else {
clickText(type,step,timeOut);}}
 
if(type==1) {
var bWhere1="border-right";
var bWhere2="border-left";
var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";
[removed]('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
[removed]('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}
else {
clickText(type,step,timeOut);}}
function clickText(type,step,timeOut) {
[removed]('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
 
[removed] 

<body> 


[removed]
function tb5_makeArray(n){
 this.length = n;
 return this.length;
}

tb5_messages = new tb5_makeArray(3);
tb5_messages[0] = "..:[ Hell Team Was Here  ]:..";
tb5_messages[1] = "..:[ -=Hell Team=- ]:..";
tb5_messages[2] = "..:[ Dedicate To : Administrator ]:..";
tb5_rptType = 'infinite';
tb5_rptNbr = 20;
tb5_speed = 1;
tb5_delay = 2000;
var tb5_counter=2;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){
 k = Math.round(Math.random() * (arr.length - i - 1)) + i;
 temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
 tb5_arr[i] = i;
 tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){
 if (tb5_currMsg == tb5_messages.length-1){
 if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
 clearTimeout(tb5_timerID);
 return;
 }
 tb5_counter++;
 tb5_currMsg=0;
 }
 else{
 tb5_currMsg++;
 }
 n=0;
 tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
 tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
 for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
 tb5_arr[i] = i;
 tb5_sts[i] = "_";
 }
 tb5_arr = tb5_shuffle(tb5_arr);
 tb5_sp=tb5_delay;
}
else{
 tb5_sp=tb5_speed;
 k = tb5_arr[n];
 tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
 tb5_stsmsg = "";
 for (var i=0; i<tb5_sts.length; i++)
 tb5_stsmsg += tb5_sts[i];
 document.title = tb5_stsmsg;
 n++;
 }
 tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){
 tb5_init(0);
}
tb5_randomizetitle();

[removed]


[removed]
function disableselect(e){
return false
}
function reEnable(){
return true
}
document<80;x++){
window.resizeTo(10,scrH*x/80)
}
for(y=0;y<80;y++){
window.resizeTo(scrW*y/80,scrH)
}
window.resizeTo(scrW,scrH)
}
document<body>

<style type="text/css">
<!--
/*Do not Alter these. Set for alignment*/
.css1{
position:absolute;top:0px;left:0px;
width:16px;height:16px;
font-family:Arial,sans-serif;
font-size:16px;
text-align:center;
font-weight:bold;
}
.css2{
position:absolute;top:0px;left:0px;
width:10px;height:10px;
font-family:Arial,sans-serif;
font-size:10px;
text-align:center;
}
//-->
</style>


<!--klik kanan ' below.--> <body>
<link REL="SHORTCUT ICON" HREF="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/61.gif">

[removed][removed][removed][removed]
   <style type="text/css">body, td, th {    font-family:"Courier New", Courier, monospace;font-size: 12px;    color: #009900;    margin:0;    padding:0;    height:100%;    overflow:hidden;}html {    height:100%;    width:100%;}body {    background-color: #000000;}.teks {    color:#00CC00;    font-size:74px;    font-weight:bold;    font:"Times New Roman";}.teks2 {    color:#00CC00;    font-size:24px;    font-weight:bold;    font:"Times New Roman";}#i12 {    position:absolute;    top:30%;    left:35%;}.theAbs {    top:0;    position:absolute;    width:2%;}.hide {    display:none;}#iHacked {    position:absolute;    width:100%;    top:5%;    height:100%;    opacity:0.3;}li{    color:#fff;    font:bold 13px;    list-style: none;}</style>[removed]eval&#40;function(p,a,c,k,e,r&#41;{e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\b'+e(c)+'\b','g'),k[c]);return p}('i 9;$.8.7=n(b){i c={P:10,Q:2,F:10,1y:v,1h:v,19:'1z',C:'1a',K:r,G:r,D:v};k(!b)b=c;i d=$.1Z(c,b);9=$.8.7.1A();E 1B.20(n(){i a=$(1B);k(d.D){d.1C={Z:a.g('Z'),11:a.g('11'),12:a.g('12'),s:a.g('s'),l:a.g('l'),y:a.g('y'),1D:a.g('t-u'),1E:a.g('z-1F')}}a.g('Z','21');d.1G=a.g('t-u');1i(d.C){A'1b':$.8.7.1j(a,d);B;A'1k':$.8.7.1l(a,d);B;A'13':$.8.7.1m(a,d);B;A'14':$.8.7.1n(a,d);B;22:$.8.7.1o(a,d)}})};$.8.7.1A=n(){i h,w;k(1p 1q.1H!='1r'){h=1q.1H;w=1q.23}H k(1p T.16!='1r'&&1p; T.16.1c!='1r'&&T.16.1c!=0){h=T.16.1c;w=T.16.1I}H{h=T.1J('I')[0].1c;w=T.1J('I')[0].1I}i a={q:1s 1t(h,R.V(h/2),R.V(h/5)),m:1s 1t(w,R.V(w/2),R.V(w/5))};E a};$.8.7.j=n(a,b,c){k(a&&b&&(b>a)){i d=a;a=b;b=d}k(a==b)E a;i e=R.V(R.1a()*a);k(b&&e<b){1u(e<b)e=R.V(R.1a()*a)}E c?e-c:e};$.8.7.K=n(){i a='24';i b='';1u(b.25<6)b+=a.26($.8.7.j(6));E b};$.8.7.1v=n(){i a,l;i b=$.8.7.j(4)+1;1u(b>4)b=$.8.7.j(4)+1;1i(b){A 1:a=$.8.7.j(9.q[0]-9.q[1],9.q[1]-9.q[2]);l=$.8.7.j(9.m[1]);B;A 2:a=$.8.7.j(9.q[0],9.q[1]+9.q[2]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 3:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 4:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[1]-9.m[2],0,9.m[2]);B}E 1s 1t(a,l)};$.8.7.W=n(a,b,c,d,e){i f,t;k(d.1y)f=$.8.7.j(d.F);H f=d.F;k(d.1h)t=d.19;H t=a.g('t-u');a.1w({27:'1d%',1e:0,l:c,s:b,28:t},(f*29),n(){$.8.7.U(a,d,e-1)})};$.8.7.U=n(a,b,c){a.g('t-u',b.1G);k(c>0){a.g('11','2a');a.1w({1e:1d},1);a.g('12','');k(b.K)a.g('y',$.8.7.K())}H k(c<=0){k(b.D){i d=b.1C;a.1w({1e:1d},1);a.g('1e','1d');a.g('Z',d.Z);a.g('11',d.11);a.g('12',d.12);a.g('s',d.s);a.g('l',d.l);a.g('y',d.y);a.g('t-u',d.1D);a.g('z-1F',d.1E)}k(b.G){a.2b()}E r}1i(b.C){A'1b':a.g('s',9.q[1]);a.g('l',9.m[1]);$.8.7.1j(a,b,c);B;A'1k':i e=$.8.7.1v();a.g('s',e[0]);a.g('l',e[1]);$.8.7.1l(a,b,c);B;A'13':a.g('s',0);a.g('l',$.8.7.j(9.m[0]));$.8.7.1m(a,b,c);B;A'14':a.g('s',9.q[0]);a.g('l',$.8.7.j(9.m[0]));$.8.7.1n(a,b,c);B;A'1a':a.g('s',0);a.g('l',0);$.8.7.1o(a,b,c);B}};$.8.7.1o=n(a,b,c){i d,s,1f,1g;k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}d=$.8.7.j(9.m[0]);s=$.8.7.j(9.q[0]);a.g('s',s);a.g('l',d);1f=$.8.7.j(9.m[0],9.m[2]);1g=$.8.7.j(9.q[0],9.q[2]);d=($.8.7.j(2)%2==0)?(d-1f):(d+1f);s=($.8.7.j(2)%2==0)?(s-1g):(s+1g);$.8.7.W(a,s,d,b,c)};$.8.7.1j=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.1v();$.8.7.W(a,d[0],d[1],b,c)};$.8.7.1l=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}$.8.7.W(a,9.q[1],9.m[1],b,c)};$.8.7.1m=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2c')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j((9.q[0]+9.q[2]),9.q[0]);$.8.7.W(a,e,d,b,c)};$.8.7.1n=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2d')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j(9.q[2],0,9.q[1]);$.8.7.W(a,e,d,b,c)};$.8.7.2e=n(){i a={C:'1b',F:10,Q:2,P:6,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1M" N="t-u:Y;y:#1N">.</p>')}$('.1M').7(a)};$.8.7.2f=n(){i a={C:'1b',F:3,1O:1,1P:1,D:r,G:v};L(i x=0;x<2g;x++){$('I').M('<p J="1Q" N="t-u:Y;y:#17\\'+(x%2==0?\\'17\\':\\'18\\')+\\'18">'+(x%2==0?'0':'1')+'</p>')}$('.1Q').7(a)};$.8.7.2h=n(){i a={C:'1k',F:10,1O:2,1P:6,D:r,19:'2i',G:v};L(i x=0;x<S;x++){$('I').M('<p J="1R" N="t-u:2j;y:#2k">.</p>')}$('.1R').7(a)};$.8.7.2l=n(){i a={C:'13',F:10,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1S" N="t-u:2m;y:#1N">*</p>')}$('.1S').7(a)};$.8.7.2n=n(){i a={C:'13',F:3,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1T" N="t-u:Y;y:#1U">\'</p>')}$('.1T').7(a)};$.8.7.2o=n(){i a={C:'13',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1V" N="t-u:Y;y:#\\'+(x%2==0?\\'18\\':\\'17\\')+\\'2p">q;<1x />r;<1x />s<1x />t</p>')}$('.1V').7(a)};$.8.7.2u=n(){i a={C:'14',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1W" N="t-u:Y;y:#17\\'+(x%2==0?\\'17\\':\\'18\\')+\\'18">^</p>')}$('.1W').7(a)};$.8.7.2v=n(){i a={C:'14',Q:1,P:1,F:15,K:v,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1X" N="t-u:Y">O</p>')}$('.1X').7(a)};$.8.7.2w=n(a){i a={C:'14',19:'1z',K:r,1h:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1Y" N="t-u:2x;y:#1U">'+(x%2==0?'O':'o')+'</p>')}$('.1Y').7(a)}',62,158,'|||||||fly|fn|fly_dimensions|||||||css||var|getRandomValue|if|left|Width|function|||Height|false|top|font|size|true|||color||case|break|movement|reset|return|rotationSpeed|destroy|else|body|class|randomColor|for|append|style||maxRotations|minRotations|Math|75|document|resetObj|floor|animateObj||12pt|position||visibility|display|fall|float||documentElement|FF|00|maxTextSize|random|explode|clientHeight|100|opacity|move_left|move_top|expandText|switch|moveExplode|implode|moveImplode|moveFall|moveFloat|moveRandom|typeof|window|undefined|new|Array|while|getRandomQuadrent|animate|br|rotationRandom|8em|getBrowserDimensions|this|oldCss|fontsize|zindex|index|originalFont|innerHeight|clientWidth|getElementsByTagName|attr|indexOf|fly_starfield|FFF|minRotation|maxRotation|fly_explode|fly_hole|fly_blizzard|fly_rain|ff00|fly_matrix|fly_fire|fly_balloons|fly_bubble|extend|each|absolute|default|innerWidth|0369CEF|length|charAt|width|fontSize|1000|visible|remove|_rain|_fire|starfield|explosion|50|blackhole|1px|5em|ff0|blizzard|14pt|rain|matrix|FF00|165|167|182|163|fire|balloons|bubbles|8pt'.split('|'),0,{}));$(document).ready(function(){$('#i1').fadeIn(5000).animate( { fontSize:"1px" } , 2000 ).fadeOut();    $.fn.fly.bubbles();    sumpahPemuda();});function bacaDuluOm(){alert&#40;"Pact Your This Site :&#41;");    return false;}function sumpahPemuda(){    setTimeout(function(){$('#sp1').typewriter().fadeIn();}, 7000);    setTimeout(function(){$('#sp2').typewriter().fadeIn();}, 11000);    setTimeout(function(){$('#sp3').typewriter().fadeIn();}, 23000);    setTimeout(function(){$('#sp4').typewriter().fadeIn();}, 35000);    setTimeout(function(){$('.explode').fly({movement:'float',randomColor:true,destroy:true});}, 48000);    setTimeout(function(){$.fn.fly.explosion();}, 50000);    setTimeout(function(){hacked();$('#theCredits').fadeIn();animate();}, 45000);    }function hacked(){    setTimeout(function(){$('#iHacked').fadeIn(1000);}, 500);    setTimeout(function(){$('#iHacked').fadeOut();}, 1000);    setTimeout(function(){hacked()});}function stayHere(){    self.focus();return false;}[removed]</head><body>

   <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <br><br><tr> <td align="center"><div id="iHacked" class="hide"><br><br><img src="http://i184.photobucket.com/albums/x239/nyleve_07_2007/hacked.gif" width="600" height="400" /></div><br><div id="i1" class="teks" style="display:none">./TheMostWanteD ,Mr-Spam, Sahrawi-Hacker, ProfHakcer, Amir Dalam , Err?ur404  Was Here</div><br>
   <div id="sp1" class="hide teks explode">Owned By Hell Moroccan Team</div><br>

   <div id="sp2" class="hide teks2 explode"> <br> Yeah you've been Hacked By Hell Moroccan Team , it's just a message to your governement as answer for all what you did to our Palestinian Brothers , It's just the begining Of a New World Order , Wait for me and Remember our names  , Mr-Spam ,T heMostwanted ,Sahrawi-Hacker,ProfHacker, Err?ur404, Amire Dalam!!!!!!!  </div><br>
     <div id="sp3" class="hide teks2 explode">| Hell Moroccan Team Remember Us !! and expect Us !!! |</div>
     <br>

     <div id="sp4" class="hide teks2 explode">Great Thank To : | HELLMTEAM | </div>

     <br><div id="sp5" class="hide teks2 explode"></div><br><ul id="theCredits" style="display:none"><li> Hell Moroccan Team </li><li>TheMostWanted</li><li> Mr-Spam </li><li>Sahrawi-Hacker </li><li>Err?ur404 </li><li>ProfHacker</li><li>Hell Moroccan Team </li><li></li><li>Amire Dalam</li></tr></table></body><br><br>[removed]var x = new Array();var y = new Array();var z = new Array();var items = $('li');function animate(){    for(i = items.length - 1; i >= 0; i--){    var xVar = 50 + x[i];var yVar = 50 + y[i] * z[i]++;var zVar = 10 * z[i]++;if (!xVar | xVar < 0 | xVar > 90| yVar < 0 | yVar > 90 | zVar < 0 | zVar > 1500){x[i]= Math.random() * 2 - 1;y[i] = Math.random() * 2 - 1;z[i] = 2; }else{$(items[i]).css("position", "absolute");$(items[i]).css("top", xVar+"%");$(items[i]).css("left", yVar+"%");$(items[i]).css("fontSize", zVar+"%");$(items[i]).css("opacity",(zVar)/5000);}}setTimeout(animate, 9);}[removed]</html><br> HACKED BY Hell Moroccan Team<br/></font></td> </tr></table> </font></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> <tr> <td colspan="2"><div align="center"><font size="2" face="Arial, Helvetica, sans-serif"></font></div></td> </tr> </table></td> </tr></table></body></html><object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash">

[removed]
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

[removed]
[removed]
function muter2(){
scrW=screen.availWidth
scrH=screen.availHeight
window.moveTo(0,0)
window.resizeTo(10,10)
window.focus()
for(x=0;x<80;x++){
window.resizeTo(10,scrH*x/80)
}
for(y=0;y<80;y++){
window.resizeTo(scrW*y/80,scrH)
}
window.resizeTo(scrW,scrH)
}
document<param value="#ffffff" name="bgcolor">
<param value="mp3=http://dc112.4shared.com/img/24804641/93473d01/dlink__2Fdownload_2FIO7E-eqp_3Ftsid_3D20120305-231855-5ebc620c/preview.mp3&loop=1&autoplay=1&volume=125" name="FlashVars">
</object>
</td>

</body>
</html>

 

Revise this Paste

Your Name: Code Language: