1.1.8 • Published 2 years ago

easyfuscator v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

EasyFuscator

Version 0.1.7

  • An Obfuscator that is locked on fivem compiler
  • It's a tool to encrypt your code from being leaked

DOCS

const fs = require('fs')
const {EasyFuscator} = require('easyfuscator-api')
const client = new EasyFuscator('your-api-key')
client.obfuscate("print('hi')",'watermark','emoji | arabic',function(res){
    fs.writeFile('out.lua',res,function(err){})
})

Steps

License & copyright

©️ Aoun Abu Hassan

1.1.8

2 years ago