PG_MCVN

Snowman Simulator GUI

Dec 16th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. --Made by Neb#7444, Neb0 @v3rmillion.net
  2. --Credits to original script creators.
  3. -- Instances:
  4. local snowmangui = Instance.new("ScreenGui")
  5. local mainframe = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local Sell = Instance.new("TextButton")
  8. local Autosell = Instance.new("TextButton")
  9. local autosnow = Instance.new("TextButton")
  10. local colelctcane = Instance.new("TextButton")
  11. local walkspeed = Instance.new("TextButton")
  12. local jump = Instance.new("TextButton")
  13. local statement = Instance.new("TextLabel")
  14. --Properties:
  15. snowmangui.Name = "snowmangui"
  16. snowmangui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. mainframe.Name = "mainframe"
  19. mainframe.Parent = snowmangui
  20. mainframe.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  21. mainframe.BorderColor3 = Color3.new(1, 1, 1)
  22. mainframe.Position = UDim2.new(0.361730009, 0, 0.378486067, 0)
  23. mainframe.Size = UDim2.new(0, 211, 0, 182)
  24.  
  25. title.Name = "title"
  26. title.Parent = mainframe
  27. title.BackgroundColor3 = Color3.new(1, 1, 1)
  28. title.BorderColor3 = Color3.new(1, 1, 1)
  29. title.Position = UDim2.new(0, 0, -0.275428385, 0)
  30. title.Size = UDim2.new(0, 211, 0, 50)
  31. title.Font = Enum.Font.SourceSansBold
  32. title.Text = "Snowman Simualor GUI by Neb#7444"
  33. title.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  34. title.TextScaled = true
  35. title.TextSize = 14
  36. title.TextWrapped = true
  37.  
  38. Sell.Name = "Sell"
  39. Sell.Parent = mainframe
  40. Sell.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Sell.BorderColor3 = Color3.new(1, 1, 1)
  42. Sell.Position = UDim2.new(0.0900473967, 0, 0.0934065953, 0)
  43. Sell.Size = UDim2.new(0, 75, 0, 18)
  44. Sell.Font = Enum.Font.SourceSansBold
  45. Sell.Text = "Sell All"
  46. Sell.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  47. Sell.TextSize = 14
  48.  
  49. Autosell.Name = "Autosell"
  50. Autosell.Parent = mainframe
  51. Autosell.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Autosell.BorderColor3 = Color3.new(1, 1, 1)
  53. Autosell.Position = UDim2.new(0.51184833, 0, 0.0934065953, 0)
  54. Autosell.Size = UDim2.new(0, 75, 0, 18)
  55. Autosell.Font = Enum.Font.SourceSansBold
  56. Autosell.Text = "Autosell"
  57. Autosell.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  58. Autosell.TextSize = 14
  59.  
  60. autosnow.Name = "autosnow"
  61. autosnow.Parent = mainframe
  62. autosnow.BackgroundColor3 = Color3.new(1, 1, 1)
  63. autosnow.BorderColor3 = Color3.new(1, 1, 1)
  64. autosnow.Position = UDim2.new(0.0900473893, 0, 0.252747267, 0)
  65. autosnow.Size = UDim2.new(0, 75, 0, 18)
  66. autosnow.Font = Enum.Font.SourceSansBold
  67. autosnow.Text = "Auto Collect Snow"
  68. autosnow.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  69. autosnow.TextScaled = true
  70. autosnow.TextSize = 14
  71. autosnow.TextWrapped = true
  72.  
  73. colelctcane.Name = "colelctcane"
  74. colelctcane.Parent = mainframe
  75. colelctcane.BackgroundColor3 = Color3.new(1, 1, 1)
  76. colelctcane.BorderColor3 = Color3.new(1, 1, 1)
  77. colelctcane.Position = UDim2.new(0.51184833, 0, 0.252747267, 0)
  78. colelctcane.Size = UDim2.new(0, 75, 0, 18)
  79. colelctcane.Font = Enum.Font.SourceSansBold
  80. colelctcane.Text = "Collect Candy Canes"
  81. colelctcane.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  82. colelctcane.TextScaled = true
  83. colelctcane.TextSize = 14
  84. colelctcane.TextWrapped = true
  85.  
  86. walkspeed.Name = "walkspeed"
  87. walkspeed.Parent = mainframe
  88. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  89. walkspeed.BorderColor3 = Color3.new(1, 1, 1)
  90. walkspeed.Position = UDim2.new(0.0900473893, 0, 0.417582452, 0)
  91. walkspeed.Size = UDim2.new(0, 75, 0, 18)
  92. walkspeed.Font = Enum.Font.SourceSansBold
  93. walkspeed.Text = "Walkspeed +10"
  94. walkspeed.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  95. walkspeed.TextScaled = true
  96. walkspeed.TextSize = 14
  97. walkspeed.TextWrapped = true
  98.  
  99. jump.Name = "jump"
  100. jump.Parent = mainframe
  101. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  102. jump.BorderColor3 = Color3.new(1, 1, 1)
  103. jump.Position = UDim2.new(0.51184833, 0, 0.417582452, 0)
  104. jump.Size = UDim2.new(0, 75, 0, 18)
  105. jump.Font = Enum.Font.SourceSansBold
  106. jump.Text = "Jumppower +10"
  107. jump.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  108. jump.TextScaled = true
  109. jump.TextSize = 14
  110. jump.TextWrapped = true
  111.  
  112. statement.Name = "statement"
  113. statement.Parent = mainframe
  114. statement.BackgroundColor3 = Color3.new(1, 1, 1)
  115. statement.BorderColor3 = Color3.new(1, 1, 1)
  116. statement.Position = UDim2.new(0, 0, 0.625670373, 0)
  117. statement.Size = UDim2.new(0, 211, 0, 68)
  118. statement.Font = Enum.Font.SourceSansBold
  119. statement.Text = "that's all, I MIGHT update if new stuff comes out or if there is something patched. Enjoy."
  120. statement.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  121. statement.TextScaled = true
  122. statement.TextSize = 14
  123. statement.TextWrapped = true
  124. -- Scripts:
  125. function SCRIPT_HDQL77_FAKESCRIPT() -- Sell.Script
  126. getfenv().script = Instance.new('Script', Sell)
  127.  
  128. script.Parent.MouseButton1Click:Connect(function()
  129. game.ReplicatedStorage.ThisGame.Calls.snowballControllerFunc:InvokeServer("stopRoll")
  130. game.ReplicatedStorage.ThisGame.Calls.snowballController:FireServer("addToSnowman")
  131. end)
  132.  
  133. end
  134. coroutine.resume(coroutine.create(SCRIPT_HDQL77_FAKESCRIPT))
  135. function SCRIPT_TNVC68_FAKESCRIPT() -- Autosell.Script
  136. getfenv().script = Instance.new('Script', Autosell)
  137.  
  138. local autosell = script.Parent
  139.  
  140. script.Parent.MouseButton1Click:Connect(function()
  141. while true do
  142. game.ReplicatedStorage.ThisGame.Calls.snowballControllerFunc:InvokeServer("stopRoll")
  143. game.ReplicatedStorage.ThisGame.Calls.snowballController:FireServer("addToSnowman")
  144. wait(0.4)
  145. end
  146.  
  147. end)
  148.  
  149. end
  150. coroutine.resume(coroutine.create(SCRIPT_TNVC68_FAKESCRIPT))
  151. function SCRIPT_YNKH66_FAKESCRIPT() -- autosnow.Script
  152. getfenv().script = Instance.new('Script', autosnow)
  153.  
  154. script.Parent.MouseButton1Click:Connect(function()
  155. while true do
  156. game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
  157. wait()
  158. end
  159. end)
  160.  
  161. end
  162. coroutine.resume(coroutine.create(SCRIPT_YNKH66_FAKESCRIPT))
  163. function SCRIPT_WJHU77_FAKESCRIPT() -- colelctcane.Script
  164. getfenv().script = Instance.new('Script', colelctcane)
  165.  
  166. script.Parent.MouseButton1Click:Connect(function()
  167. local players = game:GetService('Players')
  168. local original = players.LocalPlayer.Character.HumanoidRootPart.CFrame
  169. for i,v in pairs(workspace.gameCandyCanes:GetChildren()) do
  170. wait(0.1)
  171. players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.cane.CFrame
  172. end
  173. wait(0.25)
  174. players.LocalPlayer.Character.HumanoidRootPart.CFrame = original
  175. end)
  176.  
  177. end
  178. coroutine.resume(coroutine.create(SCRIPT_WJHU77_FAKESCRIPT))
  179. function SCRIPT_EBJJ65_FAKESCRIPT() -- walkspeed.Script
  180. getfenv().script = Instance.new('Script', walkspeed)
  181.  
  182. script.Parent.MouseButton1Click:Connect(function()
  183. game.Players.LocalPlayer.Character.Humanoid.Walkspeed = game.Players.LocalPlayer.Character.Humanoid.Walkspeed + 10
  184. end)
  185.  
  186. end
  187. coroutine.resume(coroutine.create(SCRIPT_EBJJ65_FAKESCRIPT))
  188. function SCRIPT_PWBR89_FAKESCRIPT() -- jump.Script
  189. getfenv().script = Instance.new('Script', jump)
  190.  
  191. script.Parent.MouseButton1Click:Connect(function()
  192. game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.Jumppower + 10
  193. end)
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_PWBR89_FAKESCRIPT))
  197. function SCRIPT_DDAK81_FAKESCRIPT() -- mainframe.Script
  198. getfenv().script = Instance.new('Script', mainframe)
  199.  
  200. script.Parent.Active = true
  201. script.Parent.Draggable = true
  202.  
  203. end
  204. coroutine.resume(coroutine.create(SCRIPT_DDAK81_FAKESCRIPT))
Add Comment
Please, Sign In to add comment