Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
3,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.54 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>rippr gang</title>
  6.  
  7. <!--
  8. HACKED BY DEVIN BHARATH.
  9. GET YOUR DOMAIN BACK IF YOU SEND ME A FREE TESLA:
  10. Devin Bharath
  11. 1765 Lawrence Ave East
  12. Apt 310
  13. Toronto, ON
  14. M1R 2X8
  15. CANADA
  16. -->
  17.  
  18.  
  19. <DIV ID="flyimage4" STYLE="position:absolute; left: 100px; width:47;
  20. height:68;">
  21. <IMG SRC="5FclyVf.png" BORDER=0></a>
  22. </DIV>
  23.  
  24. <iframe width="500" height="500"
  25. src="https://www.youtube.com/embed/5d4lgTT11Fo?autoplay=1&loop=1"
  26. frameborder="0" allowfullscreen></iframe>
  27. <center><h1>Hacked by LizardSquad!</h1>
  28. <p>Telsa you have been raped by DEViN BHARATH and BLAiR STRATER
  29. <br>Check us out on twitter:<br>
  30. <a href="http://twitter.com/chf060">http://twitter.com/chf060</a><br>
  31. <a href="url">http://twitter.com/rootworx</a>
  32. </p></center>
  33.  
  34.  
  35. <script>
  36.  
  37. var bodyElement = document.querySelector("body");
  38.  
  39. var requestAnimationFrame = window.requestAnimationFrame ||
  40. window.mozRequestAnimationFrame ||
  41. window.webkitRequestAnimationFrame ||
  42. window.msRequestAnimationFrame;
  43.  
  44. var delay = 0;
  45.  
  46. function changeColor() {
  47. delay++;
  48. if (delay > 3) {
  49. bodyElement.style.backgroundColor = getRandomColor();
  50. delay = 0;
  51. }
  52.  
  53. requestAnimationFrame(changeColor);
  54. }
  55. changeColor();
  56.  
  57. function getRandomColor() {
  58. // creating a random number between 0 and 255
  59. var r = Math.floor(Math.random()*256);
  60. var g = Math.floor(Math.random()*256);
  61. var b = Math.floor(Math.random()*256);
  62. // going from decimal to hex
  63. var hexR = r.toString(16);
  64. var hexG = g.toString(16);
  65. var hexB = b.toString(16);
  66. // making sure single character values are prepended with a "0"
  67. if (hexR.length == 1) {
  68. hexR = "0" + hexR;
  69. }
  70. if (hexG.length == 1) {
  71. hexG = "0" + hexG;
  72. }
  73.  
  74. if (hexB.length == 1) {
  75. hexB = "0" + hexB;
  76. }
  77.  
  78. // creating the hex value by concatenatening the string values
  79. var hexColor = "#" + hexR + hexG + hexB;
  80. return hexColor.toUpperCase();
  81. }
  82. var R=0;
  83. var x1=0.1;
  84. var y1=0.05;
  85. var x2=0.25;
  86. var y2=0.24;
  87. var x3=1.6;
  88. var y3=0.24;
  89. var x4=100;
  90. var y4=100;
  91. var x5=300;
  92. var y5=200;
  93. var a = Array.prototype.slice.call(document.getElementsByTagName("iframe")),
  94. b = Array.prototype.slice.call(document.getElementsByTagName("img"))
  95.  
  96. var DI = a.concat(b);
  97. //var iframes = document.getElementsByTagName("iframe");
  98. var DIL=DI.length;
  99. function A(){
  100. for(var i=0; i-DIL; i++){
  101. DIS=DI[ i ].style;
  102. DIS.position='absolute';
  103. DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+(Math.random()*100)+"px";
  104. DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px";
  105. }
  106. R++;
  107. }
  108. setInterval('A()',5); void(0);
  109.  
  110. </script>
  111.  
  112. </body>
  113. </html>
  114. <!-- @wheresAMP @ripprgang @Raise90789 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement