Advertisement
Mediakiller7Cool

Untitled

Jul 1st, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. #div1 {
  5. width: 350px;
  6. height: 70px;
  7. padding: 10px;
  8. border: 1px solid #aaaaaa;
  9. }
  10. </style>
  11. <script>
  12. function allowDrop(ev) {
  13. ev.preventDefault();
  14. }
  15.  
  16. function drag(ev) {
  17. ev.dataTransfer.setData("text", ev.target.id);
  18. }
  19.  
  20. function drop(ev) {
  21. ev.preventDefault();
  22. var data = ev.dataTransfer.getData("text");
  23. ev.target.appendChild(document.getElementById(data));
  24. }
  25. </script>
  26. </head>
  27. <body>
  28.  
  29. <h3 style="color:Red;">Mr Krabs :<h3>PUT MY MONEY IN THE SAFE</h3>
  30.  
  31. <div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
  32. <br>
  33. <img id="drag1" src="https://i.imgur.com/0PWGhle.jpg" draggable="true" ondragstart="drag(event)" width="336" height="79">
  34.  
  35. </body>
  36. </html>
  37.  
  38. <html>
  39. <head>
  40. <title>############</title>
  41. <meta name="viewport" content="width=device-width, initial-scale=1">
  42. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  43. </head>
  44. <body>
  45.  
  46. <p>Like if you want moneys</p>
  47.  
  48. <i class="fa fa-money" style="font-size:24px"></i>
  49. <i class="fa fa-money" style="font-size:24px"></i>
  50. <i class="fa fa-money" style="font-size:24px"></i>
  51. <i class="fa fa-money" style="font-size:24px"></i>
  52. <i class="fa fa-money" style="font-size:24px"></i>
  53. <i class="fa fa-money" style="font-size:24px"></i>
  54. <i class="fa fa-money" style="font-size:24px"></i>
  55. <i class="fa fa-money" style="font-size:24px"></i>
  56. <i class="fa fa-money" style="font-size:24px"></i>
  57.  
  58. </body>
  59. </html>
  60.  
  61. <html>
  62. <head>
  63.  
  64. <html>
  65. <body>
  66.  
  67. <p>Press F12 and Go in Your Console</p>
  68.  
  69. <script>
  70.  
  71. console.error("OH YEAH MR KRABS I HACKED YOUR COMPUTER NOW MOTHERFUCKER");
  72.  
  73. alert("oh yeah Mr Krabs");
  74. alert("Oh yeah Mr Krabs");
  75. alert("Oh Yeah Mr Krabs");
  76. alert("Oh Yeah Mr Krabs");
  77.  
  78. </script>
  79.  
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement