1. Why Oxide doesn't load Microsoft.Scripting.dll, because Microsoft.Scripting.Utils not found reference
    [DOUBLEPOST=1473140018][/DOUBLEPOST]How load this dll?
     
  2. You would have to post in Feature Suggestions | Oxide

    But all oxide plugins are sandboxed. So Oxide only allow certain dll features to work. But if Microsoft.Scripting.Utils can pose any kind of security risk. It won't be added
     
  3. Wulf

    Wulf Community Admin

    If that DLL is included with the game and isn't blacklisted, you can load it using a magic reference at the top of your plugin:
    Code:
    // Reference: Microsoft.Scripting