Skip to content

Instantly share code, notes, and snippets.

@PatheticMustan
Last active May 17, 2020 03:40
Show Gist options
  • Save PatheticMustan/bda3bd4bd1bd3add0aefc6c5db4d353a to your computer and use it in GitHub Desktop.
Save PatheticMustan/bda3bd4bd1bd3add0aefc6c5db4d353a to your computer and use it in GitHub Desktop.
Pro??
sendMessage = msg => {
socket.emit('webhooksend', {
username: document.getElementsByClassName('infoname')[0].value,
avatar: localStorage.getItem('avatar'),
content: msg,
banned: false,
ID: Math.floor(Math.random() * 1000)
});
}
setInterval(() => {
sendMessage("how are y'all doing today?")
}, 500)
@PatheticMustan
Copy link
Author

I think if you send it literally any value that it's not expecting, it's going to break the bot...

@rrrrstack
Copy link

When are you going to make a hack for prodigy.

@rrrrstack
Copy link

If you do make another hack can it be about giving anyone Infinity everything?

@PatheticMustan
Copy link
Author

We already have that, and this isn't related to prodigy at all. Stop begging for things that can't be done, or already exist.

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