---GUI local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("LifePrison Life V4", "BloodTheme") ------GUN TAP local Tab = Window:NewTab("GUN") local Section = Tab:NewSection("Choose") Section:NewButton("AK-47", "Nothing", function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local originalPosition = humanoidRootPart.CFrame -- ตำแหน่งเริ่มต้น local targetPosition = CFrame.new(1519.03076171875, 67.04715728759766, 1336.670166015625) function getak47() local args = { [1] = workspace:WaitForChild("Prison_ITEMS"):WaitForChild("giver"):WaitForChild("AK-47"):WaitForChild("ITEMPICKUP"), [2] = "GetTool" } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Interact"):InvokeServer(unpack(args)) end humanoidRootPart.CFrame = targetPosition wait (0.2) getak47() wait(0.0) humanoidRootPart.CFrame = originalPosition end) Section:NewButton("Desert Eagle", "Nothing", function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local originalPosition = humanoidRootPart.CFrame -- ตำแหน่งเริ่มต้น local targetPosition = CFrame.new(1179.56396484375, 213.5029296875, 3306.9404296875) function getdesert() local args = { [1] = workspace:WaitForChild("Prison_ITEMS"):WaitForChild("giver"):WaitForChild("Desert Eagle"):WaitForChild("ITEMPICKUP"), [2] = "GetTool" } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Interact"):InvokeServer(unpack(args)) end humanoidRootPart.CFrame = targetPosition wait (0.2) getdesert() wait(0.0) humanoidRootPart.CFrame = originalPosition end) ----COMBAT TAP local Tab = Window:NewTab("Combat") local Section = Tab:NewSection("Combat") Section:NewButton("AIMBOT(By Beanzzzz)", "By Beanzzzz", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/pid4k/scripts/main/universalaimbot.lua', true))() end) -----MICE TAP local Tab = Window:NewTab("Mice") local Section = Tab:NewSection("UI") Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.Home, function() Library:ToggleUI() end)