SnowyShiro

LT2GUI

Feb 28th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.88 KB | None | 0 0
  1. -- MADE BY REDBOY
  2. spawn(function()
  3.  
  4. local LT2GUI1 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TOPBAR = Instance.new("Frame")
  7. local Name = Instance.new("TextLabel")
  8. local EXIT = Instance.new("TextButton")
  9. local Cave = Instance.new("TextButton")
  10. local PalmIsland = Instance.new("TextButton")
  11. local Swamp = Instance.new("TextButton")
  12. local Volcano = Instance.new("TextButton")
  13. local LinkLogic = Instance.new("TextButton")
  14. local LandStore = Instance.new("TextButton")
  15. local BobShack = Instance.new("TextButton")
  16. local WoodRUs = Instance.new("TextButton")
  17. local Dock = Instance.new("TextButton")
  18. local BoxedCars = Instance.new("TextButton")
  19. local TPPLOT = Instance.new("TextButton")
  20. local BringWood = Instance.new("TextButton")
  21. local BSellChoppedWood = Instance.new("TextButton")
  22. local BTPCutLogs = Instance.new("TextButton")
  23. local BPhantomWood = Instance.new("TextButton")
  24. local TPNAME = Instance.new("TextLabel")
  25. local FUNCNAME = Instance.new("TextLabel")
  26. local BRejoinServer = Instance.new("TextButton")
  27. local DISCO = Instance.new("TextLabel")
  28. local Walkspeed = Instance.new("TextButton")
  29. local Gravity = Instance.new("TextButton")
  30. local Btools = Instance.new("TextButton")
  31. local Noclip = Instance.new("TextButton")
  32. local Open = Instance.new("TextButton")
  33. --Properties:
  34. LT2GUI1.Name = "LT2GUI  1"
  35. LT2GUI1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36.  
  37. Main.Name = "Main"
  38. Main.Parent = LT2GUI1
  39. Main.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  40. Main.Position = UDim2.new(0.300000012, 0, 0.30399999, 0)
  41. Main.Size = UDim2.new(0, 450, 0, 300)
  42. Main.Active = true
  43. Main.Draggable = true
  44.  
  45. TOPBAR.Name = "TOPBAR"
  46. TOPBAR.Parent = Main
  47. TOPBAR.BackgroundColor3 = Color3.new(0.815686, 0, 0)
  48. TOPBAR.Position = UDim2.new(0, 0, -0.129999995, 0)
  49. TOPBAR.Size = UDim2.new(0, 450, 0, 39)
  50.  
  51. Name.Name = "Name"
  52. Name.Parent = TOPBAR
  53. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Name.BackgroundTransparency = 1
  55. Name.Size = UDim2.new(0, 382, 0, 39)
  56. Name.Font = Enum.Font.ArialBold
  57. Name.Text = "Lumber Tycoon 2  V1"
  58. Name.TextColor3 = Color3.new(1, 1, 1)
  59. Name.TextScaled = true
  60. Name.TextSize = 14
  61. Name.TextWrapped = true
  62.  
  63. EXIT.Name = "EXIT"
  64. EXIT.Parent = TOPBAR
  65. EXIT.BackgroundColor3 = Color3.new(1, 1, 1)
  66. EXIT.BackgroundTransparency = 1
  67. EXIT.Position = UDim2.new(0.892499983, 0, 0, 0)
  68. EXIT.Size = UDim2.new(0, 43, 0, 39)
  69. EXIT.Font = Enum.Font.SourceSans
  70. EXIT.Text = "X"
  71. EXIT.TextColor3 = Color3.new(0, 0, 0)
  72. EXIT.TextScaled = true
  73. EXIT.TextSize = 14
  74. EXIT.TextWrapped = true
  75. EXIT.MouseButton1Down:connect(function()
  76.     Open.Visible = true
  77.     Main.Visible = false
  78. end)
  79. Cave.Name = "Cave"
  80. Cave.Parent = Main
  81. Cave.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  82. Cave.Position = UDim2.new(0.0199999996, 0, 0.306666672, 0)
  83. Cave.Size = UDim2.new(0, 100, 0, 30)
  84. Cave.Font = Enum.Font.Cartoon
  85. Cave.Text = "Cave"
  86. Cave.TextColor3 = Color3.new(0, 0, 0)
  87. Cave.TextScaled = true
  88. Cave.TextSize = 14
  89. Cave.TextWrapped = true
  90. Cave.MouseButton1Down:connect(function()
  91.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  92. end)
  93. PalmIsland.Name = "PalmIsland"
  94. PalmIsland.Parent = Main
  95. PalmIsland.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  96. PalmIsland.Position = UDim2.new(0.0199999996, 0, 0.163333341, 0)
  97. PalmIsland.Size = UDim2.new(0, 100, 0, 30)
  98. PalmIsland.Font = Enum.Font.Cartoon
  99. PalmIsland.Text = "Palm Island"
  100. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  101. PalmIsland.TextScaled = true
  102. PalmIsland.TextSize = 14
  103. PalmIsland.TextWrapped = true
  104. PalmIsland.MouseButton1Down:connect(function()
  105.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
  106. end)
  107. Swamp.Name = "Swamp"
  108. Swamp.Parent = Main
  109. Swamp.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  110. Swamp.Position = UDim2.new(0.0199999996, 0, 0.589999974, 0)
  111. Swamp.Size = UDim2.new(0, 100, 0, 30)
  112. Swamp.Font = Enum.Font.Cartoon
  113. Swamp.Text = "Swamp"
  114. Swamp.TextColor3 = Color3.new(0, 0, 0)
  115. Swamp.TextScaled = true
  116. Swamp.TextSize = 14
  117. Swamp.TextWrapped = true
  118. Swamp.MouseButton1Down:connect(function()
  119.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  120. end)
  121. Volcano.Name = "Volcano"
  122. Volcano.Parent = Main
  123. Volcano.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  124. Volcano.Position = UDim2.new(0.0199999996, 0, 0.446666658, 0)
  125. Volcano.Size = UDim2.new(0, 100, 0, 30)
  126. Volcano.Font = Enum.Font.Cartoon
  127. Volcano.Text = "Volcano"
  128. Volcano.TextColor3 = Color3.new(0, 0, 0)
  129. Volcano.TextScaled = true
  130. Volcano.TextSize = 14
  131. Volcano.TextWrapped = true
  132. Volcano.MouseButton1Down:connect(function()
  133.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  134. end)
  135. LinkLogic.Name = "LinkLogic"
  136. LinkLogic.Parent = Main
  137. LinkLogic.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  138. LinkLogic.Position = UDim2.new(0.264444441, 0, 0.303333342, 0)
  139. LinkLogic.Size = UDim2.new(0, 100, 0, 30)
  140. LinkLogic.Font = Enum.Font.Cartoon
  141. LinkLogic.Text = "Link's Logic"
  142. LinkLogic.TextColor3 = Color3.new(0, 0, 0)
  143. LinkLogic.TextScaled = true
  144. LinkLogic.TextSize = 14
  145. LinkLogic.TextWrapped = true
  146. LinkLogic.TextWrapped = true
  147. LinkLogic.MouseButton1Down:connect(function()
  148.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(4605, 3, -727))
  149. end)
  150. LandStore.Name = "LandStore"
  151. LandStore.Parent = Main
  152. LandStore.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  153. LandStore.Position = UDim2.new(0.264444441, 0, 0.586666644, 0)
  154. LandStore.Size = UDim2.new(0, 100, 0, 30)
  155. LandStore.Font = Enum.Font.Cartoon
  156. LandStore.Text = "Land Store"
  157. LandStore.TextColor3 = Color3.new(0, 0, 0)
  158. LandStore.TextScaled = true
  159. LandStore.TextSize = 14
  160. LandStore.TextWrapped = true
  161. LandStore.MouseButton1Down:connect(function()
  162.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(258, 3, -99))
  163. end)
  164. BobShack.Name = "BobShack"
  165. BobShack.Parent = Main
  166. BobShack.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  167. BobShack.Position = UDim2.new(0.264444441, 0, 0.160000011, 0)
  168. BobShack.Size = UDim2.new(0, 100, 0, 30)
  169. BobShack.Font = Enum.Font.Cartoon
  170. BobShack.Text = "Bob's Shack"
  171. BobShack.TextColor3 = Color3.new(0, 0, 0)
  172. BobShack.TextScaled = true
  173. BobShack.TextSize = 14
  174. BobShack.TextWrapped = true
  175. BobShack.MouseButton1Down:connect(function()
  176.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  177. end)
  178. WoodRUs.Name = "WoodRUs"
  179. WoodRUs.Parent = Main
  180. WoodRUs.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  181. WoodRUs.Position = UDim2.new(0.264444441, 0, 0.443333328, 0)
  182. WoodRUs.Size = UDim2.new(0, 100, 0, 30)
  183. WoodRUs.Font = Enum.Font.Cartoon
  184. WoodRUs.Text = "Wood R Us"
  185. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  186. WoodRUs.TextScaled = true
  187. WoodRUs.TextSize = 14
  188. WoodRUs.TextWrapped = true
  189. WoodRUs.MouseButton1Down:connect(function()
  190.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(265, 3, 57))
  191. end)
  192. Dock.Name = "Dock"
  193. Dock.Parent = Main
  194. Dock.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  195. Dock.Position = UDim2.new(0.0199999996, 0, 0.73333329, 0)
  196. Dock.Size = UDim2.new(0, 100, 0, 30)
  197. Dock.Font = Enum.Font.Cartoon
  198. Dock.Text = "Dock"
  199. Dock.TextColor3 = Color3.new(0, 0, 0)
  200. Dock.TextScaled = true
  201. Dock.TextSize = 14
  202. Dock.TextWrapped = true
  203. Dock.MouseButton1Down:connect(function()
  204.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(1114, -1, -197))
  205. end)
  206. BoxedCars.Name = "BoxedCars"
  207. BoxedCars.Parent = Main
  208. BoxedCars.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  209. BoxedCars.Position = UDim2.new(0.264444441, 0, 0.729999959, 0)
  210. BoxedCars.Size = UDim2.new(0, 100, 0, 30)
  211. BoxedCars.Font = Enum.Font.Cartoon
  212. BoxedCars.Text = "Boxed Cars"
  213. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  214. BoxedCars.TextScaled = true
  215. BoxedCars.TextSize = 14
  216. BoxedCars.TextWrapped = true
  217. BoxedCars.MouseButton1Down:connect(function()
  218.     game:GetService('Players').LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  219. end)
  220. TPPLOT.Name = "TPPLOT"
  221. TPPLOT.Parent = Main
  222. TPPLOT.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  223. TPPLOT.Position = UDim2.new(0.0199999996, 0, 0.870000005, 0)
  224. TPPLOT.Size = UDim2.new(0, 210, 0, 30)
  225. TPPLOT.Font = Enum.Font.Cartoon
  226. TPPLOT.Text = "Teleport To Your Plot"
  227. TPPLOT.TextColor3 = Color3.new(0, 0, 0)
  228. TPPLOT.TextScaled = true
  229. TPPLOT.TextSize = 14
  230. TPPLOT.TextWrapped = true
  231. TPPLOT.MouseButton1Down:connect(function()
  232.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  233.         if v.Owner.Value == game.Players.LocalPlayer then
  234.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  235.         end
  236.     end
  237. end)
  238. BringWood.Name = "BringWood"
  239. BringWood.Parent = Main
  240. BringWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  241. BringWood.Position = UDim2.new(0.539166689, 0, 0.589999974, 0)
  242. BringWood.Size = UDim2.new(0, 100, 0, 30)
  243. BringWood.Font = Enum.Font.Cartoon
  244. BringWood.Text = "Bring Wood"
  245. BringWood.TextColor3 = Color3.new(0, 0, 0)
  246. BringWood.TextScaled = true
  247. BringWood.TextSize = 14
  248. BringWood.TextWrapped = true
  249. BringWood.MouseButton1Down:connect(function()
  250.     for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  251.         if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  252.             Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 10, 0))
  253.         end
  254.     end
  255. end)
  256. BSellChoppedWood.Name = "BSellChoppedWood"
  257. BSellChoppedWood.Parent = Main
  258. BSellChoppedWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  259. BSellChoppedWood.Position = UDim2.new(0.539166689, 0, 0.160000011, 0)
  260. BSellChoppedWood.Size = UDim2.new(0, 100, 0, 30)
  261. BSellChoppedWood.Font = Enum.Font.Cartoon
  262. BSellChoppedWood.Text = "Sell Chopped Wood"
  263. BSellChoppedWood.TextColor3 = Color3.new(0, 0, 0)
  264. BSellChoppedWood.TextScaled = true
  265. BSellChoppedWood.TextSize = 14
  266. BSellChoppedWood.TextWrapped = true
  267. BSellChoppedWood.MouseButton1Click:connect(function()
  268.         for _, Log in pairs(workspace.LogModels:GetChildren()) do
  269.         if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  270.             if Log.Owner.Value == game.Players.LocalPlayer then
  271.                 for i,v in pairs(Log:GetChildren()) do
  272.                     if v.Name=="WoodSection" then
  273.                         spawn(function()
  274.                             for i=1,10 do
  275.                                 wait()
  276.                                 v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  277.                             end
  278.                         end)
  279.                     end
  280.                 end
  281.                 spawn(function()
  282.                     for i=1,20 do
  283.                         wait()
  284.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  285.                     end
  286.                 end)
  287.             end
  288.         end
  289.     end
  290. end)
  291. BTPCutLogs.Name = "BTPCutLogs"
  292. BTPCutLogs.Parent = Main
  293. BTPCutLogs.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  294. BTPCutLogs.Position = UDim2.new(0.539166689, 0, 0.306666672, 0)
  295. BTPCutLogs.Size = UDim2.new(0, 100, 0, 30)
  296. BTPCutLogs.Font = Enum.Font.Cartoon
  297. BTPCutLogs.Text = "Teleport Cut Logs To You"
  298. BTPCutLogs.TextColor3 = Color3.new(0, 0, 0)
  299. BTPCutLogs.TextScaled = true
  300. BTPCutLogs.TextSize = 14
  301. BTPCutLogs.TextWrapped = true
  302. BTPCutLogs.MouseButton1Click:connect(function()
  303.     for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  304. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  305. if Log.Owner.Value == game.Players.LocalPlayer then
  306. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  307. end
  308. end
  309. end
  310. end)
  311. BPhantomWood.Name = "BPhantomWood"
  312. BPhantomWood.Parent = Main
  313. BPhantomWood.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  314. BPhantomWood.Position = UDim2.new(0.539166689, 0, 0.446666658, 0)
  315. BPhantomWood.Size = UDim2.new(0, 100, 0, 30)
  316. BPhantomWood.Font = Enum.Font.Cartoon
  317. BPhantomWood.Text = "Teleport Cavecrawler Wood"
  318. BPhantomWood.TextColor3 = Color3.new(0, 0, 0)
  319. BPhantomWood.TextScaled = true
  320. BPhantomWood.TextSize = 14
  321. BPhantomWood.TextWrapped = true
  322. BPhantomWood.MouseButton1Down:connect(function()
  323. for i, v in pairs(game.Workspace:GetChildren()) do
  324. if v.Name == "TreeRegion" then
  325. for a, b in pairs(v:GetChildren()) do
  326. tree(b, "CaveCrawler")
  327. end
  328. end
  329. end
  330. end)
  331. TPNAME.Name = "TPNAME"
  332. TPNAME.Parent = Main
  333. TPNAME.BackgroundColor3 = Color3.new(1, 1, 1)
  334. TPNAME.BackgroundTransparency = 1
  335. TPNAME.Position = UDim2.new(0.0199999996, 0, 0, 0)
  336. TPNAME.Size = UDim2.new(0, 220, 0, 42)
  337. TPNAME.Font = Enum.Font.SourceSans
  338. TPNAME.Text = "Teleports"
  339. TPNAME.TextColor3 = Color3.new(1, 1, 1)
  340. TPNAME.TextScaled = true
  341. TPNAME.TextSize = 14
  342. TPNAME.TextWrapped = true
  343.  
  344. FUNCNAME.Name = "FUNCNAME"
  345. FUNCNAME.Parent = Main
  346. FUNCNAME.BackgroundColor3 = Color3.new(1, 1, 1)
  347. FUNCNAME.BackgroundTransparency = 1
  348. FUNCNAME.Position = UDim2.new(0.540000021, 0, 0, 0)
  349. FUNCNAME.Size = UDim2.new(0, 202, 0, 42)
  350. FUNCNAME.Font = Enum.Font.SourceSans
  351. FUNCNAME.Text = "Functions"
  352. FUNCNAME.TextColor3 = Color3.new(1, 1, 1)
  353. FUNCNAME.TextScaled = true
  354. FUNCNAME.TextSize = 14
  355. FUNCNAME.TextWrapped = true
  356.  
  357. BRejoinServer.Name = "BRejoinServer"
  358. BRejoinServer.Parent = Main
  359. BRejoinServer.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  360. BRejoinServer.Position = UDim2.new(0.540000021, 0, 0.733333349, 0)
  361. BRejoinServer.Size = UDim2.new(0, 207, 0, 30)
  362. BRejoinServer.Font = Enum.Font.Cartoon
  363. BRejoinServer.Text = "Rejoin Server"
  364. BRejoinServer.TextColor3 = Color3.new(0, 0, 0)
  365. BRejoinServer.TextScaled = true
  366. BRejoinServer.TextSize = 14
  367. BRejoinServer.TextWrapped = true
  368. BRejoinServer.MouseButton1Down:connect(function()
  369. local placeId = 13822889
  370.  
  371. game:GetService("TeleportService"):Teleport(placeId)
  372. end)
  373. DISCO.Name = "DISCO"
  374. DISCO.Parent = Main
  375. DISCO.BackgroundColor3 = Color3.new(1, 1, 1)
  376. DISCO.BackgroundTransparency = 1
  377. DISCO.Position = UDim2.new(0.540000021, 0, 0.850000024, 0)
  378. DISCO.Size = UDim2.new(0, 202, 0, 42)
  379. DISCO.Font = Enum.Font.SourceSans
  380. DISCO.Text = "Made By RedBoy    Discord:  https://discord.gg/wGyAnyP"
  381. DISCO.TextColor3 = Color3.new(1, 1, 1)
  382. DISCO.TextScaled = true
  383. DISCO.TextSize = 14
  384. DISCO.TextWrapped = true
  385.  
  386. Walkspeed.Name = "Walkspeed"
  387. Walkspeed.Parent = Main
  388. Walkspeed.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  389. Walkspeed.Position = UDim2.new(0.776944458, 0, 0.160000011, 0)
  390. Walkspeed.Size = UDim2.new(0, 100, 0, 30)
  391. Walkspeed.Font = Enum.Font.Cartoon
  392. Walkspeed.Text = "Walkspeed[X]"
  393. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  394. Walkspeed.TextScaled = true
  395. Walkspeed.TextSize = 14
  396. Walkspeed.TextWrapped = true
  397. Walkspeed.MouseButton1Down:connect(function()
  398.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  399.     local walkspeedmouse = walkspeedplayer:GetMouse()
  400.    
  401.     local walkspeedenabled = false
  402.    
  403.     function x_walkspeed(key)
  404.         if (key == "x") then
  405.             if walkspeedenabled == false then
  406.                 _G.WS = 200;
  407.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  408.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  409.                 Humanoid.WalkSpeed = _G.WS;
  410.                 end)
  411.                 Humanoid.WalkSpeed = _G.WS;
  412.                
  413.                 walkspeedenabled = true
  414.             elseif walkspeedenabled == true then
  415.                 _G.WS = 20;
  416.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  417.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  418.                 Humanoid.WalkSpeed = _G.WS;
  419.                 end)
  420.                 Humanoid.WalkSpeed = _G.WS;
  421.                
  422.                 walkspeedenabled = false
  423.             end
  424.         end
  425.     end
  426.    
  427.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  428.    
  429. end)
  430. Gravity.Name = "Gravity"
  431. Gravity.Parent = Main
  432. Gravity.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  433. Gravity.Position = UDim2.new(0.776944458, 0, 0.303333342, 0)
  434. Gravity.Size = UDim2.new(0, 100, 0, 30)
  435. Gravity.Font = Enum.Font.Cartoon
  436. Gravity.Text = "Gravity"
  437. Gravity.TextColor3 = Color3.new(0, 0, 0)
  438. Gravity.TextScaled = true
  439. Gravity.TextSize = 14
  440. Gravity.TextWrapped = true
  441. Gravity.MouseButton1Down:connect(function()
  442. if Gravity == true then
  443. Gravity = false
  444. game.workspace.Gravity = 196.2
  445. else
  446. Gravity = true
  447. game.workspace.Gravity = 45
  448. end
  449. end)
  450. Btools.Name = "Btools"
  451. Btools.Parent = Main
  452. Btools.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  453. Btools.Position = UDim2.new(0.776944458, 0, 0.443333328, 0)
  454. Btools.Size = UDim2.new(0, 100, 0, 30)
  455. Btools.Font = Enum.Font.Cartoon
  456. Btools.Text = "Btools"
  457. Btools.TextColor3 = Color3.new(0, 0, 0)
  458. Btools.TextScaled = true
  459. Btools.TextSize = 14
  460. Btools.TextWrapped = true
  461. BTools.MouseButton1Down:connect(function()
  462.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  463. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  464.    if child.ClassName == "Part" then
  465.        child.Locked = false
  466.    end
  467.    if child.ClassName == "MeshPart" then
  468.        child.Locked = false
  469.    end
  470.    if child.ClassName == "UnionOperation" then
  471.        child.Locked = false
  472.    end
  473.    if child.ClassName == "Model" then
  474.        for index, chil in pairs(child:GetChildren()) do
  475.            if chil.ClassName == "Part" then
  476.                chil.Locked = false
  477.            end
  478.            if chil.ClassName == "MeshPart" then
  479.                chil.Locked = false
  480.            end
  481.            if chil.ClassName == "UnionOperation" then
  482.                chil.Locked = false
  483.            end
  484.            if chil.ClassName == "Model" then
  485.                for index, childe in pairs(chil:GetChildren()) do
  486.                    if childe.ClassName == "Part" then
  487.                        childe.Locked = false
  488.                    end
  489.                    if childe.ClassName == "MeshPart" then
  490.                        childe.Locked = false
  491.                    end
  492.                    if childe.ClassName == "UnionOperation" then
  493.                        childe.Locked = false
  494.                    end
  495.                    if childe.ClassName == "Model" then
  496.                        for index, childeo in pairs(childe:GetChildren()) do
  497.                            if childeo.ClassName == "Part" then
  498.                                childeo.Locked = false
  499.                            end
  500.                            if childeo.ClassName == "MeshPart" then
  501.                                childeo.Locked = false
  502.                            end
  503.                            if childeo.ClassName == "UnionOperation" then
  504.                                childeo.Locked = false
  505.                            end
  506.                            if childeo.ClassName == "Model" then
  507.                            end
  508.                        end
  509.                    end
  510.                end
  511.            end
  512.        end
  513.    end
  514. end
  515. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  516. c.BinType = Enum.BinType.Hammer
  517. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  518. c.BinType = Enum.BinType.Clone
  519. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  520. c.BinType = Enum.BinType.Grab
  521. end)
  522. Noclip.Name = "Noclip"
  523. Noclip.Parent = Main
  524. Noclip.BackgroundColor3 = Color3.new(0.776471, 0, 0)
  525. Noclip.Position = UDim2.new(0.776944458, 0, 0.586666644, 0)
  526. Noclip.Size = UDim2.new(0, 100, 0, 30)
  527. Noclip.Font = Enum.Font.Cartoon
  528. Noclip.Text = "Noclip [B]"
  529. Noclip.TextColor3 = Color3.new(0, 0, 0)
  530. Noclip.TextScaled = true
  531. Noclip.TextSize = 14
  532. Noclip.TextWrapped = true
  533. Noclip.MouseButton1Down:connect(function()
  534.    
  535.     local noclipplayer = game:GetService("Players").LocalPlayer
  536.     local noclipmouse = noclipplayer:GetMouse()
  537.    
  538.     local donoclip = false
  539.     local noclip = false
  540.    
  541.     function b_noclip(key)
  542.         if (key == "b") then
  543.             if noclip == false then
  544.                 donoclip = true
  545.                
  546.                 noclip = true
  547.             elseif noclip == true then
  548.                 donoclip = false
  549.                
  550.                 noclip = false
  551.             end
  552.         end
  553.     end
  554.    
  555.     noclipmouse.KeyDown:connect(b_noclip)
  556.    
  557.     game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  558.         if obj ~= workspace.Terrain then
  559.             if donoclip == true then
  560.                 obj.CanCollide = false
  561.             else
  562.                 obj.CanCollide = true
  563.             end
  564.         end
  565.     end)
  566. end)
  567. Open.Name = "Open"
  568. Open.Parent = LT2GUI1
  569. Open.BackgroundColor3 = Color3.new(0.819608, 0, 0)
  570. Open.Position = UDim2.new(0, 0, 0.699999988, 0)
  571. Open.Size = UDim2.new(0, 100, 0, 50)
  572. Open.Visible = false
  573. Open.Font = Enum.Font.SourceSans
  574. Open.Text = "Open"
  575. Open.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  576. Open.TextScaled = true
  577. Open.TextSize = 14
  578. Open.TextWrapped = true
  579. Open.MouseButton1Down:connect(function()
  580.     Open.Visible = false
  581.     Main.Visible = true
  582. end)
  583. end)
Add Comment
Please, Sign In to add comment