Advertisement
Parched

Lst Creator

Dec 26th, 2019 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @echo off
  2. title Czpy List Creator
  3. color 0a
  4. :choice
  5. set /p c=Do You Wish To Use List Creator?Y/N:
  6. if %c%==Y goto ipgen
  7. if %c%==N exit
  8. echo.
  9. echo Invalid Choice
  10. goto choice
  11. :ipgen
  12. cls
  13. :ip generate
  14. set /a var=%random% / 178
  15. set /a var2=%random% / 178
  16. set /a var3=%random% / 178
  17. set /a var4=%random% / 178
  18. echo %var%.%var2%.%var3%.%var4%/30
  19. goto ip generate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement