Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title WIP
- :top
- set /p in=
- SET strterm=
- SET mytext=%in%
- SET tmp=%mytext%%strterm%
- :loop
- SET char=%tmp:~0,1%
- SET tmp=%tmp:~1%
- echo %char%
- ::If Statements To Filter... [special characters]
- if "%char%" == " " (powershell -Command "[console]::Beep(180,200)") && goto abd
- if "%char%" == ";" (powershell -Command "[console]::Beep(1240,200)") && goto abd
- if "%char%" == "+" (powershell -Command "[console]::Beep(1300,200)") && goto abd
- if "%char%" == "=" (powershell -Command "[console]::Beep(1320,200)") && goto abd
- if "%char%" == "," (powershell -Command "[console]::Beep(1380,200)") && goto abd
- ::If Statements To Filter... [a-z]
- if %char% == a (powershell -Command "[console]::Beep(200,200)") && goto abd
- if %char% == b (powershell -Command "[console]::Beep(220,200)") && goto abd
- if %char% == c (powershell -Command "[console]::Beep(240,200)") && goto abd
- if %char% == d (powershell -Command "[console]::Beep(260,200)") && goto abd
- if %char% == e (powershell -Command "[console]::Beep(280,200)") && goto abd
- if %char% == f (powershell -Command "[console]::Beep(300,200)") && goto abd
- if %char% == g (powershell -Command "[console]::Beep(320,200)") && goto abd
- if %char% == h (powershell -Command "[console]::Beep(340,200)") && goto abd
- if %char% == i (powershell -Command "[console]::Beep(360,200)") && goto abd
- if %char% == j (powershell -Command "[console]::Beep(380,200)") && goto abd
- if %char% == k (powershell -Command "[console]::Beep(400,200)") && goto abd
- if %char% == l (powershell -Command "[console]::Beep(420,200)") && goto abd
- if %char% == m (powershell -Command "[console]::Beep(440,200)") && goto abd
- if %char% == n (powershell -Command "[console]::Beep(460,200)") && goto abd
- if %char% == o (powershell -Command "[console]::Beep(480,200)") && goto abd
- if %char% == p (powershell -Command "[console]::Beep(500,200)") && goto abd
- if %char% == q (powershell -Command "[console]::Beep(520,200)") && goto abd
- if %char% == r (powershell -Command "[console]::Beep(540,200)") && goto abd
- if %char% == s (powershell -Command "[console]::Beep(560,200)") && goto abd
- if %char% == t (powershell -Command "[console]::Beep(580,200)") && goto abd
- if %char% == u (powershell -Command "[console]::Beep(600,200)") && goto abd
- if %char% == v (powershell -Command "[console]::Beep(620,200)") && goto abd
- if %char% == w (powershell -Command "[console]::Beep(640,200)") && goto abd
- if %char% == x (powershell -Command "[console]::Beep(660,200)") && goto abd
- if %char% == y (powershell -Command "[console]::Beep(680,200)") && goto abd
- if %char% == z (powershell -Command "[console]::Beep(700,200)") && goto abd
- ::If Statements To Filter... [A-Z]
- if %char% == A (powershell -Command "[console]::Beep(2200,200)") && goto abd
- if %char% == B (powershell -Command "[console]::Beep(2220,200)") && goto abd
- if %char% == C (powershell -Command "[console]::Beep(2240,200)") && goto abd
- if %char% == D (powershell -Command "[console]::Beep(2260,200)") && goto abd
- if %char% == E (powershell -Command "[console]::Beep(2280,200)") && goto abd
- if %char% == F (powershell -Command "[console]::Beep(2300,200)") && goto abd
- if %char% == G (powershell -Command "[console]::Beep(2320,200)") && goto abd
- if %char% == H (powershell -Command "[console]::Beep(2340,200)") && goto abd
- if %char% == I (powershell -Command "[console]::Beep(2360,200)") && goto abd
- if %char% == J (powershell -Command "[console]::Beep(2380,200)") && goto abd
- if %char% == K (powershell -Command "[console]::Beep(2400,200)") && goto abd
- if %char% == L (powershell -Command "[console]::Beep(2420,200)") && goto abd
- if %char% == M (powershell -Command "[console]::Beep(2440,200)") && goto abd
- if %char% == N (powershell -Command "[console]::Beep(2460,200)") && goto abd
- if %char% == O (powershell -Command "[console]::Beep(2480,200)") && goto abd
- if %char% == P (powershell -Command "[console]::Beep(2500,200)") && goto abd
- if %char% == Q (powershell -Command "[console]::Beep(2520,200)") && goto abd
- if %char% == R (powershell -Command "[console]::Beep(2540,200)") && goto abd
- if %char% == S (powershell -Command "[console]::Beep(2560,200)") && goto abd
- if %char% == T (powershell -Command "[console]::Beep(2580,200)") && goto abd
- if %char% == U (powershell -Command "[console]::Beep(2600,200)") && goto abd
- if %char% == V (powershell -Command "[console]::Beep(2620,200)") && goto abd
- if %char% == W (powershell -Command "[console]::Beep(2640,200)") && goto abd
- if %char% == X (powershell -Command "[console]::Beep(2660,200)") && goto abd
- if %char% == Y (powershell -Command "[console]::Beep(2680,200)") && goto abd
- if %char% == Z (powershell -Command "[console]::Beep(2700,200)") && goto abd
- ::If Statements To Filter... [0-9]
- if "%char%" == "1" (powershell -Command "[console]::Beep(800,200)") && goto abd
- if "%char%" == "2" (powershell -Command "[console]::Beep(820,200)") && goto abd
- if "%char%" == "3" (powershell -Command "[console]::Beep(840,200)") && goto abd
- if "%char%" == "4" (powershell -Command "[console]::Beep(860,200)") && goto abd
- if "%char%" == "5" (powershell -Command "[console]::Beep(880,200)") && goto abd
- if "%char%" == "6" (powershell -Command "[console]::Beep(900,200)") && goto abd
- if "%char%" == "7" (powershell -Command "[console]::Beep(920,200)") && goto abd
- if "%char%" == "8" (powershell -Command "[console]::Beep(940,200)") && goto abd
- if "%char%" == "9" (powershell -Command "[console]::Beep(960,200)") && goto abd
- if "%char%" == "0" (powershell -Command "[console]::Beep(980,200)") && goto abd
- ::If Statements To Filter... [misc.]
- if "%char%" == "[" (powershell -Command "[console]::Beep(1000,200)") && goto abd
- if "%char%" == "]" (powershell -Command "[console]::Beep(1020,200)") && goto abd
- if "%char%" == "(" (powershell -Command "[console]::Beep(1040,200)") && goto abd
- if "%char%" == ")" (powershell -Command "[console]::Beep(1060,200)") && goto abd
- if "%char%" == "." (powershell -Command "[console]::Beep(1080,200)") && goto abd
- if "%char%" == "-" (powershell -Command "[console]::Beep(1160,200)") && goto abd
- if "%char%" == "_" (powershell -Command "[console]::Beep(1180,200)") && goto abd
- if "%char%" == "'" (powershell -Command "[console]::Beep(1200,200)") && goto abd
- if "%char%" == ":" (powershell -Command "[console]::Beep(1220,200)") && goto abd
- if "%char%" == "{" (powershell -Command "[console]::Beep(1260,200)") && goto abd
- if "%char%" == "}" (powershell -Command "[console]::Beep(1280,200)") && goto abd
- if "%char%" == "`" (powershell -Command "[console]::Beep(1340,200)") && goto abd
- if "%char%" == "~" (powershell -Command "[console]::Beep(1360,200)") && goto abd
- if "%char%" == "@" (powershell -Command "[console]::Beep(1380,200)") && goto abd
- if "%char%" == "#" (powershell -Command "[console]::Beep(1400,200)") && goto abd
- if "%char%" == "/" (powershell -Command "[console]::Beep(1100,200)") && goto abd
- if "%char%" == "\" (powershell -Command "[console]::Beep(1120,200)") && goto abd
- :abd
- IF NOT "%tmp%" == "%strterm%" GOTO loop
- goto top
- goto end
- :end
- powershell -Command "[console]::Beep(10000,300)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement