Advertisement
2xizahax2

Lumberz 1.0

Nov 19th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.48 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local top = Instance.new("Frame")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local Blood = Instance.new("TextButton")
  11. local Ferry = Instance.new("TextButton")
  12. local Syntax = Instance.new("TextButton")
  13. local ExtremeLumber = Instance.new("TextButton")
  14. local Dirt = Instance.new("TextButton")
  15. local Comeingsoon = Instance.new("TextButton")
  16. local TpTool = Instance.new("TextButton")
  17. local m2 = Instance.new("TextButton")
  18. local m3 = Instance.new("TextButton")
  19. local m4 = Instance.new("TextButton")
  20. local m5 = Instance.new("TextButton")
  21. local m6 = Instance.new("TextButton")
  22. local m7 = Instance.new("TextButton")
  23. local m8 = Instance.new("TextButton")
  24. local r9 = Instance.new("TextButton")
  25. local Lumberzname = Instance.new("TextLabel")
  26. local Close = Instance.new("TextButton")
  27. local Open = Instance.new("Frame")
  28. local Openbutton = Instance.new("TextButton")
  29.  
  30. --Properties:
  31.  
  32. ScreenGui.Parent = game.CoreGui
  33.  
  34. MainFrame.Name = "Main Frame"
  35. MainFrame.Parent = ScreenGui
  36. MainFrame.Active = true
  37. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  38. MainFrame.BackgroundTransparency = 0.44999998807907
  39. MainFrame.Position = UDim2.new(0.299837917, 0, 0.128762543, 0)
  40. MainFrame.Size = UDim2.new(0, 508, 0, 289)
  41.  
  42. top.Name = "top"
  43. top.Parent = MainFrame
  44. top.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  45. top.BackgroundTransparency = 0.44999998807907
  46. top.Position = UDim2.new(-0.00134318974, 0, -0.00272534788, 0)
  47. top.Size = UDim2.new(0, 508, 0, 45)
  48.  
  49. ScrollingFrame.Parent = MainFrame
  50. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  51. ScrollingFrame.BackgroundTransparency = 0.89999997615814
  52. ScrollingFrame.Position = UDim2.new(0.647969604, 0, 0.148650065, 0)
  53. ScrollingFrame.Size = UDim2.new(0, 178, 0, 244)
  54.  
  55. Blood.Name = "Blood"
  56. Blood.Parent = ScrollingFrame
  57. Blood.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Blood.BackgroundTransparency = 0.44999998807907
  59. Blood.Position = UDim2.new(0, 0, -0.000836104155, 0)
  60. Blood.Size = UDim2.new(0, 164, 0, 43)
  61. Blood.Font = Enum.Font.Cartoon
  62. Blood.Text = "Blood"
  63. Blood.TextColor3 = Color3.new(1, 1, 1)
  64. Blood.TextSize = 14
  65. Blood.MouseButton1Down:connect(function()
  66.  loadstring(game:HttpGet(('https://pastebin.com/raw/qt3SDXvH'),true))()
  67. end)
  68.  
  69. Ferry.Name = "Ferry"
  70. Ferry.Parent = ScrollingFrame
  71. Ferry.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  72. Ferry.BackgroundTransparency = 0.44999998807907
  73. Ferry.Position = UDim2.new(1.39698386e-09, 0, 0.0740154609, 0)
  74. Ferry.Size = UDim2.new(0, 164, 0, 43)
  75. Ferry.Font = Enum.Font.Cartoon
  76. Ferry.Text = "Ferry"
  77. Ferry.TextColor3 = Color3.new(1, 1, 1)
  78. Ferry.TextSize = 14
  79. Ferry.MouseButton1Down:connect(function()
  80.  loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  81. end)
  82.  
  83. Syntax.Name = "Syntax"
  84. Syntax.Parent = ScrollingFrame
  85. Syntax.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Syntax.BackgroundTransparency = 0.44999998807907
  87. Syntax.Position = UDim2.new(0, 0, 0.15322122, 0)
  88. Syntax.Size = UDim2.new(0, 164, 0, 43)
  89. Syntax.Font = Enum.Font.Cartoon
  90. Syntax.Text = "Syntax"
  91. Syntax.TextColor3 = Color3.new(1, 1, 1)
  92. Syntax.TextSize = 14
  93. Syntax.MouseButton1Down:connect(function()
  94.  loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  95. end)
  96.  
  97.  
  98. ExtremeLumber.Name = "ExtremeLumber"
  99. ExtremeLumber.Parent = ScrollingFrame
  100. ExtremeLumber.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  101. ExtremeLumber.BackgroundTransparency = 0.44999998807907
  102. ExtremeLumber.Position = UDim2.new(1.39698386e-09, 0, 0.228966802, 0)
  103. ExtremeLumber.Size = UDim2.new(0, 164, 0, 43)
  104. ExtremeLumber.Font = Enum.Font.Cartoon
  105. ExtremeLumber.Text = "ExtremeLumber"
  106. ExtremeLumber.TextColor3 = Color3.new(1, 1, 1)
  107. ExtremeLumber.TextSize = 14
  108. ExtremeLumber.MouseButton1Down:connect(function()
  109.  loadstring(game:HttpGet(('https://pastebin.com/raw/PvQMf5vv'),true))()
  110. end)
  111.  
  112. Dirt.Name = "Dirt"
  113. Dirt.Parent = ScrollingFrame
  114. Dirt.BackgroundColor3 = Color3.new(0, 0, 0)
  115. Dirt.BackgroundTransparency = 0.44999998807907
  116. Dirt.Position = UDim2.new(1.39698386e-09, 0, 0.304712385, 0)
  117. Dirt.Size = UDim2.new(0, 164, 0, 43)
  118. Dirt.Font = Enum.Font.Cartoon
  119. Dirt.Text = "Dirt"
  120. Dirt.TextColor3 = Color3.new(1, 1, 1)
  121. Dirt.TextSize = 14
  122. Dirt.MouseButton1Down:connect(function()
  123.  loadstring(game:HttpGet(('https://pastebin.com/raw/77ESEmng'),true))()
  124. end)
  125.  
  126. Comeingsoon.Name = "Comeing soon"
  127. Comeingsoon.Parent = ScrollingFrame
  128. Comeingsoon.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  129. Comeingsoon.BackgroundTransparency = 0.44999998807907
  130. Comeingsoon.Position = UDim2.new(0, 0, 0.376997739, 0)
  131. Comeingsoon.Size = UDim2.new(0, 164, 0, 43)
  132. Comeingsoon.Font = Enum.Font.Cartoon
  133. Comeingsoon.Text = "Comeing Soon"
  134. Comeingsoon.TextColor3 = Color3.new(1, 1, 1)
  135. Comeingsoon.TextSize = 14
  136.  
  137. TpTool.Name = "Tp Tool"
  138. TpTool.Parent = MainFrame
  139. TpTool.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  140. TpTool.BackgroundTransparency = 0.44999998807907
  141. TpTool.Position = UDim2.new(-0.00134318322, 0, 0.250836134, 0)
  142. TpTool.Size = UDim2.new(0, 96, 0, 36)
  143. TpTool.Font = Enum.Font.Cartoon
  144. TpTool.Text = "Tp tool"
  145. TpTool.TextColor3 = Color3.new(1, 1, 1)
  146. TpTool.TextSize = 14
  147. TpTool.MouseButton1Down:connect(function()
  148. mouse = game.Players.LocalPlayer:GetMouse()
  149. tool = Instance.new("Tool")
  150. tool.RequiresHandle = false
  151. tool.Name = "Click Teleport"
  152. tool.Activated:connect(function()
  153. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  154. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  156. end)
  157. tool.Parent = game.Players.LocalPlayer.Backpack
  158. end)
  159.  
  160. m2.Name = "m2"
  161. m2.Parent = MainFrame
  162. m2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  163. m2.BackgroundTransparency = 0.44999998807907
  164. m2.Position = UDim2.new(-0.00134322047, 0, 0.512874544, 0)
  165. m2.Size = UDim2.new(0, 96, 0, 36)
  166. m2.Font = Enum.Font.Cartoon
  167. m2.TextColor3 = Color3.new(1, 1, 1)
  168. m2.TextSize = 14
  169.  
  170. m3.Name = "m3"
  171. m3.Parent = MainFrame
  172. m3.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  173. m3.BackgroundTransparency = 0.44999998807907
  174. m3.Position = UDim2.new(-0.00134322047, 0, 0.783621311, 0)
  175. m3.Size = UDim2.new(0, 96, 0, 36)
  176. m3.Font = Enum.Font.Cartoon
  177. m3.TextColor3 = Color3.new(1, 1, 1)
  178. m3.TextSize = 14
  179.  
  180. m4.Name = "m4"
  181. m4.Parent = MainFrame
  182. m4.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  183. m4.BackgroundTransparency = 0.44999998807907
  184. m4.Position = UDim2.new(0.232076079, 0, 0.250836134, 0)
  185. m4.Size = UDim2.new(0, 96, 0, 36)
  186. m4.Font = Enum.Font.Cartoon
  187. m4.TextColor3 = Color3.new(1, 1, 1)
  188. m4.TextSize = 14
  189.  
  190. m5.Name = "m5"
  191. m5.Parent = MainFrame
  192. m5.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  193. m5.BackgroundTransparency = 0.44999998807907
  194. m5.Position = UDim2.new(0.232076079, 0, 0.511202276, 0)
  195. m5.Size = UDim2.new(0, 96, 0, 36)
  196. m5.Font = Enum.Font.Cartoon
  197. m5.TextColor3 = Color3.new(1, 1, 1)
  198. m5.TextSize = 14
  199.  
  200. m6.Name = "m6"
  201. m6.Parent = MainFrame
  202. m6.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  203. m6.BackgroundTransparency = 0.44999998807907
  204. m6.Position = UDim2.new(0.232076049, 0, 0.783621252, 0)
  205. m6.Size = UDim2.new(0, 96, 0, 36)
  206. m6.Font = Enum.Font.Cartoon
  207. m6.TextColor3 = Color3.new(1, 1, 1)
  208. m6.TextSize = 14
  209.  
  210. m7.Name = "m7"
  211. m7.Parent = MainFrame
  212. m7.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  213. m7.BackgroundTransparency = 0.44999998807907
  214. m7.Position = UDim2.new(0.457969129, 0, 0.250836104, 0)
  215. m7.Size = UDim2.new(0, 96, 0, 36)
  216. m7.Font = Enum.Font.Cartoon
  217. m7.TextColor3 = Color3.new(1, 1, 1)
  218. m7.TextSize = 14
  219.  
  220. m8.Name = "m8"
  221. m8.Parent = MainFrame
  222. m8.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  223. m8.BackgroundTransparency = 0.44999998807907
  224. m8.Position = UDim2.new(0.457969069, 0, 0.512874484, 0)
  225. m8.Size = UDim2.new(0, 96, 0, 36)
  226. m8.Font = Enum.Font.Cartoon
  227. m8.TextColor3 = Color3.new(1, 1, 1)
  228. m8.TextSize = 14
  229.  
  230. r9.Name = "r9"
  231. r9.Parent = MainFrame
  232. r9.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  233. r9.BackgroundTransparency = 0.44999998807907
  234. r9.Position = UDim2.new(0.457969069, 0, 0.783621252, 0)
  235. r9.Size = UDim2.new(0, 96, 0, 36)
  236. r9.Font = Enum.Font.Cartoon
  237. r9.TextColor3 = Color3.new(1, 1, 1)
  238. r9.TextSize = 14
  239.  
  240. Lumberzname.Name = "Lumberz name"
  241. Lumberzname.Parent = MainFrame
  242. Lumberzname.BackgroundColor3 = Color3.new(0, 0, 0)
  243. Lumberzname.BackgroundTransparency = 0.44999998807907
  244. Lumberzname.Position = UDim2.new(0.0228531528, 0, -0.00272534788, 0)
  245. Lumberzname.Size = UDim2.new(0, 458, 0, 45)
  246. Lumberzname.Font = Enum.Font.Cartoon
  247. Lumberzname.Text = "Lmberz"
  248. Lumberzname.TextColor3 = Color3.new(1, 1, 1)
  249. Lumberzname.TextSize = 42
  250.  
  251. Close.Name = "Close"
  252. Close.Parent = MainFrame
  253. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  254. Close.BackgroundTransparency = 0.30000001192093
  255. Close.Position = UDim2.new(0.911417305, 0, -0.00346020772, 0)
  256. Close.Size = UDim2.new(0, 44, 0, 45)
  257. Close.Font = Enum.Font.Cartoon
  258. Close.Text = "X"
  259. Close.TextColor3 = Color3.new(1, 1, 1)
  260. Close.TextSize = 25
  261. Close.MouseButton1Down:connect(function()
  262. Openbutton.Visible = true
  263. MainFrame.Visible = false
  264. end)
  265.  
  266.  
  267. Open.Name = "Open"
  268. Open.Parent = ScreenGui
  269. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  270. Open.Position = UDim2.new(0, 0, 0.494983286, 0)
  271. Open.Size = UDim2.new(0, 128, 0, 53)
  272.  
  273. Openbutton.Name = "Open button"
  274. Openbutton.Parent = Open
  275. Openbutton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  276. Openbutton.Position = UDim2.new(0.0390625, 0, 0.0754716992, 0)
  277. Openbutton.Size = UDim2.new(0, 118, 0, 41)
  278. Openbutton.Font = Enum.Font.Cartoon
  279. Openbutton.Text = "Open"
  280. Openbutton.TextColor3 = Color3.new(0, 0, 0)
  281. Openbutton.TextSize = 23
  282. Openbutton.MouseButton1Down:connect(function()
  283. MainFrame.Visible = true
  284. Open.Visible = false
  285. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement