Advertisement
Sakkzz

Waypoint

Nov 11th, 2019
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1. local service = setmetatable({}, {__index = function(t, k) return game:GetService(k) end })
  2.  
  3. local WaypointScreen = Instance.new("ScreenGui")
  4. local WaypointFrame = Instance.new("Frame")
  5. local BobsShack = Instance.new("TextButton")
  6. local BoxedCars = Instance.new("TextButton")
  7. local Cave = Instance.new("TextButton")
  8. local FancyFurnishings = Instance.new("TextButton")
  9. local FineArtsShop = Instance.new("TextButton")
  10. local LandStore = Instance.new("TextButton")
  11. local LinksLogic = Instance.new("TextButton")
  12. local PalmIsland = Instance.new("TextButton")
  13. local PlotTp = Instance.new("TextButton")
  14. local SnowTree = Instance.new("TextButton")
  15. local TwitterBird = Instance.new("TextButton")
  16. local SpawnPoint = Instance.new("TextButton")
  17. local Stranger = Instance.new("TextButton")
  18. local Swamp = Instance.new("TextButton")
  19. local Volcanoz = Instance.new("TextButton")
  20. local WoodRUs = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. WaypointScreen.Name = "WaypointScreen"
  25. WaypointScreen.Parent = game.CoreGui.LT2.MainFrame.ButtonFrame.Waypoint
  26.  
  27. WaypointFrame.Name = "WaypointFrame"
  28. WaypointFrame.Parent = WaypointScreen
  29. WaypointFrame.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.14902)
  30. WaypointFrame.BorderColor3 = Color3.new(0, 0, 0)
  31. WaypointFrame.Position = UDim2.new(0, -90, 0, -255)
  32. WaypointFrame.Size = UDim2.new(0, 335, 0, 250)
  33.  
  34. BobsShack.Name = "BobsShack"
  35. BobsShack.Parent = WaypointFrame
  36. BobsShack.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  37. BobsShack.BorderColor3 = Color3.new(0, 0, 0)
  38. BobsShack.BorderSizePixel = 2
  39. BobsShack.Position = UDim2.new(0, 10, 0, 100)
  40. BobsShack.Size = UDim2.new(0, 150, 0, 20)
  41. BobsShack.Font = Enum.Font.Gotham
  42. BobsShack.Text = "Bob's Shack"
  43. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  44. BobsShack.TextSize = 14
  45.  
  46. BoxedCars.Name = "BoxedCars"
  47. BoxedCars.Parent = WaypointFrame
  48. BoxedCars.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  49. BoxedCars.BorderColor3 = Color3.new(0, 0, 0)
  50. BoxedCars.BorderSizePixel = 2
  51. BoxedCars.Position = UDim2.new(0, 175, 0, 70)
  52. BoxedCars.Size = UDim2.new(0, 150, 0, 20)
  53. BoxedCars.Font = Enum.Font.Gotham
  54. BoxedCars.Text = "Boxed Cars"
  55. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  56. BoxedCars.TextSize = 14
  57.  
  58. Cave.Name = "Cave"
  59. Cave.Parent = WaypointFrame
  60. Cave.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  61. Cave.BorderColor3 = Color3.new(0, 0, 0)
  62. Cave.BorderSizePixel = 2
  63. Cave.Position = UDim2.new(0, 175, 0, 130)
  64. Cave.Size = UDim2.new(0, 150, 0, 20)
  65. Cave.Font = Enum.Font.Gotham
  66. Cave.Text = "Cave"
  67. Cave.TextColor3 = Color3.new(1, 1, 1)
  68. Cave.TextSize = 14
  69.  
  70. FancyFurnishings.Name = "FancyFurnishings"
  71. FancyFurnishings.Parent = WaypointFrame
  72. FancyFurnishings.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  73. FancyFurnishings.BorderColor3 = Color3.new(0, 0, 0)
  74. FancyFurnishings.BorderSizePixel = 2
  75. FancyFurnishings.Position = UDim2.new(0, 175, 0, 40)
  76. FancyFurnishings.Size = UDim2.new(0, 150, 0, 20)
  77. FancyFurnishings.Font = Enum.Font.Gotham
  78. FancyFurnishings.Text = "Fancy Furnishings"
  79. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  80. FancyFurnishings.TextSize = 14
  81.  
  82. FineArtsShop.Name = "FineArtsShop"
  83. FineArtsShop.Parent = WaypointFrame
  84. FineArtsShop.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  85. FineArtsShop.BorderColor3 = Color3.new(0, 0, 0)
  86. FineArtsShop.BorderSizePixel = 2
  87. FineArtsShop.Position = UDim2.new(0, 175, 0, 100)
  88. FineArtsShop.Size = UDim2.new(0, 150, 0, 20)
  89. FineArtsShop.Font = Enum.Font.Gotham
  90. FineArtsShop.Text = "Fine Arts Shop"
  91. FineArtsShop.TextColor3 = Color3.new(1, 1, 1)
  92. FineArtsShop.TextSize = 14
  93.  
  94. LandStore.Name = "LandStore"
  95. LandStore.Parent = WaypointFrame
  96. LandStore.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  97. LandStore.BorderColor3 = Color3.new(0, 0, 0)
  98. LandStore.BorderSizePixel = 2
  99. LandStore.Position = UDim2.new(0, 10, 0, 130)
  100. LandStore.Size = UDim2.new(0, 150, 0, 20)
  101. LandStore.Font = Enum.Font.Gotham
  102. LandStore.Text = "Land Store"
  103. LandStore.TextColor3 = Color3.new(1, 1, 1)
  104. LandStore.TextSize = 14
  105.  
  106. LinksLogic.Name = "LinksLogic"
  107. LinksLogic.Parent = WaypointFrame
  108. LinksLogic.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  109. LinksLogic.BorderColor3 = Color3.new(0, 0, 0)
  110. LinksLogic.BorderSizePixel = 2
  111. LinksLogic.Position = UDim2.new(0, 10, 0, 70)
  112. LinksLogic.Size = UDim2.new(0, 150, 0, 20)
  113. LinksLogic.Font = Enum.Font.Gotham
  114. LinksLogic.Text = "Link's Logic"
  115. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  116. LinksLogic.TextSize = 14
  117.  
  118. PalmIsland.Name = "PalmIsland"
  119. PalmIsland.Parent = WaypointFrame
  120. PalmIsland.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  121. PalmIsland.BorderColor3 = Color3.new(0, 0, 0)
  122. PalmIsland.BorderSizePixel = 2
  123. PalmIsland.Position = UDim2.new(0, 10, 0, 190)
  124. PalmIsland.Size = UDim2.new(0, 150, 0, 20)
  125. PalmIsland.Font = Enum.Font.Gotham
  126. PalmIsland.Text = "Palm Island"
  127. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  128. PalmIsland.TextSize = 14
  129.  
  130. PlotTp.Name = "PlotTp"
  131. PlotTp.Parent = WaypointFrame
  132. PlotTp.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  133. PlotTp.BorderColor3 = Color3.new(0, 0, 0)
  134. PlotTp.BorderSizePixel = 2
  135. PlotTp.Position = UDim2.new(0, 175, 0, 10)
  136. PlotTp.Size = UDim2.new(0, 150, 0, 20)
  137. PlotTp.Font = Enum.Font.Gotham
  138. PlotTp.Text = "Tp to Plot"
  139. PlotTp.TextColor3 = Color3.new(1, 1, 1)
  140. PlotTp.TextSize = 14
  141.  
  142. SnowTree.Name = "SnowTree"
  143. SnowTree.Parent = WaypointFrame
  144. SnowTree.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  145. SnowTree.BorderColor3 = Color3.new(0, 0, 0)
  146. SnowTree.BorderSizePixel = 2
  147. SnowTree.Position = UDim2.new(0, 10, 0, 220)
  148. SnowTree.Size = UDim2.new(0, 150, 0, 20)
  149. SnowTree.Font = Enum.Font.Gotham
  150. SnowTree.Text = "Snow Glow Tree"
  151. SnowTree.TextColor3 = Color3.new(1, 1, 1)
  152. SnowTree.TextSize = 14
  153.  
  154. TwitterBird.Name = "TwitterBird"
  155. TwitterBird.Parent = WaypointFrame
  156. TwitterBird.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  157. TwitterBird.BorderColor3 = Color3.new(0, 0, 0)
  158. TwitterBird.BorderSizePixel = 2
  159. TwitterBird.Position = UDim2.new(0, 175, 0, 220)
  160. TwitterBird.Size = UDim2.new(0, 150, 0, 20)
  161. TwitterBird.Font = Enum.Font.Gotham
  162. TwitterBird.Text = "Twitter Bird"
  163. TwitterBird.TextColor3 = Color3.new(1, 1, 1)
  164. TwitterBird.TextSize = 14
  165.  
  166. SpawnPoint.Name = "SpawnPoint"
  167. SpawnPoint.Parent = WaypointFrame
  168. SpawnPoint.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  169. SpawnPoint.BorderColor3 = Color3.new(0, 0, 0)
  170. SpawnPoint.BorderSizePixel = 2
  171. SpawnPoint.Position = UDim2.new(0, 10, 0, 10)
  172. SpawnPoint.Size = UDim2.new(0, 150, 0, 20)
  173. SpawnPoint.Font = Enum.Font.Gotham
  174. SpawnPoint.Text = "Spawn"
  175. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  176. SpawnPoint.TextSize = 14
  177.  
  178. Stranger.Name = "Stranger"
  179. Stranger.Parent = WaypointFrame
  180. Stranger.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  181. Stranger.BorderColor3 = Color3.new(0, 0, 0)
  182. Stranger.BorderSizePixel = 2
  183. Stranger.Position = UDim2.new(0, 175, 0, 190)
  184. Stranger.Size = UDim2.new(0, 150, 0, 20)
  185. Stranger.Font = Enum.Font.Gotham
  186. Stranger.Text = "Stranger"
  187. Stranger.TextColor3 = Color3.new(1, 1, 1)
  188. Stranger.TextSize = 14
  189.  
  190. Swamp.Name = "Swamp"
  191. Swamp.Parent = WaypointFrame
  192. Swamp.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  193. Swamp.BorderColor3 = Color3.new(0, 0, 0)
  194. Swamp.BorderSizePixel = 2
  195. Swamp.Position = UDim2.new(0, 175, 0, 160)
  196. Swamp.Size = UDim2.new(0, 150, 0, 20)
  197. Swamp.Font = Enum.Font.Gotham
  198. Swamp.Text = "Swamp"
  199. Swamp.TextColor3 = Color3.new(1, 1, 1)
  200. Swamp.TextSize = 14
  201.  
  202. Volcanoz.Name = "Volcanoz"
  203. Volcanoz.Parent = WaypointFrame
  204. Volcanoz.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  205. Volcanoz.BorderColor3 = Color3.new(0, 0, 0)
  206. Volcanoz.BorderSizePixel = 2
  207. Volcanoz.Position = UDim2.new(0, 10, 0, 160)
  208. Volcanoz.Size = UDim2.new(0, 150, 0, 20)
  209. Volcanoz.Font = Enum.Font.Gotham
  210. Volcanoz.Text = "Volcano"
  211. Volcanoz.TextColor3 = Color3.new(1, 1, 1)
  212. Volcanoz.TextSize = 14
  213.  
  214. WoodRUs.Name = "WoodRUs"
  215. WoodRUs.Parent = WaypointFrame
  216. WoodRUs.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.0588235)
  217. WoodRUs.BorderColor3 = Color3.new(0, 0, 0)
  218. WoodRUs.BorderSizePixel = 2
  219. WoodRUs.Position = UDim2.new(0, 10, 0, 40)
  220. WoodRUs.Size = UDim2.new(0, 150, 0, 20)
  221. WoodRUs.Font = Enum.Font.Gotham
  222. WoodRUs.Text = "Wood R Us"
  223. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  224. WoodRUs.TextSize = 14
  225.  
  226. function Create(cls,props)
  227. local inst = Instance.new(cls)
  228. for i,v in pairs(props) do
  229. inst[i] = v
  230. end
  231. return inst
  232. end
  233. local MoneyCooldown = false
  234. local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value
  235. local ScriptLoadOrSave = false
  236. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading")
  237. local TreeLogs={}
  238. local WoodPlanks={}
  239. local Render = service.RunService.RenderStepped
  240. local UserInputService = game:GetService("UserInputService")
  241. local shiftKeyL = Enum.KeyCode.LeftShift
  242. local Replicated = service.ReplicatedStorage
  243. local Client = Replicated.Interaction.ClientSetListPlayer
  244. local Dragging = Replicated.Interaction.ClientIsDragging
  245. local Properties = service.Workspace.Properties
  246. local Players = service.Players
  247. local PlayerModels = service.Workspace.PlayerModels
  248. local Player = Players.LocalPlayer
  249. local Char = Player.Character
  250. local Hum = Char.Humanoid
  251. local Root = Char.HumanoidRootPart
  252. local Mouse = Player:GetMouse()
  253. local Noclipper = false
  254. local Open = true
  255. local throwAxe = false
  256. local misc = false
  257. local player = false
  258. local slot = false
  259. local box = false
  260. local log = false
  261. local plank = false
  262. local players = false
  263. local wp = false
  264. local other = false
  265.  
  266. PlotTp.MouseButton1Down:connect(function()
  267. for i,v in pairs(Properties:GetChildren()) do
  268. if v.Owner.Value == Player then
  269. Root.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  270.  
  271.  
  272. end
  273. end
  274. end)
  275.  
  276. local WayPoints = {
  277. ["Wood R Us"] = CFrame.new(265, 3, 57),
  278. ["SpawnPoint"] = CFrame.new(155, 3, 74),
  279. ["Land Store"] = CFrame.new(258, 3, -99),
  280. ["Link's Logic"] = CFrame.new(4607, 7.5, -798),
  281. ["Cave"] = CFrame.new(3581, -179, 430),
  282. ["Volcanoz"] = CFrame.new(-1585, 622, 1140),
  283. ["Swamp"] = CFrame.new(-1209, 132, -801),
  284. ["Palm Island"] = CFrame.new(2549, -5, -42),
  285. ["Fancy Furnishings"] = CFrame.new(491, 3, -1720),
  286. ["Boxed Cars"] = CFrame.new(509, 3, -1463),
  287. ["Fine Arts Shop"] = CFrame.new(5207, -166, 719),
  288. ["Bob's Shack"] = CFrame.new(260, 8, -2542),
  289. ["Strange Man"] = CFrame.new(1061, 16, 1131),
  290. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894)
  291. }
  292.  
  293. WoodRUs.MouseButton1Down:connect(function()
  294. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  295. uTorso.CFrame = WayPoints["Wood R Us"]
  296. end)
  297.  
  298. SpawnPoint.MouseButton1Down:connect(function()
  299. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  300. uTorso.CFrame = WayPoints["SpawnPoint"]
  301. end)
  302.  
  303. LandStore.MouseButton1Down:connect(function()
  304. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  305. uTorso.CFrame = WayPoints["Land Store"]
  306. end)
  307.  
  308. LinksLogic.MouseButton1Down:connect(function()
  309. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  310. uTorso.CFrame = WayPoints["Link's Logic"]
  311. end)
  312.  
  313. Cave.MouseButton1Down:connect(function()
  314. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  315. uTorso.CFrame = WayPoints["Cave"]
  316. end)
  317.  
  318. Volcanoz.MouseButton1Down:connect(function()
  319. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  320. uTorso.CFrame = WayPoints["Volcano"]
  321. end)
  322.  
  323. Swamp.MouseButton1Down:connect(function()
  324. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  325. uTorso.CFrame = WayPoints["Swamp"]
  326. end)
  327.  
  328. PalmIsland.MouseButton1Down:connect(function()
  329. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  330. uTorso.CFrame = WayPoints["Palm Island"]
  331. end)
  332.  
  333. FancyFurnishings.MouseButton1Down:connect(function()
  334. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  335. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  336. end)
  337.  
  338. BoxedCars.MouseButton1Down:connect(function()
  339. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  340. uTorso.CFrame = WayPoints["Boxed Cars"]
  341. end)
  342.  
  343. FineArtsShop.MouseButton1Down:connect(function()
  344. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  345. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  346. end)
  347.  
  348. BobsShack.MouseButton1Down:connect(function()
  349. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  350. uTorso.CFrame = WayPoints["Bob's Shack"]
  351. end)
  352.  
  353. Stranger.MouseButton1Down:connect(function()
  354. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  355. uTorso.CFrame = WayPoints["Strange Man"]
  356. end)
  357.  
  358. SnowTree.MouseButton1Down:connect(function()
  359. local uTorso = workspace:WaitForChild(Player.Name).HumanoidRootPart
  360. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  361. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement