Advertisement
Protocol_

Bull Say

Oct 20th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <title>BULL SAY</title>
  2. <script type="text/javascript">
  3. /*
  4. Javascript Bull Say
  5. Made by Donny
  6. */
  7. do{
  8.     var msg = prompt("Please enter your message : ");
  9. }while(!msg);
  10. function  say() {
  11.     document.write(msg);
  12. }
  13. </script>
  14. <pre>
  15.                          (<script type="text/javascript">say()</script>)
  16.                           /
  17.                          /
  18.            ,/         \,
  19.           ((__,-"""-,__))
  20.            `--)~   ~(--`
  21.           .-'(       )`-,
  22.           `~~`d\   /b`~~`
  23.               |     |
  24.               (6___6)
  25.                `---`
  26. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement