Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- For This game: https://www.roblox.com/games/2500960156/
- -- Yeah the code..
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local GUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local ScriptBox = Instance.new("TextBox")
- local exe = Instance.new("TextButton")
- local re = Instance.new("TextButton")
- local ch = Instance.new("TextButton")
- local cl = Instance.new("TextButton")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local ScreenGui = Instance.new("ScreenGui")
- local re_2 = Instance.new("TextButton")
- local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
- --Properties:
- GUI.Name = "GUI"
- GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- GUI.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = GUI
- Main.AnchorPoint = Vector2.new(0.5, 0.5)
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.25832811, 0, 0.728723466, 0)
- Main.Size = UDim2.new(0, 823, 0, 203)
- ScriptBox.Name = "ScriptBox"
- ScriptBox.Parent = Main
- ScriptBox.AnchorPoint = Vector2.new(0.5, 0.5)
- ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
- ScriptBox.BorderSizePixel = 0
- ScriptBox.Position = UDim2.new(0.309471369, 0, 0.348028362, 0)
- ScriptBox.Size = UDim2.new(0.618942738, 0, 0.705882311, 0)
- ScriptBox.Font = Enum.Font.SourceSansBold
- ScriptBox.PlaceholderText = "Script Here"
- ScriptBox.Text = ""
- ScriptBox.TextColor3 = Color3.new(0, 0, 0)
- ScriptBox.TextSize = 35
- ScriptBox.TextWrapped = true
- ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
- ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
- exe.Name = "exe"
- exe.Parent = Main
- exe.AnchorPoint = Vector2.new(0.5, 0.5)
- exe.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
- exe.BorderSizePixel = 0
- exe.Position = UDim2.new(0.301568508, 0, 0.852941215, 0)
- exe.Size = UDim2.new(0.603137016, 0, 0.29411763, 0)
- exe.Font = Enum.Font.SourceSansBold
- exe.Text = "Execute"
- exe.TextColor3 = Color3.new(0, 0, 0)
- exe.TextSize = 35
- re.Name = "re"
- re.Parent = Main
- re.AnchorPoint = Vector2.new(0.5, 0.5)
- re.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
- re.BorderSizePixel = 0
- re.Position = UDim2.new(0.809000015, 0, 0.145078436, 0)
- re.Size = UDim2.new(0.378854632, 0, 0.29411763, 0)
- re.Font = Enum.Font.SourceSansBold
- re.Text = "Respawn"
- re.TextColor3 = Color3.new(0, 0, 0)
- re.TextSize = 35
- ch.Name = "ch"
- ch.Parent = Main
- ch.AnchorPoint = Vector2.new(0.5, 0.5)
- ch.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
- ch.BorderSizePixel = 0
- ch.Position = UDim2.new(0.809471369, 0, 0.497549027, 0)
- ch.Size = UDim2.new(0.378854632, 0, 0.29411763, 0)
- ch.Font = Enum.Font.SourceSansBold
- ch.Text = "Check SS"
- ch.TextColor3 = Color3.new(0, 0, 0)
- ch.TextSize = 35
- cl.Name = "cl"
- cl.Parent = Main
- cl.AnchorPoint = Vector2.new(0.5, 0.5)
- cl.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
- cl.BorderSizePixel = 0
- cl.Position = UDim2.new(0.809471369, 0, 0.852111995, 0)
- cl.Size = UDim2.new(0.378854632, 0, 0.292459011, 0)
- cl.Font = Enum.Font.SourceSansBold
- cl.Text = "Close"
- cl.TextColor3 = Color3.new(0, 0, 0)
- cl.TextSize = 35
- UIAspectRatioConstraint.Parent = Main
- UIAspectRatioConstraint.AspectRatio = 4.0432195663452
- ScreenGui.Parent = GUI
- ScreenGui.Enabled = false
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- re_2.Name = "re"
- re_2.Parent = ScreenGui
- re_2.AnchorPoint = Vector2.new(0.5, 0.5)
- re_2.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
- re_2.BorderSizePixel = 0
- re_2.Position = UDim2.new(0.930621624, 0, 0.95890826, 0)
- re_2.Size = UDim2.new(0, 219, 0, 28)
- re_2.Font = Enum.Font.SourceSansBold
- re_2.Text = "Open"
- re_2.TextColor3 = Color3.new(0, 0, 0)
- re_2.TextSize = 35
- UIAspectRatioConstraint_2.Parent = re_2
- UIAspectRatioConstraint_2.AspectRatio = 7.6869959831238
- -- Scripts:
- function SCRIPT_EAWN73_FAKESCRIPT() -- exe.Script
- local script = Instance.new('Script')
- script.Parent = exe
- script.Parent.MouseButton1Click:Connect(function() game:GetService("ReplicatedStorage").RemoteEvent:FireServer(script.Parent.Parent.ScriptBox.Text)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_EAWN73_FAKESCRIPT))
- function SCRIPT_VMYR75_FAKESCRIPT() -- Main.Script
- local script = Instance.new('Script')
- script.Parent = Main
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_VMYR75_FAKESCRIPT))
- function SCRIPT_LMVU70_FAKESCRIPT() -- re.Script
- local script = Instance.new('Script')
- script.Parent = re
- script.Parent.MouseButton1Click:Connect(function()
- game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Parent = nil
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_LMVU70_FAKESCRIPT))
- function SCRIPT_CHCY83_FAKESCRIPT() -- Main.Script
- local script = Instance.new('Script')
- script.Parent = Main
- game:GetService("Players").LocalPlayer.Chatted:Connect(function(msg)
- if msg:lower() == "/e clr" then
- script.Parent.ScriptBox.Text = "Cleared!"
- wait(1)
- script.Parent.ScriptBox.Text = ""
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_CHCY83_FAKESCRIPT))
- function SCRIPT_BFLI81_FAKESCRIPT() -- ch.Script
- local script = Instance.new('Script')
- script.Parent = ch
- script.Parent.MouseButton1Click:Connect(function()
- if game:GetService('ReplicatedStorage'):FindFirstChildOfClass("RemoteEvent") then
- bc = BrickColor.new("New Yeller")
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Game is ServerSided";
- Font = Enum.Font.Cartoon;
- Color = bc.Color;
- FontSize = Enum.FontSize.Size96
- })
- else
- game:GetService("Players").LocalPlayer:Kick("Not ServerSided")
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_BFLI81_FAKESCRIPT))
- function SCRIPT_RJYT77_FAKESCRIPT() -- cl.Script
- local script = Instance.new('Script')
- script.Parent = cl
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Enabled = false
- script.Parent.Parent.Parent.ScreenGui.Enabled = true
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_RJYT77_FAKESCRIPT))
- function SCRIPT_LEWI82_FAKESCRIPT() -- re_2.Script
- local script = Instance.new('Script')
- script.Parent = re_2
- script.Parent.Text = "Open"
- script.Parent.MouseButton1Click:Connect(function()
- game:GetService("Players").LocalPlayer.PlayerGui.GUI.Enabled = true
- script.Parent.Parent.Enabled = false
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_LEWI82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement