Advertisement
SilverCoinGod

Snow Shoveling Simulator GUO

Jan 15th, 2018
10,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.68 KB | None | 0 0
  1.  
  2. --Edited by [email protected]
  3. --discord.gg/F3fkuCx for updates
  4.  
  5. local gui = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local bottom = Instance.new("Frame")
  8. local toptext = Instance.new("TextLabel")
  9. local exit = Instance.new("TextButton")
  10. local open = Instance.new("TextButton")
  11. local bottomtext = Instance.new("TextLabel")
  12. local toptext = Instance.new("TextLabel")
  13. local exit = Instance.new("TextButton")
  14. local previous = Instance.new("TextButton")
  15. local nextpage = Instance.new("TextButton")
  16. local page1 = Instance.new("Frame")
  17. local shovel = Instance.new("TextButton")
  18. local housenum = Instance.new("TextBox")
  19. local tptohouse = Instance.new("TextButton")
  20. local gift = Instance.new("TextButton")
  21. local lake = Instance.new("TextButton")
  22. local expansion = Instance.new("TextButton")
  23. local page2 = Instance.new("Frame")
  24. local pengu = Instance.new("TextButton")
  25. local frosty = Instance.new("TextButton")
  26. local snowsell = Instance.new("TextButton")
  27. local icesell = Instance.new("TextButton")
  28. local tims = Instance.new("TextButton")
  29. local cheater = Instance.new("TextButton")
  30. local page3 = Instance.new("Frame")
  31. local boss = Instance.new("TextButton")
  32. local icecointainer = Instance.new("TextButton")
  33. local partybadge = Instance.new("TextButton")
  34. local discord = Instance.new("TextLabel")
  35.  
  36.  
  37.  
  38. gui.Name = "gui"
  39. gui.Parent = game.CoreGui
  40.  
  41. main.Name = "main"
  42. main.Parent = gui
  43. main.Active = true
  44. main.BackgroundColor3 = Color3.new(0.0980392, 0.741176, 0.917647)
  45. main.BorderSizePixel = 0
  46. main.Draggable = true
  47. main.Position = UDim2.new(0.206, 0, 1.325, 0)
  48. main.Size = UDim2.new(0, 570, 0, 439)
  49. main.Visible = true
  50. main:TweenPosition(UDim2.new(0.206, 0, 0.3, 0), 'In', 'Quart', 1)
  51. wait(.2)
  52.  
  53. function notify(msg)
  54. game.StarterGui:SetCore('SendNotification', {
  55. Title = 'Snow Shoveling GUI';
  56. Text = msg;
  57. Duration = 5;
  58. })
  59. end
  60.  
  61. bottom.Name = "bottom"
  62. bottom.Parent = main
  63. bottom.BackgroundColor3 = Color3.new(0.054902, 0.443137, 0.541176)
  64. bottom.BorderSizePixel = 0
  65. bottom.Position = UDim2.new(0, 0, 0, 408)
  66. bottom.Size = UDim2.new(0, 570, 0, 31)
  67.  
  68. partybadge.Name = "partybadge"
  69. partybadge.Parent = page3
  70. partybadge.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  71. partybadge.BorderSizePixel = 0
  72. partybadge.Position = UDim2.new(0, 23, 0, 153)
  73. partybadge.Size = UDim2.new(0, 200, 0, 50)
  74. partybadge.Font = Enum.Font.Code
  75. partybadge.FontSize = Enum.FontSize.Size14
  76. partybadge.Text = "Teleport to Party House Badge"
  77. partybadge.TextScaled = true
  78. partybadge.TextSize = 14
  79. partybadge.TextWrapped = true
  80. toptext.Name = "toptext"
  81. toptext.Parent = main
  82. toptext.BackgroundColor3 = Color3.new(1, 1, 1)
  83. toptext.BackgroundTransparency = 1
  84. toptext.Size = UDim2.new(0, 532, 0, 50)
  85. toptext.Font = Enum.Font.Code
  86. toptext.FontSize = Enum.FontSize.Size14
  87. toptext.Text = "Snow Shoveling Simulator GUI"
  88. toptext.TextScaled = true
  89. toptext.TextSize = 14
  90. toptext.TextWrapped = true
  91.  
  92. discord.Name = "discord"
  93. discord.Parent = bottom
  94. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  95. discord.BackgroundTransparency = 1
  96. discord.BorderSizePixel = 0
  97. discord.Position = UDim2.new(0, 128, 0, -366)
  98. discord.Size = UDim2.new(0, 314, 0, 31)
  99. discord.Font = Enum.Font.Code
  100. discord.FontSize = Enum.FontSize.Size14
  101. discord.Text = "feel free to join the discord for updates: https://discord.gg/F3fkuCx "
  102. discord.TextScaled = true
  103. discord.TextSize = 14
  104. discord.TextWrapped = true
  105.  
  106. page3.Name = "page3"
  107. page3.Parent = main
  108. page3.BackgroundColor3 = Color3.new(1, 1, 1)
  109. page3.BackgroundTransparency = 1
  110. page3.Size = UDim2.new(0, 569, 0, 406)
  111. page3.Visible = false
  112.  
  113. boss.Name = "boss"
  114. boss.Parent = page3
  115. boss.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  116. boss.BorderSizePixel = 0
  117. boss.Position = UDim2.new(0, 23, 0, 84)
  118. boss.Size = UDim2.new(0, 200, 0, 50)
  119. boss.Font = Enum.Font.Code
  120. boss.FontSize = Enum.FontSize.Size14
  121. boss.Text = "Get Boss Ice Pack"
  122. boss.TextScaled = true
  123. boss.TextSize = 14
  124. boss.TextWrapped = true
  125.  
  126. icecointainer.Name = "icecointainer"
  127. icecointainer.Parent = page3
  128. icecointainer.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  129. icecointainer.BorderSizePixel = 0
  130. icecointainer.Position = UDim2.new(0, 285, 0, 84)
  131. icecointainer.Size = UDim2.new(0, 200, 0, 50)
  132. icecointainer.Font = Enum.Font.Code
  133. icecointainer.FontSize = Enum.FontSize.Size14
  134. icecointainer.Text = "Teleport to Ice Cointainers"
  135. icecointainer.TextScaled = true
  136. icecointainer.TextSize = 14
  137. icecointainer.TextWrapped = true
  138.  
  139. exit.Parent = main
  140. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  141. exit.BackgroundTransparency = 1
  142. exit.Position = UDim2.new(0, 529, 0, 0)
  143. exit.Size = UDim2.new(0, 41, 0, 50)
  144. exit.Font = Enum.Font.Code
  145. exit.FontSize = Enum.FontSize.Size14
  146. exit.Text = "X"
  147. exit.TextScaled = true
  148. exit.TextSize = 14
  149. exit.TextWrapped = true
  150.  
  151. cheater.Name = "cheater"
  152. cheater.Parent = page2
  153. cheater.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  154. cheater.BorderSizePixel = 0
  155. cheater.Position = UDim2.new(0, 26, 0, 153)
  156. cheater.Size = UDim2.new(0, 200, 0, 50)
  157. cheater.Font = Enum.Font.Code
  158. cheater.FontSize = Enum.FontSize.Size14
  159. cheater.Text = "Get cheater sign"
  160. cheater.TextScaled = true
  161. cheater.TextSize = 14
  162. cheater.TextWrapped = true
  163.  
  164. open.Name = "open"
  165. open.Parent = gui
  166. open.BackgroundColor3 = Color3.new(0.0980392, 0.741176, 0.917647)
  167. open.BorderSizePixel = 0
  168. open.Position = UDim2.new(0, 791, -1.9, 0)
  169. open.Size = UDim2.new(0, 200, 0, 62)
  170. open.Font = Enum.Font.Code
  171. open.FontSize = Enum.FontSize.Size14
  172. open.Text = "Open"
  173. open.TextScaled = true
  174. open.TextSize = 14
  175. open.TextWrapped = true
  176. open.Visible = false
  177.  
  178. bottomtext.Parent = bottom
  179. bottomtext.BackgroundColor3 = Color3.new(1, 1, 1)
  180. bottomtext.BackgroundTransparency = 1
  181. bottomtext.BorderSizePixel = 0
  182. bottomtext.Size = UDim2.new(0, 202, 0, 31)
  183. bottomtext.Font = Enum.Font.Code
  184. bottomtext.FontSize = Enum.FontSize.Size14
  185. bottomtext.Text = "Welcome, "
  186. bottomtext.TextScaled = true
  187. bottomtext.TextSize = 14
  188. bottomtext.TextWrapped = true
  189.  
  190. toptext.Name = "toptext"
  191. toptext.Parent = main
  192. toptext.BackgroundColor3 = Color3.new(1, 1, 1)
  193. toptext.BackgroundTransparency = 1
  194. toptext.Size = UDim2.new(0, 532, 0, 50)
  195. toptext.Font = Enum.Font.Code
  196. toptext.FontSize = Enum.FontSize.Size14
  197. toptext.Text = "Snow Shoveling Simulator GUI"
  198. toptext.TextScaled = true
  199. toptext.TextSize = 14
  200. toptext.TextWrapped = true
  201.  
  202. previous.Name = "previous"
  203. previous.Parent = main
  204. previous.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  205. previous.BorderSizePixel = 0
  206. previous.Position = UDim2.new(0, 26, 0, 325)
  207. previous.Size = UDim2.new(0, 200, 0, 50)
  208. previous.Font = Enum.Font.Code
  209. previous.FontSize = Enum.FontSize.Size14
  210. previous.Text = "Previous Page"
  211. previous.TextScaled = true
  212. previous.TextSize = 14
  213. previous.TextWrapped = true
  214.  
  215. nextpage.Name = "nextpage"
  216. nextpage.Parent = main
  217. nextpage.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  218. nextpage.BorderSizePixel = 0
  219. nextpage.Position = UDim2.new(0, 284, 0, 322)
  220. nextpage.Size = UDim2.new(0, 200, 0, 50)
  221. nextpage.Font = Enum.Font.Code
  222. nextpage.FontSize = Enum.FontSize.Size14
  223. nextpage.Text = "Next Page"
  224. nextpage.TextScaled = true
  225. nextpage.TextSize = 14
  226. nextpage.TextWrapped = true
  227.  
  228. page1.Name = "page1"
  229. page1.Parent = main
  230. page1.BackgroundColor3 = Color3.new(1, 1, 1)
  231. page1.BackgroundTransparency = 1
  232. page1.Size = UDim2.new(0, 569, 0, 406)
  233.  
  234. shovel.Name = "shovel"
  235. shovel.Parent = page1
  236. shovel.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  237. shovel.BorderSizePixel = 0
  238. shovel.Position = UDim2.new(0, 285, 0, 231)
  239. shovel.Size = UDim2.new(0, 200, 0, 50)
  240. shovel.Font = Enum.Font.Code
  241. shovel.FontSize = Enum.FontSize.Size14
  242. shovel.Text = "Teleport to Shovel Shop"
  243. shovel.TextScaled = true
  244. shovel.TextSize = 14
  245. shovel.TextWrapped = true
  246.  
  247. housenum.Name = "housenum"
  248. housenum.Parent = page1
  249. housenum.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  250. housenum.BorderSizePixel = 0
  251. housenum.Position = UDim2.new(0, 27, 0, 153)
  252. housenum.Size = UDim2.new(0, 200, 0, 50)
  253. housenum.Font = Enum.Font.Code
  254. housenum.FontSize = Enum.FontSize.Size14
  255. housenum.Text = "House 1"
  256. housenum.TextScaled = true
  257. housenum.TextSize = 14
  258. housenum.TextWrapped = true
  259.  
  260. tptohouse.Name = "tptohouse"
  261. tptohouse.Parent = page1
  262. tptohouse.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  263. tptohouse.BorderSizePixel = 0
  264. tptohouse.Position = UDim2.new(0, 285, 0, 153)
  265. tptohouse.Size = UDim2.new(0, 200, 0, 50)
  266. tptohouse.Font = Enum.Font.Code
  267. tptohouse.FontSize = Enum.FontSize.Size14
  268. tptohouse.Text = "Teleport to House"
  269. tptohouse.TextScaled = true
  270. tptohouse.TextSize = 14
  271. tptohouse.TextWrapped = true
  272.  
  273. gift.Name = "gift"
  274. gift.Parent = page1
  275. gift.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  276. gift.BorderSizePixel = 0
  277. gift.Position = UDim2.new(0, 24, 0, 81)
  278. gift.Size = UDim2.new(0, 200, 0, 50)
  279. gift.Font = Enum.Font.Code
  280. gift.FontSize = Enum.FontSize.Size14
  281. gift.Text = "Teleport Gift"
  282. gift.TextScaled = true
  283. gift.TextSize = 14
  284. gift.TextWrapped = true
  285.  
  286. lake.Name = "lake"
  287. lake.Parent = page1
  288. lake.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  289. lake.BorderSizePixel = 0
  290. lake.Position = UDim2.new(0, 285, 0, 81)
  291. lake.Size = UDim2.new(0, 200, 0, 50)
  292. lake.Font = Enum.Font.Code
  293. lake.FontSize = Enum.FontSize.Size14
  294. lake.Text = "Teleport to Ice Lake"
  295. lake.TextScaled = true
  296. lake.TextSize = 14
  297. lake.TextWrapped = true
  298.  
  299. expansion.Name = "expansion"
  300. expansion.Parent = page1
  301. expansion.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  302. expansion.BorderSizePixel = 0
  303. expansion.Position = UDim2.new(0, 27, 0, 231)
  304. expansion.Size = UDim2.new(0, 200, 0, 50)
  305. expansion.Font = Enum.Font.Code
  306. expansion.FontSize = Enum.FontSize.Size14
  307. expansion.Text = "Teleport to Expansion"
  308. expansion.TextScaled = true
  309. expansion.TextSize = 14
  310. expansion.TextWrapped = true
  311.  
  312. page2.Name = "page2"
  313. page2.Parent = main
  314. page2.BackgroundColor3 = Color3.new(1, 1, 1)
  315. page2.BackgroundTransparency = 1
  316. page2.Size = UDim2.new(0, 569, 0, 406)
  317. page2.Visible = false
  318.  
  319. pengu.Name = "pengu"
  320. pengu.Parent = page2
  321. pengu.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  322. pengu.BorderSizePixel = 0
  323. pengu.Position = UDim2.new(0, 27, 0, 84)
  324. pengu.Size = UDim2.new(0, 200, 0, 50)
  325. pengu.Font = Enum.Font.Code
  326. pengu.FontSize = Enum.FontSize.Size14
  327. pengu.Text = "Teleport to Pengus Pets"
  328. pengu.TextScaled = true
  329. pengu.TextSize = 14
  330. pengu.TextWrapped = true
  331.  
  332. frosty.Name = "frosty"
  333. frosty.Parent = page2
  334. frosty.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  335. frosty.BorderSizePixel = 0
  336. frosty.Position = UDim2.new(0, 285, 0, 84)
  337. frosty.Size = UDim2.new(0, 200, 0, 50)
  338. frosty.Font = Enum.Font.Code
  339. frosty.FontSize = Enum.FontSize.Size14
  340. frosty.Text = "Teleport to Frosty"
  341. frosty.TextScaled = true
  342. frosty.TextSize = 14
  343. frosty.TextWrapped = true
  344.  
  345.  
  346. snowsell.Name = "snowsell"
  347. snowsell.Parent = page2
  348. snowsell.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  349. snowsell.BorderSizePixel = 0
  350. snowsell.Position = UDim2.new(0, 284, 0, 153)
  351. snowsell.Size = UDim2.new(0, 200, 0, 50)
  352. snowsell.Font = Enum.Font.Code
  353. snowsell.FontSize = Enum.FontSize.Size14
  354. snowsell.Text = "Teleport to Snow Selling area"
  355. snowsell.TextScaled = true
  356. snowsell.TextSize = 14
  357. snowsell.TextWrapped = true
  358.  
  359. icesell.Name = "icesell"
  360. icesell.Parent = page2
  361. icesell.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  362. icesell.BorderSizePixel = 0
  363. icesell.Position = UDim2.new(0, 284, 0, 229)
  364. icesell.Size = UDim2.new(0, 200, 0, 50)
  365. icesell.Font = Enum.Font.Code
  366. icesell.FontSize = Enum.FontSize.Size14
  367. icesell.Text = "Teleport to Ice Sell"
  368. icesell.TextScaled = true
  369. icesell.TextSize = 14
  370. icesell.TextWrapped = true
  371.  
  372. tims.Name = "tims"
  373. tims.Parent = page2
  374. tims.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
  375. tims.BorderSizePixel = 0
  376. tims.Position = UDim2.new(0, 24, 0, 226)
  377. tims.Size = UDim2.new(0, 200, 0, 50)
  378. tims.Font = Enum.Font.Code
  379. tims.FontSize = Enum.FontSize.Size14
  380. tims.Text = "Teleport to Tims Tools"
  381. tims.TextScaled = true
  382. tims.TextSize = 14
  383. tims.TextWrapped = true
  384.  
  385. open.MouseButton1Down:connect(function()
  386. if main.Visible == false then
  387. main.Draggable = true
  388. main.Draggable = false
  389. main.Visible = true
  390. wait(.2)
  391. main:TweenPosition(UDim2.new(0.206, 0, 0.3, 0), 'In', 'Quart', 1)
  392. open:TweenPosition(UDim2.new(0, -791, -1.5, 0), 'Out', 'Linear', 1)
  393. else
  394.  
  395. end
  396. end)
  397.  
  398. exit.MouseButton1Down:connect(function()
  399. main.Draggable = false
  400. main.Active = false
  401. main:TweenPosition(UDim2.new(0.206, 0, 1.8, 0), 'In', 'Quart', 1)
  402. open.Visible = true
  403. open:TweenPosition(UDim2.new(0, 791, 0, 0), 'In', 'Linear', 1)
  404. wait(1.9)
  405. main.Visible = false
  406. end)
  407.  
  408. nextpage.MouseButton1Down:connect(function()
  409. if page1.Visible == true then
  410. page1.Visible = false
  411. page2.Visible = true
  412. else
  413. if page2.Visible == true then
  414. page2.Visible = false
  415. page1.Visible = false
  416. page3.Visible = true
  417. else
  418. if page3.Visible == true then
  419. page1.Visible = true
  420. page3.Visible = false
  421. end
  422. end
  423. end
  424. end)
  425.  
  426. previous.MouseButton1Down:connect(function()
  427. if page1.Visible == true then
  428. --nothing
  429. print'already on page 1'
  430. else
  431. if page2.Visible == true then
  432. page2.Visible = false
  433. page1.Visible = true
  434. else
  435. if page3.Visible == true then
  436. page3.Visible = false
  437. page2.Visible = true
  438. end
  439. end
  440. end
  441. end)
  442.  
  443. local Name = game.Players.LocalPlayer.name
  444.  
  445. bottomtext.Text = "Welcome, "..Name
  446.  
  447. --page 1
  448.  
  449. tptohouse.MouseButton1Down:connect(function()
  450. if housenum.Text:lower() == "house 1" then
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(107, 3, -190))
  452. notify'Teleported to house 1'
  453. end
  454. if housenum.Text:lower() == 'house 2' then
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(161, 3, -190))
  456. notify'Teleported to house 2'
  457. end
  458.  
  459. if housenum.Text:lower() == 'house 3' then
  460. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(109, 3, -20))
  461. notify'Teleported to house 3'
  462. end
  463.  
  464. if housenum.Text:lower() == 'house 4' then
  465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(161, 3, -20))
  466. notify'Teleported to house 4'
  467. end
  468.  
  469. if housenum.Text:lower() == 'house 5' then
  470. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(163, 3, 77))
  471. notify'Teleported to house 5'
  472. end
  473.  
  474. if housenum.Text:lower() == 'house 6' then
  475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(163, 3, 232))
  476. notify'Teleported to house 6'
  477. end
  478.  
  479. if housenum.Text:lower() == 'house 7' then
  480. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(102, 3, 232))
  481. notify'Teleported to house 7'
  482. end
  483.  
  484. if housenum.Text:lower() == 'house 8' then
  485. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(178, 3, 232))
  486. notify'Teleported to house 8'
  487. end
  488.  
  489. if housenum.Text:lower() == 'house 9' then
  490. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, 232))
  491. notify'Teleported to house 9'
  492. end
  493.  
  494. if housenum.Text:lower() == 'house 10' then
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, 71))
  496. notify'Teleported to house 10'
  497. end
  498.  
  499. if housenum.Text:lower() == 'house 11' then
  500. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, 71))
  501. notify'Teleported to house 11'
  502. end
  503.  
  504. if housenum.Text:lower() == 'house 12' then
  505. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, -14))
  506. notify'Teleported to house 12'
  507. end
  508.  
  509. if housenum.Text:lower() == 'house 13' then
  510. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, -18))
  511. notify'Teleported to house 13'
  512. end
  513.  
  514. if housenum.Text:lower() == 'house 14' then
  515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, -184))
  516. notify'Teleported to house 14'
  517. end
  518.  
  519. if housenum.Text:lower() == 'house 15' then
  520. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, -263))
  521. notify'Teleported to house 15'
  522. end
  523. end)
  524.  
  525.  
  526. expansion.MouseButton1Down:connect(function()
  527. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(135, 3.5, -483))
  528. notify'Teleported to Expansion Map!'
  529. end)
  530.  
  531. lake.MouseButton1Down:connect(function()
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(16, 552, -1480))
  533. notify'Teleported to Ice Lake!'
  534. end)
  535.  
  536. shovel.MouseButton1Down:connect(function()
  537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10, 3, -29))
  538. notify'Teleported to Jims Shovels'
  539. end)
  540.  
  541. gift.MouseButton1Down:connect(function()
  542. for _,v in pairs(game.Workspace.LootBoxContainer:GetChildren()) do
  543. if string.match(v.Name, "GiftBox") then
  544. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  545. end
  546. end
  547. end)
  548.  
  549. --page 2
  550.  
  551. snowsell.MouseButton1Down:connect(function()
  552. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(366, 3.5, -102))
  553. notify('Teleported to Snow Selling!')
  554. end)
  555.  
  556. frosty.MouseButton1Down:connect(function()
  557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(509, 3.5, -63))
  558. notify'Teleported to frosty!(Badge)'
  559. end)
  560.  
  561. pengu.MouseButton1Down:connect(function()
  562. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3, 3, 251))
  563. notify'Teleported to Pengus Pets'
  564. end)
  565.  
  566. icesell.MouseButton1Down:connect(function()
  567. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(395, 175, -2021))
  568. notify'Teleported to Sell Ice'
  569. end)
  570.  
  571. tims.MouseButton1Down:connect(function()
  572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(165, 8, -602))
  573. notify'Teleported to Tims Tools'
  574. end)
  575.  
  576. cheater.MouseButton1Down:connect(function()
  577. game:GetService("ReplicatedStorage").Cheater:Clone().Parent = game.Players.LocalPlayer.Backpack
  578. notify'Cheater sign in your Backpack'
  579. end)
  580.  
  581.  
  582. --page 3
  583.  
  584. icecointainer.MouseButton1Down:connect(function()
  585. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(72, 5, -571))
  586. notify'Teleport to Ice Cointainers'
  587. end)
  588.  
  589. boss.MouseButton1Down:connect(function()
  590. game.Workspace.EXPANSION.IcePackShop.ShopItems["6"].BossKills.Value = 0
  591. notify'Boss Ice Pack unlocked'
  592. end)
  593.  
  594. partybadge.MouseButton1Down:connect(function()
  595. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(405, 560, -1856))
  596. notify'Teleported to Party House'
  597. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement