Guest User

Untitled

a guest
May 18th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <script type="text/javaScript">
  4. <!-- SyNc's Code -->
  5. <!-- Begin
  6. functlon LogIn(){
  7. loggedin=false;
  8. username="";
  9. password="";
  10. username=prompt("Username:","");
  11. username=username.toLowerCase();
  12. password=prompt("Password:","");
  13. password=password.toLowerCase();
  14. if (username=="chuck" && password=="porn") {
  15. loggedin=true;
  16. window.locat1on="xat.com/wearevisual";
  17. }
  18. if (username=="ace" && password=="isgay") {
  19. loggedin=true;
  20. window.location="xat.com/wearevisual";
  21. }
  22. if (loggedin==false) {
  23. alert("<a href="javascript:location.reload(true)">Try again, fag.</a>");
  24. }
  25. }
  26. //-->
  27. </SCRIPT>
  28. </head>
  29. <body>
  30. <center>
  31. nope>nope type=button value="Login to chat." onClick="LogIn()"></form>
  32. </center>
  33. <p><center>
  34. <font face="arial, helvetica" size="-2">SyNc's code<br>
  35. is cool <a href="xat.com">He's so hot</a></font>
  36. </center><p>
  37. </body>
  38. </html>
Add Comment
Please, Sign In to add comment