Advertisement
Guest User

INSTALL.pgsql.txt (731ede73118b9c24f788752f76becd4c)

a guest
Apr 28th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>rippr gang</title>
  5.  
  6. <!--
  7. HACKED BY DEVIN BHARATH.
  8. GET YOUR DOMAIN BACK IF YOU SEND ME A FREE TESLA:
  9. Devin Bharath
  10. 1765 Lawrence Ave East
  11. Apt 310
  12. Toronto, ON
  13. M1R 2X8
  14. CANADA
  15. -->
  16.  
  17.  
  18. <DIV ID="flyimage4" STYLE="position:absolute; left: 100px; width:47; height:68;">
  19. <IMG SRC="5FclyVf.png" BORDER=0></a>
  20. </DIV>
  21.  
  22. <iframe width="500" height="500" src="https://www.youtube.com/embed/5d4lgTT11Fo?autoplay=1&loop=1" frameborder="0" allowfullscreen></iframe>
  23. <center><h1>Hacked by LizardSquad!</h1>
  24. <p>Telsa you have been raped by DEViN BHARATH and BLAiR STRATER
  25. <br>Check us out on twitter:<br>
  26. <a href="http://twitter.com/chf060">http://twitter.com/chf060</a><br>
  27. <a href="url">http://twitter.com/rootworx</a>
  28. </p></center>
  29.  
  30.  
  31. <script>
  32.  
  33. var bodyElement = document.querySelector("body");
  34.  
  35. var requestAnimationFrame = window.requestAnimationFrame ||
  36. window.mozRequestAnimationFrame ||
  37. window.webkitRequestAnimationFrame ||
  38. window.msRequestAnimationFrame;
  39.  
  40. var delay = 0;
  41.  
  42. function changeColor() {
  43. delay++;
  44.  
  45. if (delay > 3) {
  46. bodyElement.style.backgroundColor = getRandomColor();
  47. delay = 0;
  48. }
  49.  
  50. requestAnimationFrame(changeColor);
  51. }
  52. changeColor();
  53.  
  54. function getRandomColor() {
  55. // creating a random number between 0 and 255
  56. var r = Math.floor(Math.random()*256);
  57. var g = Math.floor(Math.random()*256);
  58. var b = Math.floor(Math.random()*256);
  59.  
  60. // going from decimal to hex
  61. var hexR = r.toString(16);
  62. var hexG = g.toString(16);
  63. var hexB = b.toString(16);
  64.  
  65. // making sure single character values are prepended with a "0"
  66. if (hexR.length == 1) {
  67. hexR = "0" + hexR;
  68. }
  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