- Fixed obfuscation being applied on non-obfuscation mode
- API 12 - New obfuscation methods
- PMF plugins are now saved on the DevTools folder - Compatible with Amai Beetroot
I've added a new feature: Snippets. it allows you to save code and execute it later, without typing it again. Usage: /snippet <identifier> [code...] Examples: To save / overwrite: /snippet world console("Hello world!"); To run: /snippet world