> For the complete documentation index, see [llms.txt](https://banana-cat-hub.gitbook.io/banana-cat-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://banana-cat-hub.gitbook.io/banana-cat-hub/blox-fruits/editor.md).

# Script - Auto Bounty

**Việt Nam: Vui lòng đọc kỹ các thông tin được chú thích trước khi phát ngôn để tránh bị kêu là ngố!**

**English: Please read carefully our descriptions before using the script!**

{% embed url="<https://streamable.com/tpq4uy>" fullWidth="true" %}

<pre class="language-lua" data-title="Vietnam_AutoBounty.txt" data-overflow="wrap" data-full-width="true"><code class="lang-lua">repeat task.wait(1) until game and game.Players.LocalPlayer and game:IsLoaded()

getgenv().Key = "Key" -- Nhập key của bạn vô đây

-- Cách bật là hãy chỉnh true để bật, và false để tắt
-- Cấu hình săn bounty (lưu ý không được thiếu cấu hình nếu không sẽ bị lỗi) dán ở dưới đây (nếu không có cấu hình riêng thì sẽ tự động dùng cấu hình mặc định trong hệ thống):

-- Chỉnh sửa đồ hoạ trò chơi, hỗ trợ giảm giật và đơ:
<strong>_G.FX_Options = {
</strong>        Enabled = false, -- Bật tắt chỉnh sửa đồ hoạ
        Textures = true, -- Xoá kết cấu, hiệu ứng
        VisualEffects = true, -- Xoá hiệu ứng
        Invisible = false, -- Ẩn các khối
        Parts = false, -- Bật / tắt ẩn các khối phải kết hợp với "Invisible
        Particles = true,  -- Xoá hiệu ứng
        Sky = false, --> Xoá trời
        FullBright = true -- Chỉnh sáng
<strong>};
</strong><strong>
</strong>-- Kịch bản sẽ được thực hiện:
loadstring(game:HttpGet('https://raw.githubusercontent.com/RedGamer12/TNNP-SYSTEM/refs/heads/main/client/BloxFruit/BountyLoader-obfuscated.lua'))(); 
</code></pre>

{% code title="English\_AutoBounty.txt" overflow="wrap" fullWidth="true" %}

```lua
repeat task.wait(1) until game and game.Players.LocalPlayer and game:IsLoaded()

getgenv().Key = "Key" -- Enter your key here

-- How to enable: set to true to enable, and false to disable
-- Bounty hunting configuration (note: do not miss the configuration or it will cause errors). Paste the configuration below (if no custom configuration is provided, the system will use the default configuration):

-- Adjust game graphics to reduce lag and stuttering:
_G.FX_Options = {
        Enabled = false, -- Enable or disable graphics adjustments
        Textures = true, -- Remove textures and effects
        VisualEffects = true, -- Remove visual effects
        Invisible = false, -- Make blocks invisible
        Parts = false, -- Enable/disable hiding blocks (must combine with "Invisible")
        Particles = true,  -- Remove particle effects
        Sky = false, --> Remove the sky
        FullBright = true -- Adjust brightness to full
};

-- The script will execute:
loadstring(game:HttpGet('https://raw.githubusercontent.com/RedGamer12/TNNP-SYSTEM/refs/heads/main/client/BloxFruit/BountyLoader-obfuscated.lua'))();
```

{% endcode %}


---

# 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:

```
GET https://banana-cat-hub.gitbook.io/banana-cat-hub/blox-fruits/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
