Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Gui = Instance.new("ScreenGui")
- local Staffs = Instance.new("Frame")
- local frame = Instance.new("Frame")
- local logo = Instance.new("TextLabel")
- local board = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local version = Instance.new("TextLabel")
- local text = Instance.new("TextLabel")
- local text_2 = Instance.new("TextLabel")
- local magnet = Instance.new("TextButton")
- local unbox = Instance.new("TextButton")
- local _100 = Instance.new("TextButton")
- local autofarm = Instance.new("TextButton")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = game.CoreGui
- Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- local Openn = true
- local b = Instance.new("BlurEffect")
- b.Parent = game:GetService("Lighting")
- b.Size = 24 -- Lower is less blur and higher is more.
- local mouse1 = game.Players.LocalPlayer:GetMouse()
- mouse1.KeyDown:connect(function(key)
- if key == "g" then
- if Openn == true then
- Openn = false
- Staffs.Visible = false
- b.Enabled = false
- else
- Openn = true
- Staffs.Visible = true
- b.Enabled = true
- end
- end
- end)
- board.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Stats.BoardsUnlocked.Value = true
- end)
- magnet.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value = true
- end)
- unbox.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value = true
- end)
- _100.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Stats.GemDropFactor.Value = 9999999999999999999
- end)
- autofarm.MouseButton1Click:connect(function()
- _G.Farm = true
- while _G.Farm == true do
- wait()
- local tbl_main =
- {
- }
- game:GetService("ReplicatedStorage").Network.ToServer.Requests.StartUseVacuum:FireServer(unpack(tbl_main))
- for _,v in pairs(game:GetService("Workspace").Ghosts:GetChildren()) do
- if v:FindFirstChild("Body") ~= nil and (v.Body.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude < 100 then
- for _,c in pairs(game:GetService("ReplicatedStorage").GhostEntries:GetDescendants()) do
- if c.Name == 'GhostName' then
- if c.Value == v.Name then
- if c.Parent.Parent.Stats.AntennaLevel.Value <= game.Players.LocalPlayer.Stats.AntennaLevel.Value then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Body.CFrame
- wait(.2)
- local A_1 = v
- local Event = game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy
- Event:FireServer(A_1)
- repeat
- wait()
- game.Workspace.ScriptParts.EctoplasmConverters.Converter.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for _,v in pairs(game.Workspace.Drops:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- until v:FindFirstChild("Body") == nil
- end;end;end;end;end;end;end
- end)
- Staffs.Active = true
- Staffs.Draggable = true
- Staffs.Name = "Staffs"
- Staffs.Parent = Gui
- Staffs.BackgroundColor3 = Color3.new(0.992157, 0.992157, 0)
- Staffs.BorderSizePixel = 0
- Staffs.Position = UDim2.new(0.344439626, 0, 0.359647989, 0)
- Staffs.Size = UDim2.new(0, 313, 0, 15)
- frame.Name = "frame"
- frame.Parent = Staffs
- frame.BackgroundColor3 = Color3.new(0, 0, 0)
- frame.BackgroundTransparency = 0.55000001192093
- frame.BorderSizePixel = 0
- frame.Position = UDim2.new(0.00178259704, 0, 1, 0)
- frame.Size = UDim2.new(0, 311, 0, 129)
- logo.Name = "logo"
- logo.Parent = frame
- logo.BackgroundColor3 = Color3.new(1, 1, 1)
- logo.BackgroundTransparency = 1
- logo.Position = UDim2.new(0.610320926, 0, 0.996940017, 0)
- logo.Size = UDim2.new(0, 121, 0, 28)
- logo.Font = Enum.Font.SourceSansBold
- logo.Text = "[ WeAreSafe]"
- logo.TextColor3 = Color3.new(1, 1, 1)
- logo.TextSize = 25
- logo.TextWrapped = true
- logo.TextXAlignment = Enum.TextXAlignment.Right
- board.Name = "board"
- board.Parent = frame
- board.BackgroundColor3 = Color3.new(1, 1, 1)
- board.BackgroundTransparency = 1
- board.Position = UDim2.new(0.0646756813, 0, 0.0486654527, 0)
- board.Size = UDim2.new(0, 122, 0, 18)
- board.Font = Enum.Font.ArialBold
- board.Text = ">Unlock Board"
- board.TextColor3 = Color3.new(1, 1, 1)
- board.TextScaled = true
- board.TextSize = 25
- board.TextWrapped = true
- board.TextXAlignment = Enum.TextXAlignment.Left
- title.Name = "title"
- title.Parent = frame
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(-0.00179406069, 0, -0.407716125, 0)
- title.Size = UDim2.new(0, 266, 0, 37)
- title.Font = Enum.Font.SourceSansBold
- title.Text = "GHOST SIMULATOR GUI"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 30
- title.TextWrapped = true
- title.TextXAlignment = Enum.TextXAlignment.Right
- version.Name = "version"
- version.Parent = frame
- version.BackgroundColor3 = Color3.new(1, 1, 1)
- version.BackgroundTransparency = 1
- version.Position = UDim2.new(0.823535562, 0, -0.283153832, 0)
- version.Size = UDim2.new(0, 46, 0, 14)
- version.Font = Enum.Font.SciFi
- version.Text = "V1.0"
- version.TextColor3 = Color3.new(1, 1, 1)
- version.TextSize = 25
- version.TextWrapped = true
- version.TextXAlignment = Enum.TextXAlignment.Right
- text.Name = "text"
- text.Parent = frame
- text.BackgroundColor3 = Color3.new(1, 1, 1)
- text.BackgroundTransparency = 1
- text.Position = UDim2.new(0.538463533, 0, 0.0561337173, 0)
- text.Size = UDim2.new(0, 144, 0, 69)
- text.Font = Enum.Font.ArialBold
- text.Text = "Press \"h\" to open/close // Created by Typical_RBLX @youtube"
- text.TextColor3 = Color3.new(1, 1, 1)
- text.TextScaled = true
- text.TextSize = 25
- text.TextWrapped = true
- text_2.Name = "text"
- text_2.Parent = frame
- text_2.BackgroundColor3 = Color3.new(1, 1, 1)
- text_2.BackgroundTransparency = 1
- text_2.Position = UDim2.new(0.496662915, 0, 0.837830782, 0)
- text_2.Size = UDim2.new(0, 147, 0, 20)
- text_2.Font = Enum.Font.ArialBold
- text_2.Text = "https://discord.gg/guayNvq"
- text_2.TextColor3 = Color3.new(1, 1, 1)
- text_2.TextScaled = true
- text_2.TextSize = 25
- text_2.TextWrapped = true
- magnet.Name = "magnet"
- magnet.Parent = frame
- magnet.BackgroundColor3 = Color3.new(1, 1, 1)
- magnet.BackgroundTransparency = 1
- magnet.Position = UDim2.new(0.0646756813, 0, 0.185128808, 0)
- magnet.Size = UDim2.new(0, 122, 0, 18)
- magnet.Font = Enum.Font.ArialBold
- magnet.Text = ">Unlock Magnet"
- magnet.TextColor3 = Color3.new(1, 1, 1)
- magnet.TextScaled = true
- magnet.TextSize = 25
- magnet.TextWrapped = true
- magnet.TextXAlignment = Enum.TextXAlignment.Left
- unbox.Name = "unbox"
- unbox.Parent = frame
- unbox.BackgroundColor3 = Color3.new(1, 1, 1)
- unbox.BackgroundTransparency = 1
- unbox.Position = UDim2.new(0.0646756813, 0, 0.321592182, 0)
- unbox.Size = UDim2.new(0, 114, 0, 18)
- unbox.Font = Enum.Font.ArialBold
- unbox.Text = ">Quick Unbox"
- unbox.TextColor3 = Color3.new(1, 1, 1)
- unbox.TextScaled = true
- unbox.TextSize = 25
- unbox.TextWrapped = true
- unbox.TextXAlignment = Enum.TextXAlignment.Left
- _100.Name = "100"
- _100.Parent = frame
- _100.BackgroundColor3 = Color3.new(1, 1, 1)
- _100.BackgroundTransparency = 1
- _100.Position = UDim2.new(0.0646756813, 0, 0.458055556, 0)
- _100.Size = UDim2.new(0, 114, 0, 18)
- _100.Font = Enum.Font.ArialBold
- _100.Text = ">100% Drops"
- _100.TextColor3 = Color3.new(1, 1, 1)
- _100.TextScaled = true
- _100.TextSize = 25
- _100.TextWrapped = true
- _100.TextXAlignment = Enum.TextXAlignment.Left
- autofarm.Name = "autofarm"
- autofarm.Parent = frame
- autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
- autofarm.BackgroundTransparency = 1
- autofarm.Position = UDim2.new(0.0646756813, 0, 0.59451884, 0)
- autofarm.Size = UDim2.new(0, 88, 0, 18)
- autofarm.Font = Enum.Font.ArialBold
- autofarm.Text = ">AutoFarm"
- autofarm.TextColor3 = Color3.new(1, 1, 1)
- autofarm.TextScaled = true
- autofarm.TextSize = 25
- autofarm.TextWrapped = true
- autofarm.TextXAlignment = Enum.TextXAlignment.Left
- -- Scripts:
- function SCRIPT_LYZT71_FAKESCRIPT() -- title.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = title
- repeat
- for hue = 0, 1, .01 do
- script.Parent.Parent.title.TextColor3 = Color3.fromHSV(hue, 1, 1)
- wait(.1)
- end
- for hue = 1, 0 -.01 do
- script.Parent.Parent.title.TextColor3 = Color3.fromHSV(hue, 1, 1)
- wait(.1)
- end
- until nil
- end
- coroutine.resume(coroutine.create(SCRIPT_LYZT71_FAKESCRIPT))
- function SCRIPT_HYUA72_FAKESCRIPT() -- Staffs.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Staffs
- repeat
- for hue = 0, 1, .01 do
- script.Parent.Parent.Staffs.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
- wait(.1)
- end
- for hue = 1, 0 -.01 do
- script.Parent.Parent.Staffs.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
- wait(.1)
- end
- until nil
- end
- coroutine.resume(coroutine.create(SCRIPT_HYUA72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement