Guest User

Gmod DarkRP KeyCode Gen

a guest
Mar 15th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @echo off
  2. :Start2
  3. cls
  4. goto Start
  5. :Start
  6. title Gmod Keycode Generator
  7. color 4
  8. echo Keycode Password Generator
  9. echo Made by [HG] Joey7
  10. echo --------------------------------------------------------------------------------
  11. echo Type 1 for a random password
  12. set input= test
  13. set /p input=
  14. if %input%==1 goto A if NOT goto Start2
  15. :A
  16. cls
  17. echo The password is: %random%
  18. echo --------------------------------------------------------------------------------
  19. echo Type any key then enter to close
  20. set input=
  21. set /p input=
  22. if %input%==1 goto Exit not goto Exit
  23. :Exit
  24. exit
Add Comment
Please, Sign In to add comment