Monday 30 September 2013

How to activate windows 7 | Make windows Genuine | Windows 7 Loader

Hey folks in this tutorial i will show you - How to make windows 7 genuine with windows 7 loader



Some may have purchased the full version of the windows but still many of them have facing the problem

For them those who dont have serial keys and want to activate their windows 7 can have a look on this stuff

***This Trick works on every version of windows 7 only***

So I will tell you how to make your windows 7 genuine with windows 7 loader

step 1 - Download the windows 7 loader from here - ( Link )

step 2 - Extract the .rar file

step 3 - Now, open "Windows Loader.exe" from the extracted file

*** NOTE DISABLE YOUR INTERNET CONNECTION AND THEN PROCEDD TO NEXT STEP***

step 4 - Now click on install and wait for the process to complete




step 5 - Finally click on the "restart" to make it genuine





Hurray you have finally done it... Now enjoy with your windows 7 genuine

Harsh

IF THERE IS ANY PROBLEM REGARDING THIS BLOG 
↓↓ THEN FEEL FREE TO ASK YOU CAN COMMENT BELOW ↓↓

Sunday 29 September 2013

How to see password behind stars or asterisk

Hey today i will show you how to look up hidden password behind stars
But before getting started you must know which browser do u have

This trick works same for Mozilla firefox as well as google chrome


So lets start with google chrome

Google Chrome


In any website which contains your saved password, just right click on the password box and click on Inspect element.

















You’ll now notice the bottom quarter of your screen filled with codes. You only need to focus on the highlighted (in blue) part to reveal the password.











(upcloser)













Look for type="password" and double click on it. Replace the word ‘password’ with ‘text‘.
It should now look like type="text". Hit Enter.







All right You have finally done it ...!!!!


Now you can do the same procedure with Mozilla firefox


~Enjoy


Harsh

Friday 16 August 2013

Top ten notepad tricks

1. Test Your Antivirus

Want to test your antivirus that is it effective or not,Don’t worry you can solve this by using one of the Notepad Tricks.Just Follow the steps written below to get the answer.
  • Open Notepad
  • Copy and paste this In your notepad.
[Download]X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*[/Download]
  • Save with an .exe extension like testingvirus.exe
As soon as you save this file your Antivirus will detect it and will ask for removal,if your Antivirus detects it then it’s all right but if not then you need to change your Antivirus.
Note:The EICAR test file(#3) is a 16 Bit application and will not Run on 64 Bit windows Versions.

2. Talk With Your Computer

Just wonder what will happen if your computer starts talking with you or saying your Commands??It would be really fun.It’s very easy To Do.Just we need a Vbs Script to do it.Let’s see.
  • Open Notepad
  • Copy and Paste the Below code in Notepad.
Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message
  • Save it as Speak.vbs as Or anything.vbs.
  • Now Double click on the File and VB application will open just Input your Text and Press Enter and enjoy.

3.Matrix Effect

Inspired By the Film Matrix This tricks is very popular among youth on Social Networking sites.This Notepad Trick doesn’t need any explanation Let’s Do it.
Notepad Trick
  • Open Notepad
  • Copy The Below mentioned Code and paste it into Notepad.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save the file with .bat extension like Matrix.bat and seee the Magic.

4.Make your Notepad A personal Diary.

Hey do you know that you can use your Notepad as your Personal Digital Diary or a Log Book.If not then follow these simple methods and in just seconds you will get your Own Digital Diary.
Notepad Trick
  • Open Notepad
  • Type .LOG in Capital Letters and press Enter
  • Save it with any name and close it.
Whenever you will open that file you will see the time and Date inserted after the .LOG followed with text.You just need to do is to edit the Text.

5. Continuously Pop up Your Dvd-Drive

  • Open Notepad
  • Copy and paste the Code given below into your Notepad
[Author Info]
Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop[/Author Info]
  • Save it with .vbs extension like Anything.vbs
Click on the file and open it,it will force your DVD drive to popout.So don’t use it On yourself try it onn your Friends.

6. Shut Down the computer with a message.

Want to trick your Friends? this is your best opportunity.Just use this Notepad trick and shutdown your Friend’s Pc.
  • Open Notepad
  • Copy and Paste this Code into your Notepad
[Author Info]@echo offmsg * Its time to get some rest.shutdown -c “Error! You have to take rest! Byeeeeee” -s[/Author Info]
  • Save it with .vbs extension like anything.vbs and Enjoy.

7.Slowly type your massages


This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this trick:
  • Open Notepad.
  • Paste the following code in the notepad file:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “
  • Save the file with any name and with .vbs extension and close it.
Now open the file and see how freakishly slow the messages appear!

8.Constantly Repeat Messages

Using this Trick you can annoy anyone and can force him to log off or restart his Computer.This will create infinite number of Messages.Just follow the steps to know about it.
  • Open Notepad
  • Copy and Paste this Into your Notepad.
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
  • Then save it as .bat extension like tricky.bat
  • Then open it and see it will surely irritate you

9.Keyboard Led Disco

  • Open Notepad
  • Copy and paste these codes into your Notepad.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
  • Save the file as disco.vbs
  • Now open it and see the led light’s on your Keyboard will Go Crazy
These were some Interesting and Funny Notepad Tricks.Hove you Enjoyed them,if you got any problem while using these tricks Don’t hesitate to leave a comment.Thnks…!!

10. Type “You are a fool” Continuously

Not much to explain, the title says it all! Follow the steps to make this trick work:
  • Open Notepad.
  • Paste the following code in the notepad file:
  • Save the file with any name but with .vbs extension and close it.

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
Ope the file and see how it makes you type!

~ Enjoy... Please share this Sharing Increases your knowledge....
~  Harsh

Monday 12 August 2013

Internet Download Manager Download+Crack

Hey guyss as we all know that IDM is not freeware and can only be used for 30 days well  today i will show you how to download internet download manager and "Crack it", to make it use for lifetime.....




Just follow the few steps:-

1* Download IDM from here :- http://to.ly/mKXl

2* Install the software in your pc

3* Download the crack from here :- http://www.4shared.com/rar/3qVcRijq/Patch_IDM.html

4* Extract the .rar file into your hardisk

5* Open the "Patch IDM.exe" and click on patch, after entering your first name(F name) and your last name (L name),, after the process your IDM will be sucessfully cracked

**NOTE - this process should be done when you are offline your pc should not be connected to internet.

Njoy now your IDM is sucessfully cracked

Harsh

Friday 9 August 2013

How to increase your internet speed - Updated

Hi guys, today i will show you to increase your internet speed 30-40% 











Let's see how to do  :

Go to Start – Run or Click Windows key +R



Now type gpedit.msc




Click OK.

Now Local Group Policy will appear.


















Next navigate to "Administrative Templates" ---> 
"Network" --->
"QoS Packet Scheduler"

















In "QoS Packet Scheduler" double click on "Limit reservable bandwitdh". 

"Limit reservable bandwitdh" box will appear.

In "Limit reservable bandwitdhmake it "Enabled
Then set "Bandwidth limit: "0"
Click OK.
























And you are finally done .....

Please share this if you like it - Sharing increases your knowledge

Harsh

Friday 12 July 2013

Windows 7 folder background changer

Hey guyzz this is my new trick for u which enables you to change the folder background of windows 7

If you have got tired with your default windows 7 background just download this application


here are some of snapshots :






Download link : http://to.ly/mnP9

~ Please share and comment
https://www.facebook.com/MrCrackErLies




Rocketdock v 1.3.5

RocketDock is an application launcher developed by PolyVector and Skunkie of Punk Labs, working with artist Zachary Denton, for Windows that provides a dock similar to that of the Mac OS X Aqua GUI. It is freely available under a Creative Commons license and is distributed by Punk Labs (previously called Punk Software).
RocketDock is able to show live updates of minimized windows as in Mac OS X, and in Windows Vista it can show live thumbnail updates on thetaskbar. It is compatible with MobyDock, ObjectDockRK Launcher, and Y'z Dock skins, and is compatible with and borrows from StardockObjectDock's publicly published Docklet API.

Features - 
File Size:
6.16M
License:
Freeware
Released:
Sep 03, 2007
Downloads:
18512 (All versions: 19061)
OS Support:
Windows 2000/XP/2003/Vista/XP64/Vista64
Plugins:
None




Snapshot of rocketdock


Download here :- http://to.ly/mnOv


Monday 8 July 2013

Windows 7 logon screen changer

Hey guyss this is my new trick which enables you to change your default windows logon background...



Just make sure that you have windows 7 (any version)

To change your  windows logon screen just download this software below from below link

Windows 7 logon screen changer :- http://to.ly/mkVr

After installing the software You are done

Please Share this page .. Sharing increases your knowledge  

https://www.facebook.com/MrCrackErLies

Saturday 6 July 2013

How to run java apps on android


JBED is an .apk application that allows you to run .jar and .jad games and application on your Smartphone. You can easily download and install it on your Smartphone to run any Java applications. Andriod phones can be installed with more then 40, 000 Java games and applications using JBED. The application also comes with Android J2ME MIDP runner. In the following steps, I will tell you how to run Java and J2ME applications on your Android phone. Now, you do not have to forget or leave your Java applications that you were using from a long time.



Installation steps:
A. Download JBED for your Android Mobile running on Gingerbread from here.
B. Simply install the Jbed.apk file on your android smartphone.
C. Launch the application and click on SD card from the menu.
D. Choose the JAR file that you want to install and run.
E. Install the Java apps that you want to use.
F. Click on the Java apps that you have installed to run them.
In case the application don’t work you can try downloading JBED.Zip and flash the zip file using CWM or ClockWorkMod.

Saturday 8 June 2013

How to play nes games on pc


Hey guyzz here is a simple trick that can play 8 bit nes games like mario, pacman, adventure island, super contra etc on pc ...




There are jst few simple steps you can follow :-

1- Download the nes emulator - http://www.4shared.com/rar/PwpLl2wS/Emulator.html

2- Get free Roms (games) here - http://www.freeroms.com/nes.htm

3- Extract and open the emulator, Go to "file" and Choose  "open rom" and select your game...

4- you are done  :)  enjoy

Saturday 1 June 2013

How to Get Serial Key, Keygen, Patch of any Software

Here is simple, but useful google search hack that will help you to find serial key, keygen , patch of any software .

1. Go to google.com

2.Type this syntax in search bar ” 94FBR Product name with desired software” for example :
94fbr nero

94fbr avast

94fbr proxifire

94FBR was part of a Microsoft Office 2000 product key that was released on the internet that bypassed Microsofts activation system.Because it is a relatively uncommon term, when you add it to your search queries, it will generally return results of pages listing illegal serial numbers.


Enjoy.......

http://www.google.co.in/

How to recover shift deleted files

Sometimes we delete the files permanently, and realize that deleting them is like a Blunder...

For all those folks,
Here is the solution

Software called "Kissass Undelete" , can bring those files from the hard disk or your flash drive.
Conditions : Only if the data on that drive is not re-occupied(or written). that means the space which was available after the deletion is not been occupied after the deletion.

Click Here to download the .

1)To start searching for the files,
Select the drive from the Left panel of the Windows and Click the scan button.
the Scan might take upto 10 secs.

2)
When the files search has been completed, it will show you the results with the name, typ, size and the last modified date of the searched file.

3) Now you can select the file to be recover. This is an Open source application and available for All Windows OS(Windows XP/Vista/ 7).

~https://www.facebook.com/MrCrackErLies