Wednesday, 27 November 2013

How To Type Automatically In Notepad [ Ghost Typing ]

0 comments
Hello Cs Tricks Readers, here I am back with you one new prank which will amazed you and your friends. Ghost typing trick will shock your friends that means it will automatically type your contents without typing anything. Mainly this is just a VB script prank via which we can put certain word in coding of script and after running the .vbs file , the typing will start automatically. I am using this coding for my videos because at the time of recording videos, I don't have to write manually, it will automatically do my task. You too can do this easily, you just have to edit below given codings .

Steps To Follow :


  • Open NOTEPAD.
  • Now paste below given code in Notepad and save it as cstricks.vbs. You can name it with anyname but extension should be .vbs.




  • After saving, double click the cstricks.vbs file to open .
  • Now you can see the text " Thanks for visiting Cs Tricks Enjoy Our Tricks" is automatically typed in notepad.
  • Here you can edit text of this file along with your own text as per your choice.
  • Just look at the text "wshshell.sendkeys "T" " , remove your own text in the place of "T".


You can also change the delay time between two characters, just edit "wscript.sleep 400" . Here 400 is delay time, more you increase more lately it will type. 



  • You can view this typing effect in MS DOS also, just edit code and replace Notepad with CMD.


You're Done !! Now you can type unlimited text automatically by using this trick. quite cool na ? Use it and comment below for more queries.




Tuesday, 15 October 2013

How To Hide Your Personal Data In Notepad Without Using Any Software

0 comments
We all got some secret things which we don't want to share with others , so if you are looking for something to hide your important texts from others without using any softwares then your search is end here. In Internet, a lot of softwares are available which will help you to hide your texts in notepad but in this tutorial I am going to guide about simple MS-DOS trick which will hide your text in notepad without using any third party softwares.

MS-DOS is one of the main weapon of Microsoft operating system via which we can do lot of tasks by following some commands. So in this tutorial also I am going to show you one tiny MS DOS command trick which will hide any text inside notepad.

Steps To Follow For Hiding Text In Notepad :

  • Goto Run and type CMD to open command prompt.
  • Here we are going to create a demo text file in desktop so type CD DESKTOP and press ENTER.
  • Now type NOTEPAD CSTRICKS.TXT:HIDDEN and press Enter.


You can use any name in the place of CSTRICKS.TXT but must use .txt extension because we are going to hide text in Notepad and .txt is extension of Notepad.

  • After pressing Enter, you will see a new popup window along with Notepad and it will ask you to confirmation for creating new text file in notepad. Click on YES.

  • Now write anything whatever you wanna hide inside notepad and finally save it.
  • Now goto Desktop and notepad which you just created. 
  • Bingo !! Now you can see a notepad without any text.

How To View Hidden Text :

Now whenever you want to see your hidden text of notepad again follow these steps to see ??

  • Goto CMD and again type NOTEPAD CSTRICKS.TXT:HIDDEN .
  • Now you can see your notepad file along with your own hidden texts.
I know this trick is quiet tiny comparing to other tricks of this blog :P , but our aim is to share each and every knowledge regards computer, afterall its a University Of Tricks :D

Comments will be Appreciated !!




Saturday, 10 December 2011

Make Friends scare for Virus

0 comments



Open notepad and type this:

lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

Then save it as Virus.VBS



and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
Note: This does not harm your computer as it does not contain virus.

The Yes and no button does not do anything except closing the window. And you can edit the virus in the sentence: Warning a virus has detected on your PC to any kind of virus eg.Trojan Horse like this lol=msgbox ("Warning a Trojan horse has been detected on your PC. Press YES to format your hard disk now or press NO to format format your hard disk after system reboot",20,"Warning")

Oh in between make sure your victim does not panic and really reformat his harddisk. hahaha :) 



Friday, 25 November 2011

Lock Folder Without any Software

0 comments
Hey Readers, Everyone got some secure data which they don't want to share with others. So this trick trick is specially for them. Main interesting funda in this trick is you don't have to download and install any big softwares. Below you can find amazing batch file through which you can lock your software with others. Securing confidential and personal data is always considered as a sophisticated task. You can use freeware third party softwares like Axcrypt, Disguise Folders etc to encrypt your data. If somehow you can't use these softwares (installation restrictions) then you can secure your data using Notepad. 

FOLLOW THE STEPS CORRECTLY :

1) Download below file containing batch file code.

2) Open Notepad [ Start - Run - Notepad ].

3) In Notepad just copy/paste  that code.



Password : cstricks


In the above batch code the password has been set as cstricks. You can change it by editing the following line.
    if NOT %pass%==cstricks goto FAIL


    3) Now save this Notepad file as yourfoldername.bat, Here .bat is extension of your file.

    4) Now Double click on the .bat file and you will see a Locker folder at the same location where your .bat file is saved.

    5) Now Double click on that locker folder and store your personal data in it.

    6) After storing all your data in that folder again double click on .bat file and press Y there to lock the folder and press Enter.

    7) Now your locker will be hide and only .bat file will be there.

    8) Double click on this .bat file and give your password and hit Enter.

    ? That's it Now every time you want to open your secret folder you have to enter the password.

    Please Recommend Us On Google     


    Monday, 14 November 2011

    Use Notepad as a LOG file

    0 comments
    •    Open Notepad
    •    Type .LOG (in capital letters) and hit Enter
    •    Save it with any name and close it
    When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the notepad file.