Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :Start2
- cls
- goto Start
- :Start
- title Gmod Keycode Generator
- color 4
- echo Keycode Password Generator
- echo Made by [HG] Joey7
- echo --------------------------------------------------------------------------------
- echo Type 1 for a random password
- set input= test
- set /p input=
- if %input%==1 goto A if NOT goto Start2
- :A
- cls
- echo The password is: %random%
- echo --------------------------------------------------------------------------------
- echo Type any key then enter to close
- set input=
- set /p input=
- if %input%==1 goto Exit not goto Exit
- :Exit
- exit
Add Comment
Please, Sign In to add comment