Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.67 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Real Nigga$ Only</title>
  4.         <SCRIPT>
  5.             function passWord() {
  6.             var testV = 1;
  7.             var pass1 = prompt('Barcode On The Neck:',' ');
  8.             while (testV < 3) {
  9.             if (!pass1)
  10.             history.go(-1);
  11.             if (pass1.toLowerCase() == "823162") {
  12.             alert('Welcome Back 823162');
  13.             window.open('/823162/index.html');
  14.             break;
  15.             }
  16.             testV+=1;
  17.             var pass1 =
  18.             prompt('Get out of here before I shoot up a pre school...','Password');
  19.             }
  20.             if (pass1.toLowerCase()!="password" & testV ==3)
  21.             history.go(-1);
  22.             return " ";
  23.             }
  24.         </SCRIPT>
  25.         <FORM>
  26.             <input type="button" value="Enter Protected Area" onClick="passWord()">
  27.         </FORM>
  28.     </head>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement