> 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/misc/o/buy-sb/lua.md).

# 定制Lua

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

**定制Lua指帮助一些人在`菜单Lua API的基础上`写出定制者需要的功能.**

> **如若你定制一些`娱乐`/`恶搞`等其他功能,那大可不必,因为`免费Lua`已经有这些功能,就算没有,也会有`裁缝`来缝合\~**

> **如若你是定制所谓的`私人崩溃功能`,查看我上述说明 \[`在菜单Lua API的基础上`]写出功能,因为API限制,所Lua能实现的功能`有限`,就是有崩溃功能,也是昙花一现,当此崩溃`崩溃了公开菜单`,那么被修复就是`时间问题`,届时你花费数百甚至上千的钱,就打水漂了\~**

### **Stand**

**Stand官方禁止有付费Lua的存在,而付费的Lua全是缝合免费Lua的功能加验证来收取费用**

{% content-ref url="/pages/10AXyMT4dw1gTfFlWC2w" %}
[Stand Lua脚本安装教程](/gta5/stand/lua.md)
{% endcontent-ref %}


---

# 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/misc/o/buy-sb/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.
