Jump to content

Online LUAC Compiler !!! API BUG !!!!


Lorenzo

Recommended Posts

Hello, https://luac.multitheftauto.com - API not work!
my PHP code:

$ch = curl_init();

$post_params = array(
    'luasource' => new CurlFile('test.lua', 'application/octet-stream', 'test.lua'),
    'compile' => 1,
    'debug' => 0,
    'obfuscate'=> 1
);


$options = array(
        CURLOPT_URL => 'https://luac.multitheftauto.com',
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_POST => true,
        CURLOPT_POSTFIELDS => $post_params
); 


curl_setopt_array($ch, $options);

$data = curl_exec($ch);

var_dump($data);

Response: ERROR Could not sign file

Please help, or FIX this...

Edited by Lorenzo
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...