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 main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local closebutton = Instance.new("TextButton")
- local ghostsimulator = Instance.new("TextButton")
- local cridetbutton = Instance.new("TextButton")
- local cridetsgui = Instance.new("Frame")
- local cridettitle = Instance.new("TextLabel")
- local nothing = Instance.new("TextLabel")
- local me = Instance.new("TextLabel")
- local johnpual = Instance.new("TextLabel")
- local argie = Instance.new("TextLabel")
- local backbutton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.new(1, 1, 1)
- main.Position = UDim2.new(-0.000942471088, 0, 0.414715707, 0)
- main.Size = UDim2.new(0, 220, 0, 306)
- main.Style = Enum.FrameStyle.DropShadow
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.BackgroundTransparency = 5
- title.Position = UDim2.new(0.103663564, 0, 0.0175300837, 0)
- title.Size = UDim2.new(0, 153, 0, 33)
- title.Font = Enum.Font.SourceSans
- title.Text = "MAKHACKs"
- title.TextColor3 = Color3.new(1, 0.333333, 0)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- closebutton.Name = "closebutton"
- closebutton.Parent = main
- closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
- closebutton.BackgroundTransparency = 5
- closebutton.Position = UDim2.new(0.910856247, 0, -0.00408590026, 0)
- closebutton.Size = UDim2.new(0, 20, 0, 19)
- closebutton.Font = Enum.Font.SourceSans
- closebutton.Text = "X"
- closebutton.TextColor3 = Color3.new(1, 0, 0)
- closebutton.TextScaled = true
- closebutton.TextSize = 14
- closebutton.TextWrapped = true
- closebutton.MouseButton1Down:connect(function()
- main.Visible = false
- end)
- ghostsimulator.Name = "ghost simulator"
- ghostsimulator.Parent = main
- ghostsimulator.BackgroundColor3 = Color3.new(0, 0, 0)
- ghostsimulator.BackgroundTransparency = 5
- ghostsimulator.Position = UDim2.new(0.0964462608, 0, 0.412110835, 0)
- ghostsimulator.Size = UDim2.new(0, 155, 0, 50)
- ghostsimulator.Font = Enum.Font.SourceSans
- ghostsimulator.Text = "Gost Smulator"
- ghostsimulator.TextColor3 = Color3.new(1, 1, 1)
- ghostsimulator.TextScaled = true
- ghostsimulator.TextSize = 14
- ghostsimulator.TextWrapped = true
- ghostsimulator.MouseButton1Down:connect(function()
- local GhostATrash = Instance.new("ScreenGui")
- local Open = Instance.new("TextButton")
- local SecondGUI = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Board = Instance.new("TextButton")
- local Magnet = Instance.new("TextButton")
- local Unbox = Instance.new("TextButton")
- local Drops = Instance.new("TextButton")
- local Start = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local Board_2 = Instance.new("TextButton")
- GhostATrash.Name = "GhostATrash"
- GhostATrash.Parent = game.CoreGui
- GhostATrash.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Open.Name = "Open"
- Open.Parent = GhostATrash
- Open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0617298745, 0, 0.964695036, 0)
- Open.Size = UDim2.new(0, 95, 0, 37)
- Open.Visible = false
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 20
- Open.MouseButton1Click:connect (function ()
- SecondGUI.Visible = true
- Open.Visible = false
- end)
- SecondGUI.Name = "Second GUI"
- SecondGUI.Parent = GhostATrash
- SecondGUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- SecondGUI.BorderSizePixel = 0
- SecondGUI.Position = UDim2.new(0.407031059, 0, 0.211302206, 0)
- SecondGUI.Size = UDim2.new(0, 142, 0, 305)
- SecondGUI.Active = true
- SecondGUI.Draggable = true
- TextLabel.Parent = SecondGUI
- TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextLabel.BackgroundTransparency = 0.03999999910593
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.0733053759, 0, -0.0242610741, 0)
- TextLabel.Size = UDim2.new(0, 161, 0, 33)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Ghost-A-Trash"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 20
- Board.Name = "Board"
- Board.Parent = SecondGUI
- Board.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Board.BorderSizePixel = 0
- Board.Position = UDim2.new(0, 0, 0.193508998, 0)
- Board.Size = UDim2.new(0, 142, 0, 29)
- Board.Font = Enum.Font.Cartoon
- Board.Text = "Unlock Board"
- Board.TextColor3 = Color3.new(1, 1, 1)
- Board.TextSize = 17
- Board.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.BoardsUnlocked.Value = true
- end)
- Magnet.Name = "Magnet"
- Magnet.Parent = SecondGUI
- Magnet.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Magnet.BorderSizePixel = 0
- Magnet.Position = UDim2.new(0, 0, 0.285865158, 0)
- Magnet.Size = UDim2.new(0, 142, 0, 29)
- Magnet.Font = Enum.Font.Cartoon
- Magnet.Text = "Unlock Magnet"
- Magnet.TextColor3 = Color3.new(1, 1, 1)
- Magnet.TextSize = 17
- Magnet.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value = true
- end)
- Unbox.Name = "Unbox"
- Unbox.Parent = SecondGUI
- Unbox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Unbox.BorderSizePixel = 0
- Unbox.Position = UDim2.new(0, 0, 0.391336083, 0)
- Unbox.Size = UDim2.new(0, 142, 0, 29)
- Unbox.Font = Enum.Font.Cartoon
- Unbox.Text = "Quick Unbox"
- Unbox.TextColor3 = Color3.new(1, 1, 1)
- Unbox.TextSize = 17
- Unbox.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value = true
- end)
- Drops.Name = "Drops"
- Drops.Parent = SecondGUI
- Drops.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Drops.BorderSizePixel = 0
- Drops.Position = UDim2.new(0, 0, 0.483692259, 0)
- Drops.Size = UDim2.new(0, 142, 0, 29)
- Drops.Font = Enum.Font.Cartoon
- Drops.Text = "100% Drops"
- Drops.TextColor3 = Color3.new(1, 1, 1)
- Drops.TextSize = 17
- Drops.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.GemDropFactor.Value = 9999999999999999999
- end)
- Start.Name = "Start"
- Start.Parent = SecondGUI
- Start.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0, 0, 0.751962721, 0)
- Start.Size = UDim2.new(0, 142, 0, 29)
- Start.Font = Enum.Font.Cartoon
- Start.Text = "Start"
- Start.TextColor3 = Color3.new(1, 1, 1)
- Start.TextSize = 17
- Start.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)
- TextLabel_2.Parent = SecondGUI
- TextLabel_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextLabel_2.BackgroundTransparency = 99
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, 0.0839356482, 0)
- TextLabel_2.Size = UDim2.new(0, 140, 0, 33)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Functions"
- TextLabel_2.TextColor3 = Color3.new(1, 0.780392, 0.419608)
- TextLabel_2.TextSize = 19
- TextLabel_3.Parent = SecondGUI
- TextLabel_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextLabel_3.BackgroundTransparency = 99
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0, 0, 0.641312659, 0)
- TextLabel_3.Size = UDim2.new(0, 140, 0, 33)
- TextLabel_3.Font = Enum.Font.Cartoon
- TextLabel_3.Text = "Auto-Farm"
- TextLabel_3.TextColor3 = Color3.new(1, 0.780392, 0.419608)
- TextLabel_3.TextSize = 19
- TextLabel_4.Parent = SecondGUI
- TextLabel_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextLabel_4.BackgroundTransparency = 99
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0, 0, 0.84459132, 0)
- TextLabel_4.Size = UDim2.new(0, 140, 0, 33)
- TextLabel_4.Font = Enum.Font.Cartoon
- TextLabel_4.Text = "Attacks Monsters in your area!"
- TextLabel_4.TextColor3 = Color3.new(0.670588, 1, 0.945098)
- TextLabel_4.TextSize = 15
- TextLabel_4.TextWrapped = true
- Board_2.Name = "Board"
- Board_2.Parent = SecondGUI
- Board_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Board_2.BorderSizePixel = 0
- Board_2.Position = UDim2.new(0, 0, 0.973836899, 0)
- Board_2.Size = UDim2.new(0, 142, 0, 14)
- Board_2.Font = Enum.Font.Cartoon
- Board_2.Text = "Close"
- Board_2.TextColor3 = Color3.new(1, 1, 1)
- Board_2.TextSize = 15
- Board_2.MouseButton1Click:connect (function()
- SecondGUI.Visible = false
- Open.Visible = true
- end)
- end)
- cridetbutton.Name = "cridet button"
- cridetbutton.Parent = main
- cridetbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- cridetbutton.BackgroundTransparency = 5
- cridetbutton.Position = UDim2.new(0.249899328, 0, 0.713303983, 0)
- cridetbutton.Size = UDim2.new(0, 101, 0, 48)
- cridetbutton.Font = Enum.Font.SourceSans
- cridetbutton.Text = "Cridets"
- cridetbutton.TextColor3 = Color3.new(0, 0, 0)
- cridetbutton.TextScaled = true
- cridetbutton.TextSize = 14
- cridetbutton.TextWrapped = true
- cridetbutton.MouseButton1Down:connect(function()
- cridetsgui.Visible = true
- main.Visible = false
- end)
- cridetsgui.Name = "cridets gui'"
- cridetsgui.Parent = ScreenGui
- cridetsgui.Active = true
- cridetsgui.BackgroundColor3 = Color3.new(1, 1, 1)
- cridetsgui.Position = UDim2.new(0.389255404, 0, 0.287625402, 0)
- cridetsgui.Size = UDim2.new(0, 348, 0, 307)
- cridetsgui.Visible = false
- cridetsgui.Style = Enum.FrameStyle.DropShadow
- cridettitle.Name = "cridet title"
- cridettitle.Parent = cridetsgui
- cridettitle.BackgroundColor3 = Color3.new(1, 1, 1)
- cridettitle.BackgroundTransparency = 5
- cridettitle.Position = UDim2.new(0.267961502, 0, 0.00114068016, 0)
- cridettitle.Size = UDim2.new(0, 154, 0, 52)
- cridettitle.Font = Enum.Font.SourceSans
- cridettitle.Text = "Cridets"
- cridettitle.TextColor3 = Color3.new(0.333333, 1, 1)
- cridettitle.TextScaled = true
- cridettitle.TextSize = 14
- cridettitle.TextWrapped = true
- nothing.Name = "nothing"
- nothing.Parent = cridetsgui
- nothing.BackgroundColor3 = Color3.new(1, 1, 1)
- nothing.Position = UDim2.new(0.0213801935, 0, 0.31096679, 0)
- nothing.Size = UDim2.new(0, 318, 0, 192)
- nothing.Font = Enum.Font.SourceSans
- nothing.Text = ""
- nothing.TextColor3 = Color3.new(0, 0, 0)
- nothing.TextSize = 14
- me.Name = "me"
- me.Parent = cridetsgui
- me.BackgroundColor3 = Color3.new(1, 1, 1)
- me.BackgroundTransparency = 5
- me.Position = UDim2.new(0.215418145, 0, 0.35377568, 0)
- me.Size = UDim2.new(0, 183, 0, 50)
- me.Font = Enum.Font.SourceSans
- me.Text = "Johnmark GULBE"
- me.TextColor3 = Color3.new(0, 0, 0)
- me.TextScaled = true
- me.TextSize = 14
- me.TextWrapped = true
- johnpual.Name = "johnpual"
- johnpual.Parent = cridetsgui
- johnpual.BackgroundColor3 = Color3.new(1, 1, 1)
- johnpual.BackgroundTransparency = 5
- johnpual.Position = UDim2.new(0.215418145, 0, 0.542700768, 0)
- johnpual.Size = UDim2.new(0, 183, 0, 50)
- johnpual.Font = Enum.Font.SourceSans
- johnpual.Text = "johnpaul"
- johnpual.TextColor3 = Color3.new(0, 0, 0)
- johnpual.TextScaled = true
- johnpual.TextSize = 14
- johnpual.TextWrapped = true
- argie.Name = "argie"
- argie.Parent = cridetsgui
- argie.BackgroundColor3 = Color3.new(1, 1, 1)
- argie.BackgroundTransparency = 5
- argie.Position = UDim2.new(0.22116527, 0, 0.744655132, 0)
- argie.Size = UDim2.new(0, 183, 0, 50)
- argie.Font = Enum.Font.SourceSans
- argie.Text = "argie"
- argie.TextColor3 = Color3.new(0, 0, 0)
- argie.TextScaled = true
- argie.TextSize = 14
- argie.TextWrapped = true
- backbutton.Name = "back button"
- backbutton.Parent = cridetsgui
- backbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- backbutton.BackgroundTransparency = 5
- backbutton.Position = UDim2.new(-0.0018120259, 0, -0.00575996935, 0)
- backbutton.Size = UDim2.new(0, 58, 0, 24)
- backbutton.Font = Enum.Font.SourceSans
- backbutton.Text = "Back"
- backbutton.TextColor3 = Color3.new(0.666667, 0, 0)
- backbutton.TextScaled = true
- backbutton.TextSize = 14
- backbutton.TextWrapped = true
- backbutton.MouseButton1Down:connect(function()
- main.Visible = true
- cridetsgui.Visible = false
- end)
- function SCRIPT_HSAM73_FAKESCRIPT() -- title.Script
- local script = Instance.new('Script')
- script.Parent = title
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_HSAM73_FAKESCRIPT))
- function SCRIPT_UMZR75_FAKESCRIPT() -- ghostsimulator.Script
- local script = Instance.new('Script')
- script.Parent = ghostsimulator
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_UMZR75_FAKESCRIPT))
- function SCRIPT_PWYV77_FAKESCRIPT() -- cridetbutton.Script
- local script = Instance.new('Script')
- script.Parent = cridetbutton
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_PWYV77_FAKESCRIPT))
- function SCRIPT_QTPL72_FAKESCRIPT() -- cridettitle.Script
- local script = Instance.new('Script')
- script.Parent = cridettitle
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_QTPL72_FAKESCRIPT))
- function SCRIPT_GUGE67_FAKESCRIPT() -- nothing.Script
- local script = Instance.new('Script')
- script.Parent = nothing
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_GUGE67_FAKESCRIPT))
- function SCRIPT_FJBP70_FAKESCRIPT() -- backbutton.Script
- local script = Instance.new('Script')
- script.Parent = backbutton
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_FJBP70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement