local Library = loadstring(game:HttpGet("https://raw.githubusercontent.
com/xHeptc/
Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Streamable GUI [V1.5] thx for 300 subs",
"Synapse")
local Aiming = Window:NewTab("Aiming")
local Streamables = Aiming:NewSection("locks")
local Streams = Aiming:NewSection("Streamables")
Streams:NewButton("yuthhh's old streamable", "has no resolver", function()
loadstring(game:HttpGet('https://pastebin.com/raw/tMBCZxF0'))()
end)
Streamables:NewButton("Evan's Camlock (Q)", "Basic Camlock (Use Q to lock, and P to
disable it)", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/NHxWwDnS'))()
end)
Streams:NewButton("prime's streamable w resolver", "resolves every anti",
function()
 --SPACEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
hookfunction(game.Players.LocalPlayer.IsInGroup, function() return true end)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/
AntiAimViewer"))()
local Aiming = loadstring(game:HttpGet("https://pastebin.com/raw/3A9wdSkL"))()
Aiming.TeamCheck(false)
local Workspace = game:GetService("Workspace")
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local LocalPlayer = Players.LocalPlayer
local Mouse = LocalPlayer:GetMouse()
local CurrentCamera = Workspace.CurrentCamera
---------------------------------------------------------------
local DaHoodSettings = {
    SilentAim = true,
    AimLock = false,
      Prediction = 0.1,
      AimLockKeybind = Enum.KeyCode.E,
      Resolver = true,
}
--------------------------------------------------
getgenv().DaHoodSettings = DaHoodSettings
getgenv().Aiming.FOV = 20
--------------------------------------------------- -fov 5.5-6.6 is legit
function Aiming.Check()
    if not (Aiming.Enabled == true and Aiming.Selected ~= LocalPlayer and
Aiming.SelectedPart ~= nil) then
            return false
      end
      local Character = Aiming.Character(Aiming.Selected)
      local KOd = Character:WaitForChild("BodyEffects")["K.O"].Value
      local Grabbed = Character:FindFirstChild("GRABBING_CONSTRAINT") ~= nil
      if (KOd or Grabbed) then
            return false
      end
      return true
end
task.spawn(function()
      while task.wait() do
        if DaHoodSettings.Resolver and Aiming.Selected ~= nil and
(Aiming.Selected.Character) then
            local oldVel =
game.Players[Aiming.Selected.Name].Character.HumanoidRootPart.Velocity
            game.Players[Aiming.Selected.Name].Character.HumanoidRootPart.Velocity
= Vector3.new(oldVel.X, -0, oldVel.Z)
            end
      end
end)
local Script = {Functions = {}}
Script.Functions.getToolName = function(name)
      local split = string.split(string.split(name, "[")[2], "]")[1]
      return split
end
Script.Functions.getEquippedWeaponName = function(player)
   if (player.Character) and player.Character:FindFirstChildWhichIsA("Tool") then
        local Tool =      player.Character:FindFirstChildWhichIsA("Tool")
      if string.find(Tool.Name, "%[") and string.find(Tool.Name, "%]") and not
string.find(Tool.Name, "Wallet") and not string.find(Tool.Name, "Phone") then
             return Script.Functions.getToolName(Tool.Name)
        end
   end
   return nil
end
game:GetService("RunService").RenderStepped:Connect(function()
      if Script.Functions.getEquippedWeaponName(game.Players.LocalPlayer) ~= nil then
        local WeaponSettings =
GunSettings[Script.Functions.getEquippedWeaponName(game.Players.LocalPlayer)]
            if WeaponSettings ~= nil then
                  Aiming.FOV = WeaponSettings.FOV
            else
                  Aiming.FOV = 5
            end
      end
end)
local __index
__index = hookmetamethod(game, "__index", function(t, k)
    if (t:IsA("Mouse") and (k == "Hit" or k == "Target") and Aiming.Check()) then
          local SelectedPart = Aiming.SelectedPart
          if (DaHoodSettings.SilentAim and (k == "Hit" or k == "Target")) then
            local Hit = SelectedPart.CFrame + (SelectedPart.Velocity *
DaHoodSettings.Prediction)
                return (k == "Hit" and Hit or SelectedPart)
          end
    end
    return __index(t, k)
end)
RunService:BindToRenderStep("AimLock", 0, function()
    if (DaHoodSettings.AimLock and Aiming.Check() and
UserInputService:IsKeyDown(DaHoodSettings.AimLockKeybind)) then
          local SelectedPart = Aiming.SelectedPart
        local Hit = SelectedPart.CFrame + (SelectedPart.Velocity *
DaHoodSettings.Prediction)
        CurrentCamera.CFrame = CFrame.lookAt(CurrentCamera.CFrame.Position,
Hit.Position)
     end
end)
--                     $$\                                    $$\     $$\
$$\
--                     \__|                                   $$ |    $$ |
$$ |
-- $$$$$$\    $$$$$$\ $$\ $$$$$$\$$$$\    $$$$$$\             \$$\ $$      |   $$$$$$$$\
$$$$$$\ $$$$$$$\     $$$$$$$ | $$$$$$\
--$$ __$$\ $$ __$$\ $$ |$$ _$$ _$$\ $$ __$$\                   \$$$$    /      \____$$    |$
$ __$$\ $$ __$$\ $$ __$$ |$$ __$$\
--$$ / $$ |$$ | \__|$$ |$$ / $$ / $$ |$$$$$$$$ |               $$    $$<           $$$$ _/ $
$$$$$$$ |$$ | $$ |$$ / $$ |$$ / $$ |
--$$ | $$ |$$ |        $$ |$$ | $$ | $$ |$$   ____|           $$    /\$$\       $$   _/    $
$    ____|$$ | $$ |$$ | $$ |$$ | $$ |
--$$$$$$$ |$$ |        $$ |$$ | $$ | $$ |\$$$$$$$\            $$ /    $$ |     $$$$$$$$\ \
$$$$$$$\ $$ | $$ |\$$$$$$$ |\$$$$$$ |
--$$ ____/ \__|        \__|\__| \__| \__| \_______|           \__|    \__|     \
________| \_______|\__| \__| \_______| \______/
--$$ |
--$$ |
--\__|
 --SPACEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
end)
-- ADICIONEI OUTRA TAB
local Antilock = Window:NewTab("AntiLock")
local Anti = Antilock:NewSection("Antilock [ONLY USE ONE, IF U USE ALL OF THEM AT
THE SAME TIME IT WILL BUG]")
Anti:NewButton("Sky Antilock (Y)", "FD's Sky AntiLock", function()
    getgenv().Mode = "Sky" --// Modes: Underground, Sky, Prediction Changer
getgenv().KeyBind = "y" --// Key to press to enable
getgenv().PredictionAmount = "100" --// Number to change prediction to
loadstring(game:HttpGet('https://fourdevils.gq/anti-aim-hub.lua'))()
end)
Anti:NewButton("Prediciton Changer (C) ", "FD's   Prediction Changer", function()
    getgenv().Mode = "Prediction Changer" --// Modes: Underground, Sky, Prediction
Changer
getgenv().KeyBind = "c" --// Key to press to enable
getgenv().PredictionAmount = "100" --// Number to change prediction to
loadstring(game:HttpGet('https://fourdevils.gq/anti-aim-hub.lua'))()
end)
Anti:NewButton("Underground Antilock (X)", "FD's Underground AntiLock", function()
local Toggled = false
local KeyCode = 'x'
function AA()
    local oldVelocity =
game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
    game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity =
Vector3.new(oldVelocity.X, -70, oldVelocity.Z)
    game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity =
Vector3.new(oldVelocity.X, oldVelocity.Y, oldVelocity.Z)
    game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity =
Vector3.new(oldVelocity.X, -70, oldVelocity.Z)
    game.Players.LocalPlayer.Character.Humanoid.HipHeight = 4.14
end
game:GetService('UserInputService').InputBegan:Connect(function(Key)
    if Key.KeyCode == Enum.KeyCode[KeyCode:upper()] and not
game:GetService('UserInputService'):GetFocusedTextBox() then
        if Toggled then
            Toggled = false
            game.Players.LocalPlayer.Character.Humanoid.HipHeight = 1.85
        elseif not Toggled then
                Toggled = true
                while Toggled do
                    AA()
                    task.wait()
                end
          end
    end
end)
end)
-- Adicionei outra tab
local Aimviewer = Window:NewTab("Aimviewer")
local Aim = Aimviewer:NewSection("Raycodex AimViewer")
Aim:NewButton("Raycodex Aimviewer", "Aimviewer to catch lockers", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/CiyptCHn'))()
end)
--adicionei uma tab pros misc
local Misc = Window:NewTab("Misc")
local MiscS = Misc:NewSection("Misc")
MiscS:NewButton("Frame Script", "Allows you to make look like theres someone in
your game (can be used to ban people on dahood using stars prem)", function()
loadstring(game:HttpGet('https://pastebin.com/raw/ZtGMmv97'))()
end)
MiscS:NewButton("Chat Bypass (Not Working)", "Allows you to bypass the chat
filter", function()
loadstring(game:HttpGet('https://pastebin.com/raw/P3GHGyDq'))()
end)
-- HOOD MODDEDDDDD
local Modded = Window:NewTab("Hood Modded")
local dhm = Modded:NewSection("Scripts")
dhm:NewButton("Nyula", "Executes nyula for hood modded", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/nyulachan/nyula/main/
nyuladhm", true))()
end)
dhm:NewButton("Oblivion", "Executes Oblivion for hood modded", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CorruptOblivion/
Oblivion/main/loader.lua"))()
end)
Streamables:NewButton("Streamable Camlock", "Smooth Camlock ! by tenaki",
function()
    loadstring(game:HttpGet('https://pastebin.com/raw/90ALhAS6'))()
end)
local Animations = Misc:NewSection("Animations")
Animations:NewButton("Zombie + Werewolf", "Zombie and Werewolf (jump and fall)",
function()
    loadstring(game:HttpGet('https://pastebin.com/raw/DXpiDdg5'))()
end)
Animations:NewButton("Zombie + Ninja (Soon)", "Zombie and Werewolf (jump and
fall)", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/DXpiDdg5'))()
end)
Animations:NewButton("Mage (Soon)", "Zombie and Werewolf (jump and fall)",
function()
    loadstring(game:HttpGet('https://pastebin.com/raw/DXpiDdg5'))()
end)
local Pack = Misc:NewSection("Animation Pack")
Pack:NewButton("Free Animation Packs", "Gives you the animation packs for free
(Normal and ++)", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/5p60dvmu'))()
end)
-- HOOD MODDED
dhm:NewButton("Chariots Ware", "Executes the ChariotsWare script for Hood Modded",
function()
    loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Rippeed/
DaHoodinary/main/chariotsware"))()
end)
dhm:NewButton("Blatant Lock (Q)", "Good Purple Lock, Q to lock", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/BYiLZYKi'))()
end)
local Dots = Aiming:NewSection("Dot Locks")
Dots:NewButton("Blue Dot Lock (Q)", "Good Dot Lock, Q to lock", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/QK9qNgV9'))()
end)
Dots:NewButton("Pink Dot Lock (Q)", "Good Dot Lock, Q to lock", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/2DyECTqz'))()
end)
Dots:NewButton("yuthhh's lock (Q) [BETA]", "Good Lock, Q to lock", function()
    loadstring(game:HttpGet("https://pastebin.com/raw/fh7yPHgJ", true))()
end)
local Resolver = Aiming:NewSection("RESOLVER (WORKS WITH ALL OF THE LOCKS)")
Resolver:NewButton("Resolver (One Click) ", "Resolver for every lock", function()
    loadstring(game:HttpGet("https://raw.githubusercontent.com/Trexxus/Resolver/
main/Res.lua"))()
end)
Streamables:NewButton("FPS GUI", "FPS GUI Modified (from .gg/silentaim)",
function()
    loadstring(game:HttpGet('https://pastebin.com/raw/Ri26Sbg2'))()
end)
Streams:NewButton("Streamable with Toggle (Q)", "Basic Streamable (Use Q to Toggle
On/Off)", function()
loadstring(game:HttpGet("https://pastebin.com/raw/idHN49At", true))()
getgenv().Aiming.FOV = 15
getgenv().Aiming.FOVSides = 360
getgenv().Aiming.HitChance = 97
getgenv().Aiming.ShowFOV = true
DahoodSettings.Prediction = 0.11
cframeSpheedhotkeyXd1 = "=" --toggle
getgenv().Aiming.UseMoreHitparts = true
getgenv().Aiming.UseNearestCursor = true
getgenv().Aiming.AutoPrediction = true
getgenv().Aiming.KnockedCheck = true
getgenv().Aiming.GrabbedCheck = true
getgenv().Aiming.Wallcheck = true
end)
Streams:NewButton("Streamable 1#", "ye", function()
   loadstring(game:HttpGet("https://raw.githubusercontent.com/hharu02/ssadsdasd/
main/asdas"))()
DaHoodSettings.Prediction = 0.135
Aiming.TargetPart = {"Head", "LeftHand", "RightHand", "LeftLowerArm",
"RightLowerArm", "LeftUpperArm", "RightUpperArm", "LeftFoot", "LeftLowerLeg",
"UpperTorso", "HumanoidRootPart", "LeftUpperLeg", "RightLowerLeg", "RightFoot",
"LowerTorso"}
Aiming.FOV = 17.4
Aiming.FOVSides = 25
Aiming.HitChance = 110
Aiming.ShowFOV = false
end)
local Untilted = Window:NewTab("UH")
local UHLocks = Untilted:NewSection("UH LOCKS")
UHLocks:NewButton("Streamable UH", "ye", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/a7uW917Q'))()
end)
UHLocks:NewButton("Nyula UH", "ye", function()
    loadstring(game:HttpGet("https://raw.githubusercontent.com/nyulachan/nyula/
main/nyulauh"))();
end)
UHLocks:NewButton("Nyula UH", "ye", function()
    loadstring(game:HttpGet("https://raw.githubusercontent.com/nyulachan/nyula/
main/nyulauh"))();
end)
MiscS:NewButton("FLY (X)", "Allows you to fly", function()
loadstring(game:HttpGet('https://pastebin.com/raw/sDKjh2Ye'))()
end)
Streams:NewButton("encrypt leaked (its what i use) ", "has no resolver", function()
loadstring(game:HttpGet('https://pastebin.com/raw/ZxDd6e0D'))()
end)
Dots:NewButton("Azure.lua (OP)", "op lock for rev ", function()
    loadstring(game:HttpGet('https://pastebin.com/raw/5Wiai4tG'))()
end)