Jump to content

Lorenzo

Members
  • Posts

    1
  • Joined

  • Last visited

Details

  • Location
    Florida

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lorenzo's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. 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...
×
×
  • Create New...