SkeletalScripts

EZ Lumber Tycoon 2 TP :D

May 12th, 2020
14,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.74 KB | None | 0 0
  1. function Tlprt(x,y,z)
  2.     game.Players.LocalPlayer.Character.Humanoid.Sit = true
  3.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  4.  
  5.     wait(0.1)
  6.      game.Players.LocalPlayer.Character.Humanoid.Sit = true
  7.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  8.        local tweenService = game:GetService("TweenService")
  9.        local tweeningInformation = TweenInfo.new(
  10.    
  11. 3, -- Length
  12. Enum.EasingStyle.Linear, -- Easing style of the TweenInfo
  13. Enum.EasingDirection.Out, -- Easing direction of the TweenInfo
  14. 0, -- Number of times the tween will repeat  
  15. false, -- Should the tween repeat?
  16. 0 -- Delay between each tween  
  17. )
  18. local partProperties = {
  19.     CFrame = CFrame.new(x,y,z)
  20. }
  21.         local Tween = tweenService:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,tweeningInformation,partProperties)
  22.         Tween:Play()
  23.            
  24.            
  25.            
  26.            
  27.    
  28. end
  29. -- tp bypass by SlaxxF
  30. -- GUI by z_8
  31.  
  32. -- Please give credits if used in videos
  33.  
  34. local ScreenGui = Instance.new("ScreenGui")
  35. local Frame = Instance.new("Frame")
  36. local Credits = Instance.new("TextButton")
  37. local WoodRUs = Instance.new("TextButton")
  38. local SpawnPoint = Instance.new("TextButton")
  39. local LandStore = Instance.new("TextButton")
  40. local LinksLogic = Instance.new("TextButton")
  41. local Cave = Instance.new("TextButton")
  42. local Volcano = Instance.new("TextButton")
  43. local Swamp = Instance.new("TextButton")
  44. local PalmIsland = Instance.new("TextButton")
  45. local FancyFurnishings = Instance.new("TextButton")
  46. local BoxedCars = Instance.new("TextButton")
  47. local Frame_2 = Instance.new("Frame")
  48. local BobsShack = Instance.new("TextButton")
  49. local ShrineOfSight = Instance.new("TextButton")
  50. local SkiLodge = Instance.new("TextButton")
  51. local FineArtsShop = Instance.new("TextButton")
  52. local EndTimes = Instance.new("TextButton")
  53. local Dock = Instance.new("TextButton")
  54. local Bridge = Instance.new("TextButton")
  55. local StrangeMan = Instance.new("TextButton")
  56.  
  57.  
  58.  
  59. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  60. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  61.  
  62. Frame.Parent = ScreenGui
  63. Frame.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  64. Frame.BorderColor3 = Color3.fromRGB(29, 29, 29)
  65. Frame.Position = UDim2.new(0.00861008558, 0, 0.055240795, 0)
  66. Frame.Size = UDim2.new(0, 137, 0, 647)
  67.  
  68. Credits.Name = "Credits"
  69. Credits.Parent = Frame
  70. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. Credits.Position = UDim2.new(0.0510948896, 0, 0.0108864699, 0)
  72. Credits.Size = UDim2.new(0, 121, 0, 28)
  73. Credits.Font = Enum.Font.SourceSans
  74. Credits.Text = "TP Bypass by: SlaxxF"
  75. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. Credits.TextSize = 14.000
  77.  
  78. WoodRUs.Name = "Wood R Us"
  79. WoodRUs.Parent = Frame
  80. WoodRUs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. WoodRUs.Position = UDim2.new(0.0583941601, 0, 0.063763611, 0)
  82. WoodRUs.Size = UDim2.new(0, 121, 0, 28)
  83. WoodRUs.Font = Enum.Font.SourceSans
  84. WoodRUs.Text = "Wood R Us"
  85. WoodRUs.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. WoodRUs.TextSize = 14.000
  87. WoodRUs.MouseButton1Down:connect(function()
  88.  
  89. Tlprt(265, 5, 57)
  90. end)
  91.  
  92. SpawnPoint.Name = "SpawnPoint"
  93. SpawnPoint.Parent = Frame
  94. SpawnPoint.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. SpawnPoint.Position = UDim2.new(0.0583941601, 0, 0.116640747, 0)
  96. SpawnPoint.Size = UDim2.new(0, 121, 0, 28)
  97. SpawnPoint.Font = Enum.Font.SourceSans
  98. SpawnPoint.Text = "SpawnPoint"
  99. SpawnPoint.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. SpawnPoint.TextSize = 14.000
  101. SpawnPoint.MouseButton1Down:connect(function()
  102.  
  103. Tlprt(155, 5, 74)
  104. end)
  105.  
  106. LandStore.Name = "Land Store"
  107. LandStore.Parent = Frame
  108. LandStore.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  109. LandStore.Position = UDim2.new(0.0510948896, 0, 0.171073094, 0)
  110. LandStore.Size = UDim2.new(0, 121, 0, 28)
  111. LandStore.Font = Enum.Font.SourceSans
  112. LandStore.Text = "Land Store"
  113. LandStore.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. LandStore.TextSize = 14.000
  115. LandStore.MouseButton1Down:connect(function()
  116. Tlprt(258, 5, -99)
  117. end)
  118.  
  119. LinksLogic.Name = "Link's Logic"
  120. LinksLogic.Parent = Frame
  121. LinksLogic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. LinksLogic.Position = UDim2.new(0.0510948896, 0, 0.223950237, 0)
  123. LinksLogic.Size = UDim2.new(0, 121, 0, 28)
  124. LinksLogic.Font = Enum.Font.SourceSans
  125. LinksLogic.Text = "Link's Logic"
  126. LinksLogic.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. LinksLogic.TextSize = 14.000
  128. LinksLogic.MouseButton1Down:connect(function()
  129.  
  130. Tlprt(4607, 9, -798)
  131. end)
  132.  
  133. Cave.Name = "Cave"
  134. Cave.Parent = Frame
  135. Cave.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. Cave.Position = UDim2.new(0.0583941601, 0, 0.278382599, 0)
  137. Cave.Size = UDim2.new(0, 121, 0, 28)
  138. Cave.Font = Enum.Font.SourceSans
  139. Cave.Text = "Cave"
  140. Cave.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. Cave.TextSize = 14.000
  142. Cave.MouseButton1Down:connect(function()
  143.  
  144. Tlprt(3581, -177, 430)
  145. end)
  146.  
  147. Volcano.Name = "Volcano"
  148. Volcano.Parent = Frame
  149. Volcano.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Volcano.Position = UDim2.new(0.0510948896, 0, 0.332814932, 0)
  151. Volcano.Size = UDim2.new(0, 121, 0, 28)
  152. Volcano.Font = Enum.Font.SourceSans
  153. Volcano.Text = "Volcano"
  154. Volcano.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. Volcano.TextSize = 14.000
  156. Volcano.MouseButton1Down:connect(function()
  157.  
  158. Tlprt(-1585, 625, 1140)
  159. end)
  160.  
  161. Swamp.Name = "Swamp"
  162. Swamp.Parent = Frame
  163. Swamp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  164. Swamp.Position = UDim2.new(0.0510948896, 0, 0.38569206, 0)
  165. Swamp.Size = UDim2.new(0, 121, 0, 28)
  166. Swamp.Font = Enum.Font.SourceSans
  167. Swamp.Text = "Swamp"
  168. Swamp.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. Swamp.TextSize = 14.000
  170. Swamp.MouseButton1Down:connect(function()
  171.  
  172. Tlprt(-1209, 138, -801)
  173. end)
  174.  
  175. PalmIsland.Name = "Palm Island"
  176. PalmIsland.Parent = Frame
  177. PalmIsland.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  178. PalmIsland.Position = UDim2.new(0.0583941601, 0, 0.438569188, 0)
  179. PalmIsland.Size = UDim2.new(0, 121, 0, 28)
  180. PalmIsland.Font = Enum.Font.SourceSans
  181. PalmIsland.Text = "Palm Island"
  182. PalmIsland.TextColor3 = Color3.fromRGB(0, 0, 0)
  183. PalmIsland.TextSize = 14.000
  184. PalmIsland.MouseButton1Down:connect(function()
  185.  
  186. Tlprt(2549, 5, -42)
  187. end)
  188.  
  189. FancyFurnishings.Name = "Fancy Furnishings"
  190. FancyFurnishings.Parent = Frame
  191. FancyFurnishings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. FancyFurnishings.Position = UDim2.new(0.0510948896, 0, 0.491446316, 0)
  193. FancyFurnishings.Size = UDim2.new(0, 121, 0, 28)
  194. FancyFurnishings.Font = Enum.Font.SourceSans
  195. FancyFurnishings.Text = "Fancy Furnishings"
  196. FancyFurnishings.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. FancyFurnishings.TextSize = 14.000
  198. FancyFurnishings.MouseButton1Down:connect(function()
  199.  
  200. Tlprt(491, 13, -1720)
  201. end)
  202.  
  203. BoxedCars.Name = "Boxed Cars"
  204. BoxedCars.Parent = Frame
  205. BoxedCars.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. BoxedCars.Position = UDim2.new(0.0510948896, 0, 0.491446316, 0)
  207. BoxedCars.Size = UDim2.new(0, 121, 0, 28)
  208. BoxedCars.Font = Enum.Font.SourceSans
  209. BoxedCars.Text = "Boxed Cars"
  210. BoxedCars.TextColor3 = Color3.fromRGB(0, 0, 0)
  211. BoxedCars.TextSize = 14.000
  212. BoxedCars.MouseButton1Down:connect(function()
  213.  
  214. Tlprt(509, 5.2, -1463)
  215. end)
  216.  
  217. Frame_2.Parent = Frame
  218. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. Frame_2.Position = UDim2.new(0.0437956192, 0, 0.97167933, 0)
  220. Frame_2.Size = UDim2.new(0, 121, 0, 11)
  221.  
  222. BobsShack.Name = "Bob's Shack"
  223. BobsShack.Parent = Frame
  224. BobsShack.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  225. BobsShack.Position = UDim2.new(0.0510948896, 0, 0.597200632, 0)
  226. BobsShack.Size = UDim2.new(0, 121, 0, 28)
  227. BobsShack.Font = Enum.Font.SourceSans
  228. BobsShack.Text = "Bob's Shack"
  229. BobsShack.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. BobsShack.TextSize = 14.000
  231. BobsShack.MouseButton1Down:connect(function()
  232.  
  233. Tlprt(260, 10, -2542)
  234. end)
  235.  
  236. ShrineOfSight.Name = "Shrine Of Sight"
  237. ShrineOfSight.Parent = Frame
  238. ShrineOfSight.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. ShrineOfSight.Position = UDim2.new(0.0510948896, 0, 0.864696741, 0)
  240. ShrineOfSight.Size = UDim2.new(0, 121, 0, 28)
  241. ShrineOfSight.Font = Enum.Font.SourceSans
  242. ShrineOfSight.Text = "Shrine Of Sight"
  243. ShrineOfSight.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. ShrineOfSight.TextSize = 14.000
  245. ShrineOfSight.MouseButton1Down:connect(function()
  246.  
  247. Tlprt(-1600, 205, 919)
  248. end)
  249.  
  250. SkiLodge.Name = "Ski Lodge"
  251. SkiLodge.Parent = Frame
  252. SkiLodge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  253. SkiLodge.Position = UDim2.new(0.0510948896, 0, 0.811819613, 0)
  254. SkiLodge.Size = UDim2.new(0, 121, 0, 28)
  255. SkiLodge.Font = Enum.Font.SourceSans
  256. SkiLodge.Text = "Ski Lodge"
  257. SkiLodge.TextColor3 = Color3.fromRGB(0, 0, 0)
  258. SkiLodge.TextSize = 14.000
  259. SkiLodge.MouseButton1Down:connect(function()
  260.  
  261. Tlprt(1244, 66, 2306)
  262. end)
  263.  
  264. FineArtsShop.Name = "Fine Arts Shop"
  265. FineArtsShop.Parent = Frame
  266. FineArtsShop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. FineArtsShop.Position = UDim2.new(0.0437956192, 0, 0.544323504, 0)
  268. FineArtsShop.Size = UDim2.new(0, 121, 0, 28)
  269. FineArtsShop.Font = Enum.Font.SourceSans
  270. FineArtsShop.Text = "Fine Arts Shop"
  271. FineArtsShop.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. FineArtsShop.TextSize = 14.000
  273. FineArtsShop.MouseButton1Down:connect(function()
  274.  
  275. Tlprt(5207, -156, 719)
  276. end)
  277.  
  278. EndTimes.Name = "End Times"
  279. EndTimes.Parent = Frame
  280. EndTimes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  281. EndTimes.Position = UDim2.new(0.0437956192, 0, 0.919129074, 0)
  282. EndTimes.Size = UDim2.new(0, 121, 0, 28)
  283. EndTimes.Font = Enum.Font.SourceSans
  284. EndTimes.Text = "End Times"
  285. EndTimes.TextColor3 = Color3.fromRGB(0, 0, 0)
  286. EndTimes.TextSize = 14.000
  287. EndTimes.MouseButton1Down:connect(function()
  288.  
  289. Tlprt(113, -204, -951)
  290. end)
  291.  
  292. Dock.Name = "Dock"
  293. Dock.Parent = Frame
  294. Dock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. Dock.Position = UDim2.new(0.0510948896, 0, 0.65007776, 0)
  296. Dock.Size = UDim2.new(0, 121, 0, 28)
  297. Dock.Font = Enum.Font.SourceSans
  298. Dock.Text = "Dock"
  299. Dock.TextColor3 = Color3.fromRGB(0, 0, 0)
  300. Dock.TextSize = 14.000
  301. Dock.MouseButton1Down:connect(function()
  302.  
  303. Tlprt(1114, 3.2, -197)
  304. end)
  305.  
  306.  
  307. Bridge.Name = "Bridge"
  308. Bridge.Parent = Frame
  309. Bridge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. Bridge.Position = UDim2.new(0.0437956192, 0, 0.704510093, 0)
  311. Bridge.Size = UDim2.new(0, 121, 0, 28)
  312. Bridge.Font = Enum.Font.SourceSans
  313. Bridge.Text = "Bridge"
  314. Bridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  315. Bridge.TextSize = 14.000
  316. Bridge.MouseButton1Down:connect(function()
  317.  
  318. Tlprt(113, 15, -977)
  319. end)
  320.  
  321. StrangeMan.Name = "Strange Man"
  322. StrangeMan.Parent = Frame
  323. StrangeMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  324. StrangeMan.Position = UDim2.new(0.0437956192, 0, 0.758942485, 0)
  325. StrangeMan.Size = UDim2.new(0, 121, 0, 28)
  326. StrangeMan.Font = Enum.Font.SourceSans
  327. StrangeMan.Text = "Strange Man"
  328. StrangeMan.TextColor3 = Color3.fromRGB(0, 0, 0)
  329. StrangeMan.TextSize = 14.000
  330. StrangeMan.MouseButton1Down:connect(function()
  331.  
  332. Tlprt(1061, 20, 1131)
  333. end)
Add Comment
Please, Sign In to add comment