> For the complete documentation index, see [llms.txt](https://docs.hzz.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hzz.im/gta5/cherax/cv.md).

# 樱桃使用CV脚本教程

## 下载：

## 注入：

将下载好的Lua文件夹解压

将**CV脚本文件夹**里面**四个文件**放进**Cherax**的**Lua文件夹**里，Cherax的文件夹&#x5728;**`C/文档`**&#x91CC;

<figure><img src="/files/4iTxOMg1YuFnAYCKd4FR" alt=""><figcaption></figcaption></figure>

放置好之后，正常注入菜单，然后进入线上模式

<figure><img src="/files/5x5z0lyTvTE2hBnaDtnn" alt=""><figcaption></figcaption></figure>

点击**ListGUI**呼出菜单列表，找到**Lua**并打开

{% hint style="danger" %} <mark style="color:$danger;">**必须使用菜单列表加载Lua，否则会出现卡顿等情况**</mark>
{% endhint %}

<figure><img src="/files/sBpoxKxWCbasxWQVqrim" alt=""><figcaption></figcaption></figure>

然后点击**鼠标列表菜单**的**Lua内容**，复制输入**激活码，**&#x70B9;击**激活卡密**

<figure><img src="/files/2Ul89lH9VSPPfZzWYXfy" alt=""><figcaption></figcaption></figure>

点击激活后，右上角会出现**验证信息**

<figure><img src="/files/LPGublOSrjs8YCbDRzKu" alt=""><figcaption></figcaption></figure>

验证完整后，你可以在**战局选项**找到Lua的功能，就可以使用了

<figure><img src="/files/J18j1pD3toOr9cwC3GN0" 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://docs.hzz.im/gta5/cherax/cv.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.
