Post: Good Defacing Codes
04-09-2011, 05:43 PM #1
oO-GKUSH-Oo
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Hello i will be showing you guys a couple cool html codes i use for Defacing instead of using a boring generator.. You must login or register to view this content.
Code for Sparkles

<SCRIPT type=text/javascript>





// <![CDATA[





var colour="#0000ff";





var sparkles=80;

















var x=ox=400;





var y=oy=300;





var swide=800;





var shigh=600;





var sleft=sdown=0;





var tiny=new Array();





var star=new Array();





var starv=new Array();





var starx=new Array();





var stary=new Array();





var tinyx=new Array();





var tinyy=new Array();





var tinyv=new Array();











window.onload=function() { if (document.getElementById) {





var i, rats, rlef, rdow;





for (var i=0; i<sparkles; i++) {





var rats=createDiv(3, 3);





rats.style.visibility="hidden";





document.body.appendChild(tiny=rats);





starv=0;





tinyv=0;





var rats=createDiv(5, 5);





rats.style.backgroundColor="transparent";





rats.style.visibility="hidden";





var rlef=createDiv(1, 5);





var rdow=createDiv(5, 1);





rats.appendChild(rlef);





rats.appendChild(rdow);





rlef.style.top="2px";





rlef.style.left="0px";





rdow.style.top="0px";





rdow.style.left="2px";





document.body.appendChild(star=rats);





}





set_width();





sparkle();





}}











function sparkle() {





var c;





if (x!=ox || y!=oy) {





ox=x;





oy=y;





for (c=0; c<sparkles; c++) if (!starv
    ) {





star[c].style.left=(starx[c]=x)+"px";





star[c].style.top=(stary[c]=y)+"px";





star[c].style.clip="rect(0px, 5px, 5px, 0px)";





star[c].style.visibility="visible";





starv[c]=50;





break;





}





}





for (c=0; c<sparkles; c++) {





if (starv[c]) update_star(c);





if (tinyv[c]) update_tiny(c);





}





setTimeout("sparkle()", 40);





}











function update_star(i) {





if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";





if (starv[i]) {





stary[i]+=1+Math.random()*3;





if (stary[i]<shigh+sdown) {





star[i].style.top=stary[i]+"px";





starx[i]+=(i%5-2)/5;





star[i].style.left=starx[i]+"px";





}





else {





star[i].style.visibility="hidden";





starv[i]=0;





return;





}





}





else {





tinyv[i]=50;





tiny[i].style.top=(tinyy[i]=stary[i])+"px";





tiny[i].style.left=(tinyx[i]=starx[i])+"px";





tiny[i].style.width="2px";





tiny[i].style.height="2px";





star[i].style.visibility="hidden";





tiny[i].style.visibility="visible"





}





}











function update_tiny(i) {





if (--tinyv[i]==25) {





tiny[i].style.width="1px";





tiny[i].style.height="1px";





}





if (tinyv[i]) {





tinyy[i]+=1+Math.random()*3;





if (tinyy[i]<shigh+sdown) {





tiny[i].style.top=tinyy[i]+"px";





tinyx[i]+=(i%5-2)/5;





tiny[i].style.left=tinyx[i]+"px";





}





else {





tiny[i].style.visibility="hidden";





tinyv[i]=0;





return;





}





}





else tiny[i].style.visibility="hidden";





}











document.onmousemove=mouse;





function mouse(e) {





set_scroll();





y=(e)?e.pageY:event.y+sdown;





x=(e)?e.pageX:event.x+sleft;





}











function set_scroll() {





if (typeof(self.pageYOffset)=="number") {





sdown=self.pageYOffset;





sleft=self.pageXOffset;





}





else if (document.body.scrollTop || document.body.scrollLeft) {





sdown=document.body.scrollTop;





sleft=document.body.scrollLeft;





}





else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {





sleft=document.documentElement.scrollLeft;





sdown=document.documentElement.scrollTop;





}





else {





sdown=0;





sleft=0;





}





}











window.onresize=set_width;





function set_width() {





if (typeof(self.innerWidth)=="number") {





swide=self.innerWidth;





shigh=self.innerHeight;





}





else if (document.documentElement && document.documentElement.clientWidth) {





swide=document.documentElement.clientWidth;





shigh=document.documentElement.clientHeight;





}





else if (document.body.clientWidth) {





swide=document.body.clientWidth;





shigh=document.body.clientHeight;





}





}











function createDiv(height, width) {





var div=document.createElement("div");





div.style.position="absolute";





div.style.height=height+"px";





div.style.width=width+"px";





div.style.overflow="hidden";





div.style.backgroundColor=colour;





return (div);





}





// ]]>





</SCRIPT>[/SPOILER]
[B][COLOR=Red]Code for Shivering Pic[/COLOR][/B]
[SPOILER]
[COLOR=Red]Copy the below code and paste it into the <HEAD> section of your page
Example:<head>Code Here</head>[/COLOR]
<style>
.jc{
position:relative;
}
</style>

<script language="JavaScript1.2">

var ns6=document.getElementById&&!document.all
var ie=document.all

var customcollect=new Array()
var i=0

function jiggleit(num){
if ((!document.all&&!document.getElementById)) return;
customcollect[num].style.left=(parseInt(customcollect[num].style.left)==-1)? customcollect[num].style.left=1 : customcollect[num].style.left=-1
}

function init(){
if (ie){
while (eval("document.all.jiggle"+i)!=null){
customcollect[i]= eval("document.all.jiggle"+i)
i++
}
}
else if (ns6){
while (document.getElementById("jiggle"+i)!=null){
customcollect[i]= document.getElementById("jiggle"+i)
i++
}
}

if (customcollect.length==1)
setInterval("jiggleit(0)",80)
else if (customcollect.length>1)
for (y=0;y<customcollect.length;y++){
var tempvariable='setInterval("jiggleit('+y+'Winky Winky",'+'100)'
eval(tempvariable)
}
}

window.onload=init

</script>

[COLOR=Red]NOW PASTE THIS ANYWHERE YOU WISH YOUR IMAGE TO APPEAR[/COLOR]

<span id="jiggle0" class="jc"><b>[COLOR=Red][B]YOUR IMAGE URL HERE[/B][/COLOR]</b></span>

[/SPOILER]
[COLOR=Red][B]TYPING TEXT CODE[/B][/COLOR]
[SPOILER]
First you will need to Download this file and put it in the directory that your index.html file is in [URL="https://www.mediafire.com/file/3hs12sz50o40qih/TypingText.js"]TypingText.js[/URL]
Now add this to the <head> section of your html page
[COLOR=Red]Example:[/COLOR]<head> YOUR CODE</head>


<script type="text/javascript" src="TypingText.js">
</script>

[COLOR=Red]And Finally add this anywhere you want it to appear on page[/COLOR]
<div id="example1">[COLOR=Red][B]Your Text[/B][/COLOR]</div>

<p id="example2">[COLOR=Red]This text has a / cursor at the end Pretty cool...[B]Erase And Put Your Text[/B] .[/COLOR]</p>

<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));

//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });

//Type out examples:
TypingText.runAll();
</script>[/SPOILER]
[COLOR=Red][B]How to add an image background to your page[/B][/COLOR]
[SPOILER]
[COLOR=Black][B]Simple just put this anywhere really doesnt matter but make sure its a background image or it will be in tile until it fills the page[/B][/COLOR]
[COLOR=Red]<body background="Your image url">[/COLOR][/SPOILER]
[B][COLOR=Red]Code For Bomber[/COLOR][/B]
[SPOILER]
[COLOR=Red]WARNING MUST BE 18+YRS OR OLDER OR HAVE A STRONG STOMACH FOR THIS OR JUST REMOVE LINK LOL[/COLOR]
This code makes mutiple windows pop up if clicked you can add a link you want or use mine. [COLOR=Red]But im telling you now if you use mine make sure no adults are around if your a kid lol thats all i have to say[/COLOR]
[B][COLOR=Black]Put this code anywhere you want it to be[/COLOR][/B]
[COLOR=Red][CENTER]<center><input type="button" value="Click And Your Gay" onclick="open4();"><center>

<script language="JavaScript1.2">
function open4()
{
alert('Seriously?'Winky Winky
alert('No Like Seriously?'Winky Winky
alert('Im Serious Did You Like Click This Shit?'Winky Winky
alert('Oh Man I Feel Sorry For You...'Winky Winky
a= window.open("https://www.********.com/mspin_counter.swf","myName0",
"width=500,height=300,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,location");


}
</script>


[/CENTER]
[/COLOR]

ONLY ONE WINDOW POPS UP BECAUSE I REMOVED THE OTHERS BUT IF YOU WANT MORE TO POP UP JUST DO THE FOLLOWING
add a b= and paste this.. window.open("[COLOR=Red]YOUR POP UP URL[/COLOR]","myName1",
"width=500,height=300,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,location");
[COLOR=Black]MAKE SURE YOU PUT THE THE NEXT COMING ALPHABET SUCH AS A= B= C= etc, AND ALSO WHERE IT SAYS "myName#" make sure you put the next coming number.[/COLOR]
[COLOR=Red][B]If your having problems with this just pm me and ill make one for you[/B][/COLOR]
[/SPOILER]

[COLOR=Red][B]UPDATE-[U][COLOR=Black]MORE CODES[/COLOR][/U]:[/B][/COLOR]



[COLOR=Red][B]NO RIGHT CLICK CODE[/B][/COLOR]
[SPOILER]
[COLOR=Red]POST THIS CODE IN THE <BODY> SECTION OF YOUR PAGE[/COLOR]
<script language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
[/SPOILER]
[COLOR=Red][B]NO RIGHT CLICK WITH ALERT MESSAGE[/B][/COLOR]
[SPOILER]
[COLOR=Red]POST THIS CODE IN THE <BODY> SECTION OF YOUR PAGE[/COLOR]
<script language=JavaScript>
<!--
var message="[COLOR=Red]your pop up message here[/COLOR]";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>
[/SPOILER]
[COLOR=Red][B]FANCY CURSORS[/B][/COLOR]
[SPOILER]
[IMG]https://dynamicdrive.com/dynamicindex11/cursor.gif[/IMG]
code for 1st cursor-[COLOR="Red"]style="cursor:Pointer;cursor:hand"[/COLOR]
code for 2nd cursor-[COLOR="Red"]style="cursor:crosshair"[/COLOR]
code for 3rd cursor-[COLOR="Red"]style="cursor:text"[/COLOR]
code for 4th cursor-[COLOR="Red"]style="cursor:wait"[/COLOR]
code for 5th cursor-[COLOR="Red"]style="cursor:move"[/COLOR]
code for 6th cursor-[COLOR="Red"]style="cursor:help"[/COLOR]
code for 7th cursor-[COLOR="Red"]style="cursor:e-resize"[/COLOR]
[COLOR=Red]Just post the code of your desired cursor in the <body> section of your page[/COLOR]
[COLOR=Red]EXAMPLE: <body style="cursor:crosshair"> And now you have your Fancy Cursor Happy[/COLOR]
[/SPOILER]


[COLOR=Red][B][CENTER][SIZE=5]MORE SOON, TAKES FOREVER CAUSE IM EDITING THE CODES AND NOT JUST COPY AND PASTING. IM MAKING SURE THE CODES WILL WORK FOR YOU GUYS[/SIZE][/CENTER]
[/B][/COLOR]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to oO-GKUSH-Oo for this useful post:

FrOzTi, Kombust, oToxicity, PsYcHoSiS, Tony Stark
04-20-2011, 04:09 PM #29
nice codes thanks for sharing and you have some nice defaces also Smile

---------- Post added at 11:09 AM ---------- Previous post was at 11:05 AM ----------

Originally posted by Dark
Try decrypting this You must login or register to view this content.
If ppl are smart they would no how to encrypt it perfectly







<script>
<!--
document.write(unescape("<!-- HTML Source Code Protected By: <https://www.DesignerWiz.com> FREE HTML Source Code Encryption Protection -->
<script>
<!--
document.write(unescape("<HTML>
<HEAD>
<SCRIPT>
<!--
/**************************************************
Source Code Encryption

By CSGNetwork.com
Get more snippets at You must login or register to view this content.
**************************************************/
code = "<script>
<!--
document.write(unescape("<head><script type="text/javascript" src="TypingText.js">
</script>
</head>
<b><font size="10"><center><script>
farbbibliothek = new Array();
farbbibliothek[0] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[1] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[2] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[3] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[5] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farbbibliothek[6] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
farben = farbbibliothek[4];
function farbschrift()
{
for(var i=0 ; i<Buchstabe.length; i++)
{
document.all["a"+i].style.color=farben;
}
farbverlauf();
}
function string2array(text)
{
Buchstabe = new Array();
while(farben.length<text.length)
{
farben = farben.concat(farben);
}
k=0;
while(k<=text.length)
{
Buchstabe[k] = text.charAt(k);
k++;
}
}
function divserzeugen()
{
for(var i=0 ; i<Buchstabe.length; i++)
{
document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe + "</span>");
}
farbschrift();
}
var a=1;
function farbverlauf()
{
for(var i=0 ; i<farben.length; i++)
{
farben[i-1]=farben;
}
farben[farben.length-1]=farben[-1];

setTimeout("farbschrift()",30);
}
var farbsatz=1;
function farbtauscher()
{
farben = farbbibliothek[farbsatz];
while(farben.length<text.length)
{
farben = farben.concat(farben);
}
farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
}
setInterval("farbtauscher()",5000);
text= "Security Breach"; //h
string2array(text);
divserzeugen();
//document.write(text);</script></center></font></b>



<body background="https://images2.fanpop.com/image/photos/9700000/The-Joker-the-joker-9735476-1920-1080.jpg">

<link REL="SHORTCUT ICON" HREF="https://www.gamesprays.com/images/icons/Evil_Grin_icon1299.jpg">
<body onload="init"(); "teclear(); "writetext(1)" function();">

<body style="cursor:crosshair">
<embed src="https://www.youtube.com/v/XyGHgBa4jLs&autoplay=1&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
<script language="JavaScript">
<!--
var lefta="+";
var righta="+";
var msga="::.Dark Avenger.:: ";
var speeda=200;

function scroll_title() {
document.title=lefta+msga+righta;
msga=msga.substring(1,msga.length)+msga.charAt(0);
setTimeout("scroll_title()",speeda);
}
scroll_title();

// End -->
</script>
<table border="1" width="50%" style="border: 0 solid #000000" bordercolor="#FF0000" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td width="292" bordercolor="#00FFFF">
<img border="0" src="https://3.bp.blogspot.com/-YbuGHhKTpg4/TaDcQdhL_aI/AAAAAAAAAMs/sQAf7FQ8ysk/s1600/****-off.jpg" width="200" height="325"></td>
<td bordercolor="#00FFFF">
<SPAN
<UL>
<div id="example1"></div>

<center><b><p id="example2"><font size="6"><font color="#0000ff"><font face="Webdings">N</font><font color="#FF0000">____________________</FONT><font color="#0000ff"><font face="Webdings">N</font></font><br><font color="#0000ff"><font size="6"><u>::.You Just Got Owned.:: </font></u><br><font color="#0000ff"><font size="4">This is not A Joke <br><font color="#0000ff">Mess With The Best <br><font color="#0000ff"><font size="5">Get ****ed Up Like The Rest<br><u>HACKED BY</u> <br><font size="6"><font color="#FF0000"><font face="AR DESTINE">Awesome faceark Avenger</font> <br><font size="3"><font color="#00FFFF"><br><br><br>Copyright©||Dark Avenger</center></p></font>

<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));

//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("_ _", "_", "_", "_"); return " " + ar[i.length % ar.length]; });

//Type out examples:
TypingText.runAll();
</script>
<br>
<br>
<br>
<br>
<br>
</td>
</tr>
</table>
<center><img src="https://i56.tinypic.com/2z9dyjk.jpg"></center>
<SCRIPT type=text/javascript>





// <![CDATA[





var colour="#0000ff";





var sparkles=80;

















var x=ox=400;





var y=oy=300;





var swide=800;





var shigh=600;





var sleft=sdown=0;





var tiny=new Array();





var star=new Array();





var starv=new Array();





var starx=new Array();





var stary=new Array();





var tinyx=new Array();





var tinyy=new Array();





var tinyv=new Array();











{ if (document.getElementById) {





var i, rats, rlef, rdow;





for (var i=0; i<sparkles; i++) {





var rats=createDiv(3, 3);





rats.style.visibility="hidden";





document.body.appendChild(tiny=rats);





starv=0;





tinyv=0;





var rats=createDiv(5, 5);





rats.style.backgroundColor="transparent";





rats.style.visibility="hidden";





var rlef=createDiv(1, 5);





var rdow=createDiv(5, 1);





rats.appendChild(rlef);





rats.appendChild(rdow);





rlef.style.top="2px";





rlef.style.left="0px";





rdow.style.top="0px";





rdow.style.left="2px";





document.body.appendChild(star=rats);





}





set_width();





sparkle();





}}











function sparkle() {





var c;





if (x!=ox || y!=oy) {





ox=x;





oy=y;





for (c=0; c<sparkles; c++) if (!starv
    ) {





star[c].style.left=(starx[c]=x)+"px";





star[c].style.top=(stary[c]=y)+"px";





star[c].style.clip="rect(0px, 5px, 5px, 0px)";





star[c].style.visibility="visible";





starv[c]=50;





break;





}





}





for (c=0; c<sparkles; c++) {





if (starv[c]) update_star(c);





if (tinyv[c]) update_tiny(c);





}





setTimeout("sparkle()", 40);





}











function update_star(i) {





if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";





if (starv[i]) {





stary[i]+=1+Math.random()*3;





if (stary[i]<shigh+sdown) {





star[i].style.top=stary[i]+"px";





starx[i]+=(i%5-2)/5;





star[i].style.left=starx[i]+"px";





}





else {





star[i].style.visibility="hidden";





starv[i]=0;





return;





}





}





else {





tinyv[i]=50;





tiny[i].style.top=(tinyy[i]=stary[i])+"px";





tiny[i].style.left=(tinyx[i]=starx[i])+"px";





tiny[i].style.width="2px";





tiny[i].style.height="2px";





star[i].style.visibility="hidden";





tiny[i].style.visibility="visible"





}





}











function update_tiny(i) {





if (--tinyv[i]==25) {





tiny[i].style.width="1px";





tiny[i].style.height="1px";





}





if (tinyv[i]) {





tinyy[i]+=1+Math.random()*3;





if (tinyy[i]<shigh+sdown) {





tiny[i].style.top=tinyy[i]+"px";





tinyx[i]+=(i%5-2)/5;





tiny[i].style.left=tinyx[i]+"px";





}





else {





tiny[i].style.visibility="hidden";





tinyv[i]=0;





return;





}





}





else tiny[i].style.visibility="hidden";





}











document.onmousemove=mouse;





function mouse(e) {





set_scroll();





y=(e)?e.pageY:event.y+sdown;





x=(e)?e.pageX:event.x+sleft;





}











function set_scroll() {





if (typeof(self.pageYOffset)=="number") {





sdown=self.pageYOffset;





sleft=self.pageXOffset;





}





else if (document.body.scrollTop || document.body.scrollLeft) {





sdown=document.body.scrollTop;





sleft=document.body.scrollLeft;





}





else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {





sleft=document.documentElement.scrollLeft;





sdown=document.documentElement.scrollTop;





}





else {





sdown=0;





sleft=0;





}





}











window.onresize=set_width;





function set_width() {





if (typeof(self.innerWidth)=="number") {





swide=self.innerWidth;





shigh=self.innerHeight;





}





else if (document.documentElement && document.documentElement.clientWidth) {





swide=document.documentElement.clientWidth;





shigh=document.documentElement.clientHeight;





}





else if (document.body.clientWidth) {





swide=document.body.clientWidth;





shigh=document.body.clientHeight;





}





}











function createDiv(height, width) {





var div=document.createElement("div");





div.style.position="absolute";





div.style.height=height+"px";





div.style.width=width+"px";





div.style.overflow="hidden";





div.style.backgroundColor=colour;





return (div);





}





// ]]>





</SCRIPT>"));
//-->
</script>"
document.write(unescape(code))
//-->
</SCRIPT>
</HEAD>
</HTML>
"));
//-->
</script>"));
//-->
</script>

<!-- [url]www.000webhost.com[/url] Analytics Code -->

<script type="text/javascript" src="https://analytics.hosting24.com/count.php"></script>

<noscript><a href="https://www.hosting24.com/"><img src="https://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>

<!-- End Of Analytics Code -->
[/spoiler]
hehe

The following user thanked iPwNzZ for this useful post:

oO-GKUSH-Oo
04-21-2011, 03:16 AM #30
Default Avatar
Cade
Guest
Originally posted by Dark
Hello i will be showing you guys a couple cool html codes i use for Defacing instead of using a boring generator.. You must login or register to view this content.
Code for Sparkles

<SCRIPT type=text/javascript>





// <![CDATA[





var colour="#0000ff";





var sparkles=80;

















var x=ox=400;





var y=oy=300;





var swide=800;





var shigh=600;





var sleft=sdown=0;





var tiny=new Array();





var star=new Array();





var starv=new Array();





var starx=new Array();





var stary=new Array();





var tinyx=new Array();





var tinyy=new Array();





var tinyv=new Array();











window.onload=function() { if (document.getElementById) {





var i, rats, rlef, rdow;





for (var i=0; i<sparkles; i++) {





var rats=createDiv(3, 3);





rats.style.visibility="hidden";





document.body.appendChild(tiny=rats);





starv=0;





tinyv=0;





var rats=createDiv(5, 5);





rats.style.backgroundColor="transparent";





rats.style.visibility="hidden";





var rlef=createDiv(1, 5);





var rdow=createDiv(5, 1);





rats.appendChild(rlef);





rats.appendChild(rdow);





rlef.style.top="2px";





rlef.style.left="0px";





rdow.style.top="0px";





rdow.style.left="2px";





document.body.appendChild(star=rats);





}





set_width();





sparkle();





}}











function sparkle() {





var c;





if (x!=ox || y!=oy) {





ox=x;





oy=y;





for (c=0; c<sparkles; c++) if (!starv
    ) {





star[c].style.left=(starx[c]=x)+"px";





star[c].style.top=(stary[c]=y)+"px";





star[c].style.clip="rect(0px, 5px, 5px, 0px)";





star[c].style.visibility="visible";





starv[c]=50;





break;





}





}





for (c=0; c<sparkles; c++) {





if (starv[c]) update_star(c);





if (tinyv[c]) update_tiny(c);





}





setTimeout("sparkle()", 40);





}











function update_star(i) {





if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";





if (starv[i]) {





stary[i]+=1+Math.random()*3;





if (stary[i]<shigh+sdown) {





star[i].style.top=stary[i]+"px";





starx[i]+=(i%5-2)/5;





star[i].style.left=starx[i]+"px";





}





else {





star[i].style.visibility="hidden";





starv[i]=0;





return;





}





}





else {





tinyv[i]=50;





tiny[i].style.top=(tinyy[i]=stary[i])+"px";





tiny[i].style.left=(tinyx[i]=starx[i])+"px";





tiny[i].style.width="2px";





tiny[i].style.height="2px";





star[i].style.visibility="hidden";





tiny[i].style.visibility="visible"





}





}











function update_tiny(i) {





if (--tinyv[i]==25) {





tiny[i].style.width="1px";





tiny[i].style.height="1px";





}





if (tinyv[i]) {





tinyy[i]+=1+Math.random()*3;





if (tinyy[i]<shigh+sdown) {





tiny[i].style.top=tinyy[i]+"px";





tinyx[i]+=(i%5-2)/5;





tiny[i].style.left=tinyx[i]+"px";





}





else {





tiny[i].style.visibility="hidden";





tinyv[i]=0;





return;





}





}





else tiny[i].style.visibility="hidden";





}











document.onmousemove=mouse;





function mouse(e) {





set_scroll();





y=(e)?e.pageY:event.y+sdown;





x=(e)?e.pageX:event.x+sleft;





}











function set_scroll() {





if (typeof(self.pageYOffset)=="number") {





sdown=self.pageYOffset;





sleft=self.pageXOffset;





}





else if (document.body.scrollTop || document.body.scrollLeft) {





sdown=document.body.scrollTop;





sleft=document.body.scrollLeft;





}





else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {





sleft=document.documentElement.scrollLeft;





sdown=document.documentElement.scrollTop;





}





else {





sdown=0;





sleft=0;





}





}











window.onresize=set_width;





function set_width() {





if (typeof(self.innerWidth)=="number") {





swide=self.innerWidth;





shigh=self.innerHeight;





}





else if (document.documentElement && document.documentElement.clientWidth) {





swide=document.documentElement.clientWidth;





shigh=document.documentElement.clientHeight;





}





else if (document.body.clientWidth) {





swide=document.body.clientWidth;





shigh=document.body.clientHeight;





}





}











function createDiv(height, width) {





var div=document.createElement("div");





div.style.position="absolute";





div.style.height=height+"px";





div.style.width=width+"px";





div.style.overflow="hidden";





div.style.backgroundColor=colour;





return (div);





}





// ]]>





</SCRIPT>[/SPOILER]
[B][COLOR=Red]Code for Shivering Pic[/COLOR][/B]
[SPOILER]
[COLOR=Red]Copy the below code and paste it into the <HEAD> section of your page
Example:<head>Code Here</head>[/COLOR]
<style>
.jc{
position:relative;
}
</style>

<script language="JavaScript1.2">

var ns6=document.getElementById&&!document.all
var ie=document.all

var customcollect=new Array()
var i=0

function jiggleit(num){
if ((!document.all&&!document.getElementById)) return;
customcollect[num].style.left=(parseInt(customcollect[num].style.left)==-1)? customcollect[num].style.left=1 : customcollect[num].style.left=-1
}

function init(){
if (ie){
while (eval("document.all.jiggle"+i)!=null){
customcollect[i]= eval("document.all.jiggle"+i)
i++
}
}
else if (ns6){
while (document.getElementById("jiggle"+i)!=null){
customcollect[i]= document.getElementById("jiggle"+i)
i++
}
}

if (customcollect.length==1)
setInterval("jiggleit(0)",80)
else if (customcollect.length>1)
for (y=0;y<customcollect.length;y++){
var tempvariable='setInterval("jiggleit('+y+'Winky Winky",'+'100)'
eval(tempvariable)
}
}

window.onload=init

</script>

[COLOR=Red]NOW PASTE THIS ANYWHERE YOU WISH YOUR IMAGE TO APPEAR[/COLOR]

<span id="jiggle0" class="jc"><b>[COLOR=Red][B]YOUR IMAGE URL HERE[/B][/COLOR]</b></span>

[/SPOILER]
[COLOR=Red][B]TYPING TEXT CODE[/B][/COLOR]
[SPOILER]
First you will need to Download this file and put it in the directory that your index.html file is in [URL="https://www.mediafire.com/file/3hs12sz50o40qih/TypingText.js"]TypingText.js[/URL]
Now add this to the <head> section of your html page
[COLOR=Red]Example:[/COLOR]<head> YOUR CODE</head>


<script type="text/javascript" src="TypingText.js">
</script>

[COLOR=Red]And Finally add this anywhere you want it to appear on page[/COLOR]
<div id="example1">[COLOR=Red][B]Your Text[/B][/COLOR]</div>

<p id="example2">[COLOR=Red]This text has a / cursor at the end Pretty cool...[B]Erase And Put Your Text[/B] .[/COLOR]</p>

<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));

//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });

//Type out examples:
TypingText.runAll();
</script>[/SPOILER]
[COLOR=Red][B]How to add an image background to your page[/B][/COLOR]
[SPOILER]
[COLOR=Black][B]Simple just put this anywhere really doesnt matter but make sure its a background image or it will be in tile until it fills the page[/B][/COLOR]
[COLOR=Red]<body background="Your image url">[/COLOR][/SPOILER]
[B][COLOR=Red]Code For Bomber[/COLOR][/B]
[SPOILER]
[COLOR=Red]WARNING MUST BE 18+YRS OR OLDER OR HAVE A STRONG STOMACH FOR THIS OR JUST REMOVE LINK LOL[/COLOR]
This code makes mutiple windows pop up if clicked you can add a link you want or use mine. [COLOR=Red]But im telling you now if you use mine make sure no adults are around if your a kid lol thats all i have to say[/COLOR]
[B][COLOR=Black]Put this code anywhere you want it to be[/COLOR][/B]
[COLOR=Red][CENTER]<center><input type="button" value="Click And Your Gay" onclick="open4();"><center>

<script language="JavaScript1.2">
function open4()
{
alert('Seriously?'Winky Winky
alert('No Like Seriously?'Winky Winky
alert('Im Serious Did You Like Click This Shit?'Winky Winky
alert('Oh Man I Feel Sorry For You...'Winky Winky
a= window.open("https://www.********.com/mspin_counter.swf","myName0",
"width=500,height=300,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,location");


}
</script>


[/CENTER]
[/COLOR]

ONLY ONE WINDOW POPS UP BECAUSE I REMOVED THE OTHERS BUT IF YOU WANT MORE TO POP UP JUST DO THE FOLLOWING
add a b= and paste this.. window.open("[COLOR=Red]YOUR POP UP URL[/COLOR]","myName1",
"width=500,height=300,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,location");
[COLOR=Black]MAKE SURE YOU PUT THE THE NEXT COMING ALPHABET SUCH AS A= B= C= etc, AND ALSO WHERE IT SAYS "myName#" make sure you put the next coming number.[/COLOR]
[COLOR=Red][B]If your having problems with this just pm me and ill make one for you[/B][/COLOR]
[/SPOILER]

[COLOR=Red][B]UPDATE-[U][COLOR=Black]MORE CODES[/COLOR][/U]:[/B][/COLOR]



[COLOR=Red][B]NO RIGHT CLICK CODE[/B][/COLOR]
[SPOILER]
[COLOR=Red]POST THIS CODE IN THE <BODY> SECTION OF YOUR PAGE[/COLOR]
<script language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
[/SPOILER]
[COLOR=Red][B]NO RIGHT CLICK WITH ALERT MESSAGE[/B][/COLOR]
[SPOILER]
[COLOR=Red]POST THIS CODE IN THE <BODY> SECTION OF YOUR PAGE[/COLOR]
<script language=JavaScript>
<!--
var message="[COLOR=Red]your pop up message here[/COLOR]";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>
[/SPOILER]
[COLOR=Red][B]FANCY CURSORS[/B][/COLOR]
[SPOILER]
[IMG]https://dynamicdrive.com/dynamicindex11/cursor.gif[/IMG]
code for 1st cursor-[COLOR="Red"]style="cursor:Pointer;cursor:hand"[/COLOR]
code for 2nd cursor-[COLOR="Red"]style="cursor:crosshair"[/COLOR]
code for 3rd cursor-[COLOR="Red"]style="cursor:text"[/COLOR]
code for 4th cursor-[COLOR="Red"]style="cursor:wait"[/COLOR]
code for 5th cursor-[COLOR="Red"]style="cursor:move"[/COLOR]
code for 6th cursor-[COLOR="Red"]style="cursor:help"[/COLOR]
code for 7th cursor-[COLOR="Red"]style="cursor:e-resize"[/COLOR]
[COLOR=Red]Just post the code of your desired cursor in the <body> section of your page[/COLOR]
[COLOR=Red]EXAMPLE: <body style="cursor:crosshair"> And now you have your Fancy Cursor Happy[/COLOR]
[/SPOILER]


[COLOR=Red][B][CENTER][SIZE=5]MORE SOON, TAKES FOREVER CAUSE IM EDITING THE CODES AND NOT JUST COPY AND PASTING. IM MAKING SURE THE CODES WILL WORK FOR YOU GUYS[/SIZE][/CENTER]
[/B][/COLOR][/quote]

how do i change the color of the typing text to red?
04-21-2011, 08:02 PM #31
thank you for theese sorry for a blonde moment but what do we name the file and is it php or what i have access to ftp details
04-22-2011, 02:21 AM #32
oO-GKUSH-Oo
< ^ > < ^ >
Originally posted by star View Post
thank you for theese sorry for a blonde moment but what do we name the file and is it php or what i have access to ftp details


it should be an index.php or default.php mainly index.php

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo