Spy Camera

Thursday 26 September 2013

Move Images In Internet Explorer With Java Script

Open Your Internet Explorer


Copy This Code In Address Bar and Press Enter and See Magic

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)


Feel Free To Comment.

LOCK OR HIDE YOUR FOLDER USING COMMAND PROMPT

Lock Your Folder Using Command Prompt Easily

     


Here is a cool trick which can lock your folders in your windows computer using command prompt in seconds and no one can access those folders except you.

Why you need to lock your folder?

Many of you use a computer which is not you personal computer and your family mates too use that Computer so you always need a privacy to lock down your personal data in it and just feel safe. This trick can help you out with your personal data.

Easy Steps-


  •  Go to Run (press window-key + R).
  • Then type [CMD] to open Command Prompt.
  • You will see a Black colored screen.
  • Change Directory Where Your Folder is Created. For Example If You Have Created Folder On Desktop Change Directory by the Command "cd desktop" Without Quotes
  • Then Type this command there (cacls foldername /e /p everyone:n)
  • Your Folder Gets Locked
  • In Order To Open The Folder Replace The Last Lettter "n" by "f".
    So this tricky command can help you to Lock a personal Data in seconds :P

HIDE A FOLDER USING COMMAND PROMPT



To Hide A Folder
Make A Folder In Any Drive
Now Open Command Prompt, Set your Drive And Directory Where You make Your Folder.
Type "attrib +s +h C:\FolderName" Without Quotes And Press Enter.(Here C:\ is the Drive Letter Where The Folder is Created.)
The Above Command Will Make Your Folder Invisible.
To Make It Visible Use The Command "attrib -s -h C:\FolderName" Without Quotes.