# 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 %}
