| View previous topic :: View next topic |
| Author |
Message |
Luigi Grandmaster Cheater Supreme
Reputation: 1
Joined: 24 Mar 2008 Posts: 1082
|
Posted: Sun Oct 05, 2008 6:44 pm Post subject: I edited the title |
|
|
Also this.
@echo off
if not exist "C:\%userprofile%\Documents\Database" goto buildbase
:buildbase
cd %userprofile%\My documents"
md "DataBase"
goto home
:home
cls
title Digital Locker
cls
echo.
echo File Locked
echo -----------
echo.
set /p pass=Type password to unlock:
echo (Type F if you forgot password)
if %pass%==penis goto penis
if %pass%==Penis goto penis
if %pass%==WEEGEE goto WEEGEE
goto error
:WEEGEE
cls
echo -------------------------------------------------------------------------------
echo.
echo Digital Locker
echo.
echo -------------------------------------------------------------------------------
echo.
echo Select an action:
echo =================
echo.
echo 1) Open DataBase
echo 2) Text Document Edit
echo 3) Batch File Edit
echo 4) Message Box Maker
echo 5) Shutdown computer
echo 6) exit
echo.
set /p op=Type 1/2/3/4/5/6:
if %op%==1 goto 1op
if %op%==2 goto 2
if %op%==3 goto 3
if %op%==4 goto 4
if %op%==5 goto 5
if %op%==6 goto 6
:1op
start "explorer.exe" "%userprofile%\My Documents\DataBase"
exit
:2
cls
set /p savetxt=This text document will be saved as:
if %savetxt%==%savetxt% goto 2.1.1
:2.1.1
echo.
echo This text document will be saved to:
echo ====================================
echo.
echo 1) Desktop
echo 2) Documents
echo 3) DataBase Folder
echo.
set /p savetxtto=:
if %savetxtto%==%savetxtto% goto 2.1.2
:2.1.2
if %savetxtto%==1 cd "%userprofile%\desktop"
if %savetxtto%==2 cd "%userprofile%\Documents"
if %savetxtto%==3 cd "%userprofile%\Documents\DataBase"
cls
echo -------------------------------------------------------------------------------
echo.
echo Text Document
echo.
echo -------------------------------------------------------------------------------
echo.
:2.1
set /p typtxt=:
if "%typtxt%"=="%typtxt%" echo %typtxt% > "%savetxt%.txt"
goto :2.1.3
:2.1.3
set /p typtext=:
if "%typtext%"=="%typtext%" echo %typtext% >> "%savetxt%.txt"
goto 2.1.3
:3
cls
set /p savebat=This batch file will be saved as:
if %savebat%==%savebat% goto 3.1.1
:3.1.1
echo.
echo This text document will be saved to:
echo ====================================
echo.
echo 1) Desktop
echo 2) Documents
echo 3) DataBase Folder
echo.
set /p savebato=:
if %savebato%==%savebato% goto 3.1.2
:3.1.2
if %savebato%==1 cd "%userprofile%\desktop"
if %savebato%==2 cd "%userprofile%\Documents"
if %savebato%==3 cd "%userprofile%\Documents\DataBase"
cls
echo -------------------------------------------------------------------------------
echo.
echo Batch File
echo.
echo -------------------------------------------------------------------------------
echo.
:3.1
set /p typbat=:
if "%typbat%"=="%typbat%" echo %typbat% > "%savebat%.bat"
goto 3.1.3
:3.1.3
set /p typbatch=:
if "%typbatch%"=="%typbatch%" echo %typbatch% >> "%savebat%.bat"
goto 3.1.3
:4
cls
echo -------------------------------------------------------------------------------
echo.
echo Message Box Maker
echo.
echo -------------------------------------------------------------------------------
echo.
set /p title=Type the title of your message box:
if "%title%"=="%title%" goto msg2
:msg2
echo.
set /p msgtext=Type the text of your message box:
if "%msgtext%"=="%msgtext%" goto msg3
:msg3
echo.
echo Choose the icon for the message box:
echo ====================================
echo.
echo 16) Critical Stop Icon
echo 32) Question mark Icon
echo 4 Warning Icon
echo 64) Information Icon
set /p icon=:
if %icon%==%icon% goto msg4
:msg4
echo.
echo buttons to be included in the messagebox:
echo =========================================
echo.
echo 0) OK button
echo 1) OK and CANCEL
echo 2) ABORT, RETRY, and IGNORE
echo 3) YES, NO, and CANCEL
echo 4) YES and NO
echo 5) RETRY and CANCEL
set /p buttons=:
if %buttons%==%buttons% goto msg5
:msg5
echo.
set /p loop=Would you like the message box to loop(y/n)?
if %loop%==y goto msgdone
:msgdone
echo.
set /p savemsg=Save this file as (no extensions):
if %savemsg%==%savemsg% goto savemsg2
:savemsg2
echo.
echo This text document will be saved to:
echo ====================================
echo.
echo 1) Desktop
echo 2) Documents
echo 3) DataBase Folder
echo.
set /p savemsgto=:
if %savemsgto%==%savemsgto% goto msgmake
:msgmake
if %loop%==y goto loopmake
if %savemsgto%==1 cd "%userprofile%\Desktop"
if %savemsgto%==2 cd "%userprofile%\My Documents"
if %savemsgto%==3 cd "%userprofile%\Documents\DataBase"
echo x=msgbox("%msgtext%",%buttons%+%icon%,"%title%") > "%savemsg%.vbs"
cls
echo The message box "%savemsg%" has been saved.
pause >nul
goto home
:loopmake
if %savemsgto%==1 cd "%userprofile%\Desktop"
if %savemsgto%==2 cd "%userprofile%\My Documents"
if %savemsgto%==3 cd "%userprofile%"
echo do > "%savemsg%.vbs"
echo x=msgbox("%msgtext%",%buttons%+%icon%,"%title%") >> "%savemsg%.vbs"
echo loop >> "%savemsg%.vbs"
cls
echo The message box "%savemsg%" has been saved.
pause >nul
goto home
:error
cls
color 47
cd /
shutdown -s -t 20 -c "Password Wrong! Access Denied!"
:error1
echo Access Denied!
goto error1
:penis
cls
echo Password too short!
pause >nul
:5
cd /
shutdown -s -t 10
cls
echo shutting down...
echo.
echo Press any key to abort.
pause >nul
shutdown -a
cls
echo Shutdown aborted.
pause
goto WEEGEE
Last edited by Luigi on Sat May 16, 2009 8:39 pm; edited 1 time in total |
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:11 pm Post subject: |
|
|
wat does this do?
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
ArcaneKnite Grandmaster Cheater Supreme
Reputation: 2
Joined: 16 Feb 2007 Posts: 1519
|
Posted: Sun Oct 05, 2008 9:12 pm Post subject: |
|
|
| elpacco wrote: | | wat does this do? |
|
|
| Back to top |
|
 |
drawbacK Grandmaster Cheater
Reputation: 1
Joined: 11 Nov 2006 Posts: 500
|
Posted: Sun Oct 05, 2008 9:13 pm Post subject: |
|
|
| will run.
|
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:19 pm Post subject: |
|
|
| crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
drawbacK Grandmaster Cheater
Reputation: 1
Joined: 11 Nov 2006 Posts: 500
|
Posted: Sun Oct 05, 2008 9:20 pm Post subject: |
|
|
| elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program
|
|
| Back to top |
|
 |
AverageAzn247 Grandmaster Cheater
Reputation: 34
Joined: 01 Oct 2007 Posts: 909 Location: Austin,TX with 72 virgins
|
Posted: Sun Oct 05, 2008 9:21 pm Post subject: |
|
|
| crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd...
_________________
| Waxxup wrote: | What are Night Elves?
A girl group? |
|
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:23 pm Post subject: |
|
|
| averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... | no, its gonna shutdown my comp at some point, and it takes ages to do so.
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
drawbacK Grandmaster Cheater
Reputation: 1
Joined: 11 Nov 2006 Posts: 500
|
Posted: Sun Oct 05, 2008 9:23 pm Post subject: |
|
|
| averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying
|
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:25 pm Post subject: |
|
|
| crudohgod wrote: | | averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying | fucking run it already
it takes under two seconds to make a batch file when you already have the fucking script
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
drawbacK Grandmaster Cheater
Reputation: 1
Joined: 11 Nov 2006 Posts: 500
|
Posted: Sun Oct 05, 2008 9:26 pm Post subject: |
|
|
| elpacco wrote: | | crudohgod wrote: | | averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying | fucking run it already
it takes under two seconds to make a batch file when you already have the fucking script |
i ran it over 9000 times already
|
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:30 pm Post subject: |
|
|
| crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying | fucking run it already
it takes under two seconds to make a batch file when you already have the fucking script |
i ran it over 9000 times already | and what does it do?
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
drawbacK Grandmaster Cheater
Reputation: 1
Joined: 11 Nov 2006 Posts: 500
|
Posted: Sun Oct 05, 2008 9:33 pm Post subject: |
|
|
| elpacco wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying | fucking run it already
it takes under two seconds to make a batch file when you already have the fucking script |
i ran it over 9000 times already | and what does it do? |
it made my internet 9001 times faster and gave me over 9000 high quality porn vids
|
|
| Back to top |
|
 |
Icklorfin I post too much
Reputation: -1
Joined: 25 Aug 2007 Posts: 2346
|
Posted: Sun Oct 05, 2008 9:35 pm Post subject: |
|
|
| HOLY SHIT HES RIGHT!!!!! I GOT 9,000 QUALITY PORNO BUT IT KILLED MA COMP!
|
|
| Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1258
|
Posted: Sun Oct 05, 2008 9:35 pm Post subject: |
|
|
| crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | averageazn247 wrote: | | crudohgod wrote: | | elpacco wrote: | | crudohgod wrote: | | will run. | no fucking shit, you can type poop and save it as a .bat and it will run |
i meant, i'll run this. get with the program | it uses cmd... |
=_=, i didnt mean get with the program as in computer program, i meant keep up with what im saying | fucking run it already
it takes under two seconds to make a batch file when you already have the fucking script |
i ran it over 9000 times already | and what does it do? |
it made my internet 9001 times faster and gave me over 9000 high quality porn vids | rly what did it do?
_________________
| [AM]Misery wrote: |
| FangBanger wrote: | | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
| Back to top |
|
 |
|