# Origen Hacking (optional)

1. Remove the Script origen\_hacking

2. Change the event: origen\_carboosting/custom/client/functions.lua - Line 6\
   Remplace this export:<br>

   ```lua
   exports['origen_hacking']:createGame("alphabet", 30)
   ```

   \
   For your export like this:<br>

   <pre class="language-lua"><code class="lang-lua">Custom.Minigame = function()
   <strong>    local status = exports['name_of_theScript']:terminal()
   </strong>    return status
   end
   </code></pre>

3. Save the file and run the script

{% hint style="info" %}
Of you change this part for the script, of course you need to put the minigame script starting before the origen\_carboosting to can load the script correctly and the event load.
{% endhint %}
