Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local KillGui = Instance.new("ScreenGui")
- local YE = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Rainbower = Instance.new("Frame")
- local Player = Instance.new("TextBox")
- local Kill = Instance.new("TextButton")
- local Kick = Instance.new("TextButton")
- --Properties:
- KillGui.Name = "KillGui"
- KillGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- YE.Name = "YE"
- YE.Parent = KillGui
- YE.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- YE.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- YE.Position = UDim2.new(0.0590405911, 0, 0.318435758, 0)
- YE.Size = UDim2.new(0, 407, 0, 175)
- Frame.Parent = YE
- Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Frame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Frame.Size = UDim2.new(0, 407, 0, 38)
- Rainbower.Name = "Rainbower"
- Rainbower.Parent = YE
- Rainbower.BackgroundColor3 = Color3.new(1, 1, 1)
- Rainbower.Position = UDim2.new(0, 0, 0.21714285, 0)
- Rainbower.Size = UDim2.new(0, 407, 0, 6)
- Player.Name = "Player"
- Player.Parent = YE
- Player.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Player.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Player.Position = UDim2.new(0.0171990171, 0, 0.308571428, 0)
- Player.Size = UDim2.new(0, 394, 0, 37)
- Player.ClearTextOnFocus = false
- Player.Font = Enum.Font.GothamBold
- Player.PlaceholderColor3 = Color3.new(1, 1, 1)
- Player.PlaceholderText = "Name Here"
- Player.Text = ""
- Player.TextColor3 = Color3.new(1, 1, 1)
- Player.TextSize = 25
- Player.TextStrokeColor3 = Color3.new(1, 1, 1)
- Kill.Name = "Kill"
- Kill.Parent = YE
- Kill.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Kill.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Kill.Position = UDim2.new(0.0171990171, 0, 0.748571455, 0)
- Kill.Size = UDim2.new(0, 158, 0, 28)
- Kill.Font = Enum.Font.GothamBold
- Kill.Text = "Kill"
- Kill.TextColor3 = Color3.new(1, 1, 1)
- Kill.TextScaled = true
- Kill.TextSize = 14
- Kill.TextStrokeColor3 = Color3.new(1, 1, 1)
- Kill.TextWrapped = true
- Kick.Name = "Kick"
- Kick.Parent = YE
- Kick.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Kick.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- Kick.Position = UDim2.new(0.57002455, 0, 0.748571455, 0)
- Kick.Size = UDim2.new(0, 169, 0, 28)
- Kick.Font = Enum.Font.GothamBold
- Kick.Text = "Kick"
- Kick.TextColor3 = Color3.new(1, 1, 1)
- Kick.TextScaled = true
- Kick.TextSize = 14
- Kick.TextStrokeColor3 = Color3.new(1, 1, 1)
- Kick.TextWrapped = true
- -- Scripts:
- function SCRIPT_JLTL71_FAKESCRIPT() -- Rainbower.Rainbower
- local script = Instance.new('LocalScript')
- script.Parent = Rainbower
- while wait() do
- script.Parent.BackgroundColor3 = Color3.new(1,0,0)
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g+(17/255),script.Parent.BackgroundColor3.b)
- end
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r-(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
- end
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b+(17/255))
- end
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g-(17/255),script.Parent.BackgroundColor3.b)
- end
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r+(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
- end
- for i=1,30 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b-(17/255))
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_JLTL71_FAKESCRIPT))
- function SCRIPT_RGLW76_FAKESCRIPT() -- Kill.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Kill
- script.Parent.MouseButton1Click:Connect(function()
- game.Players:FindFirstChild(script.Parent.Parent.Player.Text).Character.Humanoid.Health = 0
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_RGLW76_FAKESCRIPT))
- function SCRIPT_STHV70_FAKESCRIPT() -- Kick.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Kick
- script.Parent.MouseButton1Click:Connect(function()
- game.Players:WaitForChild(script.Parent.Parent.Player.Text):Kick("Unsuspicious Reason")
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_STHV70_FAKESCRIPT))
- function SCRIPT_PRQX83_FAKESCRIPT() -- YE.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = YE
- script.Parent.Parent.YE.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_PRQX83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement