-korang copy code kt bawah...
-text yg korang nk boleh tulis kt news text.....
-text korang boleh letak dalam dekat text warne merah tu
<center>
<form name="news">
<textarea name="news2" cols=60 rows=5 wrap=virtual></textarea>
</form>
<script language="javascript" type="text/javascript">
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
//Typing Text (DHTML) v1 (Sunday, April 15th, 2001)
//Programmed by: Haitham M. Al-Beik
//Email: albeik99@netzero.net
document.news.news2.style.background = '#000000';
document.news.news2.style.color = 'red';
var newsText = new Array();
newsText[0] = "HELLO ADMIN... SORRY.. YOUR WEBSITE HAS BEEN HACKED...";
newsText[1] = "NO ONE CAN'T STOP US ! Hacking is Not Crime ! Respect Us ! Expect Us ! I'm just a normal person . My job is to test your security .";
newsText[2] = "do you know who we are?... we are from underdeath crew...i know you but you don't know me....WELCOME TO MY NIGHTMARE...";
newsText[3] = "Hacking is Not Crime .please respect other people. We Are Not Professional But We Can Do Like A professional. Hack to Learn, but Not Learn to Hack. First they ignore you, then they laugh at you,then they fight you,then you win..";
newsText[4] = "credit to --> Underdeath,kuro chan,PH Outlaw,Obito Reborn,Emmett Raskal,FAKELOGIN TD,LinuxwaysZencrow TD,NoobMraz,GBS aremiey and all member underdeath crew..";
newsText[5] = "credit to group --> single attacker crew [ S.A.C ], Phoenix Crew [ P.H.C] , The Newbie Crew Army , Fox Crew , Criminal Force , Thee Teddy .....";
var ttloop = 1; // Repeat forever? (1 = True; 0 = False)
var tspeed = 50; // Typing speed in milliseconds (larger number = slower)
var tdelay = 1000; // Time delay between newsTexts in milliseconds
// ------------- NO EDITING AFTER THIS LINE ------------- \
var dwAText, cnews=0, eline=0, cchar=0, mxText;
function doNews() {
mxText = newsText.length - 1;
dwAText = newsText[cnews];
setTimeout("addChar()",1000)
}
function addNews() {
cnews += 1;
if (cnews <= mxText) {
dwAText = newsText[cnews];
if (dwAText.length != 0) {
document.news.news2.value = "";
eline = 0;
setTimeout("addChar()",tspeed)
}
}
}
function addChar() {
if (eline!=1) {
if (cchar != dwAText.length) {
nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);
document.news.news2.value = nmttxt;
cchar += 1;
if (cchar != dwAText.length) document.news.news2.value += "_";
} else {
cchar = 0;
eline = 1;
}
if (mxText==cnews && eline!=0 && ttloop!=0) {
cnews = 0; setTimeout("addNews()",tdelay);
} else setTimeout("addChar()",tspeed);
} else {
setTimeout("addNews()",tdelay)
}
}
doNews()
</script>
No comments :
Post a Comment