Thursday, April 1, 2010

Remove Brontok Virus Urself

Remove Brontok Virus Urself : Its the most sticky virus .. u can Remove it be an ethical Hacker.

To enable registry editor :
    Start ur computer in safe mode with command prompt and type the followinf command to enable registry editor :reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools” and run HKLM\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”After this ur registry editor is enable Type explorer Go to run and type regedit
Open :
    HKLM\Software\Microsoft\Windows\Currentversion\Run\
Delete :
    The entries which contain ‘Brontok’ and ‘Tok-’ words.
>> After that restart ur system.

>> To enable folder option in tools menu click here
>> search *.exe files in all drives (search in hidden files also)
Remove all files which are display likes as folder icon.
Ur computer is completely free from virus brontok.

MAKING WINDOWS GENUINE

1 . start > run > ” regedit” (without the quotes of course)
2 . Go to the key:
    HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WindowsNT\ CurrentVersion\WPAEvents\OOBETimer …and doubleclick on it. Then change some of the value data to ANYTHING ELSE…delete some, add some letters, ..just change it! now close out regedit.
3 . Go to start > run > “%systemroot%\system32\oobe\msoobe.exe /a” (again, don’t type the quotes)
4 . The activation screen will come up, click on register over telephone,>next> then click on CHANGE PRODUCT KEY, enter in this key:
JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ and give update.
(now automatically window will return back to activate by telephone mode and ask for activation code,just ignore and exit that window it’s done)

Hack Notepad ............................................

Try this code with Notepad.......
This is a VBs file so of course save as VBS, you can replace the txt in this code with whatever you want
********************************************

Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 120
wshshell.sendkeys "r"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "v"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "S"
wscript.sleep 200
wshshell.sendkeys "h"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "h"
wscript.sleep 200
************************