Advertisement
xKyriie

Lumber Tycoon 2 Golden Axe GUI (ROBLOX)

Mar 28th, 2017
29,693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.53 KB | None | 0 0
  1. --Created By TreyKing - JayCold - xKyriie
  2.  
  3. local LGUI = Instance.new("ScreenGui")
  4. local Background = Instance.new("Frame")
  5. local Ver = Instance.new("TextLabel")
  6. local GRAB = Instance.new("TextButton")
  7. local styleLine = Instance.new("Frame")
  8. local GAXE = Instance.new("TextButton")
  9. local styleLine_2 = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local styleLine_3 = Instance.new("Frame")
  12. local CCW = Instance.new("TextButton")
  13. local styleLine_4 = Instance.new("Frame")
  14. local ULM = Instance.new("TextButton")
  15. local styleLine_5 = Instance.new("Frame")
  16. local FTR = Instance.new("TextButton")
  17. local styleLine_6 = Instance.new("Frame")
  18. local BTOOL = Instance.new("TextButton")
  19. local styleLine_7 = Instance.new("Frame")
  20.  
  21. -- Properties
  22.  
  23. LGUI.Name = "LGUI"
  24. LGUI.Parent = game.CoreGui
  25.  
  26. Background.Name = "Background"
  27. Background.Parent = LGUI
  28. Background.Active = true
  29. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Background.Draggable = true
  31. Background.Position = UDim2.new(0, 0, 0, 355)
  32. Background.Selectable = true
  33. Background.Size = UDim2.new(0, 150, 0, 275)
  34. Background.Style = Enum.FrameStyle.DropShadow
  35.  
  36. Ver.Name = "Ver"
  37. Ver.Parent = Background
  38. Ver.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Ver.BackgroundTransparency = 1
  40. Ver.BorderSizePixel = 0
  41. Ver.Position = UDim2.new(0, 0, 1, -15)
  42. Ver.Size = UDim2.new(1, -6, 0, 10)
  43. Ver.Font = Enum.Font.SourceSans
  44. Ver.FontSize = Enum.FontSize.Size14
  45. Ver.Text = "Version 2.0"
  46. Ver.TextColor3 = Color3.new(1, 1, 1)
  47. Ver.TextTransparency = 0.80000001192093
  48.  
  49. GRAB.Name = "GRAB"
  50. GRAB.Parent = Background
  51. GRAB.BackgroundColor3 = Color3.new(1, 1, 1)
  52. GRAB.BackgroundTransparency = 0.5
  53. GRAB.BorderSizePixel = 0
  54. GRAB.Position = UDim2.new(0, 17, 0, 75)
  55. GRAB.Size = UDim2.new(0, 100, 0, 30)
  56. GRAB.Font = Enum.Font.SourceSansBold
  57. GRAB.FontSize = Enum.FontSize.Size18
  58. GRAB.Text = "Grabber"
  59. GRAB.TextColor3 = Color3.new(0, 0, 0)
  60. GRAB.TextTransparency = 0.5
  61.  
  62. styleLine.Name = "styleLine"
  63. styleLine.Parent = GRAB
  64. styleLine.BackgroundColor3 = Color3.new(1, 1, 1)
  65. styleLine.BorderSizePixel = 0
  66. styleLine.Size = UDim2.new(0, 5, 1, 0)
  67.  
  68. GAXE.Name = "GAXE"
  69. GAXE.Parent = Background
  70. GAXE.BackgroundColor3 = Color3.new(1, 1, 1)
  71. GAXE.BackgroundTransparency = 0.5
  72. GAXE.BorderSizePixel = 0
  73. GAXE.Position = UDim2.new(0, 17, 0, 40)
  74. GAXE.Size = UDim2.new(0, 100, 0, 30)
  75. GAXE.Font = Enum.Font.SourceSansBold
  76. GAXE.FontSize = Enum.FontSize.Size18
  77. GAXE.Text = "Golden Axe"
  78. GAXE.TextColor3 = Color3.new(0, 0, 0)
  79. GAXE.TextTransparency = 0.5
  80.  
  81. styleLine_2.Name = "styleLine"
  82. styleLine_2.Parent = GAXE
  83. styleLine_2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. styleLine_2.BorderSizePixel = 0
  85. styleLine_2.Size = UDim2.new(0, 5, 1, 0)
  86.  
  87. Title.Name = "Title"
  88. Title.Parent = Background
  89. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Title.BorderSizePixel = 0
  91. Title.Position = UDim2.new(0, -2, 0, -2)
  92. Title.Size = UDim2.new(1, 4, 0, 32)
  93. Title.Font = Enum.Font.SourceSansBold
  94. Title.FontSize = Enum.FontSize.Size24
  95. Title.Text = "LumberGui"
  96. Title.TextColor3 = Color3.new(0, 0, 0)
  97. Title.TextXAlignment = Enum.TextXAlignment.Left
  98.  
  99. styleLine_3.Name = "styleLine"
  100. styleLine_3.Parent = Title
  101. styleLine_3.BackgroundColor3 = Color3.new(0, 0, 0)
  102. styleLine_3.BackgroundTransparency = 0.30000001192093
  103. styleLine_3.BorderSizePixel = 0
  104. styleLine_3.Position = UDim2.new(0, 0, 0, 28)
  105. styleLine_3.Size = UDim2.new(1, 0, 0, 4)
  106. styleLine_3.ZIndex = 2
  107.  
  108. CCW.Name = "CCW"
  109. CCW.Parent = Background
  110. CCW.BackgroundColor3 = Color3.new(1, 1, 1)
  111. CCW.BackgroundTransparency = 0.5
  112. CCW.BorderSizePixel = 0
  113. CCW.Position = UDim2.new(0, 17, 0, 110)
  114. CCW.Size = UDim2.new(0, 100, 0, 30)
  115. CCW.Font = Enum.Font.SourceSansBold
  116. CCW.FontSize = Enum.FontSize.Size14
  117. CCW.Text = "CanCollide Water"
  118. CCW.TextColor3 = Color3.new(0, 0, 0)
  119. CCW.TextTransparency = 0.5
  120.  
  121. styleLine_4.Name = "styleLine"
  122. styleLine_4.Parent = CCW
  123. styleLine_4.BackgroundColor3 = Color3.new(1, 1, 1)
  124. styleLine_4.BorderSizePixel = 0
  125. styleLine_4.Size = UDim2.new(0, 5, 1, 0)
  126.  
  127. ULM.Name = "ULM"
  128. ULM.Parent = Background
  129. ULM.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ULM.BackgroundTransparency = 0.5
  131. ULM.BorderSizePixel = 0
  132. ULM.Position = UDim2.new(0, 17, 0, 145)
  133. ULM.Size = UDim2.new(0, 100, 0, 30)
  134. ULM.Font = Enum.Font.SourceSansBold
  135. ULM.FontSize = Enum.FontSize.Size18
  136. ULM.Text = "Unlock Maze"
  137. ULM.TextColor3 = Color3.new(0, 0, 0)
  138. ULM.TextTransparency = 0.5
  139.  
  140. styleLine_5.Name = "styleLine"
  141. styleLine_5.Parent = ULM
  142. styleLine_5.BackgroundColor3 = Color3.new(1, 1, 1)
  143. styleLine_5.BorderSizePixel = 0
  144. styleLine_5.Size = UDim2.new(0, 5, 1, 0)
  145.  
  146. FTR.Name = "FTR"
  147. FTR.Parent = Background
  148. FTR.BackgroundColor3 = Color3.new(1, 1, 1)
  149. FTR.BackgroundTransparency = 0.5
  150. FTR.BorderSizePixel = 0
  151. FTR.Position = UDim2.new(0, 17, 0, 215)
  152. FTR.Size = UDim2.new(0, 100, 0, 30)
  153. FTR.Font = Enum.Font.SourceSansBold
  154. FTR.FontSize = Enum.FontSize.Size18
  155. FTR.Text = "Truck speed"
  156. FTR.TextColor3 = Color3.new(0, 0, 0)
  157. FTR.TextTransparency = 0.5
  158.  
  159. styleLine_6.Name = "styleLine"
  160. styleLine_6.Parent = FTR
  161. styleLine_6.BackgroundColor3 = Color3.new(1, 1, 1)
  162. styleLine_6.BorderSizePixel = 0
  163. styleLine_6.Size = UDim2.new(0, 5, 1, 0)
  164.  
  165. BTOOL.Name = "BTOOL"
  166. BTOOL.Parent = Background
  167. BTOOL.BackgroundColor3 = Color3.new(1, 1, 1)
  168. BTOOL.BackgroundTransparency = 0.5
  169. BTOOL.BorderSizePixel = 0
  170. BTOOL.Position = UDim2.new(0, 17, 0, 180)
  171. BTOOL.Size = UDim2.new(0, 100, 0, 30)
  172. BTOOL.Font = Enum.Font.SourceSansBold
  173. BTOOL.FontSize = Enum.FontSize.Size18
  174. BTOOL.Text = "BTools"
  175. BTOOL.TextColor3 = Color3.new(0, 0, 0)
  176. BTOOL.TextTransparency = 0.5
  177.  
  178. styleLine_7.Name = "styleLine"
  179. styleLine_7.Parent = BTOOL
  180. styleLine_7.BackgroundColor3 = Color3.new(1, 1, 1)
  181. styleLine_7.BorderSizePixel = 0
  182. styleLine_7.Size = UDim2.new(0, 5, 1, 0)
  183.  
  184. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(m)
  185. if m == 'q' then
  186. Background:TweenPosition(UDim2.new(0,-150,0,355) , "Out", "Quad", 1, true)
  187. end
  188. end)
  189.  
  190. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(m)
  191. if m == 'e' then
  192. Background:TweenPosition(UDim2.new(0,0,0,355) , "Out", "Quad", 1, true)
  193. end
  194. end)
  195.  
  196. BTOOL.MouseButton1Down:connect(function()
  197. lp = game.Players.LocalPlayer
  198. local a,b,c = Instance.new("HopperBin", lp.Backpack),Instance.new("HopperBin", lp.Backpack),Instance.new("HopperBin", lp.Backpack)
  199. a.BinType = 2
  200. b.BinType = 3
  201. c.BinType = 4
  202. print('BTools Loaded')
  203. end)
  204.  
  205. CCW.MouseButton1Down:connect(function()
  206. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  207. if v:IsA("Part") then
  208. v.CanCollide = true
  209. end
  210. end
  211. print('Water CanCollided')
  212. end)
  213.  
  214.  
  215. ULM.MouseButton1Down:connect(function()
  216. for i,v in pairs(game.Workspace.Region_MazeCave:GetChildren()) do
  217. if v:IsA("Part") then
  218. v.Locked = false
  219. end
  220. end
  221. print('Maze Cave Unlocked')
  222. end)
  223.  
  224. GAXE.MouseButton1Down:connect(function()
  225. Door = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.Model
  226. Door1 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.ItemName
  227. Door2 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.Price
  228. Door3 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.Description
  229. Door4 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.Box
  230. Door5 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.AssetId
  231. Door6 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.ItemName
  232. Door7 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.ItemImage
  233. Door8 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.AxeClass
  234. Door9 = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet.Type
  235. Door:Remove()
  236. Door1:Remove()
  237. Door2:Remove()
  238. Door3:Remove()
  239. Door4:Remove()
  240. Door5:Remove()
  241. Door6:Remove()
  242. Door7:Remove()
  243. Door8:Remove()
  244. Door9:Remove()
  245.  
  246. ff = game.ReplicatedStorage.Purchasables.Tools.AllTools.BasicHatchet
  247. tt = game.ReplicatedStorage.Purchasables.Tools.AllTools.GoldAxe
  248. tt.Model:Clone().Parent = ff
  249. tt.ItemName:Clone().Parent = ff
  250. tt.Price:Clone().Parent = ff
  251. tt.Description:Clone().Parent = ff
  252. tt.Box:Clone().Parent = ff
  253. tt.AssetId:Clone().Parent = ff
  254. tt.ItemImage:Clone().Parent = ff
  255. tt.AxeClass:Clone().Parent = ff
  256. tt.Type:Clone().Parent = ff
  257. print('Golden Axe Loaded')
  258. end)
  259.  
  260.  
  261. GRAB.MouseButton1Down:connect(function()
  262. f = game.Lighting.Dragger:Clone()
  263. f.Parent = game.Players.LocalPlayer.Backpack
  264. print('Grabber Loaded')
  265. end)
  266.  
  267. FTR.MouseButton1Down:connect(function()
  268. game.Workspace.PlayerModels.ChildAdded:connect(function(ADDED)
  269.  wait(0.5)
  270.  if ADDED:FindFirstChild('Configuration') then
  271.   if ADDED.Configuration:FindFirstChild('MaxSpeed') then
  272.    ADDED.Configuration.MaxSpeed.Value = 5
  273.    print('Truck speed hack Loaded')
  274.   end
  275.  end
  276. end)
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement