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-11-2011, 02:25 PM #11
Mr Hankey
◕‿◕
Originally posted by Tuhoaja View Post
You can still get the code even if right mouse button is disabled
And the encryption is easy to decrypt :banhamma: :carling:


Yeh, easy for the people that are into this.. but just random people can't figure.. and I already encrypted but at opera u can put of scripts and still get in the encrypted script, but at the 1 in this thread u can stop scripts but then can't right click :P
04-12-2011, 05:46 AM #12
Epic?
Awe-Inspiring
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.. Check out this site.
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][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 did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?[COLOR=Silver]

[SIZE=1]---------- Post added at 10:46 PM ---------- Previous post was at 10:45 PM ----------[/SIZE]

[/COLOR][quote=Dark Avenger;2996571]i [/quote]


How did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?
04-12-2011, 07:45 PM #13
oO-GKUSH-Oo
< ^ > < ^ >
Originally posted by AsianInvasion View Post
How did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?

---------- Post added at 10:46 PM ---------- Previous post was at 10:45 PM ----------




How did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?


Its an html script ill post the code in a few

---------- Post added at 03:45 PM ---------- Previous post was at 03:01 PM ----------

Originally posted by AsianInvasion View Post
How did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?

---------- Post added at 10:46 PM ---------- Previous post was at 10:45 PM ----------




How did you make it so they couldn't right-click?

Also, how did you make it so it opened a ton of pop-up windows?

ok its up. i added 2 versions
04-12-2011, 07:56 PM #14
Nice codes, now i still have to learn how to deface a website lolHappy
04-12-2011, 08:13 PM #15
oO-GKUSH-Oo
< ^ > < ^ >
Originally posted by Ju1cy View Post
Nice codes, now i still have to learn how to deface a website lolHappy


Start off using Havij
You must login or register to view this content.
I would post a virus scan but it is a virus that injects things into sites so theirs no point. but dnt worry im using it so its clean you will get the hang of it
04-13-2011, 05:26 AM #16
Epic?
Awe-Inspiring
How did you get the no-right-click to work?
04-13-2011, 09:21 AM #17
Cryptic
Former Staff | Content Manager
Jesus does everyone have to quote the original post? Guys if your quoting a post and it's a LONG post, please (within the quote) put the enitre post in a spoiler so it's not taking up so much of the page.

Like...

Originally posted by another user
[spolier] LONG TEXT IS LONG[/spolier]


Whatever your reply is here.


Also, no advertising. I know your just trying to help, but I removed the link you left in the original post.
04-13-2011, 09:21 AM #18
Cryptic
Former Staff | Content Manager
Jesus does everyone have to quote the original post? Guys if your quoting a post and it's a LONG post, please (within the quote) put the enitre post in a spoiler so it's not taking up so much of the page.

Like...

Originally posted by another user
[spolier] LONG TEXT IS LONG[/spolier]


Whatever your reply is here.


Also, no advertising. I know your just trying to help, but I removed the link you left in the original post.

The following user thanked Cryptic for this useful post:

oO-GKUSH-Oo
04-13-2011, 02:10 PM #19
oO-GKUSH-Oo
< ^ > < ^ >
Originally posted by Cryptic
Jesus does everyone have to quote the original post? Guys if your quoting a post and it's a LONG post, please (within the quote) put the enitre post in a spoiler so it's not taking up so much of the page.

Like...



Whatever your reply is here.


Also, no advertising. I know your just trying to help, but I removed the link you left in the original post.


Ok no problem :y:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo