1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript Tools Deobfuskator 1.0

A small Python script to deobfuscate scripts obfuscated using Obfuskator

  1. TheBukor
    This is just a quick Python script I put up. Code might be or might not be ugly. You can do whatever you want with the code, I don't really care that much about it.

    Things to note:
    - It might not work correctly with every "Obfuskated" script (I've only tested it with a single script);
    - It needs Python 3 (I use Python 3.6 but it probably works with older). It won't work with Python 2 without a few modifications.

    Just unzip the .py file from the zip, because I couldn't upload the .py file directly :emoji_stuck_out_tongue:

    When you execute the script, it asks for the Skript script (weird sentencing) filename, then it does all the work. It will output the deobfuscated file with the name "deobf_<FILENAME>".

    [​IMG]

Recent Reviews

  1. KingAlterIV
    KingAlterIV
    5/5,
    Version: 1.0
    Great resource from a old addon developer.

    Pros
    Works well, and can deobfuscate fast.
    Deobfuscated a ~7800 line Skript in less than a second.
    Also very accurate at deobfuscating.
    The deobfuscated file will have a small amount of size added to it, around 2kb to 10kb.

    Cons
    Nothing found yet.