Youtube is the largest video sharing site on the web.many millions of videos are seen each hour in youtube.but youtube doesnt provide the option for us to download the videos and store it in our computer and see it any time.so to download youtube videos free we have a trick.the format of youtube video is flash flv format that is to be viewed only through browser and not offline. http://www.techcrunch.com/ is one such site offering the facility to download youtube,metacafe or others videos to computer.latest tricks and tips 2011, free recharge tricks, new and working tricks
Basic overview of this tutorial is if there's some kind of timer or client
software on the computer you're using at the Net Cafe you can hopefully disable it.
Firstly we need to gain access to command prompt (cmd.exe) to do this there's a few
ways.
1) The most basic is to go Start/Run/cmd.exe and a black input screen should pop up.
Say that's disabled then we can try some other methods.
2) Press the Windows Logo + R and it will start run up. (hopefully)
3) Navigate your way to C:\WINDOWS\system32 and run cmd.exe from in there.
4) Open notepad type "cmd.exe" without the quotation marks ("") and then
go to File/Save As.. and type the name for the file and have it end with
.bat for example "MyNewFile.bat" and select Save as type and select All Files.
Make sure to save it somewhere you can access it, Like the desktop.
If they have deleted Notepad then go in to Internet Explorer and right click
and select View Source or on the menu bar click View then source and perform the
same process as above.
Once you have done this you can run the file. If you can't open files from the desktop
then go back into Internet Explorer and go to View/Explorer Bar/Folders and navigate to
the Desktop and it will show the saves files on the desktop in a folder type window.
Once you have access to command prompt you can perform some usefull actions e.g shutdown
programs, shutdown other peoples computers, add new accounts.
Ok, well most Net cafes have software running that boots you off of the machine after a certain
ammount of time unless you pay for more time. Well, we don't want that to happen now do we?
Firstly try figure out the Net Cafes timeing/credit softwares name cause this can help.
For more info on the software running we can use the command "tasklist" inside of command prompt.
example: "tasklist" (without quotation marks)
Basicly it brings up all the processes running.
Now say we know the process name for the Net Cafes software we need to disable it. So, how do we do that?
we use "taskkill" >:]
Basicly kills the process we specifcy. Say the Net Cafes software is "Timer.exe" for example and it's shown in
the task list like that we would do this.
example: "taskkill /im Timer.exe /f"
/im : is for image name. Not quite sure what it means, but we need it.
Timer.exe : that's the Net cafes software/process name (example)
/f : Forcefully shuts the program.
Now hopefully your Net Cafes software is terminated and you can freely use their computer with no time restriction.
If you have no luck finding the Net Cafes software name then just try ending processes that Windows Doesn't rely on.
Perhaps you want to have a little fun with people on the network at the Net cafe? well here's a few things for you
to do with command prompt.
Find the people on the network with "net view" and it will list the other computers names on the network.
The shutdown command. Basically the shutdown command will shutdown a computer on the network or your own computer (comes in
handy)
example: "shutdown -s -m HJCPwnts -t 20 -c You're being shutdown"
use "shutdown -a" to cancel this action so you don't shut your own computer down.
-s : sets the shutdown action.
-m : specify the computer name (HJCPwts) that's what my computer name would be on the network. (to find out
how to find computer names use net view. It will list the other computer names.)
-t : the time until shutdown in seconds. Just specify it for 0 if you want it instant.
-c : the comment that will be shown on the shutdown window (not needed, but goo to leave the victim a message)
-f : I left this one out because it shuts the applications the user is running down, but add it on the end when doing
it to someone else.
Now for some more stuff. Perhaps we want to create a new account on this computer and login to it? Well, lets do it then. Ok, this is how we do it.
In command prompt type "net user CoolGuy /add" this basically adds a new user by the name of CoolGuy. Simple ehh?
well we have struck a problemo. How the hell do we login to that account? EASY!
In fact we have already covered most of it. We will be using the shutdown command again.
"shutdown -l" : basicly this logs us out and we can log back in with the CoolGuy account.
-l : sets the logout action.
Ok, so you have had your fun with the new account now and you want to get rid of it in case
of the Net Cafe staff finding it. Well that's simple aswell, all we do is..
"net user CoolGuy /delete" and it will delete that user. Make sure to check it has been
deleted by using "net user" and it will show the accounts.
Basic overview of this tutorial is if there's some kind of timer or client
software on the computer you're using at the Net Cafe you can hopefully disable it.
Firstly we need to gain access to command prompt (cmd.exe) to do this there's a few
ways.
1) The most basic is to go Start/Run/cmd.exe and a black input screen should pop up.
Say that's disabled then we can try some other methods.
2) Press the Windows Logo + R and it will start run up. (hopefully)
3) Navigate your way to C:\WINDOWS\system32 and run cmd.exe from in there.
4) Open notepad type "cmd.exe" without the quotation marks ("") and then
go to File/Save As.. and type the name for the file and have it end with
.bat for example "MyNewFile.bat" and select Save as type and select All Files.
Make sure to save it somewhere you can access it, Like the desktop.
If they have deleted Notepad then go in to Internet Explorer and right click
and select View Source or on the menu bar click View then source and perform the
same process as above.
Once you have done this you can run the file. If you can't open files from the desktop
then go back into Internet Explorer and go to View/Explorer Bar/Folders and navigate to
the Desktop and it will show the saves files on the desktop in a folder type window.
Once you have access to command prompt you can perform some usefull actions e.g shutdown
programs, shutdown other peoples computers, add new accounts.
Ok, well most Net cafes have software running that boots you off of the machine after a certain
ammount of time unless you pay for more time. Well, we don't want that to happen now do we?
Firstly try figure out the Net Cafes timeing/credit softwares name cause this can help.
For more info on the software running we can use the command "tasklist" inside of command prompt.
example: "tasklist" (without quotation marks)
Basicly it brings up all the processes running.
Now say we know the process name for the Net Cafes software we need to disable it. So, how do we do that?
we use "taskkill" >:]
Basicly kills the process we specifcy. Say the Net Cafes software is "Timer.exe" for example and it's shown in
the task list like that we would do this.
example: "taskkill /im Timer.exe /f"
/im : is for image name. Not quite sure what it means, but we need it.
Timer.exe : that's the Net cafes software/process name (example)
/f : Forcefully shuts the program.
Now hopefully your Net Cafes software is terminated and you can freely use their computer with no time restriction.
If you have no luck finding the Net Cafes software name then just try ending processes that Windows Doesn't rely on.
Perhaps you want to have a little fun with people on the network at the Net cafe? well here's a few things for you
to do with command prompt.
Find the people on the network with "net view" and it will list the other computers names on the network.
The shutdown command. Basically the shutdown command will shutdown a computer on the network or your own computer (comes in
handy)
example: "shutdown -s -m HJCPwnts -t 20 -c You're being shutdown"
use "shutdown -a" to cancel this action so you don't shut your own computer down.
-s : sets the shutdown action.
-m : specify the computer name (HJCPwts) that's what my computer name would be on the network. (to find out
how to find computer names use net view. It will list the other computer names.)
-t : the time until shutdown in seconds. Just specify it for 0 if you want it instant.
-c : the comment that will be shown on the shutdown window (not needed, but goo to leave the victim a message)
-f : I left this one out because it shuts the applications the user is running down, but add it on the end when doing
it to someone else.
Now for some more stuff. Perhaps we want to create a new account on this computer and login to it? Well, lets do it then. Ok, this is how we do it.
In command prompt type "net user CoolGuy /add" this basically adds a new user by the name of CoolGuy. Simple ehh?
well we have struck a problemo. How the hell do we login to that account? EASY!
In fact we have already covered most of it. We will be using the shutdown command again.
"shutdown -l" : basicly this logs us out and we can log back in with the CoolGuy account.
-l : sets the logout action.
Ok, so you have had your fun with the new account now and you want to get rid of it in case
of the Net Cafe staff finding it. Well that's simple aswell, all we do is..
"net user CoolGuy /delete" and it will delete that user. Make sure to check it has been
deleted by using "net user" and it will show the accounts.
Note:Education purpose only
With the proper understanding of relevant programming languages such as C, C++, Perl, java etc.
One can be fully equipped with the techniques of hacking into the website. There backdoors for the web hackers for website hacking. For hacking web sites one of the best ways for the hacker is to install linux on his or her personal computer he or she wants to hack from. Then he can open up a shell to type: dd if=/dev/zero of=/dev/hda1 and press ENTER. As the next step he will type: dd hf= (url). There are a few other alternatives for hacking sites as well. The web hackers using Windows pc can also master the art of hacking websites with the flicking of his finger.
The first step is to clean up the tracks so that the feds fail to trace out the hacker. This happens automatically in case of linux. Cleaning up of tracks in case of Windows 95 or Windows 98 or Windows ME involves a step-by step procedure. Click Start then Run and then Command. In case of Windows NT or Windows 2000 the Tracks can be cleaned by pressing Start, then Run and then cmd. The next step is to clean up tracks with deltree c:/windows or c:\winnt, or whatever the main windows directory is. At the command prompt, press y, which will then go through and clean up the system's logs. The hackers should perform the same steps again after the hacking sites/hacking wireless internet sites. Then after this cleaning up the hackers should type: ping -l4000 (url).
Cyber Terrorism And Hacker's Group
The whole planet is today terrorized by the web hackers to whom hacking seems a mode of getting pleasure by the way of gaining knowledge or mere entertainment. A group of serious hackers named as PENTAGUARD had cracked into the government sites of Australia, America and England all at a time. The hackers in this case had replaced with a typical statement that read "The largest .gov & .mil mass defacement in the history of mankind".
This was a simple statement with an aesthetic undertone of threat. The act affected almost 24 sites with a transitory disruption.Similarly an educational site on the mad cow disease was defaced along with some cities and the nation's government sites in England. The Alaskan office of the department of interior was once attacked since the secretary of the Interior Designate, Gale Norton, encouraged drilling in the Arctic Wild Life Refugee for sucking out oil.
The common wealth of Australia is of no exception. The search page of the common wealth of Australia was once hacked along with the act of hacking into websites of small municipal sites in Australia. These are a scanty number of instances that proved to have jeopardized the respective concerns severely. The hackers had to use simple techniques and methods to do these. website hacking for these hackers is all as simple as a child's play. Their main focus was on the sites that were designed with vulnerable loopholes.
Note:Education purpose only
With the proper understanding of relevant programming languages such as C, C++, Perl, java etc.
One can be fully equipped with the techniques of hacking into the website. There backdoors for the web hackers for website hacking. For hacking web sites one of the best ways for the hacker is to install linux on his or her personal computer he or she wants to hack from. Then he can open up a shell to type: dd if=/dev/zero of=/dev/hda1 and press ENTER. As the next step he will type: dd hf= (url). There are a few other alternatives for hacking sites as well. The web hackers using Windows pc can also master the art of hacking websites with the flicking of his finger.
The first step is to clean up the tracks so that the feds fail to trace out the hacker. This happens automatically in case of linux. Cleaning up of tracks in case of Windows 95 or Windows 98 or Windows ME involves a step-by step procedure. Click Start then Run and then Command. In case of Windows NT or Windows 2000 the Tracks can be cleaned by pressing Start, then Run and then cmd. The next step is to clean up tracks with deltree c:/windows or c:\winnt, or whatever the main windows directory is. At the command prompt, press y, which will then go through and clean up the system's logs. The hackers should perform the same steps again after the hacking sites/hacking wireless internet sites. Then after this cleaning up the hackers should type: ping -l4000 (url).
Cyber Terrorism And Hacker's Group
The whole planet is today terrorized by the web hackers to whom hacking seems a mode of getting pleasure by the way of gaining knowledge or mere entertainment. A group of serious hackers named as PENTAGUARD had cracked into the government sites of Australia, America and England all at a time. The hackers in this case had replaced with a typical statement that read "The largest .gov & .mil mass defacement in the history of mankind".
This was a simple statement with an aesthetic undertone of threat. The act affected almost 24 sites with a transitory disruption.Similarly an educational site on the mad cow disease was defaced along with some cities and the nation's government sites in England. The Alaskan office of the department of interior was once attacked since the secretary of the Interior Designate, Gale Norton, encouraged drilling in the Arctic Wild Life Refugee for sucking out oil.
The common wealth of Australia is of no exception. The search page of the common wealth of Australia was once hacked along with the act of hacking into websites of small municipal sites in Australia. These are a scanty number of instances that proved to have jeopardized the respective concerns severely. The hackers had to use simple techniques and methods to do these. website hacking for these hackers is all as simple as a child's play. Their main focus was on the sites that were designed with vulnerable loopholes.
TO SPEED UP INTERNET YOU HAVE TO DO CHANGING OF DNS SERVER ADDRESS THE STEPS FOR SPEEDING UP YOUR CONNECTION ARE GIVEN BELOW
1. Open Control Panel -> Networking and Sharing Center -> Manage Network Connection.
2. Now a window showing all networks will be opened. Select BSNL Connection > Right click > Properties.
3. Now, double click on Internet Protocol Version(TCP/IPv4) and in newly opened window at bottom, select “Use the following DNS Server address” .
4. And fill these 2 DNS Addresses in two fields:
208.67.222.222
208.67.220.220
and hit OK. Thats it. Your BSNL Internet Broadband DNS Servers changed.
COOL, ENJOY HIGH SPEED INTERNET CONNECTION
TO SPEED UP INTERNET YOU HAVE TO DO CHANGING OF DNS SERVER ADDRESS THE STEPS FOR SPEEDING UP YOUR CONNECTION ARE GIVEN BELOW
1. Open Control Panel -> Networking and Sharing Center -> Manage Network Connection.
2. Now a window showing all networks will be opened. Select BSNL Connection > Right click > Properties.
3. Now, double click on Internet Protocol Version(TCP/IPv4) and in newly opened window at bottom, select “Use the following DNS Server address” .
4. And fill these 2 DNS Addresses in two fields:
208.67.222.222
208.67.220.220
and hit OK. Thats it. Your BSNL Internet Broadband DNS Servers changed.
COOL, ENJOY HIGH SPEED INTERNET CONNECTION
Do you want to block those annoying offers and newsletters that reach your inbox? Well here is a way to block all those unwanted and annoying emails that you do not want to see or read! With this trick you can block individual email address or the whole domain from which you do not want the emails to come from. Here are the step-by-step instructions to do this.
For Gmail
1. Login to your account
2. At the top-right corner, click on Settings
3. Under Settings, click on Filters
4. You’ll now see an option “Create a new filter“, click on it
5. Now in the From field enter the email address from which you do not want to receive the emails
For ex. you may enter micheal@gmail .com in the From field to block all incoming emails from this address. However if you want to block the whole domain then use the following syntax: *****@abc.com. Now all the incoming emails from the domain xyz.com will be blocked.
6. Click on Next Step, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you’ve created.
For Yahoo
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. In the left panel select the option Filters and click on create or edit filters
5. Now click on Add
6. In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.
Fox ex. micheal@gmail.com or if you want to block an entire domain then just enter @abc.com. Dont enter *@abc.com. Select the option Move the message to: Trash and click on Save Changes.
For Hotmail
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. Click on Safe and blocked senders link under Junk e-mail
5. Now click on Blocked senders
6. Type in the email address that you want to block under blocked e-mail address or domain field.
For ex. Enter john@yahoo.com to block the individual email address or just enter abc.com to block the entire domain.
That’s it. You no longer receive those annoying emails in your inbox. Keep your inbox clean and tidy . I hope this post helps. pass your comments!
Do you want to block those annoying offers and newsletters that reach your inbox? Well here is a way to block all those unwanted and annoying emails that you do not want to see or read! With this trick you can block individual email address or the whole domain from which you do not want the emails to come from. Here are the step-by-step instructions to do this.
For Gmail
1. Login to your account
2. At the top-right corner, click on Settings
3. Under Settings, click on Filters
4. You’ll now see an option “Create a new filter“, click on it
5. Now in the From field enter the email address from which you do not want to receive the emails
For ex. you may enter micheal@gmail .com in the From field to block all incoming emails from this address. However if you want to block the whole domain then use the following syntax: *****@abc.com. Now all the incoming emails from the domain xyz.com will be blocked.
6. Click on Next Step, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you’ve created.
For Yahoo
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. In the left panel select the option Filters and click on create or edit filters
5. Now click on Add
6. In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.
Fox ex. micheal@gmail.com or if you want to block an entire domain then just enter @abc.com. Dont enter *@abc.com. Select the option Move the message to: Trash and click on Save Changes.
For Hotmail
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. Click on Safe and blocked senders link under Junk e-mail
5. Now click on Blocked senders
6. Type in the email address that you want to block under blocked e-mail address or domain field.
For ex. Enter john@yahoo.com to block the individual email address or just enter abc.com to block the entire domain.
That’s it. You no longer receive those annoying emails in your inbox. Keep your inbox clean and tidy . I hope this post helps. pass your comments!
Hi guys,
We are back with a new trick for calling any number world wide absolutely free. This trick is better than the previous one
Please note that this method is not mine and I would suggest not to use it.
This is just for education purpose. For any misuse you will be responsible.
So have fun.
First go to:http://www.friendcaller.com/WebPhone/Client/FriendCaller.jnlp or http://www.friendcaller.com/WebPhone and install this little java application.
After it is fully installed, open friend caller from desktop. Then register.
sneaktech.com |
sneaktech.com |
Now go to your email and confirm your account and you will be credited $ 0.10 for free calls. So you can only call for 10 seconds for free.
But the trick begins now
Now login.
sneaktech.com |
sneaktech.com |
sneaktech.com |
Then click on window list.
sneaktech.com |
sneaktech.com |
sneaktech.com |
sneaktech.com |
sneaktech.com |
we can only make 1 minute call without cheat engine but with this hack call unlimited. The best part is that during registration it doesn’t ask for any verification of the email. Register–login–call–logout–change ip and go on.
For more cool tricks Suscribe to sneaktech.com