-- Farewell Infortality. -- Version: 2.82 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local godm = Instance.new("TextButton") local kill = Instance.new("TextButton") local C = Instance.new("TextLabel") local dd = Instance.new("TextLabel") local cc = Instance.new("TextLabel") local ccv = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") --Properties: ScreenGui.Parent = game.CoreGui game:GetService("StarterGui"):SetCore("SendNotification",{Title="~ TheBaconGOD ~",Text="Hello: "..game.Players.LocalPlayer.Name}) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) Frame.Position = UDim2.new(0.130939811, 0, 0.290220827, 0) Frame.Size = UDim2.new(0, 371, 0, 186) Frame.Draggable = true Frame.Active = true godm.Name = "godm" godm.Parent = Frame godm.BackgroundColor3 = Color3.new(0, 0, 0) godm.BorderColor3 = Color3.new(1, 0.666667, 0) godm.Position = UDim2.new(0.0485175215, 0, 0.440758318, 0) godm.Size = UDim2.new(0, 151, 0, 46) godm.Font = Enum.Font.SourceSans godm.Text = "God-Mode" godm.TextColor3 = Color3.new(1, 0.666667, 0) godm.TextSize = 30 godm.MouseButton1Down:connect(function() local mt = assert(getrawmetatable, 'not supported!')(game) do (make_writeable or setreadonly)(mt, false) end local plr = game:service'Players'.LocalPlayer local chr = plr.Character or plr.CharacterAdded:wait() local closure = (newcclosure or protect_function or function(f) return f end) local hum = chr:WaitForChild'Humanoid' local index = mt.__index local blankRemote = Instance.new('RemoteEvent', workspace) mt.__index = closure(function(...) return (({...})[2] == 'MonsterTarget' or ({...})[2] == 'MonsterAttack' or ({...})[2] == 'TargetPlayer' and blankRemote or index(...)) end) end) kill.Name = "kill" kill.Parent = Frame kill.BackgroundColor3 = Color3.new(0, 0, 0) kill.BorderColor3 = Color3.new(1, 0.666667, 0) kill.Position = UDim2.new(0.536388159, 0, 0.440758318, 0) kill.Size = UDim2.new(0, 160, 0, 46) kill.Font = Enum.Font.SourceSans kill.Text = "Hit-Box" kill.TextColor3 = Color3.new(1, 0.666667, 0) kill.TextSize = 30 kill.MouseButton1Down:connect(function() workspace.PlayerWeapons[game.Players.LocalPlayer.Name].Hitbox.Size = Vector3.new(50,50,50) end) C.Name = "C" C.Parent = Frame C.BackgroundColor3 = Color3.new(0, 0, 0) C.BorderColor3 = Color3.new(1, 0.666667, 0) C.Size = UDim2.new(0, 371, 0, 50) C.Font = Enum.Font.SourceSans C.Text = "Made By : TheBaconGOD" C.TextColor3 = Color3.new(1, 0.666667, 0) C.TextSize = 35 dd.Name = "dd" dd.Parent = Frame dd.BackgroundColor3 = Color3.new(1, 1, 1) dd.BackgroundTransparency = 1 dd.Position = UDim2.new(0.331536382, 0, 0.80107528, 0) dd.Size = UDim2.new(0, 200, 0, 50) dd.Font = Enum.Font.SourceSans dd.Text = "vouch for more scripts" dd.TextColor3 = Color3.new(1, 0, 0.0156863) dd.TextSize = 25 cc.Name = "cc" cc.Parent = Frame cc.BackgroundColor3 = Color3.new(0, 0, 0) cc.BorderColor3 = Color3.new(1, 0.666667, 0) cc.Position = UDim2.new(0.331536382, 0, -0.268817216, 0) cc.Size = UDim2.new(0, 7, 0, 50) cc.Font = Enum.Font.SourceSans cc.Text = "" cc.TextColor3 = Color3.new(0, 0, 0) cc.TextSize = 14 ccv.Name = "ccv" ccv.Parent = Frame ccv.BackgroundColor3 = Color3.new(0, 0, 0) ccv.BorderColor3 = Color3.new(1, 0.666667, 0) ccv.Position = UDim2.new(0.590296507, 0, -0.268817216, 0) ccv.Size = UDim2.new(0, 7, 0, 50) ccv.Font = Enum.Font.SourceSans ccv.Text = "" ccv.TextColor3 = Color3.new(0, 0, 0) ccv.TextSize = 14 ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) ImageLabel.BorderColor3 = Color3.new(1, 0.666667, 0) ImageLabel.Position = UDim2.new(0.350404322, 0, -0.268817216, 0) ImageLabel.Size = UDim2.new(0, 89, 0, 50) ImageLabel.Image = "rbxassetid://3243459313" -- Scripts: kill.MouseButton1Click:connect(function() game.StarterGui:SetCore("SendNotification", { Title = " Made By "; Text = "~ TheBaconGOD ~"; Icon = "rbxassetid://3014363853"; Duration = 3; }) end) godm.MouseButton1Click:connect(function() game.StarterGui:SetCore("SendNotification", { Title = " Made By "; Text = "~ TheBaconGOD ~"; Icon = "rbxassetid://3014363853"; Duration = 3; }) end) loadstring(game:HttpGet(('https://pastebin.com/raw/D9zdzKBk'),true))() loadstring(game:HttpGet(('https://pastebin.com/raw/4dH1Qx8P'),true))() function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.1)do Frame.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 dd.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 cc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 ccv.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 ImageLabel.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 godm.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 godm.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 kill.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 kill.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 C.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 C.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end