> For the complete documentation index, see [llms.txt](https://doc.5v8.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.5v8.im/game/fivem/eulen/lua.md).

# Eulen加载Lua教程

**注入成功后,点击`Lua`选项→`Executor`,然后`点击`你需要加载的`Lua`,再点击`Run`**

<figure><img src="https://1734756017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoCYvvXN5D4X6fnJfQ2C%2Fuploads%2F8sw3Dv2BUiw0syVywgQz%2Fimage.png?alt=media&#x26;token=42eade4d-e37e-4b2f-b5be-2cce9112ebb7" alt=""><figcaption></figcaption></figure>

**当你点击后,会弹出`选择文件的页面`,这时你选择你`下载的好的Lua`加载就行**

<figure><img src="https://1734756017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoCYvvXN5D4X6fnJfQ2C%2Fuploads%2FA141JGGgxBONO0HStoTY%2Fimage.png?alt=media&#x26;token=7b55fda5-be5e-4e30-b0c6-e9241ab30687" alt=""><figcaption></figcaption></figure>

**加载成功后,一般在右下角会弹出提示,告诉你`按什么按键`呼出`Lua`菜单**

<figure><img src="https://1734756017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoCYvvXN5D4X6fnJfQ2C%2Fuploads%2FLNir6SBkB5PZyJlFyGfi%2Fimage.png?alt=media&#x26;token=e83921bd-4cc4-42a4-bbfc-038f3fb3ec7b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1734756017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoCYvvXN5D4X6fnJfQ2C%2Fuploads%2FS3jMMjezVMmBVYn97HkV%2Fimage.png?alt=media&#x26;token=44d8c05e-2954-4dce-9bc0-8b68e230fe29" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.5v8.im/game/fivem/eulen/lua.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
