Metestedlol

Untitled

Jul 30th, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.11 KB | None | 0 0
  1. -- Lumber hub Version 1.9b
  2. -- Dont leak or you will face the fists of furry
  3.  
  4. game.StarterPlayer.StarterPlayerScripts.Clean2:Remove()
  5. warn('anti exploit removed')
  6.  
  7. local LH = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local tBar = Instance.new("Frame")
  10. local exit = Instance.new("TextButton")
  11. local Header = Instance.new("TextLabel")
  12. local bHolder = Instance.new("Frame")
  13. local godmode = Instance.new("TextButton")
  14. local stealaxes = Instance.new("TextButton")
  15. local bringwood = Instance.new("TextButton")
  16. local whitelist = Instance.new("TextButton")
  17. local land = Instance.new("TextButton")
  18. local printt = Instance.new("TextButton")
  19. local tHolder = Instance.new("ScrollingFrame")
  20. local woodsrus = Instance.new("TextButton")
  21. local landstore = Instance.new("TextButton")
  22. local bridge = Instance.new("TextButton")
  23. local fancy = Instance.new("TextButton")
  24. local boxed = Instance.new("TextButton")
  25. local links = Instance.new("TextButton")
  26. local maze = Instance.new("TextButton")
  27. local rukaxe = Instance.new("TextButton")
  28. local swamp = Instance.new("TextButton")
  29. local volcano = Instance.new("TextButton")
  30. local volcanow = Instance.new("TextButton")
  31. local palm = Instance.new("TextButton")
  32. local blue = Instance.new("TextButton")
  33. local Open = Instance.new("TextButton")
  34.  
  35. -- Properties
  36.  
  37. LH.Name = "LH"
  38. LH.Parent = game.CoreGui
  39.  
  40. Main.Name = "Main"
  41. Main.Parent = LH
  42. Main.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  43. Main.BorderSizePixel = 0
  44. Main.Position = UDim2.new(0, 300, 0, 150)
  45. Main.Size = UDim2.new(0, 300, 0, 200)
  46. Main.Active = true
  47. Main.Draggable = true
  48. Main.Visible = false
  49.  
  50. tBar.Name = "tBar"
  51. tBar.Parent = Main
  52. tBar.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  53. tBar.BorderSizePixel = 0
  54. tBar.Size = UDim2.new(0, 300, 0, 30)
  55.  
  56. exit.Name = "exit"
  57. exit.Parent = tBar
  58. exit.BackgroundColor3 = Color3.new(0.827451, 0.243137, 0.298039)
  59. exit.BorderSizePixel = 0
  60. exit.Position = UDim2.new(0, 270, 0, 2)
  61. exit.Size = UDim2.new(0, 25, 0, 25)
  62. exit.Font = Enum.Font.SourceSansBold
  63. exit.FontSize = Enum.FontSize.Size24
  64. exit.Text = "-"
  65. exit.TextColor3 = Color3.new(1, 1, 1)
  66.  
  67. Header.Name = "Header"
  68. Header.Parent = tBar
  69. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Header.BackgroundTransparency = 1
  71. Header.BorderSizePixel = 0
  72. Header.Size = UDim2.new(0, 200, 0, 30)
  73. Header.Font = Enum.Font.SourceSansBold
  74. Header.FontSize = Enum.FontSize.Size18
  75. Header.Text = " Lumber Hub"
  76. Header.TextColor3 = Color3.new(1, 1, 1)
  77. Header.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. bHolder.Name = "bHolder"
  80. bHolder.Parent = Main
  81. bHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  82. bHolder.BackgroundTransparency = 1
  83. bHolder.BorderSizePixel = 0
  84. bHolder.Position = UDim2.new(0, 0, 0, 30)
  85. bHolder.Size = UDim2.new(0, 300, 0, 170)
  86.  
  87. godmode.Name = "godmode"
  88. godmode.Parent = bHolder
  89. godmode.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  90. godmode.BorderSizePixel = 0
  91. godmode.Position = UDim2.new(0, 10, 0, 10)
  92. godmode.Size = UDim2.new(0, 125, 0, 20)
  93. godmode.Font = Enum.Font.SourceSans
  94. godmode.FontSize = Enum.FontSize.Size18
  95. godmode.Text = "Godmode"
  96. godmode.TextColor3 = Color3.new(1, 1, 1)
  97.  
  98. stealaxes.Name = "stealaxes"
  99. stealaxes.Parent = bHolder
  100. stealaxes.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  101. stealaxes.BorderSizePixel = 0
  102. stealaxes.Position = UDim2.new(0, 10, 0, 35)
  103. stealaxes.Size = UDim2.new(0, 125, 0, 20)
  104. stealaxes.Font = Enum.Font.SourceSans
  105. stealaxes.FontSize = Enum.FontSize.Size18
  106. stealaxes.Text = "Steal All Axes"
  107. stealaxes.TextColor3 = Color3.new(1, 1, 1)
  108.  
  109. bringwood.Name = "bringwood"
  110. bringwood.Parent = bHolder
  111. bringwood.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  112. bringwood.BorderSizePixel = 0
  113. bringwood.Position = UDim2.new(0, 10, 0, 60)
  114. bringwood.Size = UDim2.new(0, 125, 0, 20)
  115. bringwood.Font = Enum.Font.SourceSans
  116. bringwood.FontSize = Enum.FontSize.Size18
  117. bringwood.Text = "BringWood"
  118. bringwood.TextColor3 = Color3.new(1, 1, 1)
  119.  
  120. whitelist.Name = "whitelist"
  121. whitelist.Parent = bHolder
  122. whitelist.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  123. whitelist.BorderSizePixel = 0
  124. whitelist.Position = UDim2.new(0, 10, 0, 85)
  125. whitelist.Size = UDim2.new(0, 125, 0, 20)
  126. whitelist.Font = Enum.Font.SourceSans
  127. whitelist.FontSize = Enum.FontSize.Size18
  128. whitelist.Text = "Whitelisted"
  129. whitelist.TextColor3 = Color3.new(1, 1, 1)
  130.  
  131. land.Name = "land"
  132. land.Parent = bHolder
  133. land.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  134. land.BorderSizePixel = 0
  135. land.Position = UDim2.new(0, 10, 0, 110)
  136. land.Size = UDim2.new(0, 125, 0, 20)
  137. land.Font = Enum.Font.SourceSans
  138. land.FontSize = Enum.FontSize.Size18
  139. land.Text = "Free land purchases"
  140. land.TextColor3 = Color3.new(1, 1, 1)
  141.  
  142. printt.Name = "printt"
  143. printt.Parent = bHolder
  144. printt.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  145. printt.BorderSizePixel = 0
  146. printt.Position = UDim2.new(0, 10, 0, 135)
  147. printt.Size = UDim2.new(0, 125, 0, 20)
  148. printt.Font = Enum.Font.SourceSans
  149. printt.FontSize = Enum.FontSize.Size18
  150. printt.Text = "Print all trees"
  151. printt.TextColor3 = Color3.new(1, 1, 1)
  152.  
  153. tHolder.Name = "tHolder"
  154. tHolder.Parent = Main
  155. tHolder.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  156. tHolder.BorderSizePixel = 0
  157. tHolder.Position = UDim2.new(0, 150, 0, 30)
  158. tHolder.Size = UDim2.new(0, 150, 0, 170)
  159.  
  160. woodsrus.Name = "woodsrus"
  161. woodsrus.Parent = tHolder
  162. woodsrus.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  163. woodsrus.BorderSizePixel = 0
  164. woodsrus.Position = UDim2.new(0, 10, 0, 10)
  165. woodsrus.Size = UDim2.new(0, 110, 0, 20)
  166. woodsrus.Font = Enum.Font.SourceSans
  167. woodsrus.FontSize = Enum.FontSize.Size18
  168. woodsrus.Text = "Woods R Us"
  169. woodsrus.TextColor3 = Color3.new(1, 1, 1)
  170.  
  171. landstore.Name = "landstore"
  172. landstore.Parent = tHolder
  173. landstore.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  174. landstore.BorderSizePixel = 0
  175. landstore.Position = UDim2.new(0, 10, 0, 35)
  176. landstore.Size = UDim2.new(0, 110, 0, 20)
  177. landstore.Font = Enum.Font.SourceSans
  178. landstore.FontSize = Enum.FontSize.Size18
  179. landstore.Text = "Land Store"
  180. landstore.TextColor3 = Color3.new(1, 1, 1)
  181.  
  182. bridge.Name = "bridge"
  183. bridge.Parent = tHolder
  184. bridge.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  185. bridge.BorderSizePixel = 0
  186. bridge.Position = UDim2.new(0, 10, 0, 60)
  187. bridge.Size = UDim2.new(0, 110, 0, 20)
  188. bridge.Font = Enum.Font.SourceSans
  189. bridge.FontSize = Enum.FontSize.Size18
  190. bridge.Text = "The Bridge"
  191. bridge.TextColor3 = Color3.new(1, 1, 1)
  192.  
  193. fancy.Name = "fancy"
  194. fancy.Parent = tHolder
  195. fancy.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  196. fancy.BorderSizePixel = 0
  197. fancy.Position = UDim2.new(0, 10, 0, 85)
  198. fancy.Size = UDim2.new(0, 110, 0, 20)
  199. fancy.Font = Enum.Font.SourceSans
  200. fancy.FontSize = Enum.FontSize.Size18
  201. fancy.Text = "Fancy Furnishings"
  202. fancy.TextColor3 = Color3.new(1, 1, 1)
  203.  
  204. boxed.Name = "boxed"
  205. boxed.Parent = tHolder
  206. boxed.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  207. boxed.BorderSizePixel = 0
  208. boxed.Position = UDim2.new(0, 10, 0, 110)
  209. boxed.Size = UDim2.new(0, 110, 0, 20)
  210. boxed.Font = Enum.Font.SourceSans
  211. boxed.FontSize = Enum.FontSize.Size18
  212. boxed.Text = "Boxed Cars"
  213. boxed.TextColor3 = Color3.new(1, 1, 1)
  214.  
  215. links.Name = "links"
  216. links.Parent = tHolder
  217. links.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  218. links.BorderSizePixel = 0
  219. links.Position = UDim2.new(0, 10, 0, 135)
  220. links.Size = UDim2.new(0, 110, 0, 20)
  221. links.Font = Enum.Font.SourceSans
  222. links.FontSize = Enum.FontSize.Size18
  223. links.Text = "Link's Logic"
  224. links.TextColor3 = Color3.new(1, 1, 1)
  225.  
  226. maze.Name = "maze"
  227. maze.Parent = tHolder
  228. maze.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  229. maze.BorderSizePixel = 0
  230. maze.Position = UDim2.new(0, 10, 0, 160)
  231. maze.Size = UDim2.new(0, 110, 0, 20)
  232. maze.Font = Enum.Font.SourceSans
  233. maze.FontSize = Enum.FontSize.Size18
  234. maze.Text = "Maze"
  235. maze.TextColor3 = Color3.new(1, 1, 1)
  236.  
  237. rukaxe.Name = "rukaxe"
  238. rukaxe.Parent = tHolder
  239. rukaxe.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  240. rukaxe.BorderSizePixel = 0
  241. rukaxe.Position = UDim2.new(0, 10, 0, 185)
  242. rukaxe.Size = UDim2.new(0, 110, 0, 20)
  243. rukaxe.Font = Enum.Font.SourceSans
  244. rukaxe.FontSize = Enum.FontSize.Size18
  245. rukaxe.Text = "Rukirye Axe "
  246. rukaxe.TextColor3 = Color3.new(1, 1, 1)
  247.  
  248. swamp.Name = "swamp"
  249. swamp.Parent = tHolder
  250. swamp.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  251. swamp.BorderSizePixel = 0
  252. swamp.Position = UDim2.new(0, 10, 0, 210)
  253. swamp.Size = UDim2.new(0, 110, 0, 20)
  254. swamp.Font = Enum.Font.SourceSans
  255. swamp.FontSize = Enum.FontSize.Size18
  256. swamp.Text = "The Swamp"
  257. swamp.TextColor3 = Color3.new(1, 1, 1)
  258.  
  259. volcano.Name = "volcano"
  260. volcano.Parent = tHolder
  261. volcano.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  262. volcano.BorderSizePixel = 0
  263. volcano.Position = UDim2.new(0, 10, 0, 235)
  264. volcano.Size = UDim2.new(0, 110, 0, 20)
  265. volcano.Font = Enum.Font.SourceSans
  266. volcano.FontSize = Enum.FontSize.Size18
  267. volcano.Text = "Volcano Entrance"
  268. volcano.TextColor3 = Color3.new(1, 1, 1)
  269.  
  270. volcanow.Name = "volcanow"
  271. volcanow.Parent = tHolder
  272. volcanow.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  273. volcanow.BorderSizePixel = 0
  274. volcanow.Position = UDim2.new(0, 10, 0, 260)
  275. volcanow.Size = UDim2.new(0, 110, 0, 20)
  276. volcanow.Font = Enum.Font.SourceSans
  277. volcanow.FontSize = Enum.FontSize.Size18
  278. volcanow.Text = "Volcano Wood"
  279. volcanow.TextColor3 = Color3.new(1, 1, 1)
  280.  
  281. palm.Name = "palm"
  282. palm.Parent = tHolder
  283. palm.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  284. palm.BorderSizePixel = 0
  285. palm.Position = UDim2.new(0, 10, 0, 285)
  286. palm.Size = UDim2.new(0, 110, 0, 20)
  287. palm.Font = Enum.Font.SourceSans
  288. palm.FontSize = Enum.FontSize.Size18
  289. palm.Text = "Palm Island"
  290. palm.TextColor3 = Color3.new(1, 1, 1)
  291.  
  292. blue.Name = "blue"
  293. blue.Parent = tHolder
  294. blue.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  295. blue.BorderSizePixel = 0
  296. blue.Position = UDim2.new(0, 10, 0, 310)
  297. blue.Size = UDim2.new(0, 110, 0, 20)
  298. blue.Font = Enum.Font.SourceSans
  299. blue.FontSize = Enum.FontSize.Size18
  300. blue.Text = "Blue Wood"
  301. blue.TextColor3 = Color3.new(1, 1, 1)
  302.  
  303. Open.Name = "Open"
  304. Open.Parent = LH
  305. Open.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  306. Open.BorderSizePixel = 0
  307. Open.Position = UDim2.new(0, 5, 1, -30)
  308. Open.Size = UDim2.new(0, 25, 0, 25)
  309. Open.Font = Enum.Font.SourceSansBold
  310. Open.FontSize = Enum.FontSize.Size24
  311. Open.Text = "+"
  312. Open.TextColor3 = Color3.new(1, 1, 1)
  313.  
  314. local main = game.CoreGui.LH.Main
  315. local scripts = main.bHolder
  316. local tele = main.tHolder
  317. local open = game.CoreGui.LH.Open
  318. local close = main.tBar.exit
  319.  
  320. scripts.whitelist.MouseButton1Click:connect(function()
  321. local SpoofReturns = function(name,class,returns)
  322. if name == "ClientIsWhitelisted" and returns[1] == false then
  323. returns[1] = true
  324. end
  325. return unpack(returns)
  326. end
  327.  
  328. local meta,oldmeta = getrawmetatable(game),{}
  329. for i,v in next,meta do oldmeta[i] = v end
  330. local realmethods = {}
  331. realmethods.Fire = Instance.new("BindableEvent").Fire
  332. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  333. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  334. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  335. meta.__index = function(t,k)
  336. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  337. return function(self,...)
  338. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  339. end
  340. else
  341. return oldmeta.__index(t,k)
  342. end
  343. end
  344.  
  345. local MSGText = "You are now whitelisted by everybody."
  346. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  347.  
  348. end)
  349.  
  350.  
  351. scripts.godmode.MouseButton1Click:connect(function()
  352. while wait(.5) do
  353. game.ReplicatedStorage.Interaction.DamageHumanoid:FireServer(-100)
  354. end
  355. end)
  356.  
  357. scripts.land.MouseButton1Click:connect(function()
  358. local SpoofReturns = function(name,class,returns)
  359. if name == "AttemptPurchase" and returns[1] == false then
  360. returns[1] = true
  361. end
  362. return unpack(returns)
  363. end
  364.  
  365. local meta,oldmeta = getrawmetatable(game),{}
  366. for i,v in next,meta do oldmeta[i] = v end
  367. local realmethods = {}
  368. realmethods.Fire = Instance.new("BindableEvent").Fire
  369. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  370. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  371. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  372. meta.__index = function(t,k)
  373. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  374. return function(self,...)
  375. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  376. end
  377. else
  378. return oldmeta.__index(t,k)
  379. end
  380. end
  381. local MSGText = "You can now buy land for free."
  382. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  383. end)
  384.  
  385. scripts.stealaxes.MouseButton1Click:connect(function()
  386. for _,v in pairs(game.Players:GetPlayers()) do
  387. for _,w in pairs(v.Backpack:GetChildren()) do
  388. w.Parent = game.Players.LocalPlayer.Backpack
  389. end
  390. end
  391.  
  392. local MSGText = "Stealed all axes."
  393. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  394. end)
  395.  
  396. scripts.bringwood.MouseButton1Click:connect(function()
  397. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  398. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  399. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  400. end
  401. end
  402. end)
  403.  
  404. scripts.printt.MouseButton1Click:connect(function()
  405. function g(o)
  406. for i,v in pairs(o:children())do
  407. if string.match(v.ClassName, "StringValue") then
  408. print("Name: "..v.Value.." | ".."Location: ".."game."..v:GetFullName())
  409. end
  410. g(v)
  411. end
  412. end
  413. pcall(g,game)
  414.  
  415. local MSGText = "Printed all trees, pres f9"
  416. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  417. end)
  418.  
  419.  
  420. tele.fancy.MouseButton1Click:connect(function()
  421. local GetPosition = (Vector3.new(244, 7, -2538));
  422. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  423. end)
  424.  
  425. tele.bridge.MouseButton1Click:connect(function()
  426. local GetPosition = (Vector3.new(116, 3, -607));
  427. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  428. end)
  429.  
  430. tele.boxed.MouseButton1Click:connect(function()
  431. local GetPosition = (Vector3.new(509, 2, -1480));
  432. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  433. end)
  434.  
  435. tele.links.MouseButton1Click:connect(function()
  436. local GetPosition = (Vector3.new(4579, 2, -736));
  437. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  438. end)
  439.  
  440. tele.maze.MouseButton1Click:connect(function()
  441. local GetPosition = (Vector3.new(5085, 2, 369));
  442. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  443. end)
  444.  
  445. tele.blue.MouseButton1Click:connect(function()
  446. local GetPosition = (Vector3.new(3336, -226, 523));
  447. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  448. end)
  449.  
  450. tele.rukaxe.MouseButton1Click:connect(function()
  451. local GetPosition = (Vector3.new(334, 51, 1958));
  452. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  453. end)
  454.  
  455. tele.swamp.MouseButton1Click:connect(function()
  456. local GetPosition = (Vector3.new(-1069, 130, -804));
  457. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  458. end)
  459.  
  460. tele.volcano.MouseButton1Click:connect(function()
  461. local GetPosition = (Vector3.new(-1359, 295, 983));
  462. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  463. end)
  464.  
  465. tele.volcanow.MouseButton1Click:connect(function()
  466. local GetPosition = (Vector3.new(-1606, 622, 1053));
  467. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  468. end)
  469.  
  470. tele.palm.MouseButton1Click:connect(function()
  471. local GetPosition = (Vector3.new(2593, -6, -39));
  472. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  473. end)
  474.  
  475. tele.woodsrus.MouseButton1Click:connect(function()
  476. local GetPosition = (Vector3.new(248.212189, 4.5, 57.5238838));
  477. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  478. end)
  479.  
  480. tele.landstore.MouseButton1Click:connect(function()
  481. local GetPosition = (Vector3.new(243, 2, -100));
  482. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  483. end)
  484.  
  485. open.MouseButton1Click:connect(function()
  486. main.Visible = true
  487. open.Visible = false
  488. end)
  489.  
  490. close.MouseButton1Click:connect(function()
  491. main.Visible = false
  492. open.Visible = true
  493. end)
Add Comment
Please, Sign In to add comment