1 Hacked Pages' Java Script Codes 30th September 2010, 9:50 pm
#twotwo22#
MITR Beginner
ကြ်န္ေတာ္ ကိုယ္တိုင္ေရးထားတယ္လို႕ေတာ့ မထင္ပါနဲ႕ဗ်ာ
ကြ်န္ေတာ္ လည္းရွာမိရွာရာေလးေတြ ကိုဖ်က္ညွပ္ ကပ္ လုပ္ထားတာပါ
တျခားသူေတြ လည္း ေရးမယ္လို႕ ကြ်န္ေတာ္ေမွ်ာ္လင့္ပါတယ္
save as in note pad with .html extension and run it .
ကြ်န္ေတာ္ လည္းရွာမိရွာရာေလးေတြ ကိုဖ်က္ညွပ္ ကပ္ လုပ္ထားတာပါ
တျခားသူေတြ လည္း ေရးမယ္လို႕ ကြ်န္ေတာ္ေမွ်ာ္လင့္ပါတယ္
- Code:
<body bgcolor="#000000"><br><br><script>window.scrollBy(0, 1)
window.resizeTo(0,0)
window.moveTo(0,0)
//setInterval("move()",30);
setTimeout("move()", 1);
var mxm=50
var mym=25
var mx=0
var my=0
var sv=50
var status=1
var szx=0
var szy=0
var c=255
var n=0
var sm=30
var cycle=2
var done=2
function move()
{
if (status == 1)
{
mxm=mxm/1.05
mym=mym/1.05
mx=mx+mxm
my=my-mym
mxm=mxm+(900-mx)/25
mym=mym-(900-my)/100
window.moveTo(mx,my)
rmxm=Math.round(mxm/10)
rmym=Math.round(mym/10)
if (rmxm == 0)
{
if (rmym == 0)
{
status=3
}
}
}
if (status == 2)
{
sv=sv/1.1
scrratio=1+1/3
mx=mx-sv*scrratio/2
my=my-sv/2
szx=szx+sv*scrratio
szy=szy+sv
window.moveTo(mx,my)
window.resizeTo(szx,szy)
if (sv < 0.1)
{
status=3
}
}
if (status == 3)
{
document.fgColor=0xffffFF
c=c-16
if (c<0)
{status=8}
}
if (status == 4)
{
c=c+16
document.bgColor=c*060707
document.fgColor=(255-c)*65536
if (c > 239)
{status=5}
}
if (status == 5)
{
c=c-16
document.bgColor=c*060707
document.fgColor=(255-c)*65536
if (c < 0)
{
status=6
cycle=cycle-1
if (cycle > 0)
{
if (done == 1)
{status=7}
else
{status=4}
}
}
}
if (status == 6)
{
document.title = "Cljck"
alert("Cljck")
cycle=2
status=4
done=1
}
if (status == 7)
{
c=c+4
document.bgColor=c*060707
document.fgColor=(255-c)*65536
if (c > 128)
{status=8}
}
if (status == 8)
{
window.moveTo(0,0)
sx=screen.availWidth
sy=screen.availHeight
window.resizeTo(sx,sy)
status=9
}
var timer=setTimeout("move()",0.3)
} </script> <br><br><p align="center"><embed src="http://www.crazyprofile.com/textmaker/ripple.swf" flashvars="mess=..Java Page By Tw0 Tw0.." quality="high" bgcolor="#000000 align=" middle="" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" height="50" width="635">
</p><br><br>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.style2 {
color: #FF0000;
font-weight: bold;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
.style8 {color: #FF0000}
.style12 {color: #00FFFF}
.style13 {color: #FFFFFF}
.style14 {font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000;}
.style15 {font-size: 18px}
.style19 {color: #009900}
.style22 {color: #339900}
.style23 {
color: #FFFF00;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
}
.style24 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style></head>
<body>
<h1><center>
<p>
<script language="JavaScript1.2">
var message="JAVA PAGE BY TWO TWO"
var neonbasecolor="gray"
var neontextcolor="yellow"
var neontextcolor2="#FFFFA8"
var flashspeed=150 // speed of flashing in milliseconds
var flashingletters=3 // number of letters flashing in neontextcolor
var flashingletters2=1 // number of letters flashing in neontextcolor2 (0 to disable)
var flashpause=0 // the pause between flash-cycles in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</h2>
</p>
<p> </p>
</body>
save as in note pad with .html extension and run it .
Last edited by #twotwo22# on 22nd December 2011, 3:36 pm; edited 6 times in total