Advertisement
Guest User

i was bored, so I made this

a guest
Jan 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.55 KB | None | 0 0
  1. @echo off
  2. cls
  3. color 2
  4. :reg1
  5. set currentPath=%~dp0
  6. set /p Var1="Would you like this program to hack you? (Y/N):
  7. if /I "%Var1%" == "y" goto _yes
  8. if /I "%Var1%" == "n" goto _no
  9. :_yes
  10. echo you just got hacked!!!!1
  11. pause
  12. goto lmao
  13. :lmao
  14. color 4
  15. echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
  16. goto lmao
  17. :_no
  18. color c
  19. echo too bad you still got hacked!!!1 :D
  20. pause
  21. goto lmao
  22. :lmao
  23. color 4
  24. echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
  25. goto lmao
  26. :end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement