if script_key then
return
end
--Put Your Key Between ""
script_key="";
DelayTime = 300
getgenv().FpsBoost = true
getgenv().Setting = {
    ["Team"] = "Pirates", --Marines
    ["Webhook"] = {
        ["Enabled"] = true,
        ["Embed"] = true,
        ["StoredFruit"] = true,
        ["ImageEmbed"] = true,
        ["CustomImage"] = false,
        ["CustomImageUrl"] = "", --Your Url
        ["OnServerHop"] = true,
        ["BountyChanged"] = true,
    },
    ["Hide Theme"] = true,
    ["3D Render Disable"] = true,
    ["Theme"] = {
        ["Name"] = "Raiden",
        ["Custom"] = {
            ["Enable"] = false,
            ['char_size'] = UDim2.new(0.668, 0, 1.158, 0),
            ['char_pos'] = UDim2.new(0.463, 0, -0.105, 0),
            ['title_color'] = Color3.fromRGB(255, 221, 252),
            ['titleback_color'] = Color3.fromRGB(169, 20, 255),
            ['list_color'] = Color3.fromRGB(255, 221, 252),
            ['liststroke_color'] = Color3.fromRGB(151, 123, 207),
            ['button_color'] = Color3.fromRGB(255, 221, 252)
        },
    },
    ["BypassTP"] = {
        ["Enable"] = true,
        ["Attempt"] = 5, -- Tween If Failed After x Attempts
    },
    ["Config"] = {
        ["nameaccount1"] = "nameconfig.txt",
        ["nameaccount2"] = "nameconfig.txt",
    },
    ["Auto Use Race V3"] = {
        Enable = true,
        UseBelowHealth = false, -- Below Specific Health It Will use Race V3
        Health = 4500,
        NearPlayer = true, -- Only use If Near Player
    },
    ["Auto Use Race V4"] = true, -- No Way you are turning this off
    ["Auto Dash If Mink V4"] = true,
    ["Spam All Skill On Race Transform V4"] = false,
    ["Failed To Load Data"] = {
        Rejoin = true,
        TimeToCheck = 10,
    },
    ["Detect KeyWords"] = { -- If There Is A Person Says A Key Word In Chat, It
Will Stop Auto Bounty And Server Hop
        Enable = false,
        { "Hacker", "hacker", "exploiter", "Exploiter", "scripter", "script",
"hack", "Scripter"}
    },
    AutoConfigMelee = true,
    AutoConfigSword = true,
    AutoConfigFruit = false,
    ["LimitServerHop"] ={
        Enable = false,
        Time = 600,
    },
    ["Position Config"] = {
        Mode = "Default",-- You Can Create Your Own Mode By Making An Index In The
Table Like Custom
        Tween = true, -- If false then it will teleport when near target
        SkyTween = false, -- Tweening In The Sky Till You Are Near The Player,
Recommended For Using Gun Method
        Spin = false,
        ["Default"] = {
            DistanceFromPlayer = {
                 x = 0, y = 0, z = 0,
            }
        },
        ["Custom"] = {
            DistanceFromPlayer = {
                 x = 0, y = 3, z = 0
            }
        }
    },
    ["Panel"] = {
        ["Enabled"] = false,
        ["IgnoreSelfChat"] = false,
    },
    ["ChatKill"] = {
        Enable = false,
        Chat = {
            "Go Buy W-azure Now","I Got A Gaming Chair","I'm Just Too Good"
        },
    },
    ["Mention"] = {
        ["Enable"] = false,
        ["Id"] = "everyone", -- You Can Replace With Your Id (not your discord
Name)
        ["EveryBounty"] = 10000,
    },
    ["FpsLock"] = {
        ["Enable"] = true,
        ["Cap"] = 30,
    },
    ["LockBounty"] = {
        ["Enable"] = true,
        ["Cap"] = 30000000,
    },
    ["Click"] = {
        ["Enable"] = true,
        ["FastClick"] = true,
        ["OnLowHealthDisable"] = false,
        ["LowHealth"] = 3000,
    },
    ["Misc"] = {
        ["AutoBuyRandomandStoreFruit"] = true,
        ["AutoBuySurprise"] = false,
    },
    ["Invisible"] = true, -- Self Explain
    ["IgnoreFriends"] = true, --Server Hop   When Your friends in your server
    ["GunMethod"] = false, --Use Melee,Gun   Will automaticly disable invisible for
things
    ["GunMethodSetting"] = {
        LessSusKillTest=true,
        StartHealth = 1500,
        waittime=4,
        EndHealth = 2000,
    },
    ["SpamSkill"] = false, -- Will use all   skills as fast as possbile ignore
holding skills
    ["Weapons"] = { -- Select Weapon, Self   Explain
        ["Melee"] = {
            ["Enable"] = true,
            ["Delay"] = 2,
            ["Skills"] = {
                ["Z"] = {
                    ["Enable"] = true,
                    ["HoldTime"] = 1.5,
                },
                ["X"] = {
                    ["Enable"] = true,
                    ["HoldTime"] = 0,
                },
                ["C"] = {
                    ["Enable"] = true,
                    ["HoldTime"] = 0,
                },
            },
        },
        ["Blox Fruit"] = {
            ["Enable"] = false,
            ["Delay"] = 3,
            ["Skills"] = {
                ["Z"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["X"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["C"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["V"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["F"] = {
                    ["Enable"] =   false,
                    ["HoldTime"]   = 0,
                },
            },
        },
        ["Sword"] = {
            ["Enable"] = true,
            ["Delay"] = 1.5,
            ["Skills"] = {
                ["Z"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["X"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
            },
        },
        ["Gun"] = {
            ["Enable"] = false,
            ["Delay"] = 0,
            ["Skills"] = {
                ["Z"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
                ["X"] = {
                    ["Enable"] =   true,
                    ["HoldTime"]   = 0,
                },
            },
        },
     }
}
repeat wait()
until game:IsLoaded()
delay(DelayTime or 300,function()
     local CG = game:GetService("CoreGui")
     if not CG:FindFirstChild("W-azureHubAutoBounty") then
         game:GetService("TeleportService"):Teleport(game.PlaceId,
game.Players.LocalPlayer)
     end
end)
wait(2)
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/
ef12e2cf26dbe1e9c5225df9477e8612.lua"))()