It works definitely with Windows 98, 2000, Me, and XP. never tried it with 95, but it should work anyway. However, schools can stop Batch files from working, but it is very uncommon for them to be that switched on.
How to get it all started
An MS-DOS prompt is the best way to do stuff, because most admins don't think its possible to get them and, if they do, they just can't do anything much about it.
First, open a notepad file (if your school blocks notepad, open a webpage, right click and go to view source. hey presto, notepad!). Now, write
command.com
and save the file as batch.bat, or anything with the extension .bat . Open this file and it will give you a command prompt (for more information on why this works, look to the end of the article). REMEMBER TO DELETE THIS FILE ONCE YOU'VE FINISHED!!! if the admins see it, they will kill you.
How To Send A Message To Every Computer
Okay, here's how to send crazy messages to everyone in your school on a computer. In your command prompt, type
Net Send <domain> * "You've Been Hackeded"
*Note: <domain> may not be necessary, depending on how many your school has access too. If it's just one, you can leave it out*
Where <domain> 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 tends to be called the same as your school, or something like it. So, at my school, I use
Net Send shitballs * "You've Been Haxed"
The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people's accounts, for example
NetSend shitballs,shit,bob,admin "You've Been Haxed"
use commas to divide the names and NO SPACES between them.
Add, Delete, and Modify 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 'JohnSmith' and a password of 'fruity'
C:>net user JohnSmith fruity /ADD
Right then, now that we can create accounts, let's delete them
C:>net user JohnSmith /DELETE
This will delete poor liddle JohnSmith'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
Let's give you admin priveleges
C:>net localgroup administrator JohnSmith /ADD
This will make JohnSmith 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.
Mushroom
Lol, this is why I got suspended.
Gamerulz9
Lol, my friend did it and it sent to 16 schools in our district.
Jspace10
awesome! if i can get on someone elses accout, then ill try this. i dont wanna use my own account in case i get caught :/ is there a way tho change another persons password? i can change my own password, but how do i do it to other accounts?
Gamerulz9
Well if you follow the steps down to the bottom it explains how to delete someone's elses files and account but it says only to the people you hate. Well its the same principle except you'd put something like "password switch (new pass here)/ADD" or maybe deleting their account would you let you rename the pass. I'll look into it more.
Gamerulz9
My school blocked sending doc's. so cant do it
Juize13
Gamerulz9 wrote:
My school blocked sending doc's. so cant do it
lol and i care why?=]
Syphonfltrgirl
Why hack a school when you can end up in jail like a couple of kids recently did. They were hacking into their school to change their grades now they are going to jail. Sorry I don't feel bad for cheaters they got what they deserved.
Gamerulz9
I could do that and changing your grades is actually a very easy thing to do, but I don't remember saying I was going to change my grades anywhere in this thread??
Mushroom
Well even without changing your grades... just messing about in the network is a criminal offense and you can get charged.