getgenv().Chatkill = {     "DoHuyBaodz", } getgenv().Region_Hop = {     ["Enable"] = true, -- true/false     ["Region"] = "Singapore"     --[[Singapore, United States, Germany, Japan, France, Australia, etc         - Singapore is the best choice for Asia     ]] } _G.Setting = {     ["Start Hunting"] = true, -- Bro wtf don't turn it off     ["Ken Haki"] = true,     ["WhiteScreen"] = false,     ["FruitStuff"] = true, -- Auto Buy and Store Fruits     ["Run"] = 5000, -- As the name, you'll run when the health below ...     ["MaxHealth"] = 10000,     ["Time&Bounty; Counter"] = true,     ["Click Delay"] = 0,     ["SkipPlayerWhenBeingLowHealth"] = false,     ["Check"] = {         ["V4 Players"] = true,         ["Portal Users"] = false,         ["Buddha Users"] = false     },     ["Theme"] = { -- You can get RGB colors from "Color Picker" on google         ["Default"] = "YaeMiko", -- Use this if you don't know how to customize the theme, get themes on: https://github.com/clgtmm/ThemeBuilds         ["Custom Theme"] = {             ["Enable"] = false, -- Set this "false" if not knowing how to customize the theme             ["Color"] = {                 ["Title Color"] = Color3.fromRGB(0, 170, 255),                 ["Title-Back Color"] = Color3.fromRGB(0, 85, 255),                 ["Button Color"] = Color3.fromRGB(0, 0, 255),                 ["Stats Color"] = {                     ["Text Color"] = Color3.fromRGB(0, 170, 255),                     ["Text Stroke"] = Color3.fromRGB(30, 56, 203)                 }             }         }     },     ["Melee"] = {         ["Time"] = 3.50,         ["Enable"] = true,         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},         ["C"] = {["Enable"] = true, ["HoldTime"] = 1}     },     ["Fruit"] = {         ["Time"] = 4,         ["Enable"] = true,         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},         ["C"] = {["Enable"] = true, ["HoldTime"] = 1.5},         ["V"] = {["Enable"] = true, ["HoldTime"] = 2},         ["F"] = {["Enable"] = false, ["HoldTime"] = 0}     },     ["Sword"] = {         ["Time"] = 1,         ["Enable"] = false,         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},     },     ["Gun"] = {         ["Time"] = 1,         ["Enable"] = true,         ["GunMode"] = false,         ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},         ["X"] = {["Enable"] = true, ["HoldTime"] = 0},     } } repeat wait() until game:IsLoaded() loadstring(game:HttpGet("https://raw.githubusercontent.com/clgtmm/AutoBounty/main/main.lua"))()