robloxistoeasy

Snowman Simulator Script

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