The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Snow Shoveling Simulator script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Snow Shoveling Simulator Hax Gui
  2. -- Version: 1.0
  3.  
  4. local SSSHax = Instance.new("ScreenGui")
  5. local TheSTUFF = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local Credits = Instance.new("TextLabel")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local WalkSpeed = Instance.new("TextButton")
  10. local IceFarmer = Instance.new("TextButton")
  11. local ModifyTool = Instance.new("TextButton")
  12. local TextBox = Instance.new("TextBox")
  13.  
  14. --Properties:
  15. SSSHax.Name = "SSS Hax"
  16. SSSHax.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. TheSTUFF.Name = "TheSTUFF"
  19. TheSTUFF.Parent = SSSHax
  20. TheSTUFF.BackgroundColor3 = Color3.new(0, 0, 0)
  21. TheSTUFF.Position = UDim2.new(0.666421771, 0, 0.422604412, 0)
  22. TheSTUFF.Size = UDim2.new(0, 286, 0, 319)
  23.  
  24. Name.Name = "Name"
  25. Name.Parent = TheSTUFF
  26. Name.BackgroundColor3 = Color3.new(0.0901961, 0.0901961, 1)
  27. Name.Position = UDim2.new(0.0247119162, 0, 0.0308686122, 0)
  28. Name.Size = UDim2.new(0, 272, 0, 44)
  29. Name.Font = Enum.Font.SourceSansItalic
  30. Name.Text = "Snow Shoveling Sim Hax"
  31. Name.TextColor3 = Color3.new(0.321569, 0.968628, 1)
  32. Name.TextScaled = true
  33. Name.TextSize = 14
  34. Name.TextWrapped = true
  35.  
  36. Credits.Name = "Credits"
  37. Credits.Parent = TheSTUFF
  38. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Credits.BackgroundTransparency = 1
  40. Credits.Position = UDim2.new(0.0244755745, 0, 0.779071391, 0)
  41. Credits.Size = UDim2.new(0, 272, 0, 49)
  42. Credits.ZIndex = 2
  43. Credits.Font = Enum.Font.SourceSans
  44. Credits.Text = "Created By TrollMlgKing & Pure"
  45. Credits.TextColor3 = Color3.new(0, 0, 1)
  46. Credits.TextScaled = true
  47. Credits.TextSize = 14
  48. Credits.TextWrapped = true
  49.  
  50. ImageLabel.Parent = TheSTUFF
  51. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  52. ImageLabel.Position = UDim2.new(0.0249404907, 0, 0.167789847, 0)
  53. ImageLabel.Size = UDim2.new(0, 272, 0, 257)
  54. ImageLabel.Image = "rbxassetid://166028104"
  55.  
  56. WalkSpeed.Name = "WalkSpeed"
  57. WalkSpeed.Parent = TheSTUFF
  58. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  59. WalkSpeed.Position = UDim2.new(0.0784260035, 0, 0.592187762, 0)
  60. WalkSpeed.Size = UDim2.new(0, 242, 0, 50)
  61. WalkSpeed.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  62. WalkSpeed.Font = Enum.Font.SourceSans
  63. WalkSpeed.Text = "Walk Speed"
  64. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  65. WalkSpeed.TextScaled = true
  66. WalkSpeed.TextSize = 14
  67. WalkSpeed.TextWrapped = true
  68.  
  69. IceFarmer.Name = "IceFarmer"
  70. IceFarmer.Parent = TheSTUFF
  71. IceFarmer.BackgroundColor3 = Color3.new(1, 1, 1)
  72. IceFarmer.Position = UDim2.new(0.0776913166, 0, 0.399661809, 0)
  73. IceFarmer.Size = UDim2.new(0, 242, 0, 50)
  74. IceFarmer.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  75. IceFarmer.Font = Enum.Font.SourceSans
  76. IceFarmer.Text = "Ice Farmer"
  77. IceFarmer.TextColor3 = Color3.new(0, 0, 0)
  78. IceFarmer.TextScaled = true
  79. IceFarmer.TextSize = 14
  80. IceFarmer.TextWrapped = true
  81.  
  82. ModifyTool.Name = "ModifyTool"
  83. ModifyTool.Parent = TheSTUFF
  84. ModifyTool.BackgroundColor3 = Color3.new(1, 1, 1)
  85. ModifyTool.Position = UDim2.new(0.0784260035, 0, 0.223996297, 0)
  86. ModifyTool.Size = UDim2.new(0, 242, 0, 50)
  87. ModifyTool.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  88. ModifyTool.Font = Enum.Font.SourceSans
  89. ModifyTool.Text = "Modify Tool"
  90. ModifyTool.TextColor3 = Color3.new(0, 0, 0)
  91. ModifyTool.TextScaled = true
  92. ModifyTool.TextSize = 14
  93. ModifyTool.TextWrapped = true
  94.  
  95. TextBox.Parent = TheSTUFF
  96. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextBox.BackgroundTransparency = 1
  98. TextBox.Position = UDim2.new(0.12937063, 0, 0.150470212, 0)
  99. TextBox.Size = UDim2.new(0, 214, 0, 30)
  100. TextBox.Font = Enum.Font.SourceSans
  101. TextBox.Text = "Knife Only"
  102. TextBox.TextColor3 = Color3.new(1, 0, 0)
  103. TextBox.TextScaled = true
  104. TextBox.TextSize = 14
  105. TextBox.TextWrapped = true
  106. -- Scripts:
  107. function SCRIPT_GPRP74_FAKESCRIPT() -- WalkSpeed.Script3
  108. getfenv().script = Instance.new('Script', WalkSpeed)
  109.  
  110. button = script.Parent
  111.  
  112.  
  113. button.MouseButton1Down:connect(function()
  114. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 110
  115. end)
  116.  
  117. end
  118. coroutine.resume(coroutine.create(SCRIPT_GPRP74_FAKESCRIPT))
  119. function SCRIPT_URKN82_FAKESCRIPT() -- IceFarmer.Script
  120. getfenv().script = Instance.new('Script', IceFarmer)
  121.  
  122. button = script.Parent
  123.  
  124.  
  125. button.MouseButton1Down:connect(function()
  126. local iceTool = 'Kitchen Knife'; -- set this to whatever tool you're using
  127.  
  128.  
  129. -- make sure you have your ice tool equipped
  130. -- when you run the script, to stop the script,
  131. -- just de-equip your ice tool
  132.  
  133.  
  134. ---------------DONT EDIT BELOW UNLESS YOU KNOW WHAT YOU'RE DOING----------------------------
  135.  
  136. local collected = function()
  137. local pack = nil
  138. for i, p in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  139. if (p.Name:match'Pack') then
  140. pack = p;
  141. end
  142. end
  143. return tonumber(pack:FindFirstChild('TextLabel', true).Text:match'%d+');
  144. end;
  145.  
  146. local maxIce = function()
  147. local pack = nil
  148. for i, p in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  149. if (p.Name:match'Pack') then
  150. pack = p;
  151. end
  152. end
  153. return tonumber(pack:FindFirstChild('TextLabel', true).Text:match'/%d+':match'%d+');
  154. end;
  155.  
  156. local sellingIce = false;
  157.  
  158. while wait(.075) do
  159. if (not sellingIce) then
  160. game.ReplicatedStorage.RemoteEvents.I.TT:FireServer(
  161. game.Players.LocalPlayer.Character[iceTool],
  162. {game.Players.LocalPlayer.Character[iceTool].Blade, workspace.IcePieces:GetChildren()[math.random(1, #workspace.IcePieces:GetChildren())]}
  163. );
  164. end
  165. if (collected() >= maxIce()) then
  166. sellingIce = true;
  167. local HRP = game.Players.LocalPlayer.Character.HumanoidRootPart;
  168. local lastPosition = HRP.CFrame;
  169. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p);
  170. wait(.25)
  171. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  172. game.ReplicatedStorage.RemoteEvents.I.SellIce:FireServer(workspace.EXPANSION.MiddleMountain.IcePile,
  173. lastPosition.p,
  174. false);
  175. repeat wait(.1) until collected() < 1
  176. sellingIce = false;
  177. game.Players.LocalPlayer.Character:MoveTo(lastPosition.p);
  178. end
  179. end
  180.  
  181. end)
  182.  
  183. end
  184. coroutine.resume(coroutine.create(SCRIPT_URKN82_FAKESCRIPT))
  185. function SCRIPT_YVJQ70_FAKESCRIPT() -- ModifyTool.Script2
  186. getfenv().script = Instance.new('Script', ModifyTool)
  187.  
  188. button = script.Parent
  189.  
  190. button.MouseButton1Down:connect(function()
  191. local LocalPlayer = game:GetService('Players').LocalPlayer
  192. local RemoteEvents = game:GetService('ReplicatedStorage').RemoteEvents
  193. local Shovel = function(Part)
  194. if LocalPlayer.Character:FindFirstChildWhichIsA('Tool') then
  195. RemoteEvents.Shovel:FireServer(Part)
  196. end
  197. end
  198.  
  199. local GetCloseSnow = function()
  200. local Center = LocalPlayer.Character.HumanoidRootPart.CFrame.p
  201. local Region = Region3.new(Center-Vector3.new(8,8,8), Center+Vector3.new(15,15,15))
  202. local Parts  = workspace:FindPartsInRegion3(Region, LocalPlayer.Character, 500)
  203. local Snow = {}
  204. for i, v in pairs(Parts) do
  205. if v.Name == 'Snow' then
  206. table.insert(Snow, v)
  207. end
  208. end
  209. return Snow
  210. end
  211.  
  212. while wait() do
  213. for i, v in pairs(GetCloseSnow()) do
  214. Shovel(v)
  215. end
  216. end
  217.  
  218. end)
  219.  
  220. end
  221. coroutine.resume(coroutine.create(SCRIPT_YVJQ70_FAKESCRIPT))
  222. function SCRIPT_JTZU65_FAKESCRIPT() -- SSSHax.LocalScript
  223. getfenv().script = Instance.new('LocalScript', SSSHax)
  224.  
  225. Drag = script.Parent.Frame
  226. Drag.Draggable = true
  227. Drag.Active = true
  228. Drag.Selectable = true
  229. print ("Drag Set")
  230.  
  231. end
  232. coroutine.resume(coroutine.create(SCRIPT_JTZU65_FAKESCRIPT))