Advertisement
sodiumsalt

Untitled

Mar 17th, 2019
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local ScrollingFrame = Instance.new("ScrollingFrame")
  6. local UIListLayout = Instance.new("UIListLayout")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. ScrollingFrame.Parent = ScreenGui
  16. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. ScrollingFrame.Position = UDim2.new(-1.83619608e-08, 0, 0.753943205, 0)
  18. ScrollingFrame.Size = UDim2.new(0.365824282, 0, 0.24605678, 0)
  19.  
  20. UIListLayout.Parent = ScrollingFrame
  21.  
  22. TextButton.Parent = ScrollingFrame
  23. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextButton.Position = UDim2.new(3.54032252e-08, 0, 5.27985797e-08, 0)
  25. TextButton.Size = UDim2.new(0.946635783, 0, 0.0635888577, 0)
  26. TextButton.Font = Enum.Font.SourceSans
  27. TextButton.Text = "post office"
  28. TextButton.TextColor3 = Color3.new(0, 0, 0)
  29. TextButton.TextSize = 14
  30.  
  31. TextButton_2.Parent = ScrollingFrame
  32. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextButton_2.Position = UDim2.new(3.54032252e-08, 0, 5.27985797e-08, 0)
  34. TextButton_2.Size = UDim2.new(0.946635783, 0, 0.0635888577, 0)
  35. TextButton_2.Font = Enum.Font.SourceSans
  36. TextButton_2.Text = "motor delivery"
  37. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  38. TextButton_2.TextSize = 14
  39.  
  40. TextButton_3.Parent = ScrollingFrame
  41. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextButton_3.Position = UDim2.new(3.54032252e-08, 0, 5.27985797e-08, 0)
  43. TextButton_3.Size = UDim2.new(0.946635783, 0, 0.0635888577, 0)
  44. TextButton_3.Font = Enum.Font.SourceSans
  45. TextButton_3.Text = "air mail"
  46. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton_3.TextSize = 14
  48.  
  49. TextButton_4.Parent = ScrollingFrame
  50. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextButton_4.Position = UDim2.new(3.54032252e-08, 0, 5.27985797e-08, 0)
  52. TextButton_4.Size = UDim2.new(0.946635783, 0, 0.0635888577, 0)
  53. TextButton_4.Font = Enum.Font.SourceSans
  54. TextButton_4.Text = "your warehouse"
  55. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  56. TextButton_4.TextSize = 14
  57. -- Scripts:
  58. function SCRIPT_OLDS67_FAKESCRIPT() -- TextButton.LocalScript
  59. local script = Instance.new('LocalScript')
  60. script.Parent = TextButton
  61. script.Parent.MouseButton1Click:Connect(function()
  62. local plr = game.Players.LocalPlayer
  63. local chr = plr.Character
  64. chr.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.Buildings["Post_Office"]["POBox_Receiver"].Position)
  65. end)
  66.  
  67. end
  68. coroutine.resume(coroutine.create(SCRIPT_OLDS67_FAKESCRIPT))
  69. function SCRIPT_BCDF90_FAKESCRIPT() -- TextButton_2.LocalScript
  70. local script = Instance.new('LocalScript')
  71. script.Parent = TextButton_2
  72. script.Parent.MouseButton1Click:Connect(function()
  73. local plr = game.Players.LocalPlayer
  74. local chr = plr.Character
  75. chr.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.Buildings["Motor Delivery"]["MDBox_Receiver"].Position)
  76. end)
  77.  
  78. end
  79. coroutine.resume(coroutine.create(SCRIPT_BCDF90_FAKESCRIPT))
  80. function SCRIPT_DYXV71_FAKESCRIPT() -- TextButton_3.LocalScript
  81. local script = Instance.new('LocalScript')
  82. script.Parent = TextButton_3
  83. script.Parent.MouseButton1Click:Connect(function()
  84. local plr = game.Players.LocalPlayer
  85. local chr = plr.Character
  86. chr.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.Buildings.Skyscraper.Banner.Position)
  87. end)
  88.  
  89. end
  90. coroutine.resume(coroutine.create(SCRIPT_DYXV71_FAKESCRIPT))
  91. function SCRIPT_ZKOL85_FAKESCRIPT() -- TextButton_4.LocalScript
  92. local script = Instance.new('LocalScript')
  93. script.Parent = TextButton_4
  94. script.Parent.MouseButton1Click:Connect(function()
  95. local plr = game:GetService'Players'.LocalPlayer
  96. local chr = plr.Character
  97. local nam = plr.Name
  98. local idfk = game.Workspace:FindFirstChild(nam.. "'s Plot")
  99. local aids = idfk:FindFirstChild(nam.. "'s Warehouse")
  100. chr.HumanoidRootPart.CFrame = CFrame.new(aids.Prim.Position)
  101. end)
  102.  
  103. end
  104. coroutine.resume(coroutine.create(SCRIPT_ZKOL85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement