Guest User

Untitled

a guest
Apr 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <script>
  2. Effect.Pulsate('everything', {pulses:9002,duration:9002});
  3.  
  4. // OVER NINE THOUSSSANNDDD </script> <script language="javascript" type="text/javascript"> var hexvalues = Array( "A", "B", "C", "D", "E", "F", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ); function flashtext() { var colour = '#'; var colour2 = '#'; for( var counter = 1; counter <= 6; counter ++ ) { var hexvalue = hexvalues[ Math.floor( hexvalues.length * Math.random() ) ]; var hexvalue2 = hexvalues[ Math.floor( hexvalues.length * Math.random() ) ]; colour = colour + hexvalue; colour2 = colour2 + hexvalue2; } $( 'everything' ).style.color = colour; document.bgColor = colour2; $( 'everything' ).style.fontSize = Math.round(12*Math.random())+9+"px"; } setInterval( 'flashtext()', 50 ); </script>
Add Comment
Please, Sign In to add comment