Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
2,829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Frame_2 = Instance.new("Frame")
  8. local Base = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local SkyBase = Instance.new("TextButton")
  11. local Farm = Instance.new("TextButton")
  12. local PetShop = Instance.new("TextButton")
  13. local TextButton = Instance.new("TextButton")
  14. local WaterMarkYouCandeletethis = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.Active = true
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.BackgroundTransparency = 1
  23. Frame.Position = UDim2.new(0.333333343, 0, 0, 0)
  24. Frame.Selectable = true
  25. Frame.Size = UDim2.new(0, 326, 0, 258)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = Frame
  29. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Open.Position = UDim2.new(-1.9631902, 0, 1.4489913, 0)
  31. Open.Size = UDim2.new(0, 35, 0, 42)
  32. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  33. Open.Font = Enum.Font.Cartoon
  34. Open.Text = ">"
  35. Open.TextColor3 = Color3.new(1, 0, 0)
  36. Open.TextSize = 15
  37. Open.TextWrapped = true
  38.  
  39. Frame_2.Parent = Frame
  40. Frame_2.Active = true
  41. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Frame_2.BorderColor3 = Color3.new(0.992157, 0.580392, 0.239216)
  43. Frame_2.BorderSizePixel = 9
  44. Frame_2.Position = UDim2.new(-0.849693239, 0, 1.12790704, 0)
  45. Frame_2.Size = UDim2.new(0, 378, 0, 349)
  46. Frame_2.Visible = false
  47. Frame_2.Draggable = true
  48.  
  49. Base.Name = "Base"
  50. Base.Parent = Frame_2
  51. Base.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Base.BorderColor3 = Color3.new(1, 0.666667, 0)
  53. Base.BorderSizePixel = 2
  54. Base.Position = UDim2.new(0.0582010597, 0, 0.183381096, 0)
  55. Base.Size = UDim2.new(0, 103, 0, 50)
  56. Base.Text = "TP Base"
  57. Base.TextColor3 = Color3.new(0, 0, 0)
  58. Base.TextScaled = true
  59. Base.TextSize = 14
  60. Base.TextWrapped = true
  61. Base.MouseButton1Down:Connect(function()
  62. local snowmanBases = game.Workspace.snowmanBases:GetChildren()
  63. for i=1,#snowmanBases do
  64. print(snowmanBases[i].player.Value)
  65. if snowmanBases[i].player.Value == game.Players.LocalPlayer then
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(snowmanBases[i].sign.sign.Position.X, snowmanBases[i].sign.sign.Position.Y-20, snowmanBases[i].sign.sign.Position.Z))
  67. end
  68. end
  69. end)
  70.  
  71. TextLabel.Parent = Frame_2
  72. TextLabel.Active = true
  73. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  74. TextLabel.BorderSizePixel = 0
  75. TextLabel.Position = UDim2.new(0.216931209, 0, 0, 0)
  76. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  77. TextLabel.Font = Enum.Font.GothamSemibold
  78. TextLabel.Text = "Ken's Snow GUI"
  79. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  80. TextLabel.TextScaled = true
  81. TextLabel.TextSize = 14
  82. TextLabel.TextWrapped = true
  83.  
  84. SkyBase.Name = "Sky Base"
  85. SkyBase.Parent = Frame_2
  86. SkyBase.BackgroundColor3 = Color3.new(1, 1, 1)
  87. SkyBase.BorderColor3 = Color3.new(1, 0.666667, 0)
  88. SkyBase.BorderSizePixel = 2
  89. SkyBase.Position = UDim2.new(0.664021134, 0, 0.183381096, 0)
  90. SkyBase.Size = UDim2.new(0, 103, 0, 50)
  91. SkyBase.Text = "Sky Base"
  92. SkyBase.TextColor3 = Color3.new(0, 0, 0)
  93. SkyBase.TextScaled = true
  94. SkyBase.TextSize = 14
  95. SkyBase.TextWrapped = true
  96. SkyBase.MouseButton1Down:Connect(function()
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1689.55, 1447.4, 73.8062)
  98. end)
  99.  
  100. Farm.Name = "Farm"
  101. Farm.Parent = Frame_2
  102. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Farm.BorderColor3 = Color3.new(1, 0.666667, 0)
  104. Farm.BorderSizePixel = 2
  105. Farm.Position = UDim2.new(0.664021194, 0, 0.426934123, 0)
  106. Farm.Size = UDim2.new(0, 103, 0, 50)
  107. Farm.Text = "Quick Farm"
  108. Farm.TextColor3 = Color3.new(0, 0, 0)
  109. Farm.TextScaled = true
  110. Farm.TextSize = 14
  111. Farm.TextWrapped = true
  112.  
  113. PetShop.Name = "Pet Shop"
  114. PetShop.Parent = Frame_2
  115. PetShop.BackgroundColor3 = Color3.new(1, 1, 1)
  116. PetShop.BorderColor3 = Color3.new(1, 0.666667, 0)
  117. PetShop.BorderSizePixel = 2
  118. PetShop.Position = UDim2.new(0.058201015, 0, 0.426934093, 0)
  119. PetShop.Size = UDim2.new(0, 103, 0, 50)
  120. PetShop.Text = "Pet Store"
  121. PetShop.TextColor3 = Color3.new(0, 0, 0)
  122. PetShop.TextScaled = true
  123. PetShop.TextSize = 14
  124. PetShop.TextWrapped = true
  125. PetShop.MouseButton1Down:Connect(function()
  126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1700, 21, 53)
  127. end)
  128.  
  129. TextButton.Parent = Frame_2
  130. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TextButton.BorderColor3 = Color3.new(1, 0.666667, 0)
  132. TextButton.BorderSizePixel = 2
  133. TextButton.Position = UDim2.new(0.0582010597, 0, 0.650429785, 0)
  134. TextButton.Size = UDim2.new(0, 103, 0, 50)
  135. TextButton.Text = "Far Sell"
  136. TextButton.TextColor3 = Color3.new(0, 0, 0)
  137. TextButton.TextScaled = true
  138. TextButton.TextSize = 14
  139. TextButton.TextWrapped = true
  140. TextButton.MouseButton1Down:Connect(function()
  141. game.ReplicatedStorage.ThisGame.Calls.snowballControllerFunc:InvokeServer("stopRoll")
  142. game.ReplicatedStorage.ThisGame.Calls.snowballController:FireServer("addToSnowman")
  143. end)
  144.  
  145.  
  146. -- Scripts:
  147. Open.MouseButton1Down:Connect(function()
  148. if Frame_2.Visible == true then
  149. Frame_2.Visible = false
  150. Open.Text = ">"
  151. else
  152. Frame_2.Visible = true
  153. Open.Text = "<"
  154. end
  155. end)
  156.  
  157. while wait() do
  158. if Farm.MouseButton1Down == true then
  159. game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
  160. end
  161. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement