Advertisement
Guest User

Untitled

a guest
Nov 28th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. @echo off
  2. title WIP
  3. :top
  4. set /p in=
  5. SET strterm=
  6. SET mytext=%in%
  7. SET tmp=%mytext%%strterm%
  8. :loop
  9. SET char=%tmp:~0,1%
  10. SET tmp=%tmp:~1%
  11. echo %char%
  12. ::If Statements To Filter... [special characters]
  13. if "%char%" == " " (powershell -Command "[console]::Beep(180,200)") && goto abd
  14. if "%char%" == ";" (powershell -Command "[console]::Beep(1240,200)") && goto abd
  15. if "%char%" == "+" (powershell -Command "[console]::Beep(1300,200)") && goto abd
  16. if "%char%" == "=" (powershell -Command "[console]::Beep(1320,200)") && goto abd
  17. if "%char%" == "," (powershell -Command "[console]::Beep(1380,200)") && goto abd
  18. ::If Statements To Filter... [a-z]
  19. if %char% == a (powershell -Command "[console]::Beep(200,200)") && goto abd
  20. if %char% == b (powershell -Command "[console]::Beep(220,200)") && goto abd
  21. if %char% == c (powershell -Command "[console]::Beep(240,200)") && goto abd
  22. if %char% == d (powershell -Command "[console]::Beep(260,200)") && goto abd
  23. if %char% == e (powershell -Command "[console]::Beep(280,200)") && goto abd
  24. if %char% == f (powershell -Command "[console]::Beep(300,200)") && goto abd
  25. if %char% == g (powershell -Command "[console]::Beep(320,200)") && goto abd
  26. if %char% == h (powershell -Command "[console]::Beep(340,200)") && goto abd
  27. if %char% == i (powershell -Command "[console]::Beep(360,200)") && goto abd
  28. if %char% == j (powershell -Command "[console]::Beep(380,200)") && goto abd
  29. if %char% == k (powershell -Command "[console]::Beep(400,200)") && goto abd
  30. if %char% == l (powershell -Command "[console]::Beep(420,200)") && goto abd
  31. if %char% == m (powershell -Command "[console]::Beep(440,200)") && goto abd
  32. if %char% == n (powershell -Command "[console]::Beep(460,200)") && goto abd
  33. if %char% == o (powershell -Command "[console]::Beep(480,200)") && goto abd
  34. if %char% == p (powershell -Command "[console]::Beep(500,200)") && goto abd
  35. if %char% == q (powershell -Command "[console]::Beep(520,200)") && goto abd
  36. if %char% == r (powershell -Command "[console]::Beep(540,200)") && goto abd
  37. if %char% == s (powershell -Command "[console]::Beep(560,200)") && goto abd
  38. if %char% == t (powershell -Command "[console]::Beep(580,200)") && goto abd
  39. if %char% == u (powershell -Command "[console]::Beep(600,200)") && goto abd
  40. if %char% == v (powershell -Command "[console]::Beep(620,200)") && goto abd
  41. if %char% == w (powershell -Command "[console]::Beep(640,200)") && goto abd
  42. if %char% == x (powershell -Command "[console]::Beep(660,200)") && goto abd
  43. if %char% == y (powershell -Command "[console]::Beep(680,200)") && goto abd
  44. if %char% == z (powershell -Command "[console]::Beep(700,200)") && goto abd
  45. ::If Statements To Filter... [A-Z]
  46. if %char% == A (powershell -Command "[console]::Beep(2200,200)") && goto abd
  47. if %char% == B (powershell -Command "[console]::Beep(2220,200)") && goto abd
  48. if %char% == C (powershell -Command "[console]::Beep(2240,200)") && goto abd
  49. if %char% == D (powershell -Command "[console]::Beep(2260,200)") && goto abd
  50. if %char% == E (powershell -Command "[console]::Beep(2280,200)") && goto abd
  51. if %char% == F (powershell -Command "[console]::Beep(2300,200)") && goto abd
  52. if %char% == G (powershell -Command "[console]::Beep(2320,200)") && goto abd
  53. if %char% == H (powershell -Command "[console]::Beep(2340,200)") && goto abd
  54. if %char% == I (powershell -Command "[console]::Beep(2360,200)") && goto abd
  55. if %char% == J (powershell -Command "[console]::Beep(2380,200)") && goto abd
  56. if %char% == K (powershell -Command "[console]::Beep(2400,200)") && goto abd
  57. if %char% == L (powershell -Command "[console]::Beep(2420,200)") && goto abd
  58. if %char% == M (powershell -Command "[console]::Beep(2440,200)") && goto abd
  59. if %char% == N (powershell -Command "[console]::Beep(2460,200)") && goto abd
  60. if %char% == O (powershell -Command "[console]::Beep(2480,200)") && goto abd
  61. if %char% == P (powershell -Command "[console]::Beep(2500,200)") && goto abd
  62. if %char% == Q (powershell -Command "[console]::Beep(2520,200)") && goto abd
  63. if %char% == R (powershell -Command "[console]::Beep(2540,200)") && goto abd
  64. if %char% == S (powershell -Command "[console]::Beep(2560,200)") && goto abd
  65. if %char% == T (powershell -Command "[console]::Beep(2580,200)") && goto abd
  66. if %char% == U (powershell -Command "[console]::Beep(2600,200)") && goto abd
  67. if %char% == V (powershell -Command "[console]::Beep(2620,200)") && goto abd
  68. if %char% == W (powershell -Command "[console]::Beep(2640,200)") && goto abd
  69. if %char% == X (powershell -Command "[console]::Beep(2660,200)") && goto abd
  70. if %char% == Y (powershell -Command "[console]::Beep(2680,200)") && goto abd
  71. if %char% == Z (powershell -Command "[console]::Beep(2700,200)") && goto abd
  72. ::If Statements To Filter... [0-9]
  73. if "%char%" == "1" (powershell -Command "[console]::Beep(800,200)") && goto abd
  74. if "%char%" == "2" (powershell -Command "[console]::Beep(820,200)") && goto abd
  75. if "%char%" == "3" (powershell -Command "[console]::Beep(840,200)") && goto abd
  76. if "%char%" == "4" (powershell -Command "[console]::Beep(860,200)") && goto abd
  77. if "%char%" == "5" (powershell -Command "[console]::Beep(880,200)") && goto abd
  78. if "%char%" == "6" (powershell -Command "[console]::Beep(900,200)") && goto abd
  79. if "%char%" == "7" (powershell -Command "[console]::Beep(920,200)") && goto abd
  80. if "%char%" == "8" (powershell -Command "[console]::Beep(940,200)") && goto abd
  81. if "%char%" == "9" (powershell -Command "[console]::Beep(960,200)") && goto abd
  82. if "%char%" == "0" (powershell -Command "[console]::Beep(980,200)") && goto abd
  83. ::If Statements To Filter... [misc.]
  84. if "%char%" == "[" (powershell -Command "[console]::Beep(1000,200)") && goto abd
  85. if "%char%" == "]" (powershell -Command "[console]::Beep(1020,200)") && goto abd
  86. if "%char%" == "(" (powershell -Command "[console]::Beep(1040,200)") && goto abd
  87. if "%char%" == ")" (powershell -Command "[console]::Beep(1060,200)") && goto abd
  88. if "%char%" == "." (powershell -Command "[console]::Beep(1080,200)") && goto abd
  89. if "%char%" == "-" (powershell -Command "[console]::Beep(1160,200)") && goto abd
  90. if "%char%" == "_" (powershell -Command "[console]::Beep(1180,200)") && goto abd
  91. if "%char%" == "'" (powershell -Command "[console]::Beep(1200,200)") && goto abd
  92. if "%char%" == ":" (powershell -Command "[console]::Beep(1220,200)") && goto abd
  93. if "%char%" == "{" (powershell -Command "[console]::Beep(1260,200)") && goto abd
  94. if "%char%" == "}" (powershell -Command "[console]::Beep(1280,200)") && goto abd
  95. if "%char%" == "`" (powershell -Command "[console]::Beep(1340,200)") && goto abd
  96. if "%char%" == "~" (powershell -Command "[console]::Beep(1360,200)") && goto abd
  97. if "%char%" == "@" (powershell -Command "[console]::Beep(1380,200)") && goto abd
  98. if "%char%" == "#" (powershell -Command "[console]::Beep(1400,200)") && goto abd
  99. if "%char%" == "/" (powershell -Command "[console]::Beep(1100,200)") && goto abd
  100. if "%char%" == "\" (powershell -Command "[console]::Beep(1120,200)") && goto abd
  101.  
  102. :abd
  103. IF NOT "%tmp%" == "%strterm%" GOTO loop
  104. goto top
  105. goto end
  106. :end
  107. powershell -Command "[console]::Beep(10000,300)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement