Showing posts with label Notpad Tricks. Show all posts
Showing posts with label Notpad Tricks. Show all posts

Thursday, March 29, 2012

Make Your Computer Speak what you write with notepad trick

Hi friends, make your computer speak as you write...
 Look here's a simple way how to make your computer speak what you want.
.. Now i am going to show you how to create your own program i.e
 its just an vb script which makes you Computer to speak what ever you input..
.! This is a VB script .
Just Open Notepad and copy the below script,
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message




 Save the file as "ANYTHING.vbs" (without quote) and close notepad.

Open the file and write what you want to make your system to speak and hit OK.
Now just see what happens??
You would not believe but you will have to believe that your computer spoke wht your wrote..
Enjoy

Friday, February 24, 2012

Format hard disk with Notepad

Hi friends, do you want to format anyone's hard disk that simply copy this code 01001011000111110010010101010101010000011111100000
and Paste it in a notepad file. Save the file as ‘anyname.exe’ When you open it, the hard disc formats!! You can keep this file in your school or friend’s computer in a far-off folder.
At first rename it and send a shortcut to desktop.
Now hide the original file. Change the icon of the shortcut to that of My computer and rename it as ‘My Computer’
and delete the original ‘My computer’ folder.
When someone tries to open it, the hard disk will format.
By this tick you have learned how to create a super virus. Enjoy. :)

Wednesday, January 25, 2012

Make your own CCleaner For Your System via Notpad

Clean all your temporary Internet files, cookies, temp files, log files, backup files, recent documents and more… Just follow These steps..
-> Open the notepad ->
Paste this code :
@echo off echo Your Name echo Processing del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp del /f /s /q %systemdrive%*.log del /f /s /q %systemdrive%*.gid del /f /s /q %systemdrive%*.chk del /f /s /q %systemdrive%*.old del /f /s /q%systemdrive%recycled*.* del /f /s /q %windir%*.bak del /f /s /q %windir%prefetch*.* rd /s /q %windir%temp & md%windir%temp del /f /q%userprofile%cookies*.* del /f /q %userprofile%recent*.* del /f /s /q ?%userprofile%Local SettingsTemporary Internet Files*.*? del /f /s /q ?%userprofile%Local SettingsTemp*.*? del /f /s /q?%userprofile%recent*.*? echo Done! echo. & pause -> then just
Save the file as *.bat and run it. Your own Ccleaner is ready...