Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton2 = Instance.new("TextButton")
- local TextButton3 = Instance.new("TextButton")
- local TextButton4 = Instance.new("TextButton")
- local TextButton5 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 0.172549, 0.709804)
- Frame.BackgroundTransparency = 0.64999997615814
- Frame.Position = UDim2.new(0.42406714, 0, 0.223350257, 0)
- Frame.Size = UDim2.new(0, 292, 0, 245)
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.584314, 0.113725, 0.666667)
- TextButton.Position = UDim2.new(-0.780821919, 0, 0.971428573, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 57)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Open/Close"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Click:connect(function()
- if Frame.visible == true then
- Frame.visible = false
- else
- Frame.visible = true
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 0.94999998807907
- TextLabel.Position = UDim2.new(0.154611021, 0, 0.436890095, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Credits: Kai~Kun#0460 | Dogs&Cats#5312"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton2.BackgroundTransparency = 0.60000002384186
- TextButton2.Position = UDim2.new(-0.000590354204, 0, 0.795825124, 0)
- TextButton2.Size = UDim2.new(0, 101, 0, 50)
- TextButton2.Font = Enum.Font.SourceSans
- TextButton2.Text = "Godmode"
- TextButton2.TextColor3 = Color3.new(0, 0, 0)
- TextButton2.TextSize = 14
- TextButton2.MouseButton1Click:connect(function()
- local A_1 = game.Players.LocalPlayer.Character.Humanoid
- local A_2 = -math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end)
- TextButton3.Name = "TextButton3"
- TextButton3.Parent = Frame
- TextButton3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton3.BackgroundTransparency = 0.69999998807907
- TextButton3.Position = UDim2.new(0.686671436, 0, 0.795825124, 0)
- TextButton3.Size = UDim2.new(0, 93, 0, 50)
- TextButton3.Font = Enum.Font.SourceSans
- TextButton3.Text = "Kill MegaBosses"
- TextButton3.TextColor3 = Color3.new(0, 0, 0)
- TextButton3.TextSize = 14
- TextButton3.MouseButton1Click:connect(function()
- for i,v in pairs(workspace.CurrentMegaBosses:GetChildren()) do
- local A_1 = v.Humanoid
- local A_2 = math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end
- end)
- TextButton4.Name = "TextButton4"
- TextButton4.Parent = Frame
- TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton4.BackgroundTransparency = 0.60000002384186
- TextButton4.Position = UDim2.new(0.699805737, 0, -0.0011395365, 0)
- TextButton4.Size = UDim2.new(0, 87, 0, 50)
- TextButton4.Font = Enum.Font.SourceSans
- TextButton4.Text = "Kill Bosses"
- TextButton4.TextColor3 = Color3.new(0, 0, 0)
- TextButton4.TextSize = 14
- TextButton4.MouseButton1Click:connect(function()
- for i,v in pairs(workspace.CurrentBosses:GetChildren()) do
- local A_1 = v.Humanoid
- local A_2 = math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end
- end)
- TextButton5.Name = "TextButton5"
- TextButton5.Parent = Frame
- TextButton5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton5.BackgroundTransparency = 0.60000002384186
- TextButton5.Position = UDim2.new(-0.0058806669, 0, -0.00113953836, 0)
- TextButton5.Size = UDim2.new(0, 102, 0, 50)
- TextButton5.Font = Enum.Font.SourceSans
- TextButton5.Text = "Kill Enemy Farm"
- TextButton5.TextColor3 = Color3.new(0, 0, 0)
- TextButton5.TextSize = 14
- TextButton4.MouseButton1Click:connect(function()
- _G.kill = true
- while _G.kill == true do
- wait()
- for i,v in pairs(workspace.CurrentMegaBosses:GetChildren()) do
- local A_1 = v.Humanoid
- local A_2 = math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end
- wait()
- for i,v in pairs(workspace.CurrentBosses:GetChildren()) do
- local A_1 = v.Humanoid
- local A_2 = math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end
- wait()
- for i,v in pairs(workspace.CurrentEnemies:GetChildren()) do
- local A_1 = v.Humanoid
- local A_2 = math.huge
- local Event = game:GetService("Players").LocalPlayer.Backpack.LocalSystem.Dmg
- Event:FireServer(A_1, A_2)
- end
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement