TheJagExploits

Lumber Cracker v.1

Apr 3rd, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. -- Lumber Cracker Made by JAG Exploits YT
  2. -- Version: 1.0
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local CREDITS = Instance.new("TextLabel")
  10. local lumberjokebutton = Instance.new("TextButton")
  11. local moneydupebutton = Instance.new("TextButton")
  12. local basedupebutton = Instance.new("TextButton")
  13. local instantbuildsbutton = Instance.new("TextButton")
  14. local bringwoodbutton = Instance.new("TextButton")
  15. local guihubbutton = Instance.new("TextButton")
  16. local closebutton = Instance.new("TextButton")
  17. local openmain = Instance.new("Frame")
  18. local openbutton = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. main.Name = "main"
  25. main.Parent = ScreenGui
  26. main.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  27. main.Position = UDim2.new(0.631578922, 0, 0.0960187465, 0)
  28. main.Size = UDim2.new(0, 579, 0, 517)
  29. main.Visible = false
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. title.Name = "title"
  34. title.Parent = main
  35. title.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  36. title.Size = UDim2.new(0, 530, 0, 69)
  37. title.Font = Enum.Font.GothamBold
  38. title.Text = "LUMBER CRACKER V.1"
  39. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. title.TextScaled = true
  41. title.TextSize = 14.000
  42. title.TextWrapped = true
  43.  
  44. CREDITS.Name = "CREDITS"
  45. CREDITS.Parent = main
  46. CREDITS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. CREDITS.BackgroundTransparency = 1.000
  48. CREDITS.Position = UDim2.new(0.138169259, 0, 0.13346228, 0)
  49. CREDITS.Size = UDim2.new(0, 419, 0, 50)
  50. CREDITS.Font = Enum.Font.GothamBold
  51. CREDITS.Text = "Made by: JAG Exploits YT"
  52. CREDITS.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. CREDITS.TextScaled = true
  54. CREDITS.TextSize = 14.000
  55. CREDITS.TextWrapped = true
  56.  
  57. lumberjokebutton.Name = "lumberjoke(button)"
  58. lumberjokebutton.Parent = main
  59. lumberjokebutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  60. lumberjokebutton.Position = UDim2.new(0.0846286714, 0, 0.359767884, 0)
  61. lumberjokebutton.Size = UDim2.new(0, 120, 0, 50)
  62. lumberjokebutton.Font = Enum.Font.GothamSemibold
  63. lumberjokebutton.Text = "LUMBER JOKE GUI"
  64. lumberjokebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. lumberjokebutton.TextScaled = true
  66. lumberjokebutton.TextSize = 14.000
  67. lumberjokebutton.TextWrapped = true
  68. lumberjokebutton.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/PdKzxqvn", true))()
  70. end)
  71.  
  72. moneydupebutton.Name = "money dupe(button)"
  73. moneydupebutton.Parent = main
  74. moneydupebutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  75. moneydupebutton.Position = UDim2.new(0.0846286714, 0, 0.676982582, 0)
  76. moneydupebutton.Size = UDim2.new(0, 120, 0, 50)
  77. moneydupebutton.Font = Enum.Font.GothamSemibold
  78. moneydupebutton.Text = "MONEY DUPE GUI"
  79. moneydupebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. moneydupebutton.TextScaled = true
  81. moneydupebutton.TextSize = 14.000
  82. moneydupebutton.TextWrapped = true
  83. moneydupebutton.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", true))()
  85. end)
  86.  
  87. basedupebutton.Name = "base dupe(button)"
  88. basedupebutton.Parent = main
  89. basedupebutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  90. basedupebutton.Position = UDim2.new(0.708117425, 0, 0.359767884, 0)
  91. basedupebutton.Size = UDim2.new(0, 120, 0, 50)
  92. basedupebutton.Font = Enum.Font.GothamSemibold
  93. basedupebutton.Text = "BASE DUPE GUI"
  94. basedupebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. basedupebutton.TextScaled = true
  96. basedupebutton.TextSize = 14.000
  97. basedupebutton.TextWrapped = true
  98. basedupebutton.MouseButton1Down:connect(function()
  99. loadstring(game:HttpGet("https://pastebin.com/raw/2xA3E6mc", true))()
  100. end)
  101.  
  102. instantbuildsbutton.Name = "instant builds(button)"
  103. instantbuildsbutton.Parent = main
  104. instantbuildsbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  105. instantbuildsbutton.Position = UDim2.new(0.395509481, 0, 0.676982641, 0)
  106. instantbuildsbutton.Size = UDim2.new(0, 120, 0, 50)
  107. instantbuildsbutton.Font = Enum.Font.GothamSemibold
  108. instantbuildsbutton.Text = "INSTANT BUILDS GUI"
  109. instantbuildsbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. instantbuildsbutton.TextScaled = true
  111. instantbuildsbutton.TextSize = 14.000
  112. instantbuildsbutton.TextWrapped = true
  113. instantbuildsbutton.MouseButton1Down:connect(function()
  114. loadstring(game:HttpGet("https://pastebin.com/raw/M2WXVf4x", true))()
  115. end)
  116.  
  117. bringwoodbutton.Name = "bring wood(button)"
  118. bringwoodbutton.Parent = main
  119. bringwoodbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  120. bringwoodbutton.Position = UDim2.new(0.395509481, 0, 0.359767914, 0)
  121. bringwoodbutton.Size = UDim2.new(0, 120, 0, 50)
  122. bringwoodbutton.Font = Enum.Font.GothamSemibold
  123. bringwoodbutton.Text = "BRING WOOD GUI"
  124. bringwoodbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. bringwoodbutton.TextScaled = true
  126. bringwoodbutton.TextSize = 14.000
  127. bringwoodbutton.TextWrapped = true
  128. bringwoodbutton.MouseButton1Down:connect(function()
  129. loadstring(game:HttpGet("https://pastebin.com/raw/uanEVYGp", true))()
  130. end)
  131.  
  132. guihubbutton.Name = "guihub(button)"
  133. guihubbutton.Parent = main
  134. guihubbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  135. guihubbutton.Position = UDim2.new(0.708117425, 0, 0.676982582, 0)
  136. guihubbutton.Size = UDim2.new(0, 120, 0, 50)
  137. guihubbutton.Font = Enum.Font.GothamSemibold
  138. guihubbutton.Text = "LT2 GUI HUB"
  139. guihubbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. guihubbutton.TextScaled = true
  141. guihubbutton.TextSize = 14.000
  142. guihubbutton.TextWrapped = true
  143. guihubbutton.MouseButton1Down:connect(function()
  144. loadstring(game:HttpGet("https://pastebin.com/raw/fzz4h9q8", true))()
  145. end)
  146.  
  147. closebutton.Name = "close(button)"
  148. closebutton.Parent = main
  149. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  150. closebutton.Position = UDim2.new(0.915371358, 0, 0, 0)
  151. closebutton.Size = UDim2.new(0, 49, 0, 69)
  152. closebutton.Font = Enum.Font.GothamSemibold
  153. closebutton.Text = "X"
  154. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. closebutton.TextScaled = true
  156. closebutton.TextSize = 14.000
  157. closebutton.TextWrapped = true
  158. closebutton.MouseButton1Down:connect(function()
  159. main.Visible = false
  160. openmain.Visible = true
  161. end)
  162.  
  163. openmain.Name = "openmain"
  164. openmain.Parent = ScreenGui
  165. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. openmain.BackgroundTransparency = 1.000
  167. openmain.Position = UDim2.new(0.17558603, 0, 0.930913389, 0)
  168. openmain.Size = UDim2.new(0, 235, 0, 47)
  169. openmain.Active = true
  170. openmain.Draggable = true
  171.  
  172. openbutton.Name = "open(button)"
  173. openbutton.Parent = openmain
  174. openbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  175. openbutton.BackgroundTransparency = 0.350
  176. openbutton.Size = UDim2.new(0, 235, 0, 47)
  177. openbutton.Font = Enum.Font.GothamBold
  178. openbutton.Text = "OPEN LUMBER CRACKER V.1"
  179. openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. openbutton.TextScaled = true
  181. openbutton.TextSize = 14.000
  182. openbutton.TextWrapped = true
  183. openbutton.MouseButton1Down:connect(function()
  184. openmain.Visible = false
  185. main.Visible = true
  186. end)
Add Comment
Please, Sign In to add comment