imodex

Snow Shoveling simulator

Jan 30th, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.13 KB | None | 0 0
  1. -- Snow Shoveling Simulator Gui Created by LuckyMMB @ V3rmillion.net --
  2. -- Discord https://discord.gg/GKzJnUC --
  3.  
  4. AntiAFKMode = "Nothing"
  5. local SnowFarmActive = false
  6. local PlowFarmActive = false
  7. local iceTool = 'Kitchen Knife';
  8. -- Objects
  9.  
  10. local MainGUI = Instance.new("ScreenGui")
  11. local MainFrame = Instance.new("Frame")
  12. local Close = Instance.new("TextButton")
  13. local WayPoints = Instance.new("TextButton")
  14. local WayPointsFrame = Instance.new("Frame")
  15. local WayPointsList = Instance.new("ScrollingFrame")
  16. local ShowLocation = Instance.new("TextButton")
  17. local CustomTPPoint = Instance.new("TextButton")
  18. local SnowLabel = Instance.new("TextLabel")
  19. local JimsShovels = Instance.new("TextButton")
  20. local PlowStore = Instance.new("TextButton")
  21. local CarPark = Instance.new("TextButton")
  22. local SnowContainers = Instance.new("TextButton")
  23. local Frosty = Instance.new("TextButton")
  24. local SnowBallFights = Instance.new("TextButton")
  25. local PetShop = Instance.new("TextButton")
  26. local BackCarPark = Instance.new("TextButton")
  27. local IceLabel = Instance.new("TextLabel")
  28. local IceEntrance = Instance.new("TextButton")
  29. local TimsTools = Instance.new("TextButton")
  30. local IceContainers = Instance.new("TextButton")
  31. local MountainGuide = Instance.new("TextButton")
  32. local MountainHiker = Instance.new("TextButton")
  33. local LarryIceCubes = Instance.new("TextButton")
  34. local OutsideIceCave = Instance.new("TextButton")
  35. local IceCave = Instance.new("TextButton")
  36. local IceCave2 = Instance.new("TextButton")
  37. local MountainTop = Instance.new("TextButton")
  38. local IceWizard = Instance.new("TextButton")
  39. local PartyHouse = Instance.new("TextButton")
  40. local Players = Instance.new("TextButton")
  41. local PlayerFrame = Instance.new("Frame")
  42. local PlayerList = Instance.new("Frame")
  43. local PlayerListBox = Instance.new("Frame")
  44. local PlyrSel = Instance.new("TextLabel")
  45. local Player1 = Instance.new("TextButton")
  46. local Player2 = Instance.new("TextButton")
  47. local Player3 = Instance.new("TextButton")
  48. local Player4 = Instance.new("TextButton")
  49. local Player5 = Instance.new("TextButton")
  50. local Player6 = Instance.new("TextButton")
  51. local Player7 = Instance.new("TextButton")
  52. local Player8 = Instance.new("TextButton")
  53. local Player9 = Instance.new("TextButton")
  54. local Player10 = Instance.new("TextButton")
  55. local TpPlayer = Instance.new("TextButton")
  56. local TpToGift = Instance.new("TextButton")
  57. local ExtrasScreen = Instance.new("TextButton")
  58. local ExtrasFrame = Instance.new("Frame")
  59. local InfoScreen = Instance.new("TextButton")
  60. local InfoFrame = Instance.new("Frame")
  61. local TPTool = Instance.new("TextButton")
  62. local CheatSign = Instance.new("TextButton")
  63. local CheatFix = Instance.new("TextButton")
  64. local GetInCave = Instance.new("TextButton")
  65. local ReJoinServer = Instance.new("TextButton")
  66. local SpawnVehicle = Instance.new("TextButton")
  67. local VehicleFrame = Instance.new("Frame")
  68. local VehicleHeader = Instance.new("TextLabel")
  69. local VehicleHeader2 = Instance.new("TextLabel")
  70. local RVTextLabel = Instance.new("TextLabel")
  71. local GVTextLabel = Instance.new("TextLabel")
  72. local BVTextLabel = Instance.new("TextLabel")
  73. local RColourVehicle = Instance.new("TextBox")
  74. local GColourVehicle = Instance.new("TextBox")
  75. local BColourVehicle = Instance.new("TextBox")
  76. local VehiclePalette = Instance.new("Frame")
  77. local Vehicle1 = Instance.new("TextButton")
  78. local Vehicle2 = Instance.new("TextButton")
  79. local Vehicle3 = Instance.new("TextButton")
  80. local Vehicle5 = Instance.new("TextButton")
  81. local Vehicle6 = Instance.new("TextButton")
  82. local Vehicle7 = Instance.new("TextButton")
  83. local WalkSpeed = Instance.new("TextButton")
  84. local JumpPower = Instance.new("TextButton")
  85. local WalkText = Instance.new("TextBox")
  86. local JumpText = Instance.new("TextBox")
  87. local NoClip = Instance.new("TextButton")
  88. local InfoText1 = Instance.new("TextLabel")
  89. local MoneyFarmTp = Instance.new("TextButton")
  90. local SnowFarmFrame2 = Instance.new("Frame")
  91. local ShovelFarmL2 = Instance.new("TextButton")
  92. local PlowFarmL2 = Instance.new("TextButton")
  93. local ShovelFarmFrame = Instance.new("Frame")
  94. local ShovelFarmHeader = Instance.new("TextLabel")
  95. local ShovelFarmHeader2 = Instance.new("TextLabel")
  96. local StartMoneyFarm = Instance.new("TextButton")
  97. local PlowFarmFrame = Instance.new("Frame")
  98. local PlowFarmHeader = Instance.new("TextLabel")
  99. local PlowFarmHeader2 = Instance.new("TextLabel")
  100. local PlowFarmHeader3 = Instance.new("TextLabel")
  101. local StartPlowFarm = Instance.new("TextButton")
  102. local IceFarmTp = Instance.new("TextButton")
  103. local IceFarmFrame = Instance.new("Frame")
  104. local IceFarmHeader = Instance.new("TextLabel")
  105. local StartIceFarm = Instance.new("TextButton")
  106.  
  107. local LP = game:GetService("Players").LocalPlayer
  108.  
  109. -- Properties
  110.  
  111. MainGUI.Name = "MainGUI"
  112. MainGUI.Parent = game.CoreGui
  113. local MainCORE = game.CoreGui["MainGUI"]
  114.  
  115. MainFrame.Name = "MainFrame"
  116. MainFrame.Parent = MainGUI
  117. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  118. MainFrame.BackgroundTransparency = 1
  119. MainFrame.BorderSizePixel = 0
  120. MainFrame.Position = UDim2.new(0.5, -580, 0, -32)
  121. MainFrame.Size = UDim2.new(0, 800, 0, 30)
  122.  
  123. Close.Name = "Close"
  124. Close.Parent = MainFrame
  125. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  126. Close.BorderColor3 = Color3.new(0, 1, 0)
  127. Close.Position = UDim2.new(0, 5, 0, 5)
  128. Close.Size = UDim2.new(0, 20, 0, 20)
  129. Close.Font = Enum.Font.Fantasy
  130. Close.FontSize = Enum.FontSize.Size18
  131. Close.Text = "X"
  132. Close.TextColor3 = Color3.new(1, 0, 0)
  133. Close.TextSize = 17
  134. Close.TextScaled = true
  135. Close.TextWrapped = true
  136.  
  137. WayPoints.Name = "WayPoints"
  138. WayPoints.Parent = MainFrame
  139. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  140. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  141. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  142. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  143. WayPoints.BackgroundTransparency = 0
  144. WayPoints.Font = Enum.Font.Fantasy
  145. WayPoints.FontSize = Enum.FontSize.Size18
  146. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  147. WayPoints.Text = "WayPoints"
  148. WayPoints.TextSize = 17
  149. WayPoints.TextWrapped = true
  150.  
  151. Players.Name = "Players"
  152. Players.Parent = MainFrame
  153. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  154. Players.BorderColor3 = Color3.new(0, 1, 0)
  155. Players.Position = UDim2.new(0, 118, 0, 5)
  156. Players.Size = UDim2.new(0, 60, 0, 20)
  157. Players.BackgroundTransparency = 0
  158. Players.Font = Enum.Font.Fantasy
  159. Players.FontSize = Enum.FontSize.Size18
  160. Players.TextColor3 = Color3.new(1, 1, 1)
  161. Players.Text = "Players"
  162. Players.TextSize = 17
  163. Players.TextWrapped = true
  164.  
  165. PlayerFrame.Name = "PlayerFrame"
  166. PlayerFrame.Parent = MainFrame
  167. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  168. PlayerFrame.BackgroundTransparency = 0.5
  169. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  170. PlayerFrame.Position = UDim2.new(0, 70, 0, 35)
  171. PlayerFrame.Size = UDim2.new(0, 170, 0, 325)
  172. PlayerFrame.Visible = false
  173.  
  174. PlyrSel.Name = "PlyrSel"
  175. PlyrSel.Parent = PlayerFrame
  176. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  177. PlyrSel.BackgroundTransparency = 0.15
  178. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  179. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  180. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  181. PlyrSel.Font = Enum.Font.SourceSans
  182. PlyrSel.FontSize = Enum.FontSize.Size18
  183. PlyrSel.Text = "SELECT A PLAYER"
  184. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  185. PlyrSel.TextScaled = true
  186. PlyrSel.TextSize = 17
  187. PlyrSel.TextWrapped = true
  188.  
  189. Player1.Name = "Player1"
  190. Player1.Parent = PlayerFrame
  191. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  192. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  193. Player1.Position = UDim2.new(0, 5, 0, 35)
  194. Player1.Size = UDim2.new(0, 160, 0, 20)
  195. Player1.Font = Enum.Font.Fantasy
  196. Player1.FontSize = Enum.FontSize.Size18
  197. Player1.Text = ""
  198. Player1.TextColor3 = Color3.new(1, 1, 1)
  199. Player1.TextSize = 15
  200. Player1.TextWrapped = true
  201.  
  202. Player2.Name = "Player2"
  203. Player2.Parent = PlayerFrame
  204. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  205. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  206. Player2.Position = UDim2.new(0, 5, 0, 60)
  207. Player2.Size = UDim2.new(0, 160, 0, 20)
  208. Player2.Font = Enum.Font.Fantasy
  209. Player2.FontSize = Enum.FontSize.Size18
  210. Player2.Text = ""
  211. Player2.TextColor3 = Color3.new(1, 1, 1)
  212. Player2.TextSize = 15
  213. Player2.TextWrapped = true
  214.  
  215. Player3.Name = "Player3"
  216. Player3.Parent = PlayerFrame
  217. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  218. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  219. Player3.Position = UDim2.new(0, 5, 0, 85)
  220. Player3.Size = UDim2.new(0, 160, 0, 20)
  221. Player3.Font = Enum.Font.Fantasy
  222. Player3.FontSize = Enum.FontSize.Size18
  223. Player3.Text = ""
  224. Player3.TextColor3 = Color3.new(1, 1, 1)
  225. Player3.TextSize = 15
  226. Player3.TextWrapped = true
  227.  
  228. Player4.Name = "Player4"
  229. Player4.Parent = PlayerFrame
  230. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  231. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  232. Player4.Position = UDim2.new(0, 5, 0, 110)
  233. Player4.Size = UDim2.new(0, 160, 0, 20)
  234. Player4.Font = Enum.Font.Fantasy
  235. Player4.FontSize = Enum.FontSize.Size18
  236. Player4.Text = ""
  237. Player4.TextColor3 = Color3.new(1, 1, 1)
  238. Player4.TextSize = 15
  239. Player4.TextWrapped = true
  240.  
  241. Player5.Name = "Player5"
  242. Player5.Parent = PlayerFrame
  243. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  244. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  245. Player5.Position = UDim2.new(0, 5, 0, 135)
  246. Player5.Size = UDim2.new(0, 160, 0, 20)
  247. Player5.Font = Enum.Font.Fantasy
  248. Player5.FontSize = Enum.FontSize.Size18
  249. Player5.Text = ""
  250. Player5.TextColor3 = Color3.new(1, 1, 1)
  251. Player5.TextSize = 15
  252. Player5.TextWrapped = true
  253.  
  254. Player6.Name = "Player6"
  255. Player6.Parent = PlayerFrame
  256. Player6.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  257. Player6.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  258. Player6.Position = UDim2.new(0, 5, 0, 160)
  259. Player6.Size = UDim2.new(0, 160, 0, 20)
  260. Player6.Font = Enum.Font.Fantasy
  261. Player6.FontSize = Enum.FontSize.Size18
  262. Player6.Text = ""
  263. Player6.TextColor3 = Color3.new(1, 1, 1)
  264. Player6.TextSize = 15
  265. Player6.TextWrapped = true
  266.  
  267. Player7.Name = "Player7"
  268. Player7.Parent = PlayerFrame
  269. Player7.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  270. Player7.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  271. Player7.Position = UDim2.new(0, 5, 0, 185)
  272. Player7.Size = UDim2.new(0, 160, 0, 20)
  273. Player7.Font = Enum.Font.Fantasy
  274. Player7.FontSize = Enum.FontSize.Size18
  275. Player7.Text = ""
  276. Player7.TextColor3 = Color3.new(1, 1, 1)
  277. Player7.TextSize = 15
  278. Player7.TextWrapped = true
  279.  
  280. Player8.Name = "Player8"
  281. Player8.Parent = PlayerFrame
  282. Player8.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  283. Player8.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  284. Player8.Position = UDim2.new(0, 5, 0, 210)
  285. Player8.Size = UDim2.new(0, 160, 0, 20)
  286. Player8.Font = Enum.Font.Fantasy
  287. Player8.FontSize = Enum.FontSize.Size18
  288. Player8.Text = ""
  289. Player8.TextColor3 = Color3.new(1, 1, 1)
  290. Player8.TextSize = 15
  291. Player8.TextWrapped = true
  292.  
  293. Player9.Name = "Player9"
  294. Player9.Parent = PlayerFrame
  295. Player9.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  296. Player9.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  297. Player9.Position = UDim2.new(0, 5, 0, 235)
  298. Player9.Size = UDim2.new(0, 160, 0, 20)
  299. Player9.Font = Enum.Font.Fantasy
  300. Player9.FontSize = Enum.FontSize.Size18
  301. Player9.Text = ""
  302. Player9.TextColor3 = Color3.new(1, 1, 1)
  303. Player9.TextSize = 15
  304. Player9.TextWrapped = true
  305.  
  306. Player10.Name = "Player10"
  307. Player10.Parent = PlayerFrame
  308. Player10.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  309. Player10.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  310. Player10.Position = UDim2.new(0, 5, 0, 260)
  311. Player10.Size = UDim2.new(0, 160, 0, 20)
  312. Player10.Font = Enum.Font.Fantasy
  313. Player10.FontSize = Enum.FontSize.Size18
  314. Player10.Text = ""
  315. Player10.TextColor3 = Color3.new(1, 1, 1)
  316. Player10.TextSize = 15
  317. Player10.TextWrapped = true
  318.  
  319. TpPlayer.Name = "TpPlayer"
  320. TpPlayer.Parent = PlayerFrame
  321. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  322. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  323. TpPlayer.Position = UDim2.new(0, 5, 0, 290)
  324. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  325. TpPlayer.Font = Enum.Font.Fantasy
  326. TpPlayer.FontSize = Enum.FontSize.Size18
  327. TpPlayer.Text = "Tp to Player"
  328. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  329. TpPlayer.TextWrapped = true
  330. TpPlayer.TextSize = 17
  331.  
  332. WalkSpeed.Name = "WalkSpeed"
  333. WalkSpeed.Parent = MainFrame
  334. WalkSpeed.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  335. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  336. WalkSpeed.BorderColor3 = Color3.new(0, 1, 0)
  337. WalkSpeed.Position = UDim2.new(0, 183, 0, 5)
  338. WalkSpeed.Size = UDim2.new(0, 45, 0, 20)
  339. WalkSpeed.Font = Enum.Font.Fantasy
  340. WalkSpeed.FontSize = Enum.FontSize.Size18
  341. WalkSpeed.Text = "Walk"
  342. WalkSpeed.TextSize = 17
  343. WalkSpeed.TextWrapped = true
  344.  
  345. WalkText.Name = "WalkText"
  346. WalkText.Parent = MainFrame
  347. WalkText.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  348. WalkText.BorderColor3 = Color3.new(0, 1, 0)
  349. WalkText.Position = UDim2.new(0, 231, 0, 5)
  350. WalkText.Size = UDim2.new(0, 30, 0, 20)
  351. WalkText.Font = Enum.Font.Fantasy
  352. WalkText.FontSize = Enum.FontSize.Size18
  353. WalkText.TextColor3 = Color3.new(1, 1, 1)
  354. WalkText.Text = "20"
  355. WalkText.TextSize = 17
  356. WalkText.TextScaled = true
  357.  
  358. JumpPower.Name = "JumpPower"
  359. JumpPower.Parent = MainFrame
  360. JumpPower.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  361. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  362. JumpPower.BorderColor3 = Color3.new(0, 1, 0)
  363. JumpPower.Position = UDim2.new(0, 266, 0, 5)
  364. JumpPower.Size = UDim2.new(0, 48, 0, 20)
  365. JumpPower.Font = Enum.Font.Fantasy
  366. JumpPower.FontSize = Enum.FontSize.Size18
  367. JumpPower.Text = "Jump"
  368. JumpPower.TextSize = 17
  369. JumpPower.TextWrapped = true
  370.  
  371. JumpText.Name = "JumpText"
  372. JumpText.Parent = MainFrame
  373. JumpText.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  374. JumpText.BorderColor3 = Color3.new(0, 1, 0)
  375. JumpText.Position = UDim2.new(0, 317, 0, 5)
  376. JumpText.Size = UDim2.new(0, 30, 0, 20)
  377. JumpText.Font = Enum.Font.Fantasy
  378. JumpText.FontSize = Enum.FontSize.Size18
  379. JumpText.Text = "50"
  380. JumpText.TextColor3 = Color3.new(1, 1, 1)
  381. JumpText.TextSize = 17
  382. JumpText.TextScaled = true
  383.  
  384. MoneyFarmTp.Name = "MoneyFarmTp"
  385. MoneyFarmTp.Parent = MainFrame
  386. MoneyFarmTp.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  387. MoneyFarmTp.BorderColor3 = Color3.new(0, 1, 0)
  388. MoneyFarmTp.Position = UDim2.new(0, 352, 0, 5)
  389. MoneyFarmTp.Size = UDim2.new(0, 84, 0, 20)
  390. MoneyFarmTp.Font = Enum.Font.Fantasy
  391. MoneyFarmTp.FontSize = Enum.FontSize.Size18
  392. MoneyFarmTp.TextColor3 = Color3.new(1, 1, 1)
  393. MoneyFarmTp.Text = "Snow Farm"
  394. MoneyFarmTp.TextSize = 17
  395. MoneyFarmTp.TextWrapped = true
  396.  
  397. SnowFarmFrame2.Name = "SnowFarmFrame2"
  398. SnowFarmFrame2.Parent = MainFrame
  399. SnowFarmFrame2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  400. SnowFarmFrame2.BackgroundTransparency = 0.5
  401. SnowFarmFrame2.BorderColor3 = Color3.new(0, 0, 0)
  402. SnowFarmFrame2.Position = UDim2.new(0, 294, 0, 35)
  403. SnowFarmFrame2.Size = UDim2.new(0, 200, 0, 30)
  404. SnowFarmFrame2.Visible = false
  405.  
  406. ShovelFarmL2.Name = "ShovelFarmL2"
  407. ShovelFarmL2.Parent = SnowFarmFrame2
  408. ShovelFarmL2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  409. ShovelFarmL2.BorderColor3 = Color3.new(0, 1, 0)
  410. ShovelFarmL2.Position = UDim2.new(0, 5, 0, 5)
  411. ShovelFarmL2.Size = UDim2.new(0, 90, 0, 20)
  412. ShovelFarmL2.Font = Enum.Font.Fantasy
  413. ShovelFarmL2.FontSize = Enum.FontSize.Size18
  414. ShovelFarmL2.TextColor3 = Color3.new(1, 1, 1)
  415. ShovelFarmL2.Text = "Shovel Farm"
  416. ShovelFarmL2.TextSize = 17
  417. ShovelFarmL2.TextWrapped = true
  418.  
  419. PlowFarmL2.Name = "PlowFarmL2"
  420. PlowFarmL2.Parent = SnowFarmFrame2
  421. PlowFarmL2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  422. PlowFarmL2.BorderColor3 = Color3.new(0, 1, 0)
  423. PlowFarmL2.Position = UDim2.new(0, 105, 0, 5)
  424. PlowFarmL2.Size = UDim2.new(0, 90, 0, 20)
  425. PlowFarmL2.Font = Enum.Font.Fantasy
  426. PlowFarmL2.FontSize = Enum.FontSize.Size18
  427. PlowFarmL2.TextColor3 = Color3.new(1, 1, 1)
  428. PlowFarmL2.Text = "Plow Farm"
  429. PlowFarmL2.TextSize = 17
  430. PlowFarmL2.TextWrapped = true
  431.  
  432. ShovelFarmFrame.Name = "ShovelFarmFrame"
  433. ShovelFarmFrame.Parent = SnowFarmFrame2
  434. ShovelFarmFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  435. ShovelFarmFrame.BackgroundTransparency = 0.5
  436. ShovelFarmFrame.BorderColor3 = Color3.new(0, 0, 0)
  437. ShovelFarmFrame.Position = UDim2.new(0, -35, 0, 35)
  438. ShovelFarmFrame.Size = UDim2.new(0, 170, 0, 230)
  439. ShovelFarmFrame.Visible = false
  440.  
  441. ShovelFarmHeader.Name = "ShovelFarmHeader"
  442. ShovelFarmHeader.Parent = ShovelFarmFrame
  443. ShovelFarmHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  444. ShovelFarmHeader.BackgroundTransparency = 0.15
  445. ShovelFarmHeader.BorderColor3 = Color3.new(1, 1, 1)
  446. ShovelFarmHeader.Position = UDim2.new(0, 5, 0, 5)
  447. ShovelFarmHeader.Size = UDim2.new(0, 160, 0, 130)
  448. ShovelFarmHeader.Font = Enum.Font.SourceSans
  449. ShovelFarmHeader.FontSize = Enum.FontSize.Size18
  450. ShovelFarmHeader.Text = "This will farm money using your chosen tool, tp to frosty, sell it and continue until you stop. It doesn't matter what backpack you have as it constantly sells but a better shovel will farm quicker."
  451. ShovelFarmHeader.TextColor3 = Color3.new(0, 0, 0)
  452. ShovelFarmHeader.TextSize = 16
  453. ShovelFarmHeader.TextWrapped = true
  454. ShovelFarmHeader.TextYAlignment = Enum.TextYAlignment.Top
  455.  
  456. ShovelFarmHeader2.Name = "ShovelFarmHeader2"
  457. ShovelFarmHeader2.Parent = ShovelFarmFrame
  458. ShovelFarmHeader2.BackgroundColor3 = Color3.new(1, 1, 1)
  459. ShovelFarmHeader2.BackgroundTransparency = 0.15
  460. ShovelFarmHeader2.BorderColor3 = Color3.new(1, 1, 1)
  461. ShovelFarmHeader2.Position = UDim2.new(0, 5, 0, 140)
  462. ShovelFarmHeader2.Size = UDim2.new(0, 160, 0, 50)
  463. ShovelFarmHeader2.Font = Enum.Font.SourceSans
  464. ShovelFarmHeader2.FontSize = Enum.FontSize.Size18
  465. ShovelFarmHeader2.Text = "GET OUT THE TOOL YOU WANT TO USE AND CLICK ON START FARMING."
  466. ShovelFarmHeader2.TextColor3 = Color3.new(0, 0, 0)
  467. ShovelFarmHeader2.TextSize = 16
  468. ShovelFarmHeader2.TextWrapped = true
  469. ShovelFarmHeader2.TextYAlignment = Enum.TextYAlignment.Top
  470.  
  471. StartMoneyFarm.Name = "StartMoneyFarm"
  472. StartMoneyFarm.Parent = ShovelFarmFrame
  473. StartMoneyFarm.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  474. StartMoneyFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  475. StartMoneyFarm.Position = UDim2.new(0, 5, 0, 195)
  476. StartMoneyFarm.Size = UDim2.new(0, 160, 0, 30)
  477. StartMoneyFarm.Font = Enum.Font.Fantasy
  478. StartMoneyFarm.FontSize = Enum.FontSize.Size18
  479. StartMoneyFarm.Text = "Start Farming"
  480. StartMoneyFarm.TextColor3 = Color3.new(1, 1, 1)
  481. StartMoneyFarm.TextWrapped = true
  482. StartMoneyFarm.TextSize = 17
  483.  
  484. PlowFarmFrame.Name = "PlowFarmFrame"
  485. PlowFarmFrame.Parent = SnowFarmFrame2
  486. PlowFarmFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  487. PlowFarmFrame.BackgroundTransparency = 0.5
  488. PlowFarmFrame.BorderColor3 = Color3.new(0, 0, 0)
  489. PlowFarmFrame.Position = UDim2.new(0, 70, 0, 35)
  490. PlowFarmFrame.Size = UDim2.new(0, 170, 0, 235)
  491. PlowFarmFrame.Visible = false
  492.  
  493. PlowFarmHeader.Name = "PlowFarmHeader"
  494. PlowFarmHeader.Parent = PlowFarmFrame
  495. PlowFarmHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  496. PlowFarmHeader.BackgroundTransparency = 0.15
  497. PlowFarmHeader.BorderColor3 = Color3.new(1, 1, 1)
  498. PlowFarmHeader.Position = UDim2.new(0, 5, 0, 5)
  499. PlowFarmHeader.Size = UDim2.new(0, 160, 0, 80)
  500. PlowFarmHeader.Font = Enum.Font.SourceSans
  501. PlowFarmHeader.FontSize = Enum.FontSize.Size18
  502. PlowFarmHeader.Text = "This will farm money using your Plow. It will plow a much larger area around the plow to get snow quicker for you to sell."
  503. PlowFarmHeader.TextColor3 = Color3.new(0, 0, 0)
  504. PlowFarmHeader.TextSize = 16
  505. PlowFarmHeader.TextWrapped = true
  506. PlowFarmHeader.TextYAlignment = Enum.TextYAlignment.Top
  507.  
  508. PlowFarmHeader2.Name = "PlowFarmHeader2"
  509. PlowFarmHeader2.Parent = PlowFarmFrame
  510. PlowFarmHeader2.BackgroundColor3 = Color3.new(1, 1, 1)
  511. PlowFarmHeader2.BackgroundTransparency = 0.15
  512. PlowFarmHeader2.BorderColor3 = Color3.new(1, 1, 1)
  513. PlowFarmHeader2.Position = UDim2.new(0, 5, 0, 90)
  514. PlowFarmHeader2.Size = UDim2.new(0, 160, 0, 50)
  515. PlowFarmHeader2.Font = Enum.Font.SourceSans
  516. PlowFarmHeader2.FontSize = Enum.FontSize.Size18
  517. PlowFarmHeader2.Text = "Spawn your Plow, click on Start Farming and gather snow near you very fast."
  518. PlowFarmHeader2.TextColor3 = Color3.new(0, 0, 0)
  519. PlowFarmHeader2.TextSize = 16
  520. PlowFarmHeader2.TextWrapped = true
  521. PlowFarmHeader2.TextYAlignment = Enum.TextYAlignment.Top
  522.  
  523. PlowFarmHeader3.Name = "PlowFarmHeader3"
  524. PlowFarmHeader3.Parent = PlowFarmFrame
  525. PlowFarmHeader3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  526. PlowFarmHeader3.BackgroundTransparency = 0.5
  527. PlowFarmHeader3.BorderColor3 = Color3.new(0.2, 0.2, 0.2)
  528. PlowFarmHeader3.Position = UDim2.new(0, 5, 0, 145)
  529. PlowFarmHeader3.Size = UDim2.new(0, 160, 0, 50)
  530. PlowFarmHeader3.Font = Enum.Font.SourceSans
  531. PlowFarmHeader3.FontSize = Enum.FontSize.Size18
  532. PlowFarmHeader3.Text = "You will probably get kicked very quickly using this. ReJoin and carry on."
  533. PlowFarmHeader3.TextColor3 = Color3.new(1, 1, 1)
  534. PlowFarmHeader3.TextSize = 16
  535. PlowFarmHeader3.TextWrapped = true
  536. PlowFarmHeader3.TextYAlignment = Enum.TextYAlignment.Top
  537.  
  538. StartPlowFarm.Name = "StartPlowFarm"
  539. StartPlowFarm.Parent = PlowFarmFrame
  540. StartPlowFarm.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  541. StartPlowFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  542. StartPlowFarm.Position = UDim2.new(0, 5, 0, 200)
  543. StartPlowFarm.Size = UDim2.new(0, 160, 0, 30)
  544. StartPlowFarm.Font = Enum.Font.Fantasy
  545. StartPlowFarm.FontSize = Enum.FontSize.Size18
  546. StartPlowFarm.Text = "Start Farming"
  547. StartPlowFarm.TextColor3 = Color3.new(1, 1, 1)
  548. StartPlowFarm.TextWrapped = true
  549. StartPlowFarm.TextSize = 17
  550.  
  551. IceFarmTp.Name = "IceFarmTp"
  552. IceFarmTp.Parent = MainFrame
  553. IceFarmTp.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  554. IceFarmTp.BorderColor3 = Color3.new(0, 1, 0)
  555. IceFarmTp.Position = UDim2.new(0, 441, 0, 5)
  556. IceFarmTp.Size = UDim2.new(0, 68, 0, 20)
  557. IceFarmTp.Font = Enum.Font.Fantasy
  558. IceFarmTp.FontSize = Enum.FontSize.Size18
  559. IceFarmTp.TextColor3 = Color3.new(1, 1, 1)
  560. IceFarmTp.Text = "Ice Farm"
  561. IceFarmTp.TextSize = 17
  562. IceFarmTp.TextWrapped = true
  563.  
  564. IceFarmFrame.Name = "IceFarmFrame"
  565. IceFarmFrame.Parent = MainFrame
  566. IceFarmFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  567. IceFarmFrame.BackgroundTransparency = 0.5
  568. IceFarmFrame.BorderColor3 = Color3.new(0, 0, 0)
  569. IceFarmFrame.Position = UDim2.new(0, 310, 0, 35)
  570. IceFarmFrame.Size = UDim2.new(0, 330, 0, 225)
  571. IceFarmFrame.Visible = false
  572.  
  573. IceFarmHeader.Name = "IceFarmHeader"
  574. IceFarmHeader.Parent = IceFarmFrame
  575. IceFarmHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  576. IceFarmHeader.BackgroundTransparency = 0.15
  577. IceFarmHeader.BorderColor3 = Color3.new(1, 1, 1)
  578. IceFarmHeader.Position = UDim2.new(0, 5, 0, 5)
  579. IceFarmHeader.Size = UDim2.new(0, 320, 0, 180)
  580. IceFarmHeader.Font = Enum.Font.SourceSans
  581. IceFarmHeader.FontSize = Enum.FontSize.Size18
  582. IceFarmHeader.Text = "YOU MUST HAVE THE KITCHEN KNIFE IN YOUR HAND.\n\nClick the Start Ice Farming button below. You will teleport to the Mountain Hiker then your Ice will start going up. When its at max it will sell and start again.\n\nDo not use the infinite storage backpack with this.\n\nPut the Kitchen Kife away to stop farming.\n\nIf you get kicked just rejoin and start again."
  583. IceFarmHeader.TextColor3 = Color3.new(0, 0, 0)
  584. IceFarmHeader.TextSize = 16
  585. IceFarmHeader.TextWrapped = true
  586. IceFarmHeader.TextYAlignment = Enum.TextYAlignment.Top
  587.  
  588. StartIceFarm.Name = "StartIceFarm"
  589. StartIceFarm.Parent = IceFarmFrame
  590. StartIceFarm.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  591. StartIceFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  592. StartIceFarm.Position = UDim2.new(0, 85, 0, 190)
  593. StartIceFarm.Size = UDim2.new(0, 160, 0, 30)
  594. StartIceFarm.Font = Enum.Font.Fantasy
  595. StartIceFarm.FontSize = Enum.FontSize.Size18
  596. StartIceFarm.Text = "Start Ice Farming"
  597. StartIceFarm.TextColor3 = Color3.new(1, 1, 1)
  598. StartIceFarm.TextWrapped = true
  599. StartIceFarm.TextSize = 17
  600.  
  601. TpToGift.Name = "TpToGift"
  602. TpToGift.Parent = MainFrame
  603. TpToGift.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  604. TpToGift.BorderColor3 = Color3.new(0, 1, 0)
  605. TpToGift.Position = UDim2.new(0, 514, 0, 5)
  606. TpToGift.Size = UDim2.new(0, 56, 0, 20)
  607. TpToGift.Font = Enum.Font.Fantasy
  608. TpToGift.FontSize = Enum.FontSize.Size18
  609. TpToGift.TextColor3 = Color3.new(1, 1, 1)
  610. TpToGift.Text = "TP Gift"
  611. TpToGift.TextSize = 17
  612. TpToGift.TextWrapped = true
  613.  
  614. WayPointsFrame.Name = "WayPointsFrame"
  615. WayPointsFrame.Parent = MainFrame
  616. WayPointsFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  617. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  618. WayPointsFrame.BackgroundTransparency = 0.5
  619. WayPointsFrame.Position = UDim2.new(0, 0, 0, 35)
  620. WayPointsFrame.Size = UDim2.new(0, 170, 0, 250)
  621. WayPointsFrame.Visible = false
  622.  
  623. WayPointsList.Name = "WayPointsList"
  624. WayPointsList.Parent = WayPointsFrame
  625. WayPointsList.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  626. WayPointsList.BorderColor3 = Color3.new(0, 0, 0)
  627. WayPointsList.BackgroundTransparency = 0.5
  628. WayPointsList.Size = UDim2.new(0, 170, 0, 250)
  629. WayPointsList.CanvasSize = UDim2.new(0, 0, 2.5, 0)
  630.  
  631. ShowLocation.Name = "ShowLocation"
  632. ShowLocation.Parent = WayPointsList
  633. ShowLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  634. ShowLocation.TextColor3 = Color3.new(1, 1, 1)
  635. ShowLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  636. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  637. ShowLocation.Size = UDim2.new(0, 147, 0, 40)
  638. ShowLocation.Font = Enum.Font.Fantasy
  639. ShowLocation.FontSize = Enum.FontSize.Size14
  640. ShowLocation.Text = "Show Current Coords\nSet Custom Location"
  641. ShowLocation.TextWrapped = true
  642. ShowLocation.TextSize = 15
  643.  
  644. CustomTPPoint.Name = "CustomTPPoint"
  645. CustomTPPoint.Parent = WayPointsList
  646. CustomTPPoint.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  647. CustomTPPoint.TextColor3 = Color3.new(1, 1, 1)
  648. CustomTPPoint.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  649. CustomTPPoint.Position = UDim2.new(0, 5, 0, 50)
  650. CustomTPPoint.Size = UDim2.new(0, 147, 0, 20)
  651. CustomTPPoint.Font = Enum.Font.Fantasy
  652. CustomTPPoint.FontSize = Enum.FontSize.Size14
  653. CustomTPPoint.Text = "TP to Custom Location"
  654. CustomTPPoint.TextWrapped = true
  655. CustomTPPoint.TextScaled = true
  656. CustomTPPoint.TextSize = 15
  657.  
  658. SnowLabel.Name = "SnowLabel"
  659. SnowLabel.Parent = WayPointsList
  660. SnowLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  661. SnowLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  662. SnowLabel.Position = UDim2.new(0, 5, 0, 75)
  663. SnowLabel.Size = UDim2.new(0, 147, 0, 20)
  664. SnowLabel.TextColor3 = Color3.new(0, 0, 1)
  665. SnowLabel.Font = Enum.Font.Fantasy
  666. SnowLabel.FontSize = Enum.FontSize.Size18
  667. SnowLabel.Text = "SNOW LOCATIONS"
  668. SnowLabel.TextSize = 16
  669.  
  670. JimsShovels.Name = "JimsShovels"
  671. JimsShovels.Parent = WayPointsList
  672. JimsShovels.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  673. JimsShovels.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  674. JimsShovels.Position = UDim2.new(0, 5, 0, 100)
  675. JimsShovels.Size = UDim2.new(0, 147, 0, 20)
  676. JimsShovels.TextColor3 = Color3.new(1, 1, 1)
  677. JimsShovels.Font = Enum.Font.Fantasy
  678. JimsShovels.FontSize = Enum.FontSize.Size18
  679. JimsShovels.Text = "Jim's Shovels"
  680. JimsShovels.TextSize = 16
  681.  
  682. PlowStore.Name = "PlowStore"
  683. PlowStore.Parent = WayPointsList
  684. PlowStore.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  685. PlowStore.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  686. PlowStore.Position = UDim2.new(0, 5, 0, 125)
  687. PlowStore.Size = UDim2.new(0, 147, 0, 20)
  688. PlowStore.TextColor3 = Color3.new(1, 1, 1)
  689. PlowStore.Font = Enum.Font.Fantasy
  690. PlowStore.FontSize = Enum.FontSize.Size18
  691. PlowStore.Text = "Plow Store"
  692. PlowStore.TextSize = 16
  693.  
  694. CarPark.Name = "CarPark"
  695. CarPark.Parent = WayPointsList
  696. CarPark.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  697. CarPark.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  698. CarPark.Position = UDim2.new(0, 5, 0, 150)
  699. CarPark.Size = UDim2.new(0, 147, 0, 20)
  700. CarPark.TextColor3 = Color3.new(1, 1, 1)
  701. CarPark.Font = Enum.Font.Fantasy
  702. CarPark.FontSize = Enum.FontSize.Size18
  703. CarPark.Text = "Plow Car Park"
  704. CarPark.TextSize = 16
  705.  
  706. SnowContainers.Name = "SnowContainers"
  707. SnowContainers.Parent = WayPointsList
  708. SnowContainers.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  709. SnowContainers.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  710. SnowContainers.Position = UDim2.new(0, 5, 0, 175)
  711. SnowContainers.Size = UDim2.new(0, 147, 0, 20)
  712. SnowContainers.TextColor3 = Color3.new(1, 1, 1)
  713. SnowContainers.Font = Enum.Font.Fantasy
  714. SnowContainers.FontSize = Enum.FontSize.Size18
  715. SnowContainers.Text = "Snow Containers"
  716. SnowContainers.TextSize = 16
  717.  
  718. Frosty.Name = "Frosty"
  719. Frosty.Parent = WayPointsList
  720. Frosty.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  721. Frosty.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  722. Frosty.Position = UDim2.new(0, 5, 0, 200)
  723. Frosty.Size = UDim2.new(0, 147, 0, 20)
  724. Frosty.TextColor3 = Color3.new(1, 1, 1)
  725. Frosty.Font = Enum.Font.Fantasy
  726. Frosty.FontSize = Enum.FontSize.Size18
  727. Frosty.Text = "Frosty/Sell"
  728. Frosty.TextSize = 16
  729.  
  730. SnowBallFights.Name = "SnowBallFights"
  731. SnowBallFights.Parent = WayPointsList
  732. SnowBallFights.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  733. SnowBallFights.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  734. SnowBallFights.Position = UDim2.new(0, 5, 0, 225)
  735. SnowBallFights.Size = UDim2.new(0, 147, 0, 20)
  736. SnowBallFights.TextColor3 = Color3.new(1, 1, 1)
  737. SnowBallFights.Font = Enum.Font.Fantasy
  738. SnowBallFights.FontSize = Enum.FontSize.Size18
  739. SnowBallFights.Text = "SnowBall Fights"
  740. SnowBallFights.TextSize = 16
  741.  
  742. PetShop.Name = "PetShop"
  743. PetShop.Parent = WayPointsList
  744. PetShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  745. PetShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  746. PetShop.Position = UDim2.new(0, 5, 0, 250)
  747. PetShop.Size = UDim2.new(0, 147, 0, 20)
  748. PetShop.TextColor3 = Color3.new(1, 1, 1)
  749. PetShop.Font = Enum.Font.Fantasy
  750. PetShop.FontSize = Enum.FontSize.Size18
  751. PetShop.Text = "Pengu's Pets"
  752. PetShop.TextSize = 16
  753.  
  754. BackCarPark.Name = "BackCarPark"
  755. BackCarPark.Parent = WayPointsList
  756. BackCarPark.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  757. BackCarPark.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  758. BackCarPark.Position = UDim2.new(0, 5, 0, 275)
  759. BackCarPark.Size = UDim2.new(0, 147, 0, 20)
  760. BackCarPark.TextColor3 = Color3.new(1, 1, 1)
  761. BackCarPark.Font = Enum.Font.Fantasy
  762. BackCarPark.FontSize = Enum.FontSize.Size18
  763. BackCarPark.Text = "Rear Car Park"
  764. BackCarPark.TextSize = 16
  765.  
  766. IceLabel.Name = "IceLabel"
  767. IceLabel.Parent = WayPointsList
  768. IceLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  769. IceLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  770. IceLabel.Position = UDim2.new(0, 5, 0, 300)
  771. IceLabel.Size = UDim2.new(0, 147, 0, 20)
  772. IceLabel.TextColor3 = Color3.new(0, 0, 1)
  773. IceLabel.Font = Enum.Font.Fantasy
  774. IceLabel.FontSize = Enum.FontSize.Size18
  775. IceLabel.Text = "ICE LOCATIONS"
  776. IceLabel.TextSize = 16
  777.  
  778. IceEntrance.Name = "IceEntrance"
  779. IceEntrance.Parent = WayPointsList
  780. IceEntrance.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  781. IceEntrance.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  782. IceEntrance.Position = UDim2.new(0, 5, 0, 325)
  783. IceEntrance.Size = UDim2.new(0, 147, 0, 20)
  784. IceEntrance.TextColor3 = Color3.new(1, 1, 1)
  785. IceEntrance.Font = Enum.Font.Fantasy
  786. IceEntrance.FontSize = Enum.FontSize.Size18
  787. IceEntrance.Text = "Ice Entrance"
  788. IceEntrance.TextSize = 16
  789.  
  790. TimsTools.Name = "TimsTools"
  791. TimsTools.Parent = WayPointsList
  792. TimsTools.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  793. TimsTools.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  794. TimsTools.Position = UDim2.new(0, 5, 0, 350)
  795. TimsTools.Size = UDim2.new(0, 147, 0, 20)
  796. TimsTools.TextColor3 = Color3.new(1, 1, 1)
  797. TimsTools.Font = Enum.Font.Fantasy
  798. TimsTools.FontSize = Enum.FontSize.Size18
  799. TimsTools.Text = "Tim's Tools"
  800. TimsTools.TextSize = 16
  801.  
  802. IceContainers.Name = "IceContainers"
  803. IceContainers.Parent = WayPointsList
  804. IceContainers.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  805. IceContainers.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  806. IceContainers.Position = UDim2.new(0, 5, 0, 375)
  807. IceContainers.Size = UDim2.new(0, 147, 0, 20)
  808. IceContainers.TextColor3 = Color3.new(1, 1, 1)
  809. IceContainers.Font = Enum.Font.Fantasy
  810. IceContainers.FontSize = Enum.FontSize.Size18
  811. IceContainers.Text = "Ice Containers"
  812. IceContainers.TextSize = 16
  813.  
  814. OutsideIceCave.Name = "OutsideIceCave"
  815. OutsideIceCave.Parent = WayPointsList
  816. OutsideIceCave.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  817. OutsideIceCave.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  818. OutsideIceCave.Position = UDim2.new(0, 5, 0, 400)
  819. OutsideIceCave.Size = UDim2.new(0, 147, 0, 20)
  820. OutsideIceCave.TextColor3 = Color3.new(1, 1, 1)
  821. OutsideIceCave.Font = Enum.Font.Fantasy
  822. OutsideIceCave.FontSize = Enum.FontSize.Size18
  823. OutsideIceCave.Text = "Outside Ice Cave"
  824. OutsideIceCave.TextSize = 16
  825.  
  826. IceCave.Name = "IceCave"
  827. IceCave.Parent = WayPointsList
  828. IceCave.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  829. IceCave.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  830. IceCave.Position = UDim2.new(0, 5, 0, 425)
  831. IceCave.Size = UDim2.new(0, 147, 0, 20)
  832. IceCave.TextColor3 = Color3.new(1, 1, 1)
  833. IceCave.Font = Enum.Font.Fantasy
  834. IceCave.FontSize = Enum.FontSize.Size18
  835. IceCave.Text = "Inside Ice Cave 1"
  836. IceCave.TextSize = 16
  837.  
  838. IceCave2.Name = "IceCave2"
  839. IceCave2.Parent = WayPointsList
  840. IceCave2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  841. IceCave2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  842. IceCave2.Position = UDim2.new(0, 5, 0, 450)
  843. IceCave2.Size = UDim2.new(0, 147, 0, 20)
  844. IceCave2.TextColor3 = Color3.new(1, 1, 1)
  845. IceCave2.Font = Enum.Font.Fantasy
  846. IceCave2.FontSize = Enum.FontSize.Size18
  847. IceCave2.Text = "Inside Ice Cave 2"
  848. IceCave2.TextSize = 16
  849.  
  850. MountainGuide.Name = "MountainGuide"
  851. MountainGuide.Parent = WayPointsList
  852. MountainGuide.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  853. MountainGuide.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  854. MountainGuide.Position = UDim2.new(0, 5, 0, 475)
  855. MountainGuide.Size = UDim2.new(0, 147, 0, 20)
  856. MountainGuide.TextColor3 = Color3.new(1, 1, 1)
  857. MountainGuide.Font = Enum.Font.Fantasy
  858. MountainGuide.FontSize = Enum.FontSize.Size18
  859. MountainGuide.Text = "Mountain Guide"
  860. MountainGuide.TextSize = 16
  861.  
  862. LarryIceCubes.Name = "LarryIceCubes"
  863. LarryIceCubes.Parent = WayPointsList
  864. LarryIceCubes.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  865. LarryIceCubes.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  866. LarryIceCubes.Position = UDim2.new(0, 5, 0, 500)
  867. LarryIceCubes.Size = UDim2.new(0, 147, 0, 20)
  868. LarryIceCubes.TextColor3 = Color3.new(1, 1, 1)
  869. LarryIceCubes.Font = Enum.Font.Fantasy
  870. LarryIceCubes.FontSize = Enum.FontSize.Size18
  871. LarryIceCubes.Text = "Larry/Sell IceCubes"
  872. LarryIceCubes.TextSize = 16
  873.  
  874. MountainHiker.Name = "MountainHiker"
  875. MountainHiker.Parent = WayPointsList
  876. MountainHiker.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  877. MountainHiker.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  878. MountainHiker.Position = UDim2.new(0, 5, 0, 525)
  879. MountainHiker.Size = UDim2.new(0, 147, 0, 20)
  880. MountainHiker.TextColor3 = Color3.new(1, 1, 1)
  881. MountainHiker.Font = Enum.Font.Fantasy
  882. MountainHiker.FontSize = Enum.FontSize.Size18
  883. MountainHiker.Text = "Mountain Hiker/Sell"
  884. MountainHiker.TextSize = 16
  885.  
  886. MountainTop.Name = "MountainTop"
  887. MountainTop.Parent = WayPointsList
  888. MountainTop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  889. MountainTop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  890. MountainTop.Position = UDim2.new(0, 5, 0, 550)
  891. MountainTop.Size = UDim2.new(0, 147, 0, 20)
  892. MountainTop.TextColor3 = Color3.new(1, 1, 1)
  893. MountainTop.Font = Enum.Font.Fantasy
  894. MountainTop.FontSize = Enum.FontSize.Size18
  895. MountainTop.Text = "MountainTop"
  896. MountainTop.TextSize = 16
  897.  
  898. IceWizard.Name = "IceWizard"
  899. IceWizard.Parent = WayPointsList
  900. IceWizard.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  901. IceWizard.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  902. IceWizard.Position = UDim2.new(0, 5, 0, 575)
  903. IceWizard.Size = UDim2.new(0, 147, 0, 20)
  904. IceWizard.TextColor3 = Color3.new(1, 1, 1)
  905. IceWizard.Font = Enum.Font.Fantasy
  906. IceWizard.FontSize = Enum.FontSize.Size18
  907. IceWizard.Text = "Ice Wizard/Sell"
  908. IceWizard.TextSize = 16
  909.  
  910. PartyHouse.Name = "PartyHouse"
  911. PartyHouse.Parent = WayPointsList
  912. PartyHouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  913. PartyHouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  914. PartyHouse.Position = UDim2.new(0, 5, 0, 600)
  915. PartyHouse.Size = UDim2.new(0, 147, 0, 20)
  916. PartyHouse.TextColor3 = Color3.new(1, 1, 1)
  917. PartyHouse.Font = Enum.Font.Fantasy
  918. PartyHouse.FontSize = Enum.FontSize.Size18
  919. PartyHouse.Text = "Party House"
  920. PartyHouse.TextSize = 16
  921.  
  922. SpawnVehicle.Name = "SpawnVehicle"
  923. SpawnVehicle.Parent = MainFrame
  924. SpawnVehicle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  925. SpawnVehicle.BorderColor3 = Color3.new(0, 1, 0)
  926. SpawnVehicle.Position = UDim2.new(0, 575, 0, 5)
  927. SpawnVehicle.Size = UDim2.new(0, 110, 0, 20)
  928. SpawnVehicle.BackgroundTransparency = 0
  929. SpawnVehicle.Font = Enum.Font.Fantasy
  930. SpawnVehicle.FontSize = Enum.FontSize.Size18
  931. SpawnVehicle.TextColor3 = Color3.new(1, 1, 1)
  932. SpawnVehicle.Text = "Spawn Vehicle"
  933. SpawnVehicle.TextSize = 17
  934. SpawnVehicle.TextWrapped = true
  935.  
  936. VehicleFrame.Name = "VehicleFrame"
  937. VehicleFrame.Parent = MainFrame
  938. VehicleFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  939. VehicleFrame.BackgroundTransparency = 0.5
  940. VehicleFrame.BorderColor3 = Color3.new(0, 0, 0)
  941. VehicleFrame.Position = UDim2.new(0, 545, 0, 35)
  942. VehicleFrame.Size = UDim2.new(0, 170, 0, 325)
  943. VehicleFrame.Visible = false
  944.  
  945. VehicleHeader.Name = "VehicleHeader"
  946. VehicleHeader.Parent = VehicleFrame
  947. VehicleHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  948. VehicleHeader.BackgroundTransparency = 0.15
  949. VehicleHeader.BorderColor3 = Color3.new(0, 0, 0)
  950. VehicleHeader.Position = UDim2.new(0, 5, 0, 5)
  951. VehicleHeader.Size = UDim2.new(0, 160, 0, 90)
  952. VehicleHeader.Font = Enum.Font.SourceSans
  953. VehicleHeader.FontSize = Enum.FontSize.Size18
  954. VehicleHeader.Text = "SELECT A COLOUR\nAND THEN A VEHICLE"
  955. VehicleHeader.TextColor3 = Color3.new(1, 0, 0)
  956. VehicleHeader.TextSize = 16
  957. VehicleHeader.TextWrapped = true
  958. VehicleHeader.TextYAlignment = Enum.TextYAlignment.Top
  959.  
  960. VehicleHeader2.Name = "VehicleHeader2"
  961. VehicleHeader2.Parent = VehicleFrame
  962. VehicleHeader2.BackgroundColor3 = Color3.new(0, 0, 0)
  963. VehicleHeader2.BackgroundTransparency = 1
  964. VehicleHeader2.BorderColor3 = Color3.new(0, 0, 0)
  965. VehicleHeader2.Position = UDim2.new(0, 5, 0, 35)
  966. VehicleHeader2.Size = UDim2.new(0, 160, 0, 60)
  967. VehicleHeader2.Font = Enum.Font.SourceSans
  968. VehicleHeader2.FontSize = Enum.FontSize.Size18
  969. VehicleHeader2.Text = "You Must Own the Vehicle! It will Spawn in the CarPark."
  970. VehicleHeader2.TextColor3 = Color3.new(0, 0, 0)
  971. VehicleHeader2.TextSize = 14
  972. VehicleHeader2.TextScaled = true
  973. VehicleHeader2.TextWrapped = true
  974.  
  975. RVTextLabel.Name = "RVTextLabel"
  976. RVTextLabel.Parent = VehicleFrame
  977. RVTextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  978. RVTextLabel.BorderColor3 = Color3.new(0, 0, 0)
  979. RVTextLabel.BackgroundTransparency = 0
  980. RVTextLabel.Position = UDim2.new(0, 5, 0, 100)
  981. RVTextLabel.Size = UDim2.new(0, 45, 0, 20)
  982. RVTextLabel.Font = Enum.Font.SourceSans
  983. RVTextLabel.FontSize = Enum.FontSize.Size18
  984. RVTextLabel.Text = "RED"
  985. RVTextLabel.TextColor3 = Color3.new(1, 0, 0)
  986. RVTextLabel.TextSize = 15
  987.  
  988. RColourVehicle.Name = "RColourVehicle"
  989. RColourVehicle.Parent = VehicleFrame
  990. RColourVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  991. RColourVehicle.BorderColor3 = Color3.new(0, 0, 0)
  992. RColourVehicle.Position = UDim2.new(0, 50, 0, 100)
  993. RColourVehicle.Size = UDim2.new(0, 25, 0, 20)
  994. RColourVehicle.Font = Enum.Font.SourceSans
  995. RColourVehicle.FontSize = Enum.FontSize.Size18
  996. RColourVehicle.Text = "1"
  997. RColourVehicle.TextColor3 = Color3.new(1, 0, 0)
  998. RColourVehicle.TextScaled = true
  999. RColourVehicle.TextSize = 14
  1000.  
  1001. GVTextLabel.Name = "GVTextLabel"
  1002. GVTextLabel.Parent = VehicleFrame
  1003. GVTextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1004. GVTextLabel.BorderColor3 = Color3.new(0, 0, 0)
  1005. GVTextLabel.BackgroundTransparency = 0
  1006. GVTextLabel.Position = UDim2.new(0, 5, 0, 125)
  1007. GVTextLabel.Size = UDim2.new(0, 45, 0, 20)
  1008. GVTextLabel.Font = Enum.Font.SourceSans
  1009. GVTextLabel.FontSize = Enum.FontSize.Size18
  1010. GVTextLabel.Text = "GREEN"
  1011. GVTextLabel.TextColor3 = Color3.new(0, 1, 0)
  1012. GVTextLabel.TextSize = 15
  1013.  
  1014. GColourVehicle.Name = "GColourVehicle"
  1015. GColourVehicle.Parent = VehicleFrame
  1016. GColourVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  1017. GColourVehicle.BorderColor3 = Color3.new(0, 0, 0)
  1018. GColourVehicle.Position = UDim2.new(0, 50, 0, 125)
  1019. GColourVehicle.Size = UDim2.new(0, 25, 0, 20)
  1020. GColourVehicle.Font = Enum.Font.SourceSans
  1021. GColourVehicle.FontSize = Enum.FontSize.Size18
  1022. GColourVehicle.Text = "0"
  1023. GColourVehicle.TextColor3 = Color3.new(0, 1, 0)
  1024. GColourVehicle.TextScaled = true
  1025. GColourVehicle.TextSize = 14
  1026.  
  1027. BVTextLabel.Name = "BVTextLabel"
  1028. BVTextLabel.Parent = VehicleFrame
  1029. BVTextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1030. BVTextLabel.BorderColor3 = Color3.new(0, 0, 0)
  1031. BVTextLabel.BackgroundTransparency = 0
  1032. BVTextLabel.Position = UDim2.new(0, 5, 0, 150)
  1033. BVTextLabel.Size = UDim2.new(0, 45, 0, 20)
  1034. BVTextLabel.Font = Enum.Font.SourceSans
  1035. BVTextLabel.FontSize = Enum.FontSize.Size18
  1036. BVTextLabel.Text = "BLUE"
  1037. BVTextLabel.TextColor3 = Color3.new(0, 0, 1)
  1038. BVTextLabel.TextSize = 15
  1039.  
  1040. BColourVehicle.Name = "BColourVehicle"
  1041. BColourVehicle.Parent = VehicleFrame
  1042. BColourVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  1043. BColourVehicle.BorderColor3 = Color3.new(0, 0, 0)
  1044. BColourVehicle.Position = UDim2.new(0, 50, 0, 150)
  1045. BColourVehicle.Size = UDim2.new(0, 25, 0, 20)
  1046. BColourVehicle.Font = Enum.Font.SourceSans
  1047. BColourVehicle.FontSize = Enum.FontSize.Size18
  1048. BColourVehicle.Text = "0"
  1049. BColourVehicle.TextColor3 = Color3.new(0, 0, 1)
  1050. BColourVehicle.TextScaled = true
  1051. BColourVehicle.TextSize = 14
  1052.  
  1053. VehiclePalette.Name = "VehiclePalette"
  1054. VehiclePalette.Parent = VehicleFrame
  1055. VehiclePalette.BackgroundColor3 = Color3.new(1, 0, 0)
  1056. VehiclePalette.Position = UDim2.new(0, 80, 0, 100)
  1057. VehiclePalette.Size = UDim2.new(0, 85, 0, 70)
  1058.  
  1059. Vehicle1.Name = "Vehicle1"
  1060. Vehicle1.Parent = VehicleFrame
  1061. Vehicle1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1062. Vehicle1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1063. Vehicle1.Position = UDim2.new(0, 5, 0, 175)
  1064. Vehicle1.Size = UDim2.new(0, 160, 0, 20)
  1065. Vehicle1.Font = Enum.Font.Fantasy
  1066. Vehicle1.FontSize = Enum.FontSize.Size18
  1067. Vehicle1.Text = "Mini Plow"
  1068. Vehicle1.TextColor3 = Color3.new(1, 1, 1)
  1069. Vehicle1.TextSize = 15
  1070. Vehicle1.TextWrapped = true
  1071.  
  1072. Vehicle2.Name = "Vehicle2"
  1073. Vehicle2.Parent = VehicleFrame
  1074. Vehicle2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1075. Vehicle2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1076. Vehicle2.Position = UDim2.new(0, 5, 0, 200)
  1077. Vehicle2.Size = UDim2.new(0, 160, 0, 20)
  1078. Vehicle2.Font = Enum.Font.Fantasy
  1079. Vehicle2.FontSize = Enum.FontSize.Size18
  1080. Vehicle2.Text = "Truck"
  1081. Vehicle2.TextColor3 = Color3.new(1, 1, 1)
  1082. Vehicle2.TextSize = 15
  1083. Vehicle2.TextWrapped = true
  1084.  
  1085. Vehicle3.Name = "Vehicle3"
  1086. Vehicle3.Parent = VehicleFrame
  1087. Vehicle3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1088. Vehicle3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1089. Vehicle3.Position = UDim2.new(0, 5, 0, 225)
  1090. Vehicle3.Size = UDim2.new(0, 160, 0, 20)
  1091. Vehicle3.Font = Enum.Font.Fantasy
  1092. Vehicle3.FontSize = Enum.FontSize.Size18
  1093. Vehicle3.Text = "Big Plow"
  1094. Vehicle3.TextColor3 = Color3.new(1, 1, 1)
  1095. Vehicle3.TextSize = 15
  1096. Vehicle3.TextWrapped = true
  1097.  
  1098. Vehicle5.Name = "Vehicle5"
  1099. Vehicle5.Parent = VehicleFrame
  1100. Vehicle5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1101. Vehicle5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1102. Vehicle5.Position = UDim2.new(0, 5, 0, 250)
  1103. Vehicle5.Size = UDim2.new(0, 160, 0, 20)
  1104. Vehicle5.Font = Enum.Font.Fantasy
  1105. Vehicle5.FontSize = Enum.FontSize.Size18
  1106. Vehicle5.Text = "Abominable Snowmobile"
  1107. Vehicle5.TextColor3 = Color3.new(1, 1, 1)
  1108. Vehicle5.TextSize = 15
  1109. Vehicle5.TextWrapped = true
  1110.  
  1111. Vehicle6.Name = "Vehicle6"
  1112. Vehicle6.Parent = VehicleFrame
  1113. Vehicle6.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1114. Vehicle6.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1115. Vehicle6.Position = UDim2.new(0, 5, 0, 275)
  1116. Vehicle6.Size = UDim2.new(0, 160, 0, 20)
  1117. Vehicle6.Font = Enum.Font.Fantasy
  1118. Vehicle6.FontSize = Enum.FontSize.Size18
  1119. Vehicle6.Text = "Grader"
  1120. Vehicle6.TextColor3 = Color3.new(1, 1, 1)
  1121. Vehicle6.TextSize = 15
  1122. Vehicle6.TextWrapped = true
  1123.  
  1124. Vehicle7.Name = "Vehicle7"
  1125. Vehicle7.Parent = VehicleFrame
  1126. Vehicle7.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1127. Vehicle7.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1128. Vehicle7.Position = UDim2.new(0, 5, 0, 300)
  1129. Vehicle7.Size = UDim2.new(0, 160, 0, 20)
  1130. Vehicle7.Font = Enum.Font.Fantasy
  1131. Vehicle7.FontSize = Enum.FontSize.Size18
  1132. Vehicle7.Text = "Snowmobile"
  1133. Vehicle7.TextColor3 = Color3.new(1, 1, 1)
  1134. Vehicle7.TextSize = 15
  1135. Vehicle7.TextWrapped = true
  1136.  
  1137. ExtrasScreen.Name = "ExtrasScreen"
  1138. ExtrasScreen.Parent = MainFrame
  1139. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1140. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1141. ExtrasScreen.Position = UDim2.new(0, 690, 0, 5)
  1142. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1143. ExtrasScreen.BackgroundTransparency = 0
  1144. ExtrasScreen.Font = Enum.Font.Fantasy
  1145. ExtrasScreen.FontSize = Enum.FontSize.Size18
  1146. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1147. ExtrasScreen.Text = "Extras"
  1148. ExtrasScreen.TextSize = 17
  1149. ExtrasScreen.TextWrapped = true
  1150.  
  1151. ExtrasFrame.Name = "ExtrasFrame"
  1152. ExtrasFrame.Parent = MainFrame
  1153. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1154. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1155. ExtrasFrame.BackgroundTransparency = 0.5
  1156. ExtrasFrame.Position = UDim2.new(0, 630, 0, 35)
  1157. ExtrasFrame.Size = UDim2.new(0, 170, 0, 175)
  1158. ExtrasFrame.Visible = false
  1159.  
  1160. NoClip.Name = "NoClip"
  1161. NoClip.Parent = ExtrasFrame
  1162. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1163. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1164. NoClip.Position = UDim2.new(0, 5, 0, 5)
  1165. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1166. NoClip.Font = Enum.Font.Fantasy
  1167. NoClip.FontSize = Enum.FontSize.Size18
  1168. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1169. NoClip.Text = "Enable NoClip"
  1170. NoClip.TextSize = 17
  1171. NoClip.TextWrapped = true
  1172.  
  1173. TPTool.Name = "TPTool"
  1174. TPTool.Parent = ExtrasFrame
  1175. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1176. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1177. TPTool.Position = UDim2.new(0, 5, 0, 30)
  1178. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1179. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1180. TPTool.Font = Enum.Font.Fantasy
  1181. TPTool.FontSize = Enum.FontSize.Size18
  1182. TPTool.Text = "Add TPTool"
  1183. TPTool.TextSize = 16
  1184.  
  1185. CheatSign.Name = "CheatSign"
  1186. CheatSign.Parent = ExtrasFrame
  1187. CheatSign.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1188. CheatSign.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1189. CheatSign.Position = UDim2.new(0, 5, 0, 55)
  1190. CheatSign.Size = UDim2.new(0, 160, 0, 20)
  1191. CheatSign.TextColor3 = Color3.new(1, 1, 1)
  1192. CheatSign.Font = Enum.Font.Fantasy
  1193. CheatSign.FontSize = Enum.FontSize.Size18
  1194. CheatSign.Text = "Add Cheater Sign"
  1195. CheatSign.TextSize = 16
  1196.  
  1197. CheatFix.Name = "CheatFix"
  1198. CheatFix.Parent = ExtrasFrame
  1199. CheatFix.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1200. CheatFix.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1201. CheatFix.Position = UDim2.new(0, 5, 0, 80)
  1202. CheatFix.Size = UDim2.new(0, 160, 0, 20)
  1203. CheatFix.TextColor3 = Color3.new(1, 1, 1)
  1204. CheatFix.Font = Enum.Font.Fantasy
  1205. CheatFix.FontSize = Enum.FontSize.Size18
  1206. CheatFix.Text = "Remove Cheater Sign"
  1207. CheatFix.TextSize = 16
  1208.  
  1209. GetInCave.Name = "GetInCave"
  1210. GetInCave.Parent = ExtrasFrame
  1211. GetInCave.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1212. GetInCave.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1213. GetInCave.Position = UDim2.new(0, 5, 0, 105)
  1214. GetInCave.Size = UDim2.new(0, 160, 0, 40)
  1215. GetInCave.TextColor3 = Color3.new(1, 1, 1)
  1216. GetInCave.Font = Enum.Font.Fantasy
  1217. GetInCave.FontSize = Enum.FontSize.Size18
  1218. GetInCave.Text = "Change Stats to get in Ice Cave"
  1219. GetInCave.TextSize = 16
  1220. GetInCave.TextWrapped = true
  1221.  
  1222. ReJoinServer.Name = "ReJoinServer"
  1223. ReJoinServer.Parent = ExtrasFrame
  1224. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1225. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1226. ReJoinServer.Position = UDim2.new(0, 5, 0, 150)
  1227. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1228. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1229. ReJoinServer.Font = Enum.Font.Fantasy
  1230. ReJoinServer.FontSize = Enum.FontSize.Size18
  1231. ReJoinServer.Text = "ReJoin a Server"
  1232. ReJoinServer.TextSize = 16
  1233. ReJoinServer.TextWrapped = true
  1234.  
  1235. InfoScreen.Name = "InfoScreen"
  1236. InfoScreen.Parent = MainFrame
  1237. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1238. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1239. InfoScreen.Position = UDim2.new(0, 745, 0, 5)
  1240. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  1241. InfoScreen.BackgroundTransparency = 0
  1242. InfoScreen.Font = Enum.Font.Fantasy
  1243. InfoScreen.FontSize = Enum.FontSize.Size18
  1244. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1245. InfoScreen.Text = "Info"
  1246. InfoScreen.TextSize = 17
  1247. InfoScreen.TextWrapped = true
  1248.  
  1249. InfoFrame.Name = "InfoFrame"
  1250. InfoFrame.Parent = MainFrame
  1251. InfoFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1252. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1253. InfoFrame.BackgroundTransparency = 0.5
  1254. InfoFrame.Position = UDim2.new(0, 600, 0, 35)
  1255. InfoFrame.Size = UDim2.new(0, 200, 0, 170)
  1256. InfoFrame.Visible = false
  1257.  
  1258. InfoText1.Name = "InfoText1"
  1259. InfoText1.Parent = InfoFrame
  1260. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1261. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1262. InfoText1.BackgroundTransparency = 1
  1263. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1264. InfoText1.Size = UDim2.new(0, 190, 0, 160)
  1265. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1266. InfoText1.Font = Enum.Font.Fantasy
  1267. InfoText1.FontSize = Enum.FontSize.Size18
  1268. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\n Credits to Reversal for the Snow Shovel Farm script, Sirka for basics of Truck Colour/Spawn script which I edited to fit. If I missed anyone off please let me know and I will add you."
  1269. InfoText1.TextSize = 14
  1270. InfoText1.TextWrapped = true
  1271. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1272.  
  1273. function notify(msg)
  1274. game.StarterGui:SetCore('SendNotification', {
  1275. Title = 'Snow Shoveling LuckyGUI';
  1276. Text = msg;
  1277. Duration = 5;
  1278. })
  1279. end
  1280.  
  1281. --- Close ---
  1282.  
  1283. Close.MouseButton1Down:connect(function()
  1284. MainGUI:Destroy()
  1285. end)
  1286.  
  1287. --- Menus ---
  1288.  
  1289. local Menus = {
  1290. [WayPoints] = WayPointsFrame;
  1291. [MoneyFarmTp] = SnowFarmFrame2;
  1292. [SpawnVehicle] = VehicleFrame;
  1293. [IceFarmTp] = IceFarmFrame;
  1294. [ExtrasScreen] = ExtrasFrame;
  1295. [InfoScreen] = InfoFrame;
  1296. [Players] = PlayerFrame;
  1297. }
  1298. for button,frame in pairs(Menus) do
  1299. button.MouseButton1Click:connect(function()
  1300. if frame.Visible then
  1301. frame.Visible = false
  1302. return
  1303. end
  1304. for k,v in pairs(Menus) do
  1305. v.Visible = v == frame
  1306. end
  1307. end)
  1308. end
  1309.  
  1310. --- Snow Menus Show Hide ---
  1311.  
  1312. ShovelFarmL2.MouseButton1Down:connect(function()
  1313. if ShovelFarmFrame.Visible == false then
  1314. ShovelFarmFrame.Visible = true
  1315. PlowFarmFrame.Visible = false
  1316. else
  1317. ShovelFarmFrame.Visible = false
  1318. end
  1319. end)
  1320.  
  1321. PlowFarmL2.MouseButton1Down:connect(function()
  1322. if PlowFarmFrame.Visible == false then
  1323. PlowFarmFrame.Visible = true
  1324. ShovelFarmFrame.Visible = false
  1325. else
  1326. PlowFarmFrame.Visible = false
  1327. end
  1328. end)
  1329.  
  1330. --- WayPoints ---
  1331.  
  1332. local WayPoints = {
  1333. ["Jims Shovels"] = CFrame.new(-8.9, 4.7, -33.3),
  1334. ["Plow Store"] = CFrame.new(2.9, 4.5, -173.8),
  1335. ["Car Park"] = CFrame.new(41.6, 4.5, -290.7),
  1336. ["Snow Containers"] = CFrame.new(235.4, 6.6, -58.6),
  1337. ["Frosty"] = CFrame.new(378.3, 4.4, -113.1),
  1338. ["SnowBall Fights"] = CFrame.new(55.5, 4.3, 69.8),
  1339. ["Pet Shop"] = CFrame.new(-3.1, 4.3, 247.2),
  1340. ["Back Car Park"] = CFrame.new(-496.4, 4.4, 45.9),
  1341. ["Ice Entrance"] = CFrame.new(135, 3.5, -483),
  1342. ["Tims Tools"] = CFrame.new(165, 8, -602),
  1343. ["Ice Containers"] = CFrame.new(72, 5, -571),
  1344. ["Outside IceCave"] = CFrame.new(-71.4, 4.3, -867),
  1345. ["Ice Cave"] = CFrame.new(-386.2, -296.6, -508.1),
  1346. ["Ice Cave2"] = CFrame.new(122.8, -184.6, -520.8),
  1347. ["Mountain Hiker"] = CFrame.new(394.5, 175.1, -2004),
  1348. ["Mountain Guide"] = CFrame.new(11.9, 60.7, -1044.6),
  1349. ["Larry IceCubes"] = CFrame.new(-635.1, 222.7, -2016.7),
  1350. ["Mountain Top"] = CFrame.new(254.8, 554.7, -1634.3),
  1351. ["Ice Wizard"] = CFrame.new(23.5, 554.9, -1557.7),
  1352. ["Party House"] = CFrame.new(402.2, 560.4, -1850.5)
  1353. }
  1354.  
  1355. JimsShovels.MouseButton1Down:connect(function()
  1356. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1357. uTorso.CFrame = WayPoints["Jims Shovels"]
  1358. notify'Teleported to Jims Shovels'
  1359. end)
  1360.  
  1361. PlowStore.MouseButton1Down:connect(function()
  1362. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1363. uTorso.CFrame = WayPoints["Plow Store"]
  1364. notify'Teleported to the Plow Store'
  1365. end)
  1366.  
  1367. CarPark.MouseButton1Down:connect(function()
  1368. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1369. uTorso.CFrame = WayPoints["Car Park"]
  1370. notify'Teleported to the Car Park'
  1371. end)
  1372.  
  1373. SnowContainers.MouseButton1Down:connect(function()
  1374. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1375. uTorso.CFrame = WayPoints["Snow Containers"]
  1376. notify'Teleported to Snow Containers'
  1377. end)
  1378.  
  1379. Frosty.MouseButton1Down:connect(function()
  1380. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Snowman', true):FindFirstChild('Pelvis').CFrame.p);
  1381. wait(.25)
  1382. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Snowman', true):FindFirstChild('Pelvis').CFrame.p + Vector3.new(6, 2, 6));
  1383. notify'Teleported to Frosty'
  1384. end)
  1385.  
  1386. SnowBallFights.MouseButton1Down:connect(function()
  1387. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1388. uTorso.CFrame = WayPoints["SnowBall Fights"]
  1389. notify'Teleported to SnowBall Fights Entrance'
  1390. end)
  1391.  
  1392. PetShop.MouseButton1Down:connect(function()
  1393. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1394. uTorso.CFrame = WayPoints["Pet Shop"]
  1395. notify'Teleported to Pengus Pets'
  1396. end)
  1397.  
  1398. BackCarPark.MouseButton1Down:connect(function()
  1399. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1400. uTorso.CFrame = WayPoints["Back Car Park"]
  1401. notify'Teleported to the Rear Car Park'
  1402. end)
  1403.  
  1404. IceEntrance.MouseButton1Down:connect(function()
  1405. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1406. uTorso.CFrame = WayPoints["Ice Entrance"]
  1407. notify'Teleported to the Ice Entrance'
  1408. end)
  1409.  
  1410. TimsTools.MouseButton1Down:connect(function()
  1411. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1412. uTorso.CFrame = WayPoints["Tims Tools"]
  1413. notify'Teleported to Tims Tools'
  1414. end)
  1415.  
  1416. IceContainers.MouseButton1Down:connect(function()
  1417. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1418. uTorso.CFrame = WayPoints["Ice Containers"]
  1419. notify'Teleported to Ice Containers'
  1420. end)
  1421.  
  1422. OutsideIceCave.MouseButton1Down:connect(function()
  1423. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1424. uTorso.CFrame = WayPoints["Outside IceCave"]
  1425. notify'Teleported inside the Ice Cave'
  1426. end)
  1427.  
  1428. IceCave.MouseButton1Down:connect(function()
  1429. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1430. uTorso.CFrame = WayPoints["Ice Cave"]
  1431. notify'Teleported inside the Ice Cave location1'
  1432. end)
  1433.  
  1434. IceCave2.MouseButton1Down:connect(function()
  1435. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1436. uTorso.CFrame = WayPoints["Ice Cave2"]
  1437. notify'Teleported inside the Ice Cave location2'
  1438. end)
  1439.  
  1440. MountainTop.MouseButton1Down:connect(function()
  1441. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1442. uTorso.CFrame = WayPoints["Mountain Top"]
  1443. notify'Teleported to the Mountain Top'
  1444. end)
  1445.  
  1446. IceWizard.MouseButton1Down:connect(function()
  1447. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Ice Wizard', true):FindFirstChild('Head').CFrame.p);
  1448. wait(.25)
  1449. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Ice Wizard', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1450. notify'Teleported to the Ice Wizard'
  1451. end)
  1452.  
  1453. MountainHiker.MouseButton1Down:connect(function()
  1454. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p);
  1455. wait(.25)
  1456. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1457. notify'Teleported to the Mountain Hiker'
  1458. end)
  1459.  
  1460. MountainGuide.MouseButton1Down:connect(function()
  1461. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Mountain Guide', true):FindFirstChild('Head').CFrame.p);
  1462. wait(.25)
  1463. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Mountain Guide', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1464. notify'Teleported to the Mountain Guide'
  1465. end)
  1466.  
  1467. LarryIceCubes.MouseButton1Down:connect(function()
  1468. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Larry', true):FindFirstChild('Head').CFrame.p);
  1469. wait(.25)
  1470. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Larry', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1471. notify'Teleported to Larry'
  1472. end)
  1473.  
  1474. PartyHouse.MouseButton1Down:connect(function()
  1475. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1476. uTorso.CFrame = WayPoints["Party House"]
  1477. notify'Teleported to the Party House'
  1478. end)
  1479.  
  1480. --- Show Current Location
  1481.  
  1482. ShowLocation.MouseButton1Down:connect(function()
  1483.  
  1484. function round(num, numDecimalPlaces)
  1485. local mult = 10^(numDecimalPlaces or 0)
  1486. return math.floor(num * mult + 0.5) / mult
  1487. end
  1488.  
  1489. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  1490. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  1491. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  1492. ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ
  1493. CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ
  1494. CustomLocationSet = true
  1495. end)
  1496.  
  1497. --- TP to custom location ---
  1498.  
  1499. CustomTPPoint.MouseButton1Down:connect(function()
  1500. if CustomLocationSet == true then
  1501. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1502. uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  1503. end
  1504. end)
  1505.  
  1506. --- Player Teleport ---
  1507.  
  1508. local buttons = {
  1509. Player1,
  1510. Player2,
  1511. Player3,
  1512. Player4,
  1513. Player5,
  1514. Player6,
  1515. Player7,
  1516. Player8,
  1517. Player9,
  1518. Player10
  1519. }
  1520. for i, v in pairs(game.Players:GetChildren()) do
  1521. buttons[i].Text = v.Name
  1522. buttons[i].Visible = true
  1523. end
  1524. game.Players.PlayerRemoving:connect(function()
  1525. for i, v in pairs(game.Players:GetChildren()) do
  1526. buttons[i].Text = v.Name
  1527. buttons[i].Visible = true
  1528. end
  1529. end)
  1530. game.Players.PlayerAdded:connect(function()
  1531. for i, v in pairs(game.Players:GetChildren()) do
  1532. buttons[i].Text = v.Name
  1533. buttons[i].Visible = true
  1534. end
  1535. end)
  1536.  
  1537. Player1.MouseButton1Down:connect(function()
  1538. PlyrSel.Text = Player1.Text
  1539. end)
  1540. Player2.MouseButton1Down:connect(function()
  1541. PlyrSel.Text = Player2.Text
  1542. end)
  1543. Player3.MouseButton1Down:connect(function()
  1544. PlyrSel.Text = Player3.Text
  1545. end)
  1546. Player4.MouseButton1Down:connect(function()
  1547. PlyrSel.Text = Player4.Text
  1548. end)
  1549. Player5.MouseButton1Down:connect(function()
  1550. PlyrSel.Text = Player5.Text
  1551. end)
  1552. Player6.MouseButton1Down:connect(function()
  1553. PlyrSel.Text = Player6.Text
  1554. end)
  1555. Player7.MouseButton1Down:connect(function()
  1556. PlyrSel.Text = Player7.Text
  1557. end)
  1558. Player8.MouseButton1Down:connect(function()
  1559. PlyrSel.Text = Player8.Text
  1560. end)
  1561. Player9.MouseButton1Down:connect(function()
  1562. PlyrSel.Text = Player9.Text
  1563. end)
  1564. Player10.MouseButton1Down:connect(function()
  1565. PlyrSel.Text = Player10.Text
  1566. end)
  1567.  
  1568. TpPlayer.MouseButton1Down:connect(function()
  1569. if PlyrSel.Text == "SELECT A PLAYER" then
  1570. warn("No Player Selected")
  1571. else
  1572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1573. end
  1574. end)
  1575.  
  1576. --- Walkspeed/JumpPower ---
  1577.  
  1578. player = game.Players.LocalPlayer
  1579. Walk = 18
  1580. Jump = 50
  1581.  
  1582. WalkSpeed.MouseButton1Down:connect(function()
  1583. Walk = WalkText.Text
  1584. end)
  1585. JumpPower.MouseButton1Down:connect(function()
  1586. Jump = JumpText.Text
  1587. end)
  1588.  
  1589. player.Character.Humanoid.JumpPower = Jump
  1590. player.Character.Humanoid.WalkSpeed = Walk
  1591.  
  1592. player.Character.Humanoid.Changed:connect(function()
  1593. player.Character.Humanoid.JumpPower = Jump
  1594. player.Character.Humanoid.WalkSpeed = Walk
  1595. end)
  1596.  
  1597. --- NoClip ---
  1598.  
  1599. noclip = false
  1600. game:GetService('RunService').Stepped:connect(function()
  1601. if noclip then
  1602. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1603. end
  1604. end)
  1605. NoClip.MouseButton1Down:connect(function()
  1606. noclip = not noclip
  1607. if NoClip.Text == "Enable NoClip" then
  1608. NoClip.Text = "Disable NoClip"
  1609. NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1610. else
  1611. NoClip.Text = "Enable NoClip"
  1612. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1613. end
  1614. end)
  1615.  
  1616. --- TP Gift ---
  1617.  
  1618. TpToGift.MouseButton1Down:connect(function()
  1619. for _,v in pairs(game.Workspace.LootBoxContainer:GetChildren()) do
  1620. if string.match(v.Name, "GiftBox") then
  1621. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  1622. end
  1623. end
  1624. end)
  1625.  
  1626. --- Spawn Vehicle ---
  1627.  
  1628. function changevehiclecolor()
  1629. while true do
  1630. wait()
  1631. VehiclePalette.BackgroundColor3 = Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text)
  1632. end
  1633. end
  1634. spawn(changevehiclecolor)
  1635.  
  1636. Vehicle1.MouseButton1Click:connect(function()
  1637. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Mini Plow",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1638. end)
  1639.  
  1640. Vehicle2.MouseButton1Click:connect(function()
  1641. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Truck",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1642. end)
  1643.  
  1644. Vehicle3.MouseButton1Click:connect(function()
  1645. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Big Plow",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1646. end)
  1647.  
  1648. Vehicle5.MouseButton1Click:connect(function()
  1649. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Abominable Snowmobile",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1650. end)
  1651.  
  1652. Vehicle6.MouseButton1Click:connect(function()
  1653. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Grader",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1654. end)
  1655.  
  1656. Vehicle7.MouseButton1Click:connect(function()
  1657. game.ReplicatedStorage.RemoteEvents.BuyVehicle:FireServer("Snowmobile",Color3.new(RColourVehicle.text,GColourVehicle.text,BColourVehicle.text))
  1658. end)
  1659.  
  1660. --- TP Tool ---
  1661.  
  1662. TPTool.MouseButton1Down:connect(function()
  1663. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1664. Tele.RequiresHandle = false
  1665. Tele.RobloxLocked = true
  1666. Tele.Name = "TPTool"
  1667. Tele.ToolTip = "Teleport Tool"
  1668. Tele.Equipped:connect(function(Mouse)
  1669. Mouse.Button1Down:connect(function()
  1670. if Mouse.Target then
  1671. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1672. end
  1673. end)
  1674. end)
  1675. notify'TP Tool added to your Backpack'
  1676.  
  1677. end)
  1678.  
  1679. --- Add Cheater sign to Backpack ---
  1680.  
  1681. CheatSign.MouseButton1Down:connect(function()
  1682. game:GetService("ReplicatedStorage").Cheater:Clone().Parent = game.Players.LocalPlayer.Backpack
  1683. notify'Cheater sign added to your Backpack'
  1684. end)
  1685.  
  1686. --- Remove Cheater Sign ---
  1687.  
  1688. CheatFix.MouseButton1Down:connect(function()
  1689. while true do
  1690. wait()
  1691. if LP.Backpack:FindFirstChild("Cheater") then
  1692. game.Players.LocalPlayer.Stats.cheaterFlags.Value = 0
  1693. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1694. end
  1695. end
  1696. end)
  1697.  
  1698. --- Get in Ice Cave ---
  1699.  
  1700. GetInCave.MouseButton1Down:connect(function()
  1701. local Players=game:GetService("Players")
  1702. Players.LocalPlayer.leaderstats.Ice.Value = 20000
  1703. Players.LocalPlayer.leaderstats.Money.Value = 75000
  1704. end)
  1705.  
  1706. --- Snow Money Farm ---
  1707.  
  1708. StartMoneyFarm.MouseButton1Click:connect(function()
  1709. if SnowFarmActive == false then
  1710. SnowFarmActive = true
  1711. StartMoneyFarm.Text = "Stop Farming"
  1712. ShovelFarmL2.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1713. MoneyFarmTp.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1714. StartMoneyFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1715. notify'Snow Farming Started'
  1716. wait(1)
  1717. for i,v in pairs(game.Workspace.Roads:GetChildren()) do
  1718. for i,y in pairs(v:GetChildren()) do
  1719. if y.Name == "Snow" then
  1720. if SnowFarmActive == true then
  1721. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = y.CFrame
  1722. wait()
  1723. game.ReplicatedStorage.RemoteEvents.Shovel:FireServer(y)
  1724. local me = game.Players.LocalPlayer
  1725. local snowman = game.Workspace.Snowman
  1726. me.Character.HumanoidRootPart.CFrame = snowman.Pelvis.CFrame
  1727. game.ReplicatedStorage.RemoteEvents.SellSnow:FireServer(true)
  1728. wait()
  1729. end
  1730. end
  1731. end
  1732. end
  1733. else
  1734. SnowFarmActive = false
  1735. notify'Snow Farming Ended'
  1736. StartMoneyFarm.Text = "Start Farming"
  1737. StartMoneyFarm.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1738. ShovelFarmL2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1739. MoneyFarmTp.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1740. wait(0.5)
  1741. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Snowman', true):FindFirstChild('Pelvis').CFrame.p);
  1742. wait(0.25)
  1743. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Snowman', true):FindFirstChild('Pelvis').CFrame.p + Vector3.new(6, 2, 6));
  1744. end
  1745. end)
  1746.  
  1747. --- Snow Plow Farm ---
  1748.  
  1749. StartPlowFarm.MouseButton1Click:connect(function()
  1750. if PlowFarmActive == false then
  1751. PlowFarmActive = true
  1752. StartPlowFarm.Text = "Stop Farming"
  1753. PlowFarmL2.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1754. MoneyFarmTp.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1755. StartPlowFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1756. notify'Snow Plow Farming Started'
  1757. wait(1)
  1758. local LocalPlayer = game:GetService('Players').LocalPlayer
  1759. local RemoteEvents = game:GetService('ReplicatedStorage').RemoteEvents
  1760. local GetVehicle = function()
  1761. local Vehicle
  1762. for i, v in pairs(workspace.Vehicles:GetChildren()) do
  1763. if v.Name:sub(1,#LocalPlayer.Name) == LocalPlayer.Name then
  1764. return v
  1765. end
  1766. end
  1767. end
  1768.  
  1769. local Plow = function(Part, Vehicle)
  1770. Vehicle = Vehicle or GetVehicle()
  1771. if Vehicle then
  1772. RemoteEvents.Plow:FireServer(Part, Vehicle.Name)
  1773. end
  1774. end
  1775.  
  1776. local GetCloseSnow = function(_)
  1777. local Center = LocalPlayer.Character.HumanoidRootPart.CFrame.p
  1778. local Region = Region3.new(Center-Vector3.new(30,10,30), Center+Vector3.new(30,5,30))
  1779. local Parts = workspace:FindPartsInRegion3(Region, LocalPlayer.Character, 500)
  1780. local Snow = {}
  1781. for i, v in pairs(Parts) do
  1782. if v.Name == 'Snow' then
  1783. table.insert(Snow, v)
  1784. end
  1785. end
  1786. return Snow
  1787. end
  1788.  
  1789. local Vehicle = GetVehicle()
  1790.  
  1791. while wait() do
  1792. if PlowFarmActive == true then
  1793. for i, Snow in pairs(GetCloseSnow()) do
  1794. Plow(Snow, Vehicle)
  1795. end
  1796. end
  1797. end
  1798. else
  1799. PlowFarmActive = false
  1800. StartPlowFarm.Text = "Start Farming"
  1801. PlowFarmL2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1802. MoneyFarmTp.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1803. StartPlowFarm.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1804. notify'Plow Farming Ended'
  1805. end
  1806. end)
  1807.  
  1808. --- Ice Farm ---
  1809.  
  1810. StartIceFarm.MouseButton1Click:connect(function()
  1811. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p);
  1812. wait(.25)
  1813. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1814. notify'Ice Farming Started'
  1815. wait(1)
  1816. local collected = function()
  1817. local pack = nil
  1818. for i, p in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1819. if (p.Name:match'Pack') then
  1820. pack = p;
  1821. end
  1822. end
  1823. return tonumber(pack:FindFirstChild('TextLabel', true).Text:match'%d+');
  1824. end;
  1825.  
  1826. local maxIce = function()
  1827. local pack = nil
  1828. for i, p in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1829. if (p.Name:match'Pack') then
  1830. pack = p;
  1831. end
  1832. end
  1833. return tonumber(pack:FindFirstChild('TextLabel', true).Text:match'/%d+':match'%d+');
  1834. end;
  1835.  
  1836. local sellingIce = false;
  1837.  
  1838. while wait(.075) do
  1839. if (not sellingIce) then
  1840. game.ReplicatedStorage.RemoteEvents.I.TT:FireServer(
  1841. game.Players.LocalPlayer.Character[iceTool],
  1842. {game.Players.LocalPlayer.Character[iceTool].Blade, workspace.IcePieces:GetChildren()[math.random(1, #workspace.IcePieces:GetChildren())]}
  1843. );
  1844. end
  1845. if (collected() >= maxIce()) then
  1846. sellingIce = true;
  1847. local HRP = game.Players.LocalPlayer.Character.HumanoidRootPart;
  1848. local lastPosition = HRP.CFrame;
  1849. game.Players.LocalPlayer.Character:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p);
  1850. wait(.25)
  1851. game.Players.LocalPlayer.Character.Humanoid:MoveTo(workspace:FindFirstChild('Mountain Hiker', true):FindFirstChild('Head').CFrame.p + Vector3.new(4, 2, 4));
  1852. game.ReplicatedStorage.RemoteEvents.I.SellIce:FireServer(workspace.EXPANSION.MiddleMountain.IcePile,
  1853. lastPosition.p,
  1854. false);
  1855. repeat wait(.1) until collected() < 1
  1856. sellingIce = false;
  1857. end
  1858. end
  1859. end)
  1860.  
  1861. --- ReJoin Server ---
  1862.  
  1863. ReJoinServer.MouseButton1Down:connect(function()
  1864. local placeId = 1252559098
  1865. game:GetService("TeleportService"):Teleport(placeId)
  1866. end)
  1867.  
  1868. --- IceBosKill ---
  1869.  
  1870. game.ReplicatedStorage.RemoteEvents.I.MineIceBoss:FireServer(Workspace.EXPANSION.MiddleMountain["Ice Boss"],1000,1)
  1871.  
  1872. --- End ---
Add Comment
Please, Sign In to add comment