G-Brain wrote:Haha, those tutorials aren't hacking, they're boring, I better start writing something
@ECHO OFF
ECHO Hello world.
PAUSE
EXIT
@ECHO OFF
:START
START /MAX NOTEPAD
GOTO START
minpolik wrote:G-Brain wrote:Haha, those tutorials aren't hacking, they're boring, I better start writing something
Write something... Hmmm...
Open notepad and copy paste this in:
- Code: Select all
@ECHO OFF
ECHO Hello world.
PAUSE
EXIT
Save it as "test.bat". Do not save it as "test.txt.bat". Run it.
If you want to own yourself, run this:
- Code: Select all
@ECHO OFF
:START
START /MAX NOTEPAD
GOTO START
Users browsing this forum: No registered users and 1 guest