Skip to content

Instantly share code, notes, and snippets.

@solomonjames
Last active December 14, 2015 15:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solomonjames/5110296 to your computer and use it in GitHub Desktop.
Save solomonjames/5110296 to your computer and use it in GitHub Desktop.
window.alert = function() {};
var customUsername = "POOOOP";
var postMessage = 'POOOOOOP';
var spamEvent = jQuery.Event("submit");
//spamEvent.keyCode = 13;
GhostPost.username = customUsername;
window.killswitch = setInterval(function () {
// GhostPost.resetAvatar(); // Reset your Avatar for every message
$("#messageInput").val(postMessage);
$("#messageForm").trigger(spamEvent)
}, 500);
// to stop run this:
// clearInterval(window.killswitch);
@blakeeb
Copy link

blakeeb commented Mar 7, 2013

HAHA you guys rock. loving our community already. let's hang before StartupBus ends!

@blakeeb
Copy link

blakeeb commented Mar 7, 2013

can we make you a custom "First Hack" avatar for your character?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment