Your average high school’s system admin,just got their college degrees and really is just building up his resume to get to the next job. So to say the least the system probably isn’t all that secure. So why not play with them a little? Here is some tips I’ve picked up that might just help you…
Warning: This will not work on most new systems. If it does work you are doing this at your own risk. I am merely telling you old tricks that have worked in the “PAST”. If you want to do tricks like these on newer networks, or networks with better security, I recommend you build your own network and experiment.
You probably can’t open command prompt at school. If you can just go to run, and type cmd … Hit enter. If that is blocked try this…
- Open up Microsoft word.
- Type in Command.com
- Save the file as .bat something.
- Command prompt should open, afterwards delete the file. (if you can log in as a guest do it)
The next thing we are going to do is create an admin account.
- In the command prompt type, net localgroup
This will find out what they call their admin group. It could be administrator or God but you get the idea. - We will assume they use the defaul administrator.
So now you will type, net localgroup administrator Iambetterthanu /ADD
- Granted everything went smoothly you now have your self an administrators account.
Now this wont work on every system but chances are it will work on yours. If it does I take no responsibility what you do with your account. If your school or work has some sort of terms of use, I suggest you read it. It is up to you if you ignore it.
—-
Getting past your web filter.
Easy way: Type whatever you want to go on say i wanted to go on miniclips bug on wire i would go to google and search miniclip bug on wire
then instead of clicking the link i would click “cached”.
Hard way: I’m hoping you still have command prompt open.
Type: ping miniclip.com
And then you should get a IP type that out in your web browser, and don’t forget to put “http://” before you type the IP.
—–
Sending messages throught your school server
Okay, here’s how to send crazy messages to everyone in your school on a computer. In your command prompt, type
Net Send <domain> * “The server is h4x0r3d”
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 Haxxor School * “The server is h4x0r3d”
The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people’s accounts, for example
NetSend Varndean dan,jimmy,admin “The server is h4x0r3d”
use commas to divide the names and NO SPACES between them.

