> For the complete documentation index, see [llms.txt](https://viper-development-1.gitbook.io/viperdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viper-development-1.gitbook.io/viperdocs/viper-scripts/multi-job/guide/how-to-use.md).

# How to Use

Opening the Menu

By default, the Multi-Job menu is opened by pressing **F4**. This is set in your config:

```lua
Config.Keybind = "F4" --Keybind used to open the menu
```

You can change this to any key you want. Just replace `"F4"` with the key name you'd like to use, following the [FiveM Keyboard Input Mapper IDs](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/) documentation to make sure you're using a valid key name.

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2FLqs9XymnximM677Ors0h%2Fmultijob.png?alt=media&#x26;token=d22ccac2-af50-42e6-aa94-2b8bb62296e6" alt=""><figcaption></figcaption></figure>

## Changing the Menu Theme

The menu's colors can be fully customized from the config, no need to touch any UI files.

```lua
Config.ThemeColor = '#6BD425'
```

```lua
Config.BackgroundColor = '#0C0E12EB'
```

`Config.ThemeColor` controls the main accent color of the menu, while `Config.BackgroundColor` controls the menu's background color.

You can pick any color you like and grab its hex code from a site like [htmlcolorcodes.com](https://htmlcolorcodes.com/color-picker/), then paste it into the config in place of the values above.

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2F5EFDpAevirYF3BKbyTee%2Fdownload.png?alt=media&#x26;token=9b85d3a1-3b53-4b15-9af5-0c372ac472f7" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2F2AyMNCjAFYEeoigW799K%2Fdownload%20(1).png?alt=media&#x26;token=7cd8684e-3efd-4259-8390-2892f13c294d" alt=""><figcaption></figcaption></figure>

## Changing the Menu Logo

You can also swap out the logo shown in the top-left of the menu for your own. The logo file is located at:

```
viper-multijob/html/logo.png
```

Just replace that file with your own image, keeping the exact same file name (`logo.png`) and the same location, and the menu will automatically use your new logo the next time it's opened. No config changes are needed, just make sure to restart the resource after replacing the file.

> Your logo image should be **128x128** pixels for the best result.

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2F5d569358jcDwXFcUan2p%2FScreenshot%202026-09-12%20193531.png?alt=media&amp;token=f49b8b85-4199-43dd-90ed-15a6dea880eb" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2FO8Rf09n8wKn2OPHbalwl%2FScreenshot%202026-09-12%20193610.png?alt=media&amp;token=d6570df0-e3b3-46cd-85a8-c4f9ca4a12b8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4032277048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzx3z2UVEktN8GrWmmEUO%2Fuploads%2FWCDExqKtKmyCmXRZcnDt%2FScreenshot%202026-09-12%20193623.png?alt=media&amp;token=db2e1818-8209-4fa8-885a-3dc553ef0934" alt=""><figcaption></figcaption></figure>
