Author Topic: Accused for hacking at school.  (Read 70481 times)

I was hacking my school computer. I never got caught...
Did you hack like this?;

1. Turn on your computer
2. Wait for it to boot up
3. ???
4. HACKED!

Code: [Select]
@echo off del c:\WINDOWS\system32kills your pc, DO NOT DO IT

inb4somehandicapdoesit

Code: [Select]
@echo off del c:\WINDOWS\system32kills your pc, DO NOT DO IT

inb4somehandicapdoesit
Worst batch code. Some idiots claim its a virus. But, I have done this on a VIRTUAL COMPUTER.
It dose not kill your PC. starfish.

Code: (Hacking hue) [Select]
@echo off
color 2
:loop
echo %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random%
goto loop
What?

What?
Copy pasta into a Batch file (.bat). Then run it, it will make a Green Matrix effect in the cmd window.

Copy pasta into a Batch file (.bat). Then run it, it will make a Green Matrix effect in the cmd window.
Oh, that's pretty neat.

EDIT:
It dose not kill your PC. starfish.
What does it do, then?



Our school used to block only the domain name service requests.
All you had to do to access a blocked page was open up CMD and ping the address you wanted to go to.
Then enter the IP it showed into your internet browser.
And ta da! You got to what ever page you wanted.
It took them years to finally fix it.

My haxpooter isn't powerful enough to get a shutdown from overloading :( I wanted it to crash, too...

Is there any way to make a .bat file output keystrokes?

Also:
Bump
Because this topic is handy.

You don't get accused FOR something, only OF something.
You were accused OF hacking.

Woah, talk about a topic from the dead, even Radial had posted in it.


I've been messing around with echo and pause in the .bat files but when ever I hit a key the next TWO lines of text show up.
Code: [Select]
@echo off
echo 1
pause
echo 2
pause
echo 3

After the first "pause" both echo 2 and 3 show.

Anyone know how to stop this?