Last active
December 14, 2015 15:49
-
-
Save solomonjames/5110296 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
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
HAHA you guys rock. loving our community already. let's hang before StartupBus ends!