lygelz23

GhostSimulatorGui v2.0 [ NON LOADSTRING ]

May 5th, 2019
2,830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.12 KB | None | 0 0
  1. --[[
  2. PRESS 'G' TO OPEN/CLOSE
  3. UPDATES :
  4. >ADDED GAMEPASSES
  5. FEAUTURES:
  6. >AUTOFARM
  7. >UNLOCK ALL GAMEPASSES
  8. CREDITS SCRIPTS :
  9. https://v3rmillion.net/showthread.php?tid=826416&highlight=ghost+simulator
  10.  
  11. GUI CREATED BY TYPICAL_RBLX
  12. --]]
  13.  
  14.  
  15.  
  16. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("Frame")local d=Instance.new("TextLabel")local e=Instance.new("TextButton")local f=Instance.new("TextLabel")local g=Instance.new("TextLabel")local h=Instance.new("TextLabel")local i=Instance.new("TextLabel")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("TextButton")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextButton")local p=Instance.new("TextButton")local q=Instance.new("TextButton")local r=Instance.new("TextButton")local s=Instance.new("TextButton")local t=Instance.new("TextButton")a.Name="Gui"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;local u=true;local v=Instance.new("BlurEffect")v.Parent=game:GetService("Lighting")v.Size=24;local w=game.Players.LocalPlayer:GetMouse()w.KeyDown:connect(function(x)if x=="g"then if u==true then u=false;b.Visible=false;v.Enabled=false else u=true;b.Visible=true;v.Enabled=true end end end)b.Active=true;b.Draggable=true;n.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.DoubleGems.Value=true end)t.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.DoubleTokens.Value=true end)s.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.Agility.Value=true end)p.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.MorePetStorage.Value=true end)r.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.MorePetSlots.Value=true end)q.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.DoubleRange.Value=true end)o.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.DoubleLuck.Value=true end)e.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.BoardsUnlocked.Value=true end)j.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value=true end)k.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value=true end)l.MouseButton1Click:connect(function()game.Players.LocalPlayer.Stats.GemDropFactor.Value=9999999999999999999 end)m.MouseButton1Click:connect(function()_G.Farm=true;while _G.Farm==true do wait()local y={}game:GetService("ReplicatedStorage").Network.ToServer.Requests.StartUseVacuum:FireServer(unpack(y))for z,A in pairs(game:GetService("Workspace").Ghosts:GetChildren())do if A:FindFirstChild("Body")~=nil and(A.Body.Position-game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude<100 then for z,B in pairs(game:GetService("ReplicatedStorage").GhostEntries:GetDescendants())do if B.Name=='GhostName'then if B.Value==A.Name then if B.Parent.Parent.Stats.AntennaLevel.Value<=game.Players.LocalPlayer.Stats.AntennaLevel.Value then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=A.Body.CFrame;wait(.2)local C=A;local D=game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy;D:FireServer(C)repeat wait()game.Workspace.ScriptParts.EctoplasmConverters.Converter.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame;for z,A in pairs(game.Workspace.Drops:GetChildren())do A.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end until A:FindFirstChild("Body")==nil end end end end end end end end)b.Name="Staffs"b.Parent=a;b.BackgroundColor3=Color3.new(0.992157,0.992157,0)b.BorderSizePixel=0;b.Position=UDim2.new(0.344439626,0,0.359647989,0)b.Size=UDim2.new(0,479,0,15)c.Name="frame"c.Parent=b;c.BackgroundColor3=Color3.new(0,0,0)c.BackgroundTransparency=0.55000001192093;c.BorderSizePixel=0;c.Position=UDim2.new(0.0017826946,0,0.999998987,0)c.Size=UDim2.new(0,478,0,128)d.Name="logo"d.Parent=c;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(0.746304154,0,0.989127517,0)d.Size=UDim2.new(0,121,0,28)d.Font=Enum.Font.SourceSansBold;d.Text="[ WeAreSafe]"d.TextColor3=Color3.new(1,1,1)d.TextSize=25;d.TextWrapped=true;d.TextXAlignment=Enum.TextXAlignment.Right;e.Name="board"e.Parent=c;e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1;e.Position=UDim2.new(0.0186505765,0,0.0408529527,0)e.Size=UDim2.new(0,122,0,18)e.Font=Enum.Font.ArialBold;e.Text=">Unlock Board"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true;e.TextSize=25;e.TextWrapped=true;e.TextXAlignment=Enum.TextXAlignment.Left;f.Name="title"f.Parent=c;f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1;f.Position=UDim2.new(-0.00388613902,0,-0.415528655,0)f.Size=UDim2.new(0,399,0,37)f.Font=Enum.Font.SourceSansBold;f.Text="GHOST SIMULATOR GUI"f.TextColor3=Color3.new(1,1,1)f.TextSize=45;f.TextWrapped=true;f.TextXAlignment=Enum.TextXAlignment.Right;g.Name="version"g.Parent=c;g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=1;g.Position=UDim2.new(0.850732267,0,-0.330028772,0)g.Size=UDim2.new(0,63,0,14)g.Font=Enum.Font.SciFi;g.Text="V2.0"g.TextColor3=Color3.new(1,1,1)g.TextSize=30;g.TextWrapped=true;g.TextXAlignment=Enum.TextXAlignment.Right;h.Name="text"h.Parent=c;h.BackgroundColor3=Color3.new(1,1,1)h.BackgroundTransparency=1;h.Position=UDim2.new(0.681753814,0,0.0483212173,0)h.Size=UDim2.new(0,144,0,69)h.Font=Enum.Font.ArialBold;h.Text="Press \"g\" to open/close // Created by Typical_RBLX @youtube"h.TextColor3=Color3.new(1,1,1)h.TextScaled=true;h.TextSize=25;h.TextWrapped=true;i.Name="text"i.Parent=c;i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=1;i.Position=UDim2.new(0.691223621,0,0.837830782,0)i.Size=UDim2.new(0,147,0,20)i.Font=Enum.Font.ArialBold;i.Text="https://discord.gg/guayNvq"i.TextColor3=Color3.new(1,1,1)i.TextScaled=true;i.TextSize=25;i.TextWrapped=true;j.Name="magnet"j.Parent=c;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=1;j.Position=UDim2.new(0.0186505765,0,0.177316308,0)j.Size=UDim2.new(0,122,0,18)j.Font=Enum.Font.ArialBold;j.Text=">Unlock Magnet"j.TextColor3=Color3.new(1,1,1)j.TextScaled=true;j.TextSize=25;j.TextWrapped=true;j.TextXAlignment=Enum.TextXAlignment.Left;k.Name="unbox"k.Parent=c;k.BackgroundColor3=Color3.new(1,1,1)k.BackgroundTransparency=1;k.Position=UDim2.new(0.0186505765,0,0.313779682,0)k.Size=UDim2.new(0,114,0,18)k.Font=Enum.Font.ArialBold;k.Text=">Quick Unbox"k.TextColor3=Color3.new(1,1,1)k.TextScaled=true;k.TextSize=25;k.TextWrapped=true;k.TextXAlignment=Enum.TextXAlignment.Left;l.Name="100"l.Parent=c;l.BackgroundColor3=Color3.new(1,1,1)l.BackgroundTransparency=1;l.Position=UDim2.new(0.0186505765,0,0.450243056,0)l.Size=UDim2.new(0,114,0,18)l.Font=Enum.Font.ArialBold;l.Text=">100% Unbox"l.TextColor3=Color3.new(1,1,1)l.TextScaled=true;l.TextSize=25;l.TextWrapped=true;l.TextXAlignment=Enum.TextXAlignment.Left;m.Name="autofarm"m.Parent=c;m.BackgroundColor3=Color3.new(1,1,1)m.BackgroundTransparency=1;m.Position=UDim2.new(0.0186505765,0,0.58670634,0)m.Size=UDim2.new(0,88,0,18)m.Font=Enum.Font.ArialBold;m.Text=">AutoFarm"m.TextColor3=Color3.new(1,1,1)m.TextScaled=true;m.TextSize=25;m.TextWrapped=true;m.TextXAlignment=Enum.TextXAlignment.Left;n.Name="gems"n.Parent=c;n.BackgroundColor3=Color3.new(1,1,1)n.BackgroundTransparency=1;n.Position=UDim2.new(0.298985302,0,0.0408529527,0)n.Size=UDim2.new(0,122,0,18)n.Font=Enum.Font.ArialBold;n.Text=">Double Gems"n.TextColor3=Color3.new(1,1,1)n.TextScaled=true;n.TextSize=25;n.TextWrapped=true;n.TextXAlignment=Enum.TextXAlignment.Left;o.Name="luck"o.Parent=c;o.BackgroundColor3=Color3.new(1,1,1)o.BackgroundTransparency=1;o.Position=UDim2.new(0.298985302,0,0.181477949,0)o.Size=UDim2.new(0,122,0,18)o.Font=Enum.Font.ArialBold;o.Text=">Double Luck"o.TextColor3=Color3.new(1,1,1)o.TextScaled=true;o.TextSize=25;o.TextWrapped=true;o.TextXAlignment=Enum.TextXAlignment.Left;p.Name="storage"p.Parent=c;p.BackgroundColor3=Color3.new(1,1,1)p.BackgroundTransparency=1;p.Position=UDim2.new(0.298985302,0,0.322103024,0)p.Size=UDim2.new(0,148,0,18)p.Font=Enum.Font.ArialBold;p.Text=">More Pet Storage"p.TextColor3=Color3.new(1,1,1)p.TextScaled=true;p.TextSize=25;p.TextWrapped=true;p.TextXAlignment=Enum.TextXAlignment.Left;q.Name="range"q.Parent=c;q.BackgroundColor3=Color3.new(1,1,1)q.BackgroundTransparency=1;q.Position=UDim2.new(0.298985302,0,0.462727964,0)q.Size=UDim2.new(0,122,0,18)q.Font=Enum.Font.ArialBold;q.Text=">Double Range"q.TextColor3=Color3.new(1,1,1)q.TextScaled=true;q.TextSize=25;q.TextWrapped=true;q.TextXAlignment=Enum.TextXAlignment.Left;r.Name="slots"r.Parent=c;r.BackgroundColor3=Color3.new(1,1,1)r.BackgroundTransparency=1;r.Position=UDim2.new(0.298985302,0,0.603352964,0)r.Size=UDim2.new(0,122,0,18)r.Font=Enum.Font.ArialBold;r.Text=">More Pet Slots"r.TextColor3=Color3.new(1,1,1)r.TextScaled=true;r.TextSize=25;r.TextWrapped=true;r.TextXAlignment=Enum.TextXAlignment.Left;s.Name="agility"s.Parent=c;s.BackgroundColor3=Color3.new(1,1,1)s.BackgroundTransparency=1;s.Position=UDim2.new(0.0102823675,0,0.743977964,0)s.Size=UDim2.new(0,122,0,18)s.Font=Enum.Font.ArialBold;s.Text=">Agility"s.TextColor3=Color3.new(1,1,1)s.TextScaled=true;s.TextSize=25;s.TextWrapped=true;s.TextXAlignment=Enum.TextXAlignment.Left;t.Name="tokens"t.Parent=c;t.BackgroundColor3=Color3.new(1,1,1)t.BackgroundTransparency=1;t.Position=UDim2.new(0.298985302,0,0.743977964,0)t.Size=UDim2.new(0,122,0,18)t.Font=Enum.Font.ArialBold;t.Text=">Double Tokens"t.TextColor3=Color3.new(1,1,1)t.TextScaled=true;t.TextSize=25;t.TextWrapped=true;t.TextXAlignment=Enum.TextXAlignment.Left;function SCRIPT_WBVK82_FAKESCRIPT()local E=Instance.new('LocalScript')E.Parent=f;repeat for F=0,1,.01 do E.Parent.Parent.title.TextColor3=Color3.fromHSV(F,1,1)wait(.1)end;for F=1,0-.01 do E.Parent.Parent.title.TextColor3=Color3.fromHSV(F,1,1)wait(.1)end until nil end;coroutine.resume(coroutine.create(SCRIPT_WBVK82_FAKESCRIPT))function SCRIPT_KKPO69_FAKESCRIPT()local E=Instance.new('LocalScript')E.Parent=b;repeat for F=0,1,.01 do E.Parent.Parent.Staffs.BackgroundColor3=Color3.fromHSV(F,1,1)wait(.1)end;for F=1,0-.01 do E.Parent.Parent.Staffs.BackgroundColor3=Color3.fromHSV(F,1,1)wait(.1)end until nil end;coroutine.resume(coroutine.create(SCRIPT_KKPO69_FAKESCRIPT))
Add Comment
Please, Sign In to add comment