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...?)===

Sunday, 3 February 2013

Using Google Drive As A Web Hosting Service | GoogleDrive Tips


Hi Guys,
Welcome To All The Mindbenders,
Today We Are Planning to create our very first website without paying a single rupee To Web Hosting providers and thanks to google for google drive serving capabilities...

Let's Start

Step 1.
Login To Your Google Drive Account Using Your Gmail Account
https://www.drive.google.com

Step 2.
Create A new Folder in Your drive say "devendermahto" is created by me in my google drive
Note:- Click on image to in-large image



Step 3.
Select Our Created Folder which is "devendermahto"



Step 4.
Then Click on "more" and choose "share>share"



Step 5.
change permissions to public for this folder and then copy and paste the sharing link of this folder somewhere in your notepad.
check again that your link is similar to this link
https://docs.google.com/folder/d/0B3cYFzCQvhE1OHBKbl8yVnlqenM/edit?usp=sharing


Copy Link after changing permissions

Step 6.
Upload all your website files like index.html and images to this folder.


Step 7.
When all your stuffs uploaded by you then open a new tab and type following address in your address bar

https://googledrive.com/host/0B3cYFzCQvhE1OHBKbl8yVnlqenM

Step 8.
Replace 
0B3cYFzCQvhE1OHBKbl8yVnlqenM

With your own code,
 in your case text after https://docs.google.com/folder/d and before /edit?usp=sharing
is your website address{webfolder address}

check mine
https://googledrive.com/host/0B3cYFzCQvhE1OHBKbl8yVnlqenM/

Bye Guyzzzz

===(Next is What?)===


Friday, 25 January 2013

Steganography using Windows Command Prompt

Hi To All The Mindbenders,
Welcome To Our New Information Segment.
Aim:- Binding a text file with a image File.

Requirements:- Windows OS and a little bit Presence of your own Mind.

Procedure:-
1. Open Command Prompt by pressing win+r key and type cmd there and hit enter.


                                                                 Note:- Inlarge Images To Get Closer.                                         


2. change directory(cd) where your image and text files present.


                                                                Note:- Inlarge Images To Get Closer.                                               



3. use below command to bind

copy /b "C:\Users\Devender Mahto\Desktop\dev.jpg" + "C:\Users\Devender Mahto\Desktop\dev.jpg" new.jpg

{where: dev.jpg is my image file, 1.txt is my text file and new.jpg is my final image file which comprises of 1.txt}

                                                                 Note:- Inlarge Images To Get Closer.                                         

4. open new.jpg with winrar to view your text file.
5. send new.jpg to your friends and loved ones for exchanging messages.
6. Like My page https://www.facebook.com/themindbenders

Precaution: Do not use this knowledge for Offensive activities otherwise we are not responsible.