disposable plastic dishes

Thursday, January 10, 2008

How to create a SIMPLE virus that turns off your computer

Right click on your desktop go to new and click shortcut and a a pop up it's going to appear ,, type Shutdown -s -t 1000 -c "anythinghere" and click next and name it something and if you want u can right click in it and click properties and change the icon.

AddThis Social Bookmark Button

Javascript Trick: Dancing Images

A Javascript trick that makes all the images on the site your on float and dance around. :]

//You can do this to ANY site with images//

Directions:
Open your internet web browser, go to your prefered site you wish to do this trick on, Once there, Go to the address bar on top, Delete everything that's there, and copy and paste the code below into it, press enter and have fun. :]

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);

AddThis Social Bookmark Button

How to Lock a Folder Using Notepad

How to Lock a Folder Using Notepad


1) Consider you want to lock a folder named caclub in your f:\, whose path is f:\caclub

2) Now open the Notepad and type the following

ren caclub caclub.{21EC2020-3AEA-1069-A2DD-08002B30 309D}

3) Where caclub is your folder name. Save the text file as loc.bat in the same drive.

4) Open another new notepad text file and type the following

ren caclub.{21EC2020-3AEA-1069-A2DD-08002B30 309D} caclub

5) Save the text file as unloc.bat in the same drive.
---------
Usage:
---------
6) To lock the caclub folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
7) To unlock the folder click the unloc.bat file. Thus the folder will be unlocked and the contents are accessible.

AddThis Social Bookmark Button