> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reconnect-tool.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Termux Add Scripts: Autoexec & Per-Account Script Setup

> Add Lua scripts to your executor's autoexec folder or assign a unique script to each Roblox account using the Reconnect Termux client on Android.

The Add Scripts menu lets you push Lua scripts directly to your executor's autoexecute folder or assign a different script to each individual Roblox account. You can import from your Cloud script library or enter scripts manually — no file manager required.

***

## Menu Items

<CardGroup cols={2}>
  <Card title="Add Script to Autoexecute Folder" icon="folder-plus" href="/termux/add-scripts">
    Writes one or more scripts into your chosen executor's autoexec folder. Supports Cloud import and manual entry.
  </Card>

  <Card title="Assign a Different Script to Each Tab" icon="users" href="/termux/add-scripts">
    Saves a separate, unique script per Roblox account. All per-account scripts are combined into a single multi-user script in the autoexec folder.
  </Card>
</CardGroup>

***

## Add Script to Autoexecute Folder

If you are logged in and have Cloud scripts configured on your dashboard, the client first asks whether you want to **Import scripts from Cloud**.

<Tabs>
  <Tab title="Import from Cloud">
    Use this tab to pull scripts directly from your Reconnect Cloud library — the same library shown in the dashboard's Scripts tab.

    <Steps>
      <Step title="Fetch your Cloud script list">
        The client retrieves your full Cloud library from the server.
      </Step>

      <Step title="Select scripts to import">
        Check off which scripts you want to add to the executor.
      </Step>

      <Step title="Pick an executor">
        Choose from the list of detected executors. The client resolves the correct autoexec folder path automatically.
      </Step>

      <Step title="Download and save">
        Selected scripts are downloaded and written directly into the executor's autoexec folder.
      </Step>
    </Steps>

    <Note>
      If your Cloud library is empty, upload scripts through the web dashboard first, then return here to import them.
    </Note>
  </Tab>

  <Tab title="Manual Entry">
    Use this tab to type or paste a script directly into the client without needing a Cloud library.

    <Steps>
      <Step title="Pick an executor">
        Choose which installed executor's autoexec folder to target.
      </Step>

      <Step title="Enter a filename">
        Type a filename for the script. The filename **must** end in `.lua` or `.txt`.
      </Step>

      <Step title="Enter the script content">
        Type or paste your script content. Press **Ctrl+D** to save, or **Esc** to cancel without saving.
      </Step>
    </Steps>
  </Tab>
</Tabs>

After saving a script, the client asks **"Add another script?"** — you can add as many scripts as you need without leaving the menu.

<Note>
  If you have no Cloud library configured, the client skips the import prompt and goes straight to Manual Entry.
</Note>

***

## Assign a Different Script to Each Tab

This option lets you give each Roblox account its own unique autoexec script. All individual scripts are merged into a single file placed in the executor's autoexec folder, with logic to route each script to the correct account.

<Warning>
  This feature requires that you have completed **Auto Setup** or **Manual Setup** first. The client reads account usernames from `user_data.json` — if the file does not exist, complete setup before using this option.
</Warning>

<Steps>
  <Step title="Pick an executor">
    Choose which installed executor to configure. The client will write the combined script to that executor's autoexec folder.
  </Step>

  <Step title="Enter a script for each account">
    The client prompts you once per detected username. Enter the script content you want that account to run.
  </Step>

  <Step title="Save">
    All per-account scripts are combined into a single multi-user script and saved to the executor's autoexec folder.
  </Step>
</Steps>

After saving, the client asks **"Add another script?"** — you can repeat the process for a different executor without returning to the main menu.
