Advertisement
ZeyRoxs

LumberXploits

Apr 15th, 2020
7,611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 71.67 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local DonationMenu = Instance.new("ScreenGui")
  7. local OpenFile = Instance.new("TextButton")
  8. local MainFrameGUI = Instance.new("Frame")
  9. local TopFrame = Instance.new("Frame")
  10. local Lumber = Instance.new("TextLabel")
  11. local X = Instance.new("TextLabel")
  12. local ploits = Instance.new("TextLabel")
  13. local CloseButton = Instance.new("TextButton")
  14. local Version = Instance.new("TextLabel")
  15. local SpeedHack = Instance.new("TextButton")
  16. local Fly = Instance.new("TextButton")
  17. local CTP = Instance.new("TextButton")
  18. local Blueprints = Instance.new("TextButton")
  19. local PaintTools = Instance.new("TextButton")
  20. local MaxLand = Instance.new("TextButton")
  21. local DupeMoney = Instance.new("TextButton")
  22. local BringWood = Instance.new("TextButton")
  23. local InstantTP = Instance.new("TextButton")
  24. local Bar2 = Instance.new("Frame")
  25. local MiscCategories = Instance.new("TextLabel")
  26. local FunctionCategories = Instance.new("TextLabel")
  27. local Bar1 = Instance.new("Frame")
  28. local MenuCategories = Instance.new("TextLabel")
  29. local Bar3 = Instance.new("Frame")
  30. local PanelWelcome = Instance.new("Frame")
  31. local TextLabel = Instance.new("TextLabel")
  32. local TextLabel_2 = Instance.new("TextLabel")
  33. local TextLabel_3 = Instance.new("TextLabel")
  34.  
  35. --Properties:
  36.  
  37. DonationMenu.Name = "DonationMenu"
  38. DonationMenu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39. DonationMenu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. OpenFile.Name = "OpenFile"
  42. OpenFile.Parent = DonationMenu
  43. OpenFile.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  44. OpenFile.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. OpenFile.BorderSizePixel = 2
  46. OpenFile.Position = UDim2.new(0, 405, 0, 0)
  47. OpenFile.Size = UDim2.new(0, 179, 0, 54)
  48. OpenFile.Font = Enum.Font.GothamBlack
  49. OpenFile.Text = "Open LXv-2"
  50. OpenFile.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. OpenFile.TextSize = 30.000
  52.  
  53. MainFrameGUI.Name = "MainFrameGUI"
  54. MainFrameGUI.Parent = DonationMenu
  55. MainFrameGUI.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  56. MainFrameGUI.Position = UDim2.new(0.223538712, 0, 0.175585285, 0)
  57. MainFrameGUI.Size = UDim2.new(0, 700, 0, 395)
  58.  
  59. TopFrame.Name = "TopFrame"
  60. TopFrame.Parent = MainFrameGUI
  61. TopFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. TopFrame.Position = UDim2.new(0, 0, -0.00243672729, 0)
  63. TopFrame.Size = UDim2.new(0, 700, 0, 75)
  64.  
  65. Lumber.Name = "Lumber"
  66. Lumber.Parent = TopFrame
  67. Lumber.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. Lumber.BackgroundTransparency = 1.000
  69. Lumber.Position = UDim2.new(0.214285716, 0, 0.159999996, 0)
  70. Lumber.Size = UDim2.new(0, 200, 0, 50)
  71. Lumber.Font = Enum.Font.GothamBlack
  72. Lumber.Text = "Lumber"
  73. Lumber.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. Lumber.TextSize = 50.000
  75.  
  76. X.Name = "X"
  77. X.Parent = TopFrame
  78. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. X.BackgroundTransparency = 1.000
  80. X.Position = UDim2.new(0.377142847, 0, 0.159999996, 0)
  81. X.Size = UDim2.new(0, 200, 0, 50)
  82. X.Font = Enum.Font.GothamBlack
  83. X.Text = "X"
  84. X.TextColor3 = Color3.fromRGB(255, 0, 0)
  85. X.TextSize = 55.000
  86.  
  87. ploits.Name = "ploits"
  88. ploits.Parent = TopFrame
  89. ploits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. ploits.BackgroundTransparency = 1.000
  91. ploits.Position = UDim2.new(0.5, 0, 0.159999996, 0)
  92. ploits.Size = UDim2.new(0, 200, 0, 50)
  93. ploits.Font = Enum.Font.GothamBlack
  94. ploits.Text = "ploits"
  95. ploits.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. ploits.TextSize = 50.000
  97.  
  98. CloseButton.Name = "CloseButton"
  99. CloseButton.Parent = TopFrame
  100. CloseButton.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  101. CloseButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  102. CloseButton.Position = UDim2.new(0.884285688, 0, 0.146666661, 0)
  103. CloseButton.Size = UDim2.new(0, 71, 0, 53)
  104. CloseButton.Font = Enum.Font.GothamBlack
  105. CloseButton.Text = "X"
  106. CloseButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. CloseButton.TextSize = 60.000
  108.  
  109. Version.Name = "Version"
  110. Version.Parent = TopFrame
  111. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. Version.BackgroundTransparency = 1.000
  113. Version.Position = UDim2.new(0.634000003, 0, 0.300000012, 0)
  114. Version.Size = UDim2.new(0, 200, 0, 50)
  115. Version.Font = Enum.Font.GothamBlack
  116. Version.Text = "2.00"
  117. Version.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. Version.TextSize = 20.000
  119.  
  120. SpeedHack.Name = "SpeedHack"
  121. SpeedHack.Parent = MainFrameGUI
  122. SpeedHack.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  123. SpeedHack.BorderColor3 = Color3.fromRGB(88, 88, 88)
  124. SpeedHack.Position = UDim2.new(0.0228571426, 0, 0.31898731, 0)
  125. SpeedHack.Size = UDim2.new(0, 200, 0, 50)
  126. SpeedHack.Font = Enum.Font.GothamBlack
  127. SpeedHack.Text = "SpeedHack (X)"
  128. SpeedHack.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. SpeedHack.TextSize = 25.000
  130.  
  131. Fly.Name = "Fly"
  132. Fly.Parent = MainFrameGUI
  133. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  134. Fly.BorderColor3 = Color3.fromRGB(88, 88, 88)
  135. Fly.Position = UDim2.new(0.357142866, 0, 0.316455662, 0)
  136. Fly.Size = UDim2.new(0, 200, 0, 50)
  137. Fly.Font = Enum.Font.GothamBlack
  138. Fly.Text = "Fly (F)"
  139. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. Fly.TextSize = 25.000
  141.  
  142. CTP.Name = "CTP"
  143. CTP.Parent = MainFrameGUI
  144. CTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  145. CTP.BorderColor3 = Color3.fromRGB(88, 88, 88)
  146. CTP.Position = UDim2.new(0.678571403, 0, 0.313924015, 0)
  147. CTP.Size = UDim2.new(0, 200, 0, 50)
  148. CTP.Font = Enum.Font.GothamBlack
  149. CTP.Text = "Ctrl+Click TP"
  150. CTP.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. CTP.TextSize = 25.000
  152.  
  153. Blueprints.Name = "Blueprints"
  154. Blueprints.Parent = MainFrameGUI
  155. Blueprints.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  156. Blueprints.BorderColor3 = Color3.fromRGB(88, 88, 88)
  157. Blueprints.Position = UDim2.new(0.0228571426, 0, 0.562025309, 0)
  158. Blueprints.Size = UDim2.new(0, 200, 0, 50)
  159. Blueprints.Font = Enum.Font.GothamBlack
  160. Blueprints.Text = "Get BluePrints"
  161. Blueprints.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. Blueprints.TextSize = 25.000
  163.  
  164. PaintTools.Name = "PaintTools"
  165. PaintTools.Parent = MainFrameGUI
  166. PaintTools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  167. PaintTools.BorderColor3 = Color3.fromRGB(88, 88, 88)
  168. PaintTools.Position = UDim2.new(0.357142836, 0, 0.562025309, 0)
  169. PaintTools.Size = UDim2.new(0, 200, 0, 50)
  170. PaintTools.Font = Enum.Font.GothamBlack
  171. PaintTools.Text = "Get PaintsTools"
  172. PaintTools.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. PaintTools.TextSize = 25.000
  174.  
  175. MaxLand.Name = "MaxLand"
  176. MaxLand.Parent = MainFrameGUI
  177. MaxLand.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  178. MaxLand.BorderColor3 = Color3.fromRGB(88, 88, 88)
  179. MaxLand.Position = UDim2.new(0.678571343, 0, 0.562025309, 0)
  180. MaxLand.Size = UDim2.new(0, 200, 0, 50)
  181. MaxLand.Font = Enum.Font.GothamBlack
  182. MaxLand.Text = "MaxLand"
  183. MaxLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  184. MaxLand.TextSize = 30.000
  185.  
  186. DupeMoney.Name = "DupeMoney"
  187. DupeMoney.Parent = MainFrameGUI
  188. DupeMoney.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  189. DupeMoney.BorderColor3 = Color3.fromRGB(88, 88, 88)
  190. DupeMoney.Position = UDim2.new(0.678571343, 0, 0.815189838, 0)
  191. DupeMoney.Size = UDim2.new(0, 200, 0, 50)
  192. DupeMoney.Font = Enum.Font.GothamBlack
  193. DupeMoney.Text = "Money Dupe"
  194. DupeMoney.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. DupeMoney.TextSize = 30.000
  196.  
  197. BringWood.Name = "BringWood"
  198. BringWood.Parent = MainFrameGUI
  199. BringWood.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  200. BringWood.BorderColor3 = Color3.fromRGB(88, 88, 88)
  201. BringWood.Position = UDim2.new(0.357142806, 0, 0.815189838, 0)
  202. BringWood.Size = UDim2.new(0, 200, 0, 50)
  203. BringWood.Font = Enum.Font.GothamBlack
  204. BringWood.Text = "Bring Wood "
  205. BringWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. BringWood.TextSize = 30.000
  207.  
  208. InstantTP.Name = "InstantTP"
  209. InstantTP.Parent = MainFrameGUI
  210. InstantTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  211. InstantTP.BorderColor3 = Color3.fromRGB(88, 88, 88)
  212. InstantTP.BorderSizePixel = 2
  213. InstantTP.Position = UDim2.new(0.0228570998, 0, 0.815189838, 0)
  214. InstantTP.Size = UDim2.new(0, 200, 0, 50)
  215. InstantTP.Font = Enum.Font.GothamBlack
  216. InstantTP.Text = "Instant TP"
  217. InstantTP.TextColor3 = Color3.fromRGB(255, 255, 255)
  218. InstantTP.TextSize = 30.000
  219.  
  220. Bar2.Name = "Bar2"
  221. Bar2.Parent = MainFrameGUI
  222. Bar2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  223. Bar2.Position = UDim2.new(0.400000006, 0, 0.5, 10)
  224. Bar2.Size = UDim2.new(0, 150, 0, 2)
  225.  
  226. MiscCategories.Name = "MiscCategories"
  227. MiscCategories.Parent = MainFrameGUI
  228. MiscCategories.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  229. MiscCategories.BackgroundTransparency = 1.000
  230. MiscCategories.Position = UDim2.new(0.377142906, 0, 0.199999988, 0)
  231. MiscCategories.Size = UDim2.new(0, 174, 0, 31)
  232. MiscCategories.Font = Enum.Font.GothamBold
  233. MiscCategories.Text = "Misc"
  234. MiscCategories.TextColor3 = Color3.fromRGB(255, 255, 255)
  235. MiscCategories.TextSize = 30.000
  236. MiscCategories.TextWrapped = true
  237.  
  238. FunctionCategories.Name = "FunctionCategories"
  239. FunctionCategories.Parent = MainFrameGUI
  240. FunctionCategories.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. FunctionCategories.BackgroundTransparency = 1.000
  242. FunctionCategories.Position = UDim2.new(0.377142906, 0, 0.45063287, 0)
  243. FunctionCategories.Size = UDim2.new(0, 174, 0, 31)
  244. FunctionCategories.Font = Enum.Font.GothamBold
  245. FunctionCategories.Text = "Functions"
  246. FunctionCategories.TextColor3 = Color3.fromRGB(255, 255, 255)
  247. FunctionCategories.TextSize = 30.000
  248. FunctionCategories.TextWrapped = true
  249.  
  250. Bar1.Name = "Bar1"
  251. Bar1.Parent = MainFrameGUI
  252. Bar1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  253. Bar1.Position = UDim2.new(0.428571433, 0, 0.24683544, 10)
  254. Bar1.Size = UDim2.new(0, 100, 0, 2)
  255.  
  256. MenuCategories.Name = "MenuCategories"
  257. MenuCategories.Parent = MainFrameGUI
  258. MenuCategories.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. MenuCategories.BackgroundTransparency = 1.000
  260. MenuCategories.Position = UDim2.new(0.377142906, 0, 0.708860755, 0)
  261. MenuCategories.Size = UDim2.new(0, 174, 0, 31)
  262. MenuCategories.Font = Enum.Font.GothamBold
  263. MenuCategories.Text = "Menu"
  264. MenuCategories.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. MenuCategories.TextSize = 30.000
  266. MenuCategories.TextWrapped = true
  267.  
  268. Bar3.Name = "Bar3"
  269. Bar3.Parent = MainFrameGUI
  270. Bar3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  271. Bar3.Position = UDim2.new(0.430000007, 0, 0.75999999, 10)
  272. Bar3.Size = UDim2.new(0, 100, 0, 2)
  273.  
  274. PanelWelcome.Name = "PanelWelcome"
  275. PanelWelcome.Parent = DonationMenu
  276. PanelWelcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. PanelWelcome.Position = UDim2.new(0.23279351, 0, 0.227424756, 0)
  278. PanelWelcome.Size = UDim2.new(0, 680, 0, 325)
  279. PanelWelcome.Style = Enum.FrameStyle.DropShadow
  280.  
  281. TextLabel.Parent = PanelWelcome
  282. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. TextLabel.BackgroundTransparency = 1.000
  284. TextLabel.Position = UDim2.new(0.0220588259, 0, 0.147692293, 0)
  285. TextLabel.Size = UDim2.new(0, 635, 0, 82)
  286. TextLabel.Font = Enum.Font.GothamBold
  287. TextLabel.Text = "Welcome Back !"
  288. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  289. TextLabel.TextSize = 75.000
  290.  
  291. TextLabel_2.Parent = PanelWelcome
  292. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. TextLabel_2.BackgroundTransparency = 1.000
  294. TextLabel_2.Position = UDim2.new(0, 0, 0.846153855, 0)
  295. TextLabel_2.Size = UDim2.new(0, 680, 0, 50)
  296. TextLabel_2.Font = Enum.Font.SourceSansBold
  297. TextLabel_2.Text = "made by : ZeyRoxs#4561"
  298. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  299. TextLabel_2.TextSize = 35.000
  300.  
  301. TextLabel_3.Parent = PanelWelcome
  302. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  303. TextLabel_3.BackgroundTransparency = 1.000
  304. TextLabel_3.Position = UDim2.new(0.227941155, 0, 0.421538472, 0)
  305. TextLabel_3.Size = UDim2.new(0, 361, 0, 50)
  306. TextLabel_3.Font = Enum.Font.SourceSansBold
  307. TextLabel_3.Text = "Be patient ,the gui will be automatically loaded."
  308. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  309. TextLabel_3.TextSize = 20.000
  310.  
  311. -- Scripts:
  312.  
  313. local function UKSVO_fake_script() -- OpenFile.ScriptOpen
  314.     local script = Instance.new('LocalScript', OpenFile)
  315.  
  316.     local frame = script.Parent.Parent.MainFrameGUI
  317.    
  318.     local open = true
  319.    
  320.    
  321.    
  322.    
  323.    
  324.     script.Parent.MouseButton1Click:Connect(function()
  325.    
  326.      if frame.Visible == false then
  327.    
  328.       frame.Visible = true
  329.    
  330.      else
  331.    
  332.       frame.Visible = false
  333.    
  334.      end
  335.    
  336.     end)
  337.    
  338. end
  339. coroutine.wrap(UKSVO_fake_script)()
  340. local function OLZWG_fake_script() -- CloseButton.LocalScript
  341.     local script = Instance.new('LocalScript', CloseButton)
  342.  
  343.     script.Parent.MouseButton1Click:Connect(function()
  344.    
  345.      script.Parent.Parent.Parent.Visible = false
  346.    
  347.     end)
  348. end
  349. coroutine.wrap(OLZWG_fake_script)()
  350. local function XASTWE_fake_script() -- Version.Script
  351.     local script = Instance.new('Script', Version)
  352.  
  353.     while true do
  354.      script.Parent.TextColor3 = Color3.new (255, 0, 0)
  355.      wait(.5)
  356.      script.Parent.TextColor3 = Color3.new (255, 255, 255)
  357.      wait(.5)
  358.     end
  359.    
  360. end
  361. coroutine.wrap(XASTWE_fake_script)()
  362. local function KDVW_fake_script() -- MainFrameGUI.DraggableScript
  363.     local script = Instance.new('LocalScript', MainFrameGUI)
  364.  
  365.     script.Parent.Selectable = true
  366.     script.Parent.Active = true
  367.     script.Parent.Draggable = true
  368. end
  369. coroutine.wrap(KDVW_fake_script)()
  370. local function EGYZTO_fake_script() -- SpeedHack.Script
  371.     local script = Instance.new('Script', SpeedHack)
  372.  
  373.     SpeedHack.MouseButton1Down:connect(function()
  374.        
  375.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  376.         local walkspeedmouse = walkspeedplayer:GetMouse()
  377.        
  378.         local walkspeedenabled = false
  379.        
  380.         function x_walkspeed(key)
  381.             if (key == "x") then
  382.                 if walkspeedenabled == false then
  383.                     _G.WS = 100;
  384.                     local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  385.                     Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  386.                     Humanoid.WalkSpeed = _G.WS;
  387.                     end)
  388.                     Humanoid.WalkSpeed = _G.WS;
  389.                    
  390.                     walkspeedenabled = true
  391.                 elseif walkspeedenabled == true then
  392.                     _G.WS = 20;
  393.                     local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  394.                     Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  395.                     Humanoid.WalkSpeed = _G.WS;
  396.                     end)
  397.                     Humanoid.WalkSpeed = _G.WS;
  398.                    
  399.                     walkspeedenabled = false
  400.                 end
  401.             end
  402.         end
  403.        
  404.         walkspeedmouse.KeyDown:connect(x_walkspeed)
  405.        
  406.     end)
  407.    
  408. end
  409. coroutine.wrap(EGYZTO_fake_script)()
  410. local function YUHYUBJ_fake_script() -- Fly.Script
  411.     local script = Instance.new('Script', Fly)
  412.  
  413.     Fly.MouseButton1Click:connect(function()
  414.         -- fly
  415.     repeat wait()
  416.         until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  417.     local mouse = game.Players.LocalPlayer:GetMouse()
  418.     repeat wait() until mouse
  419.     local plr = game.Players.LocalPlayer
  420.     local torso = plr.Character.Torso
  421.     local flying = true
  422.     local deb = true
  423.     local ctrl = {f = 0, b = 0, l = 0, r = 0}
  424.     local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  425.     local maxspeed = 50
  426.     local speed = 0
  427.      
  428.     function fly()
  429.     local bg = Instance.new("BodyGyro", torso)
  430.     bg.P = 9e4
  431.     bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  432.     bg.cframe = torso.CFrame
  433.     local bv = Instance.new("BodyVelocity", torso)
  434.     bv.velocity = Vector3.new(0,0.1,0)
  435.     bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  436.     repeat wait()
  437.     plr.Character.Humanoid.PlatformStand = true
  438.     if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  439.     speed = speed+.5+(speed/maxspeed)
  440.     if speed > maxspeed then
  441.     speed = maxspeed
  442.     end
  443.     elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  444.     speed = speed-1
  445.     if speed < 0 then
  446.     speed = 0
  447.     end
  448.     end
  449.     if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  450.     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  451.     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  452.     elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  453.     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  454.     else
  455.     bv.velocity = Vector3.new(0,0.1,0)
  456.     end
  457.     bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  458.     until not flying
  459.     ctrl = {f = 0, b = 0, l = 0, r = 0}
  460.     lastctrl = {f = 0, b = 0, l = 0, r = 0}
  461.     speed = 0
  462.     bg:Destroy()
  463.     bv:Destroy()
  464.     plr.Character.Humanoid.PlatformStand = false
  465.     end
  466.     mouse.KeyDown:connect(function(key)
  467.     if key:lower() == "f" then
  468.     if flying then flying = false
  469.     else
  470.     flying = true
  471.     fly()
  472.     end
  473.     elseif key:lower() == "w" then
  474.     ctrl.f = 1
  475.     elseif key:lower() == "s" then
  476.     ctrl.b = -1
  477.     elseif key:lower() == "a" then
  478.     ctrl.l = -1
  479.     elseif key:lower() == "d" then
  480.     ctrl.r = 1
  481.     end
  482.     end)
  483.     mouse.KeyUp:connect(function(key)
  484.     if key:lower() == "w" then
  485.     ctrl.f = 0
  486.     elseif key:lower() == "s" then
  487.     ctrl.b = 0
  488.     elseif key:lower() == "a" then
  489.     ctrl.l = 0
  490.     elseif key:lower() == "d" then
  491.     ctrl.r = 0
  492.     end
  493.     end)
  494.     fly()
  495.     end)
  496.    
  497. end
  498. coroutine.wrap(YUHYUBJ_fake_script)()
  499. local function VEHNSFI_fake_script() -- CTP.Script
  500.     local script = Instance.new('Script', CTP)
  501.  
  502.     CTP.MouseButton1Down:connect(function()
  503.     local UIS = game:GetService("UserInputService")
  504.    
  505.     local Player = game.Players.LocalPlayer
  506.     local Mouse = Player:GetMouse()
  507.    
  508.    
  509.     function GetCharacter()
  510.        return game.Players.LocalPlayer.Character
  511.     end
  512.    
  513.     function Teleport(pos)
  514.        local Char = GetCharacter()
  515.        if Char then
  516.            Char:MoveTo(pos)
  517.        end
  518.     end
  519.    
  520.    
  521.     UIS.InputBegan:Connect(function(input)
  522.        if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  523.            Teleport(Mouse.Hit.p)
  524.        end
  525.     end)
  526.     end)
  527. end
  528. coroutine.wrap(VEHNSFI_fake_script)()
  529. local function ONRNU_fake_script() -- Blueprints.Script
  530.     local script = Instance.new('Script', Blueprints)
  531.  
  532.     Blueprints.MouseButton1Down:connect(function()
  533.         for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  534.     local clone = v:Clone()
  535.     clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  536.     end
  537.     end)
  538. end
  539. coroutine.wrap(ONRNU_fake_script)()
  540. local function DJSA_fake_script() -- PaintTools.Script
  541.     local script = Instance.new('Script', PaintTools)
  542.  
  543.     PaintTools.MouseButton1Down:connect(function()
  544.     -- Instances:
  545.     local ColorPicker = Instance.new("ScreenGui")
  546.     local ChangeColor = Instance.new("Frame")
  547.     local CurrentColor = Instance.new("ImageButton")
  548.     local Picker = Instance.new("ScrollingFrame")
  549.     local Birch = Instance.new("ImageButton")
  550.     local DropShadow = Instance.new("Frame")
  551.     local Grey = Instance.new("ImageButton")
  552.     local DropShadow_2 = Instance.new("Frame")
  553.     local Walnut = Instance.new("ImageButton")
  554.     local DropShadow_3 = Instance.new("Frame")
  555.     local Generic = Instance.new("ImageButton")
  556.     local DropShadow_4 = Instance.new("Frame")
  557.     local Oak = Instance.new("ImageButton")
  558.     local DropShadow_5 = Instance.new("Frame")
  559.     local Pine = Instance.new("ImageButton")
  560.     local DropShadow_6 = Instance.new("Frame")
  561.     local Palm = Instance.new("ImageButton")
  562.     local DropShadow_7 = Instance.new("Frame")
  563.     local Cherry = Instance.new("ImageButton")
  564.     local DropShadow_8 = Instance.new("Frame")
  565.     local Koa = Instance.new("ImageButton")
  566.     local DropShadow_9 = Instance.new("Frame")
  567.     local Volcano = Instance.new("ImageButton")
  568.     local DropShadow_10 = Instance.new("Frame")
  569.     local GreenSwampy = Instance.new("ImageButton")
  570.     local DropShadow_11 = Instance.new("Frame")
  571.     local GoldSwampy = Instance.new("ImageButton")
  572.     local DropShadow_12 = Instance.new("Frame")
  573.     local GenericSpecial = Instance.new("ImageButton")
  574.     local DropShadow_13 = Instance.new("Frame")
  575.     local SnowGlow = Instance.new("ImageButton")
  576.     local DropShadow_14 = Instance.new("Frame")
  577.     local Frost = Instance.new("ImageButton")
  578.     local DropShadow_15 = Instance.new("Frame")
  579.     local CaveCrawler = Instance.new("ImageButton")
  580.     local DropShadow_16 = Instance.new("Frame")
  581.     local LoneCave = Instance.new("ImageButton")
  582.     local DropShadow_17 = Instance.new("Frame")
  583.     local Spooky = Instance.new("ImageButton")
  584.     local DropShadow_18 = Instance.new("Frame")
  585.     local SpookyNeon = Instance.new("ImageButton")
  586.     local DropShadow_19 = Instance.new("Frame")
  587.     --Properties:
  588.     ColorPicker.Name = "ColorPicker"
  589.     ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  590.    
  591.     ChangeColor.Name = "ChangeColor"
  592.     ChangeColor.Parent = ColorPicker
  593.     ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  594.     ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  595.     ChangeColor.BorderSizePixel = 2
  596.     ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  597.     ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  598.     ChangeColor.ZIndex = 2
  599.     ColorPicker.Enabled = false
  600.    
  601.     CurrentColor.Name = "CurrentColor"
  602.     CurrentColor.Parent = ChangeColor
  603.     CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  604.     CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  605.     CurrentColor.BorderSizePixel = 2
  606.     CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  607.     CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  608.     CurrentColor.ZIndex = 2
  609.     CurrentColor.Image = "rbxassetid://2712547918"
  610.     CurrentColor.ScaleType = Enum.ScaleType.Crop
  611.    
  612.     Picker.Name = "Picker"
  613.     Picker.Parent = ColorPicker
  614.     Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  615.     Picker.BorderColor3 = Color3.new(0, 0, 0)
  616.     Picker.BorderSizePixel = 2
  617.     Picker.Position = UDim2.new(0, 10, 1, -320)
  618.     Picker.Size = UDim2.new(0, 100, 0, 200)
  619.     Picker.CanvasPosition = Vector2.new(0, 700)
  620.     Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  621.     Picker.ScrollBarThickness = 7
  622.     Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  623.     Picker.Visible = false
  624.    
  625.     Birch.Name = "Birch"
  626.     Birch.Parent = Picker
  627.     Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  628.     Birch.BorderColor3 = Color3.new(0, 0, 0)
  629.     Birch.Position = UDim2.new(0, 10, 0, 5)
  630.     Birch.Size = UDim2.new(0, 80, 0, 40)
  631.     Birch.ZIndex = 3
  632.     Birch.Image = "rbxassetid://2712547918"
  633.     Birch.ScaleType = Enum.ScaleType.Crop
  634.    
  635.     DropShadow.Name = "DropShadow"
  636.     DropShadow.Parent = Birch
  637.     DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  638.     DropShadow.BorderSizePixel = 0
  639.     DropShadow.Position = UDim2.new(0, 4, 0, 4)
  640.     DropShadow.Size = UDim2.new(1, 0, 1, 0)
  641.     DropShadow.ZIndex = 2
  642.    
  643.     Grey.Name = "Grey"
  644.     Grey.Parent = Picker
  645.     Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  646.     Grey.BorderColor3 = Color3.new(0, 0, 0)
  647.     Grey.Position = UDim2.new(0, 10, 0, 55)
  648.     Grey.Size = UDim2.new(0, 80, 0, 40)
  649.     Grey.ZIndex = 3
  650.     Grey.Image = "rbxassetid://924320031"
  651.     Grey.ScaleType = Enum.ScaleType.Crop
  652.    
  653.     DropShadow_2.Name = "DropShadow"
  654.     DropShadow_2.Parent = Grey
  655.     DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  656.     DropShadow_2.BorderSizePixel = 0
  657.     DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  658.     DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  659.     DropShadow_2.ZIndex = 2
  660.    
  661.     Walnut.Name = "Walnut"
  662.     Walnut.Parent = Picker
  663.     Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  664.     Walnut.BorderColor3 = Color3.new(0, 0, 0)
  665.     Walnut.Position = UDim2.new(0, 10, 0, 105)
  666.     Walnut.Size = UDim2.new(0, 80, 0, 40)
  667.     Walnut.ZIndex = 3
  668.     Walnut.Image = "rbxassetid://2712559790"
  669.     Walnut.ScaleType = Enum.ScaleType.Crop
  670.    
  671.     DropShadow_3.Name = "DropShadow"
  672.     DropShadow_3.Parent = Walnut
  673.     DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  674.     DropShadow_3.BorderSizePixel = 0
  675.     DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  676.     DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  677.     DropShadow_3.ZIndex = 2
  678.    
  679.     Generic.Name = "Generic"
  680.     Generic.Parent = Picker
  681.     Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  682.     Generic.BorderColor3 = Color3.new(0, 0, 0)
  683.     Generic.Position = UDim2.new(0, 10, 0, 155)
  684.     Generic.Size = UDim2.new(0, 80, 0, 40)
  685.     Generic.ZIndex = 3
  686.     Generic.Image = "rbxassetid://2712568624"
  687.     Generic.ScaleType = Enum.ScaleType.Crop
  688.    
  689.     DropShadow_4.Name = "DropShadow"
  690.     DropShadow_4.Parent = Generic
  691.     DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  692.     DropShadow_4.BorderSizePixel = 0
  693.     DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  694.     DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  695.     DropShadow_4.ZIndex = 2
  696.    
  697.     Oak.Name = "Oak"
  698.     Oak.Parent = Picker
  699.     Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  700.     Oak.BorderColor3 = Color3.new(0, 0, 0)
  701.     Oak.Position = UDim2.new(0, 10, 0, 205)
  702.     Oak.Size = UDim2.new(0, 80, 0, 40)
  703.     Oak.ZIndex = 3
  704.     Oak.Image = "rbxassetid://2712579185"
  705.     Oak.ScaleType = Enum.ScaleType.Crop
  706.    
  707.     DropShadow_5.Name = "DropShadow"
  708.     DropShadow_5.Parent = Oak
  709.     DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  710.     DropShadow_5.BorderSizePixel = 0
  711.     DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  712.     DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  713.     DropShadow_5.ZIndex = 2
  714.    
  715.     Pine.Name = "Pine"
  716.     Pine.Parent = Picker
  717.     Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  718.     Pine.BorderColor3 = Color3.new(0, 0, 0)
  719.     Pine.Position = UDim2.new(0, 10, 0, 255)
  720.     Pine.Size = UDim2.new(0, 80, 0, 40)
  721.     Pine.ZIndex = 3
  722.     Pine.Image = "rbxassetid://2712591183"
  723.     Pine.ScaleType = Enum.ScaleType.Crop
  724.    
  725.     DropShadow_6.Name = "DropShadow"
  726.     DropShadow_6.Parent = Pine
  727.     DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  728.     DropShadow_6.BorderSizePixel = 0
  729.     DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  730.     DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  731.     DropShadow_6.ZIndex = 2
  732.    
  733.     Palm.Name = "Palm"
  734.     Palm.Parent = Picker
  735.     Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  736.     Palm.BorderColor3 = Color3.new(0, 0, 0)
  737.     Palm.Position = UDim2.new(0, 10, 0, 305)
  738.     Palm.Size = UDim2.new(0, 80, 0, 40)
  739.     Palm.ZIndex = 3
  740.     Palm.Image = "rbxassetid://2712597395"
  741.     Palm.ScaleType = Enum.ScaleType.Crop
  742.    
  743.     DropShadow_7.Name = "DropShadow"
  744.     DropShadow_7.Parent = Palm
  745.     DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  746.     DropShadow_7.BorderSizePixel = 0
  747.     DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  748.     DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  749.     DropShadow_7.ZIndex = 2
  750.    
  751.     Cherry.Name = "Cherry"
  752.     Cherry.Parent = Picker
  753.     Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  754.     Cherry.BorderColor3 = Color3.new(0, 0, 0)
  755.     Cherry.Position = UDim2.new(0, 10, 0, 355)
  756.     Cherry.Size = UDim2.new(0, 80, 0, 40)
  757.     Cherry.ZIndex = 3
  758.     Cherry.Image = "rbxassetid://2712608599"
  759.     Cherry.ScaleType = Enum.ScaleType.Crop
  760.    
  761.     DropShadow_8.Name = "DropShadow"
  762.     DropShadow_8.Parent = Cherry
  763.     DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  764.     DropShadow_8.BorderSizePixel = 0
  765.     DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  766.     DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  767.     DropShadow_8.ZIndex = 2
  768.    
  769.     Koa.Name = "Koa"
  770.     Koa.Parent = Picker
  771.     Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  772.     Koa.BorderColor3 = Color3.new(0, 0, 0)
  773.     Koa.Position = UDim2.new(0, 10, 0, 355)
  774.     Koa.Size = UDim2.new(0, 80, 0, 40)
  775.     Koa.ZIndex = 3
  776.     Koa.Image = "rbxassetid://2712612798"
  777.     Koa.ScaleType = Enum.ScaleType.Crop
  778.    
  779.     DropShadow_9.Name = "DropShadow"
  780.     DropShadow_9.Parent = Koa
  781.     DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  782.     DropShadow_9.BorderSizePixel = 0
  783.     DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  784.     DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  785.     DropShadow_9.ZIndex = 2
  786.    
  787.     Volcano.Name = "Volcano"
  788.     Volcano.Parent = Picker
  789.     Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  790.     Volcano.BorderColor3 = Color3.new(0, 0, 0)
  791.     Volcano.Position = UDim2.new(0, 10, 0, 405)
  792.     Volcano.Size = UDim2.new(0, 80, 0, 40)
  793.     Volcano.ZIndex = 3
  794.     Volcano.Image = "rbxassetid://2712618609"
  795.     Volcano.ScaleType = Enum.ScaleType.Crop
  796.    
  797.     DropShadow_10.Name = "DropShadow"
  798.     DropShadow_10.Parent = Volcano
  799.     DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  800.     DropShadow_10.BorderSizePixel = 0
  801.     DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  802.     DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  803.     DropShadow_10.ZIndex = 2
  804.    
  805.     GreenSwampy.Name = "GreenSwampy"
  806.     GreenSwampy.Parent = Picker
  807.     GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  808.     GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  809.     GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  810.     GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  811.     GreenSwampy.ZIndex = 3
  812.     GreenSwampy.Image = "rbxassetid://2712623896"
  813.     GreenSwampy.ScaleType = Enum.ScaleType.Crop
  814.    
  815.     DropShadow_11.Name = "DropShadow"
  816.     DropShadow_11.Parent = GreenSwampy
  817.     DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  818.     DropShadow_11.BorderSizePixel = 0
  819.     DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  820.     DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  821.     DropShadow_11.ZIndex = 2
  822.    
  823.     GoldSwampy.Name = "GoldSwampy"
  824.     GoldSwampy.Parent = Picker
  825.     GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  826.     GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  827.     GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  828.     GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  829.     GoldSwampy.ZIndex = 3
  830.     GoldSwampy.Image = "rbxassetid://2712631457"
  831.     GoldSwampy.ScaleType = Enum.ScaleType.Crop
  832.    
  833.     DropShadow_12.Name = "DropShadow"
  834.     DropShadow_12.Parent = GoldSwampy
  835.     DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  836.     DropShadow_12.BorderSizePixel = 0
  837.     DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  838.     DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  839.     DropShadow_12.ZIndex = 2
  840.    
  841.     GenericSpecial.Name = "GenericSpecial"
  842.     GenericSpecial.Parent = Picker
  843.     GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  844.     GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  845.     GenericSpecial.Position = UDim2.new(0, 10, 0, 555)
  846.     GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  847.     GenericSpecial.ZIndex = 3
  848.     GenericSpecial.Image = "rbxassetid://2712639396"
  849.     GenericSpecial.ScaleType = Enum.ScaleType.Crop
  850.    
  851.     DropShadow_13.Name = "DropShadow"
  852.     DropShadow_13.Parent = GenericSpecial
  853.     DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  854.     DropShadow_13.BorderSizePixel = 0
  855.     DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  856.     DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  857.     DropShadow_13.ZIndex = 2
  858.    
  859.     SnowGlow.Name = "SnowGlow"
  860.     SnowGlow.Parent = Picker
  861.     SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  862.     SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  863.     SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  864.     SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  865.     SnowGlow.ZIndex = 3
  866.     SnowGlow.Image = "rbxassetid://2712651454"
  867.     SnowGlow.ScaleType = Enum.ScaleType.Crop
  868.    
  869.     DropShadow_14.Name = "DropShadow"
  870.     DropShadow_14.Parent = SnowGlow
  871.     DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  872.     DropShadow_14.BorderSizePixel = 0
  873.     DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  874.     DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  875.     DropShadow_14.ZIndex = 2
  876.    
  877.     Frost.Name = "Frost"
  878.     Frost.Parent = Picker
  879.     Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  880.     Frost.BorderColor3 = Color3.new(0, 0, 0)
  881.     Frost.Position = UDim2.new(0, 10, 0, 655)
  882.     Frost.Size = UDim2.new(0, 80, 0, 40)
  883.     Frost.ZIndex = 3
  884.     Frost.Image = "rbxassetid://2712667804"
  885.     Frost.ScaleType = Enum.ScaleType.Crop
  886.    
  887.     DropShadow_15.Name = "DropShadow"
  888.     DropShadow_15.Parent = Frost
  889.     DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  890.     DropShadow_15.BorderSizePixel = 0
  891.     DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  892.     DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  893.     DropShadow_15.ZIndex = 2
  894.    
  895.     CaveCrawler.Name = "CaveCrawler"
  896.     CaveCrawler.Parent = Picker
  897.     CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  898.     CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  899.     CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  900.     CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  901.     CaveCrawler.ZIndex = 3
  902.     CaveCrawler.Image = "rbxassetid://2712673980"
  903.     CaveCrawler.ScaleType = Enum.ScaleType.Crop
  904.    
  905.     DropShadow_16.Name = "DropShadow"
  906.     DropShadow_16.Parent = CaveCrawler
  907.     DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  908.     DropShadow_16.BorderSizePixel = 0
  909.     DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  910.     DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  911.     DropShadow_16.ZIndex = 2
  912.    
  913.     LoneCave.Name = "LoneCave"
  914.     LoneCave.Parent = Picker
  915.     LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  916.     LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  917.     LoneCave.Position = UDim2.new(0, 10, 0, 755)
  918.     LoneCave.Size = UDim2.new(0, 80, 0, 40)
  919.     LoneCave.ZIndex = 3
  920.     LoneCave.Image = "rbxassetid://2712693147"
  921.     LoneCave.ScaleType = Enum.ScaleType.Crop
  922.    
  923.     DropShadow_17.Name = "DropShadow"
  924.     DropShadow_17.Parent = LoneCave
  925.     DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  926.     DropShadow_17.BorderSizePixel = 0
  927.     DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  928.     DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  929.     DropShadow_17.ZIndex = 2
  930.    
  931.     Spooky.Name = "Spooky"
  932.     Spooky.Parent = Picker
  933.     Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  934.     Spooky.BorderColor3 = Color3.new(0, 0, 0)
  935.     Spooky.Position = UDim2.new(0, 10, 0, 805)
  936.     Spooky.Size = UDim2.new(0, 80, 0, 40)
  937.     Spooky.ZIndex = 3
  938.     Spooky.Image = "rbxassetid://2712696822"
  939.     Spooky.ScaleType = Enum.ScaleType.Crop
  940.    
  941.     DropShadow_18.Name = "DropShadow"
  942.     DropShadow_18.Parent = Spooky
  943.     DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  944.     DropShadow_18.BorderSizePixel = 0
  945.     DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  946.     DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  947.     DropShadow_18.ZIndex = 2
  948.    
  949.     SpookyNeon.Name = "SpookyNeon"
  950.     SpookyNeon.Parent = Picker
  951.     SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  952.     SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  953.     SpookyNeon.Position = UDim2.new(0, 10, 0, 855)
  954.     SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  955.     SpookyNeon.ZIndex = 3
  956.     SpookyNeon.Image = "rbxassetid://2712700047"
  957.     SpookyNeon.ScaleType = Enum.ScaleType.Crop
  958.    
  959.     DropShadow_19.Name = "DropShadow"
  960.     DropShadow_19.Parent = SpookyNeon
  961.     DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  962.     DropShadow_19.BorderSizePixel = 0
  963.     DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  964.     DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  965.     DropShadow_19.ZIndex = 2
  966.     -- Scripts:
  967.     woodtype = "Birch"
  968.    
  969.     local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  970.     tool.RequiresHandle = false
  971.     --tool.RobloxLocked = true
  972.     tool.Name = "Paint"
  973.     tool.ToolTip = "Changes A Stucture's Wood Type"
  974.     tool.Equipped:connect(function(Mouse)
  975.     ColorPicker.Enabled = true
  976.     Mouse.Button1Down:connect(function()
  977.     if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  978.     local Cframe
  979.     if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  980.     Cframe = Mouse.Target.Parent.MainCFrame.Value
  981.     else
  982.     Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  983.     end
  984.     if Mouse.Target.Parent ~= nil then
  985.     game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  986.     end
  987.     else
  988.     --do nothing
  989.     end
  990.     end)
  991.     end)
  992.    
  993.     tool.Unequipped:connect(function(mouse)
  994.     ColorPicker.Enabled = false
  995.     end)
  996.    
  997.    
  998.     Birch.MouseButton1Click:Connect(function()
  999.     CurrentColor.Image = Birch.Image
  1000.     woodtype = "Birch"
  1001.     end)
  1002.    
  1003.     Grey.MouseButton1Click:Connect(function()
  1004.     CurrentColor.Image = Grey.Image
  1005.     woodtype = nil
  1006.     end)
  1007.    
  1008.     Walnut.MouseButton1Click:Connect(function()
  1009.     CurrentColor.Image = Walnut.Image
  1010.     woodtype = "Walnut"
  1011.     end)
  1012.    
  1013.     Generic.MouseButton1Click:Connect(function()
  1014.     CurrentColor.Image = Generic.Image
  1015.     woodtype = "Generic"
  1016.     end)
  1017.    
  1018.     Oak.MouseButton1Click:Connect(function()
  1019.     CurrentColor.Image = Oak.Image
  1020.     woodtype = "Oak"
  1021.     end)
  1022.    
  1023.     Pine.MouseButton1Click:Connect(function()
  1024.     CurrentColor.Image = Pine.Image
  1025.     woodtype = "Pine"
  1026.     end)
  1027.    
  1028.     Palm.MouseButton1Click:Connect(function()
  1029.     CurrentColor.Image = Palm.Image
  1030.     woodtype = "Palm"
  1031.     end)
  1032.    
  1033.     Koa.MouseButton1Click:Connect(function()
  1034.     CurrentColor.Image = Koa.Image
  1035.     woodtype = "Koa"
  1036.     end)
  1037.    
  1038.     Volcano.MouseButton1Click:Connect(function()
  1039.     CurrentColor.Image = Volcano.Image
  1040.     woodtype = "Volcano"
  1041.     end)
  1042.    
  1043.     GreenSwampy.MouseButton1Click:Connect(function()
  1044.     CurrentColor.Image = GreenSwampy.Image
  1045.     woodtype = "GreenSwampy"
  1046.     end)
  1047.    
  1048.     GoldSwampy.MouseButton1Click:Connect(function()
  1049.     CurrentColor.Image = GoldSwampy.Image
  1050.     woodtype = "GoldSwampy"
  1051.     end)
  1052.    
  1053.     GenericSpecial.MouseButton1Click:Connect(function()
  1054.     CurrentColor.Image = GenericSpecial.Image
  1055.     woodtype = "GenericSpecial"
  1056.     end)
  1057.    
  1058.     SnowGlow.MouseButton1Click:Connect(function()
  1059.     CurrentColor.Image = SnowGlow.Image
  1060.     woodtype = "SnowGlow"
  1061.     end)
  1062.    
  1063.     Frost.MouseButton1Click:Connect(function()
  1064.     CurrentColor.Image = Frost.Image
  1065.     woodtype = "Frost"
  1066.     end)
  1067.    
  1068.     CaveCrawler.MouseButton1Click:Connect(function()
  1069.     CurrentColor.Image = CaveCrawler.Image
  1070.     woodtype = "CaveCrawler"
  1071.     end)
  1072.    
  1073.     LoneCave.MouseButton1Click:Connect(function()
  1074.     CurrentColor.Image = LoneCave.Image
  1075.     woodtype = "LoneCave"
  1076.     end)
  1077.    
  1078.     Spooky.MouseButton1Click:Connect(function()
  1079.     CurrentColor.Image = Spooky.Image
  1080.     woodtype = "Spooky"
  1081.     end)
  1082.    
  1083.     SpookyNeon.MouseButton1Click:Connect(function()
  1084.     CurrentColor.Image = SpookyNeon.Image
  1085.     woodtype = "SpookyNeon"
  1086.     end)
  1087.    
  1088.     --bring up menu
  1089.     CurrentColor.MouseButton1Click:Connect(function()
  1090.     if Picker.Visible == false then
  1091.     Picker.Visible = true
  1092.     else
  1093.     Picker.Visible = false
  1094.     end
  1095.     end)
  1096.     end)
  1097.    
  1098. end
  1099. coroutine.wrap(DJSA_fake_script)()
  1100. local function OMOPLE_fake_script() -- MaxLand.Script
  1101.     local script = Instance.new('Script', MaxLand)
  1102.  
  1103.     MaxLand.MouseButton1Click:connect(function()
  1104.         for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1105.             if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1106.                 base = v
  1107.                 square = v.OriginSquare
  1108.                 end
  1109.             end
  1110.         function makebase(pos)
  1111.             local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1112.             Event:FireServer(base, pos)
  1113.             end
  1114.         spos = square.Position
  1115.         makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  1116.         makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  1117.         makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  1118.         makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  1119.         makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  1120.         makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  1121.         makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  1122.         makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  1123.         makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  1124.         makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  1125.         makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  1126.         makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  1127.     --Corners--
  1128.         makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  1129.         makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  1130.         makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  1131.         makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  1132.     --Corners--
  1133.         makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  1134.         makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  1135.         makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  1136.         makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  1137.         makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  1138.         makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  1139.         makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  1140.         makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  1141.     end)
  1142. end
  1143. coroutine.wrap(OMOPLE_fake_script)()
  1144. local function CEYY_fake_script() -- DupeMoney.Script
  1145.     local script = Instance.new('Script', DupeMoney)
  1146.  
  1147.     DupeMoney.MouseButton1Down:connect(function()  
  1148.    
  1149.     script=loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", true))()
  1150.    
  1151.     end)
  1152. end
  1153. coroutine.wrap(CEYY_fake_script)()
  1154. local function NHUDI_fake_script() -- BringWood.Script
  1155.     local script = Instance.new('Script', BringWood)
  1156.  
  1157.     BringWood.MouseButton1Down:connect(function()
  1158.    
  1159.    
  1160.     local EviBringWoodGui = Instance.new("ScreenGui")
  1161.     local EvGornjeBringW = Instance.new("Frame")
  1162.     local BringWoodFrame = Instance.new("ScrollingFrame")
  1163.     local GoldSwampy = Instance.new("TextButton")
  1164.     local GreenSwampy = Instance.new("TextButton")
  1165.     local CaveCrawler = Instance.new("TextButton")
  1166.     local Frost = Instance.new("TextButton")
  1167.     local Koa = Instance.new("TextButton")
  1168.     local Oak = Instance.new("TextButton")
  1169.     local Volcano = Instance.new("TextButton")
  1170.     local SnowGlow = Instance.new("TextButton")
  1171.     local Walnut = Instance.new("TextButton")
  1172.     local Birch = Instance.new("TextButton")
  1173.     local Generic = Instance.new("TextButton")
  1174.     local Cherry = Instance.new("TextButton")
  1175.     local Fir = Instance.new("TextButton")
  1176.     local Pine = Instance.new("TextButton")
  1177.     local Sinister = Instance.new("TextButton")
  1178.     local Spooky = Instance.new("TextButton")
  1179.     local Palm = Instance.new("TextButton")
  1180.     local QuantityTree = Instance.new("TextBox")
  1181.     local TreeammountLabel = Instance.new("TextLabel")
  1182.     local BWoodX = Instance.new("TextButton")
  1183.     local BringWoodEviLabel = Instance.new("TextLabel")
  1184.    
  1185.     --Properties:
  1186.    
  1187.     EviBringWoodGui.Name = "EviBringWoodGui"
  1188.     EviBringWoodGui.Parent = game.CoreGui
  1189.     EviBringWoodGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1190.    
  1191.     EvGornjeBringW.Name = "EvGornjeBringW"
  1192.     EvGornjeBringW.Parent = EviBringWoodGui
  1193.     EvGornjeBringW.BackgroundColor3 = Color3.fromRGB(207, 207, 207)
  1194.     EvGornjeBringW.BorderSizePixel = 0
  1195.     EvGornjeBringW.Position = UDim2.new(0.870398819, 0, 0.370177269, 0)
  1196.     EvGornjeBringW.Size = UDim2.new(0, 169, 0, 604)
  1197.     EvGornjeBringW.Active = true
  1198.     EvGornjeBringW.Draggable = true
  1199.    
  1200.     BringWoodFrame.Name = "BringWoodFrame"
  1201.     BringWoodFrame.Parent = EvGornjeBringW
  1202.     BringWoodFrame.BackgroundColor3 = Color3.fromRGB(207, 207, 207)
  1203.     BringWoodFrame.BorderColor3 = Color3.fromRGB(168, 168, 168)
  1204.     BringWoodFrame.BorderSizePixel = 0
  1205.     BringWoodFrame.Position = UDim2.new(3.17751479, -535, 0.11092715, -20)
  1206.     BringWoodFrame.Size = UDim2.new(0, 168, 0, 557)
  1207.    
  1208.     GoldSwampy.Name = "GoldSwampy"
  1209.     GoldSwampy.Parent = BringWoodFrame
  1210.     GoldSwampy.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1211.     GoldSwampy.BorderSizePixel = 0
  1212.     GoldSwampy.Position = UDim2.new(0.0399056971, 0, 0.404132009, 0)
  1213.     GoldSwampy.Size = UDim2.new(0, 148, 0, 19)
  1214.     GoldSwampy.Font = Enum.Font.SourceSansBold
  1215.     GoldSwampy.Text = "GoldSwampy"
  1216.     GoldSwampy.TextColor3 = Color3.fromRGB(62, 62, 62)
  1217.     GoldSwampy.TextSize = 27.000
  1218.    
  1219.     GreenSwampy.Name = "GreenSwampy"
  1220.     GreenSwampy.Parent = BringWoodFrame
  1221.     GreenSwampy.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1222.     GreenSwampy.BorderSizePixel = 0
  1223.     GreenSwampy.Position = UDim2.new(0.0399056971, 0, 0.354230195, 0)
  1224.     GreenSwampy.Size = UDim2.new(0, 148, 0, 19)
  1225.     GreenSwampy.Font = Enum.Font.SourceSansBold
  1226.     GreenSwampy.Text = "GreenSwampy"
  1227.     GreenSwampy.TextColor3 = Color3.fromRGB(62, 62, 62)
  1228.     GreenSwampy.TextSize = 27.000
  1229.    
  1230.     CaveCrawler.Name = "CaveCrawler"
  1231.     CaveCrawler.Parent = BringWoodFrame
  1232.     CaveCrawler.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1233.     CaveCrawler.BorderSizePixel = 0
  1234.     CaveCrawler.Position = UDim2.new(0.0399056971, 0, 0.0317074582, 0)
  1235.     CaveCrawler.Size = UDim2.new(0, 148, 0, 19)
  1236.     CaveCrawler.Font = Enum.Font.SourceSansBold
  1237.     CaveCrawler.Text = "CaveCrawler"
  1238.     CaveCrawler.TextColor3 = Color3.fromRGB(62, 62, 62)
  1239.     CaveCrawler.TextSize = 27.000
  1240.    
  1241.     Frost.Name = "Frost"
  1242.     Frost.Parent = BringWoodFrame
  1243.     Frost.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1244.     Frost.BorderSizePixel = 0
  1245.     Frost.Position = UDim2.new(0.0399056971, 0, 0.100881435, 0)
  1246.     Frost.Size = UDim2.new(0, 148, 0, 19)
  1247.     Frost.Font = Enum.Font.SourceSansBold
  1248.     Frost.Text = "Frost"
  1249.     Frost.TextColor3 = Color3.fromRGB(62, 62, 62)
  1250.     Frost.TextSize = 27.000
  1251.    
  1252.     Koa.Name = "Koa"
  1253.     Koa.Parent = BringWoodFrame
  1254.     Koa.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1255.     Koa.BorderSizePixel = 0
  1256.     Koa.Position = UDim2.new(0.0399056971, 0, 0.123886056, 0)
  1257.     Koa.Size = UDim2.new(0, 148, 0, 19)
  1258.     Koa.Font = Enum.Font.SourceSansBold
  1259.     Koa.Text = "Koa"
  1260.     Koa.TextColor3 = Color3.fromRGB(62, 62, 62)
  1261.     Koa.TextSize = 27.000
  1262.    
  1263.     Oak.Name = "Oak"
  1264.     Oak.Parent = BringWoodFrame
  1265.     Oak.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1266.     Oak.BorderSizePixel = 0
  1267.     Oak.Position = UDim2.new(0.0399056971, 0, 0.14677906, 0)
  1268.     Oak.Size = UDim2.new(0, 148, 0, 19)
  1269.     Oak.Font = Enum.Font.SourceSansBold
  1270.     Oak.Text = "Oak"
  1271.     Oak.TextColor3 = Color3.fromRGB(62, 62, 62)
  1272.     Oak.TextSize = 27.000
  1273.    
  1274.     Volcano.Name = "Volcano"
  1275.     Volcano.Parent = BringWoodFrame
  1276.     Volcano.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1277.     Volcano.BorderSizePixel = 0
  1278.     Volcano.Position = UDim2.new(0.0399056971, 0, 0.0781188309, 0)
  1279.     Volcano.Size = UDim2.new(0, 148, 0, 19)
  1280.     Volcano.Font = Enum.Font.SourceSansBold
  1281.     Volcano.Text = "Volcano"
  1282.     Volcano.TextColor3 = Color3.fromRGB(62, 62, 62)
  1283.     Volcano.TextSize = 27.000
  1284.    
  1285.     SnowGlow.Name = "SnowGlow"
  1286.     SnowGlow.Parent = BringWoodFrame
  1287.     SnowGlow.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1288.     SnowGlow.BorderSizePixel = 0
  1289.     SnowGlow.Position = UDim2.new(0.0399056971, 0, 0.0545145124, 0)
  1290.     SnowGlow.Size = UDim2.new(0, 148, 0, 19)
  1291.     SnowGlow.Font = Enum.Font.SourceSansBold
  1292.     SnowGlow.Text = "SnowGlow"
  1293.     SnowGlow.TextColor3 = Color3.fromRGB(62, 62, 62)
  1294.     SnowGlow.TextSize = 27.000
  1295.    
  1296.     Walnut.Name = "Walnut"
  1297.     Walnut.Parent = BringWoodFrame
  1298.     Walnut.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1299.     Walnut.BorderSizePixel = 0
  1300.     Walnut.Position = UDim2.new(0.0399057008, 0, 0.215171024, 0)
  1301.     Walnut.Size = UDim2.new(0, 148, 0, 19)
  1302.     Walnut.Font = Enum.Font.SourceSansBold
  1303.     Walnut.Text = "Walnut"
  1304.     Walnut.TextColor3 = Color3.fromRGB(62, 62, 62)
  1305.     Walnut.TextSize = 27.000
  1306.    
  1307.     Birch.Name = "Birch"
  1308.     Birch.Parent = BringWoodFrame
  1309.     Birch.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1310.     Birch.BorderSizePixel = 0
  1311.     Birch.Position = UDim2.new(0.0399057046, 0, 0.379081249, 0)
  1312.     Birch.Size = UDim2.new(0, 148, 0, 19)
  1313.     Birch.Font = Enum.Font.SourceSansBold
  1314.     Birch.Text = "Birch"
  1315.     Birch.TextColor3 = Color3.fromRGB(62, 62, 62)
  1316.     Birch.TextSize = 27.000
  1317.    
  1318.     Generic.Name = "Generic"
  1319.     Generic.Parent = BringWoodFrame
  1320.     Generic.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1321.     Generic.BorderSizePixel = 0
  1322.     Generic.Position = UDim2.new(0.0399056971, 0, 0.235932171, 0)
  1323.     Generic.Size = UDim2.new(0, 148, 0, 19)
  1324.     Generic.Font = Enum.Font.SourceSansBold
  1325.     Generic.Text = "Generic"
  1326.     Generic.TextColor3 = Color3.fromRGB(62, 62, 62)
  1327.     Generic.TextSize = 27.000
  1328.    
  1329.     Cherry.Name = "Cherry"
  1330.     Cherry.Parent = BringWoodFrame
  1331.     Cherry.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1332.     Cherry.BorderSizePixel = 0
  1333.     Cherry.Position = UDim2.new(0.0399056971, 0, 0.172569692, 0)
  1334.     Cherry.Size = UDim2.new(0, 148, 0, 19)
  1335.     Cherry.Font = Enum.Font.SourceSansBold
  1336.     Cherry.Text = "Cherry"
  1337.     Cherry.TextColor3 = Color3.fromRGB(62, 62, 62)
  1338.     Cherry.TextSize = 27.000
  1339.    
  1340.     Fir.Name = "Fir"
  1341.     Fir.Parent = BringWoodFrame
  1342.     Fir.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1343.     Fir.BorderSizePixel = 0
  1344.     Fir.Position = UDim2.new(0.0399056897, 0, 0.283199161, 0)
  1345.     Fir.Size = UDim2.new(0, 148, 0, 19)
  1346.     Fir.Font = Enum.Font.SourceSansBold
  1347.     Fir.Text = "Fir"
  1348.     Fir.TextColor3 = Color3.fromRGB(62, 62, 62)
  1349.     Fir.TextSize = 27.000
  1350.    
  1351.     Pine.Name = "Pine"
  1352.     Pine.Parent = BringWoodFrame
  1353.     Pine.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1354.     Pine.BorderSizePixel = 0
  1355.     Pine.Position = UDim2.new(0.0399056897, 0, 0.194305629, 0)
  1356.     Pine.Size = UDim2.new(0, 148, 0, 19)
  1357.     Pine.Font = Enum.Font.SourceSansBold
  1358.     Pine.Text = "Pine"
  1359.     Pine.TextColor3 = Color3.fromRGB(62, 62, 62)
  1360.     Pine.TextSize = 27.000
  1361.    
  1362.     Sinister.Name = "Sinister"
  1363.     Sinister.Parent = BringWoodFrame
  1364.     Sinister.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1365.     Sinister.BorderSizePixel = 0
  1366.     Sinister.Position = UDim2.new(0.0399056897, 0, 0.329738885, 0)
  1367.     Sinister.Size = UDim2.new(0, 148, 0, 19)
  1368.     Sinister.Font = Enum.Font.SourceSansBold
  1369.     Sinister.Text = "Sinister"
  1370.     Sinister.TextColor3 = Color3.fromRGB(62, 62, 62)
  1371.     Sinister.TextSize = 27.000
  1372.    
  1373.     Spooky.Name = "Spooky"
  1374.     Spooky.Parent = BringWoodFrame
  1375.     Spooky.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1376.     Spooky.BorderSizePixel = 0
  1377.     Spooky.Position = UDim2.new(0.0399056897, 0, 0.30696103, 0)
  1378.     Spooky.Size = UDim2.new(0, 148, 0, 19)
  1379.     Spooky.Font = Enum.Font.SourceSansBold
  1380.     Spooky.Text = "Spooky"
  1381.     Spooky.TextColor3 = Color3.fromRGB(62, 62, 62)
  1382.     Spooky.TextSize = 27.000
  1383.    
  1384.     Palm.Name = "Palm"
  1385.     Palm.Parent = BringWoodFrame
  1386.     Palm.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1387.     Palm.BorderSizePixel = 0
  1388.     Palm.Position = UDim2.new(0.0399056934, 0, 0.25868246, 0)
  1389.     Palm.Size = UDim2.new(0, 148, 0, 19)
  1390.     Palm.Font = Enum.Font.SourceSansBold
  1391.     Palm.Text = "Palm"
  1392.     Palm.TextColor3 = Color3.fromRGB(62, 62, 62)
  1393.     Palm.TextSize = 27.000
  1394.    
  1395.     QuantityTree.Name = "QuantityTree"
  1396.     QuantityTree.Parent = BringWoodFrame
  1397.     QuantityTree.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1398.     QuantityTree.BorderSizePixel = 0
  1399.     QuantityTree.Position = UDim2.new(0.77976191, 0, 0, 0)
  1400.     QuantityTree.Size = UDim2.new(0, 23, 0, 27)
  1401.     QuantityTree.Font = Enum.Font.SourceSansBold
  1402.     QuantityTree.Text = "3"
  1403.     QuantityTree.TextColor3 = Color3.fromRGB(0, 0, 0)
  1404.     QuantityTree.TextSize = 14.000
  1405.    
  1406.     TreeammountLabel.Name = "TreeammountLabel"
  1407.     TreeammountLabel.Parent = BringWoodFrame
  1408.     TreeammountLabel.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1409.     TreeammountLabel.BorderSizePixel = 0
  1410.     TreeammountLabel.Position = UDim2.new(0.0357142873, 0, 0.00646863412, 0)
  1411.     TreeammountLabel.Size = UDim2.new(0, 117, 0, 19)
  1412.     TreeammountLabel.Font = Enum.Font.SourceSansBold
  1413.     TreeammountLabel.Text = "Tree Ammount"
  1414.     TreeammountLabel.TextColor3 = Color3.fromRGB(62, 62, 62)
  1415.     TreeammountLabel.TextScaled = true
  1416.     TreeammountLabel.TextSize = 27.000
  1417.     TreeammountLabel.TextWrapped = true
  1418.    
  1419.     BWoodX.Name = "BWoodX"
  1420.     BWoodX.Parent = EvGornjeBringW
  1421.     BWoodX.BackgroundColor3 = Color3.fromRGB(255, 30, 30)
  1422.     BWoodX.BackgroundTransparency = 1.000
  1423.     BWoodX.Position = UDim2.new(0.839568019, 0, -0.000626152614, 0)
  1424.     BWoodX.Size = UDim2.new(0, 29, 0, 28)
  1425.     BWoodX.Font = Enum.Font.SourceSans
  1426.     BWoodX.Text = "X"
  1427.     BWoodX.TextColor3 = Color3.fromRGB(213, 15, 15)
  1428.     BWoodX.TextScaled = true
  1429.     BWoodX.TextSize = 14.000
  1430.     BWoodX.TextWrapped = true
  1431.    
  1432.     BringWoodEviLabel.Name = "BringWoodEviLabel"
  1433.     BringWoodEviLabel.Parent = EvGornjeBringW
  1434.     BringWoodEviLabel.BackgroundColor3 = Color3.fromRGB(207, 207, 207)
  1435.     BringWoodEviLabel.BorderSizePixel = 0
  1436.     BringWoodEviLabel.Size = UDim2.new(0, 142, 0, 47)
  1437.     BringWoodEviLabel.Font = Enum.Font.Cartoon
  1438.     BringWoodEviLabel.Text = "Bring Wood by Hacker &Gui by Evi"
  1439.     BringWoodEviLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  1440.     BringWoodEviLabel.TextScaled = true
  1441.     BringWoodEviLabel.TextSize = 14.000
  1442.     BringWoodEviLabel.TextWrapped = true
  1443.    
  1444.     function Teleport(XP,YP,ZP)
  1445.     -- Config How Many Blocks It Will Tp You Untill The Final Destination:
  1446.     local XTpEvery = 15
  1447.     local YTpEvery = 15
  1448.     local ZTpEvery = 15
  1449.     --Time to Tp Every:
  1450.     local Timer = 0.001
  1451.     local pos = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1452.     if pos.Position.X < XP then
  1453.     for x = pos.Position.X,XP,XTpEvery do
  1454.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(x,pos.Position.Y,pos.Position.Z))
  1455.     local part = Instance.new("Part", workspace)
  1456.     part.Anchored = true
  1457.     part.Size = Vector3.new(10,0.1,10)
  1458.     part.Material = "Glass"
  1459.     part.BrickColor = BrickColor.Random()
  1460.     part.Transparency = 0.7
  1461.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1462.     wait(Timer)
  1463.     part.Destroy(part)
  1464.     end
  1465.     else
  1466.     for x = pos.Position.X,XP,-XTpEvery do
  1467.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(x,pos.Position.Y,pos.Position.Z))
  1468.     local part = Instance.new("Part", workspace)
  1469.     part.Anchored = true
  1470.     part.Size = Vector3.new(10,0.1,10)
  1471.     part.Material = "Glass"
  1472.     part.BrickColor = BrickColor.Random()
  1473.     part.Transparency = 0.7
  1474.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1475.     wait(Timer)
  1476.     part.Destroy(part)
  1477.     end
  1478.     end
  1479.     if pos.Position.Z < ZP then
  1480.     for z = pos.Position.Z,ZP,ZTpEvery do
  1481.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X,pos.Position.Y,z))
  1482.     local part = Instance.new("Part", workspace)
  1483.     part.Anchored = true
  1484.     part.Size = Vector3.new(10,0.1,10)
  1485.     part.Material = "Glass"
  1486.     part.BrickColor = BrickColor.Random()
  1487.     part.Transparency = 0.7
  1488.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1489.     wait(Timer)
  1490.     part.Destroy(part)
  1491.     end
  1492.     else
  1493.     for z = pos.Position.Z,ZP,-ZTpEvery do
  1494.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X,pos.Position.Y,z))
  1495.     local part = Instance.new("Part", workspace)
  1496.     part.Anchored = true
  1497.     part.Size = Vector3.new(10,0.1,10)
  1498.     part.Material = "Glass"
  1499.     part.BrickColor = BrickColor.Random()
  1500.     part.Transparency = 0.7
  1501.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1502.     wait(Timer)
  1503.     part.Destroy(part)
  1504.     end
  1505.     end
  1506.     if pos.Position.Y < YP then
  1507.     for High = pos.Position.Y,YP,YTpEvery do
  1508.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X ,High ,pos.Position.Z))
  1509.     local part = Instance.new("Part", workspace)
  1510.     part.Anchored = true
  1511.     part.Size = Vector3.new(10,0.1,10)
  1512.     part.Material = "Glass"
  1513.     part.BrickColor = BrickColor.Random()
  1514.     part.Transparency = 0.7
  1515.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1516.     wait(Timer)
  1517.     part.Destroy(part)
  1518.     end
  1519.     else
  1520.     for High = pos.Position.Y,YP,-YTpEvery do
  1521.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(pos.Position.X ,High ,pos.Position.Z))
  1522.     local part = Instance.new("Part", workspace)
  1523.     part.Anchored = true
  1524.     part.Size = Vector3.new(10,0.1,10)
  1525.     part.Material = "Glass"
  1526.     part.BrickColor = BrickColor.Random()
  1527.     part.Transparency = 0.7
  1528.     part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.05,0)
  1529.     wait(Timer)
  1530.     part.Destroy(part)
  1531.     end
  1532.     end
  1533.     game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(XP + 5,YP,ZP + 5)
  1534.     end
  1535.    
  1536.     function GetTree(Wood, PlayerName, Quantitys)
  1537.     local Counter = 0
  1538.     local HitPoints={
  1539.     ['Beesaxe']= 1.4;
  1540.     ['AxeAmber']= 3.39;
  1541.     ['ManyAxe']= 10.2;
  1542.     ['BasicHatchet']= 0.2;
  1543.     ['Axe1']= 0.55;
  1544.     ['Axe2']= 0.93;
  1545.     ['AxeAlphaTesters']= 1.5;
  1546.     ['Rukiryaxe']= 1.68;
  1547.     ['Axe3']= 1.45;
  1548.     ['AxeBetaTesters']= 1.45;
  1549.     ['FireAxe']= 0.6;
  1550.     ['SilverAxe']= 1.6;
  1551.     ['EndTimesAxe']= 1.58;
  1552.     ['AxeChicken']= 0.9;
  1553.     ['CandyCaneAxe']= 0;
  1554.     ['AxeTwitter']= 1.65
  1555.     }
  1556.     function axe(Val)
  1557.     local A_1 = Val.CutEvent
  1558.     local A_2 =
  1559.     {
  1560.         ["tool"] = game.Players.LocalPlayer.Character:FindFirstChild("Tool"),
  1561.         ["faceVector"] = Vector3.new(0, 0, -1),
  1562.         ["height"] = 0.3,
  1563.         ["sectionId"] = 1,
  1564.         ["hitPoints"] = HitPoints[game.Players.LocalPlayer.Character:FindFirstChild("Tool").ToolName.Value],
  1565.         ["cooldown"] = 0.112,
  1566.         ["cuttingClass"] = "Axe"
  1567.     }
  1568.     local Event = game:GetService("ReplicatedStorage").Interaction.RemoteProxy
  1569.     Event:FireServer(A_1, A_2)
  1570.     end
  1571.     local Ps = nil
  1572.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1573.     if v.Owner.Value == game.Players[PlayerName] then
  1574.     Ps = v.OriginSquare.Position + Vector3.new(0,30,0)
  1575.     end
  1576.     end
  1577.     for i,v in pairs(game.Workspace:GetDescendants()) do
  1578.         if v:FindFirstChild("TreeClass") and v.TreeClass.Value == Wood and v.Name == "Model" then
  1579.         Teleport(v.WoodSection.Position.X,v.WoodSection.Position.Y,v.WoodSection.Position.Z)
  1580.         for i=1,50 do
  1581.         wait(0.0001)
  1582.         axe(v)
  1583.         end
  1584.     for i,v in pairs(Workspace.LogModels:GetChildren()) do
  1585.     if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer and v.TreeClass.Value == Wood then
  1586.     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1587.     v:MoveTo(Ps)
  1588.     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1589.     v:MoveTo(Ps)
  1590.     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1591.     v:MoveTo(Ps)
  1592.     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1593.     end
  1594.     end
  1595.     Counter = Counter + 1
  1596.     if Quantitys - Counter == 0 then
  1597.     print("Breaked")
  1598.     break
  1599.     end
  1600.     wait(0.2)
  1601.     end
  1602.     end
  1603.     wait(0.2)
  1604.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1605.     if v.Owner.Value == game.Players[PlayerName] then
  1606.     Teleport(v.OriginSquare.Position.X, v.OriginSquare.Position.Y + 3.2, v.OriginSquare.Position.Z)
  1607.     end
  1608.     end
  1609.     end
  1610.     GoldSwampy.MouseButton1Down:connect(function()
  1611.     GetTree("GoldSwampy", "LocalPlayer", QuantityTree.Text)
  1612.     end)
  1613.    
  1614.     GreenSwampy.MouseButton1Down:connect(function()
  1615.     GetTree("GreenSwampy", "LocalPlayer", QuantityTree.Text)
  1616.     end)
  1617.     CaveCrawler.MouseButton1Down:connect(function()
  1618.     GetTree("CaveCrawler", "LocalPlayer", QuantityTree.Text)
  1619.     end)
  1620.     Frost.MouseButton1Down:connect(function()
  1621.     GetTree("Frost", "LocalPlayer", QuantityTree.Text)
  1622.     end)
  1623.     Koa.MouseButton1Down:connect(function()
  1624.     GetTree("Koa", "LocalPlayer", QuantityTree.Text)
  1625.     end)
  1626.     Oak.MouseButton1Down:connect(function()
  1627.     GetTree("Oak", "LocalPlayer", QuantityTree.Text)
  1628.     end)
  1629.     Volcano.MouseButton1Down:connect(function()
  1630.     GetTree("Volcano", "LocalPlayer", QuantityTree.Text)
  1631.     end)
  1632.     SnowGlow.MouseButton1Down:connect(function()
  1633.     GetTree("SnowGlow", "LocalPlayer", QuantityTree.Text)
  1634.     end)
  1635.     Walnut.MouseButton1Down:connect(function()
  1636.     GetTree("Walnut", "LocalPlayer", QuantityTree.Text)
  1637.     end)
  1638.     Birch.MouseButton1Down:connect(function()
  1639.     GetTree("Birch", "LocalPlayer", QuantityTree.Text)
  1640.     end)
  1641.     Generic.MouseButton1Down:connect(function()
  1642.     GetTree("Generic", "LocalPlayer", QuantityTree.Text)
  1643.     end)
  1644.     Cherry.MouseButton1Down:connect(function()
  1645.     GetTree("Cherry", "LocalPlayer", QuantityTree.Text)
  1646.     end)
  1647.     Fir.MouseButton1Down:connect(function()
  1648.     GetTree("Fir", "LocalPlayer", QuantityTree.Text)
  1649.     end)
  1650.     Pine.MouseButton1Down:connect(function()
  1651.     GetTree("Pine", "LocalPlayer", QuantityTree.Text)
  1652.     end)
  1653.     Sinister.MouseButton1Down:connect(function()
  1654.     GetTree("SpookyNeon", "LocalPlayer", QuantityTree.Text)
  1655.     end)
  1656.     Spooky.MouseButton1Down:connect(function()
  1657.     GetTree("Spooky", "LocalPlayer", QuantityTree.Text)
  1658.     end)
  1659.     Palm.MouseButton1Down:connect(function()
  1660.     GetTree("Palm", "LocalPlayer", QuantityTree.Text)
  1661.     end)
  1662.     BWoodX.MouseButton1Down:connect(function()
  1663.     EvGornjeBringW.Visible = false
  1664.     end)
  1665.     end)
  1666. end
  1667. coroutine.wrap(NHUDI_fake_script)()
  1668. local function GPJEHI_fake_script() -- InstantTP.Script
  1669.     local script = Instance.new('Script', InstantTP)
  1670.  
  1671.     InstantTP.MouseButton1Down:connect(function()
  1672.    
  1673.     -- Made By z_8
  1674.    
  1675.     -- Please give credits if used in videos
  1676.    
  1677.     local ScreenGui = Instance.new("ScreenGui")
  1678.     local Frame = Instance.new("Frame")
  1679.     local Credits = Instance.new("TextButton")
  1680.     local WoodRUs = Instance.new("TextButton")
  1681.     local SpawnPoint = Instance.new("TextButton")
  1682.     local LandStore = Instance.new("TextButton")
  1683.     local LinksLogic = Instance.new("TextButton")
  1684.     local Cave = Instance.new("TextButton")
  1685.     local Volcano = Instance.new("TextButton")
  1686.     local Swamp = Instance.new("TextButton")
  1687.     local PalmIsland = Instance.new("TextButton")
  1688.     local FancyFurnishings = Instance.new("TextButton")
  1689.     local BoxedCars = Instance.new("TextButton")
  1690.     local Frame_2 = Instance.new("Frame")
  1691.     local BobsShack = Instance.new("TextButton")
  1692.     local ShrineOfSight = Instance.new("TextButton")
  1693.     local SkiLodge = Instance.new("TextButton")
  1694.     local FineArtsShop = Instance.new("TextButton")
  1695.     local EndTimes = Instance.new("TextButton")
  1696.     local Dock = Instance.new("TextButton")
  1697.     local Bridge = Instance.new("TextButton")
  1698.     local StrangeMan = Instance.new("TextButton")
  1699.    
  1700.    
  1701.    
  1702.     ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1703.     ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1704.    
  1705.     Frame.Parent = ScreenGui
  1706.     Frame.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  1707.     Frame.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1708.     Frame.Position = UDim2.new(0.00861008558, 0, 0.055240795, 0)
  1709.     Frame.Size = UDim2.new(0, 137, 0, 647)
  1710.    
  1711.     Credits.Name = "Credits"
  1712.     Credits.Parent = Frame
  1713.     Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1714.     Credits.Position = UDim2.new(0.0510948896, 0, 0.0108864699, 0)
  1715.     Credits.Size = UDim2.new(0, 121, 0, 28)
  1716.     Credits.Font = Enum.Font.SourceSans
  1717.     Credits.Text = "Instant Tp by z_8"
  1718.     Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  1719.     Credits.TextSize = 14.000
  1720.    
  1721.     WoodRUs.Name = "Wood R Us"
  1722.     WoodRUs.Parent = Frame
  1723.     WoodRUs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1724.     WoodRUs.Position = UDim2.new(0.0583941601, 0, 0.063763611, 0)
  1725.     WoodRUs.Size = UDim2.new(0, 121, 0, 28)
  1726.     WoodRUs.Font = Enum.Font.SourceSans
  1727.     WoodRUs.Text = "Wood R Us"
  1728.     WoodRUs.TextColor3 = Color3.fromRGB(0, 0, 0)
  1729.     WoodRUs.TextSize = 14.000
  1730.     WoodRUs.MouseButton1Down:connect(function()
  1731.     function Tlprt(Cframe)
  1732.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1733.         wait(0.1)
  1734.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1735.     end
  1736.     Tlprt(CFrame.new(265, 5, 57))
  1737.     end)
  1738.    
  1739.     SpawnPoint.Name = "SpawnPoint"
  1740.     SpawnPoint.Parent = Frame
  1741.     SpawnPoint.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1742.     SpawnPoint.Position = UDim2.new(0.0583941601, 0, 0.116640747, 0)
  1743.     SpawnPoint.Size = UDim2.new(0, 121, 0, 28)
  1744.     SpawnPoint.Font = Enum.Font.SourceSans
  1745.     SpawnPoint.Text = "SpawnPoint"
  1746.     SpawnPoint.TextColor3 = Color3.fromRGB(0, 0, 0)
  1747.     SpawnPoint.TextSize = 14.000
  1748.     SpawnPoint.MouseButton1Down:connect(function()
  1749.     function Tlprt(Cframe)
  1750.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1751.         wait(0.1)
  1752.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1753.     end
  1754.     Tlprt(CFrame.new(155, 5, 74))
  1755.     end)
  1756.    
  1757.     LandStore.Name = "Land Store"
  1758.     LandStore.Parent = Frame
  1759.     LandStore.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1760.     LandStore.Position = UDim2.new(0.0510948896, 0, 0.171073094, 0)
  1761.     LandStore.Size = UDim2.new(0, 121, 0, 28)
  1762.     LandStore.Font = Enum.Font.SourceSans
  1763.     LandStore.Text = "Land Store"
  1764.     LandStore.TextColor3 = Color3.fromRGB(0, 0, 0)
  1765.     LandStore.TextSize = 14.000
  1766.     LandStore.MouseButton1Down:connect(function()
  1767.     function Tlprt(Cframe)
  1768.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1769.         wait(0.1)
  1770.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1771.     end
  1772.     Tlprt(CFrame.new(258, 5, -99))
  1773.     end)
  1774.    
  1775.     LinksLogic.Name = "Link's Logic"
  1776.     LinksLogic.Parent = Frame
  1777.     LinksLogic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1778.     LinksLogic.Position = UDim2.new(0.0510948896, 0, 0.223950237, 0)
  1779.     LinksLogic.Size = UDim2.new(0, 121, 0, 28)
  1780.     LinksLogic.Font = Enum.Font.SourceSans
  1781.     LinksLogic.Text = "Link's Logic"
  1782.     LinksLogic.TextColor3 = Color3.fromRGB(0, 0, 0)
  1783.     LinksLogic.TextSize = 14.000
  1784.     LinksLogic.MouseButton1Down:connect(function()
  1785.     function Tlprt(Cframe)
  1786.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1787.         wait(0.1)
  1788.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1789.     end
  1790.     Tlprt(CFrame.new(4607, 9, -798))
  1791.     end)
  1792.    
  1793.     Cave.Name = "Cave"
  1794.     Cave.Parent = Frame
  1795.     Cave.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1796.     Cave.Position = UDim2.new(0.0583941601, 0, 0.278382599, 0)
  1797.     Cave.Size = UDim2.new(0, 121, 0, 28)
  1798.     Cave.Font = Enum.Font.SourceSans
  1799.     Cave.Text = "Cave"
  1800.     Cave.TextColor3 = Color3.fromRGB(0, 0, 0)
  1801.     Cave.TextSize = 14.000
  1802.     Cave.MouseButton1Down:connect(function()
  1803.     function Tlprt(Cframe)
  1804.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1805.         wait(0.1)
  1806.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1807.     end
  1808.     Tlprt(CFrame.new(3581, -177, 430))
  1809.     end)
  1810.    
  1811.     Volcano.Name = "Volcano"
  1812.     Volcano.Parent = Frame
  1813.     Volcano.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1814.     Volcano.Position = UDim2.new(0.0510948896, 0, 0.332814932, 0)
  1815.     Volcano.Size = UDim2.new(0, 121, 0, 28)
  1816.     Volcano.Font = Enum.Font.SourceSans
  1817.     Volcano.Text = "Volcano"
  1818.     Volcano.TextColor3 = Color3.fromRGB(0, 0, 0)
  1819.     Volcano.TextSize = 14.000
  1820.     Volcano.MouseButton1Down:connect(function()
  1821.     function Tlprt(Cframe)
  1822.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1823.         wait(0.1)
  1824.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1825.     end
  1826.     Tlprt(CFrame.new(-1585, 625, 1140))
  1827.     end)
  1828.    
  1829.     Swamp.Name = "Swamp"
  1830.     Swamp.Parent = Frame
  1831.     Swamp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1832.     Swamp.Position = UDim2.new(0.0510948896, 0, 0.38569206, 0)
  1833.     Swamp.Size = UDim2.new(0, 121, 0, 28)
  1834.     Swamp.Font = Enum.Font.SourceSans
  1835.     Swamp.Text = "Swamp"
  1836.     Swamp.TextColor3 = Color3.fromRGB(0, 0, 0)
  1837.     Swamp.TextSize = 14.000
  1838.     Swamp.MouseButton1Down:connect(function()
  1839.     function Tlprt(Cframe)
  1840.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1841.         wait(0.1)
  1842.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1843.     end
  1844.     Tlprt(CFrame.new(-1209, 138, -801))
  1845.     end)
  1846.    
  1847.     PalmIsland.Name = "Palm Island"
  1848.     PalmIsland.Parent = Frame
  1849.     PalmIsland.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1850.     PalmIsland.Position = UDim2.new(0.0583941601, 0, 0.438569188, 0)
  1851.     PalmIsland.Size = UDim2.new(0, 121, 0, 28)
  1852.     PalmIsland.Font = Enum.Font.SourceSans
  1853.     PalmIsland.Text = "Palm Island"
  1854.     PalmIsland.TextColor3 = Color3.fromRGB(0, 0, 0)
  1855.     PalmIsland.TextSize = 14.000
  1856.     PalmIsland.MouseButton1Down:connect(function()
  1857.     function Tlprt(Cframe)
  1858.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1859.         wait(0.1)
  1860.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1861.     end
  1862.     Tlprt(CFrame.new(2549, 5, -42))
  1863.     end)
  1864.    
  1865.     FancyFurnishings.Name = "Fancy Furnishings"
  1866.     FancyFurnishings.Parent = Frame
  1867.     FancyFurnishings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1868.     FancyFurnishings.Position = UDim2.new(0.0510948896, 0, 0.491446316, 0)
  1869.     FancyFurnishings.Size = UDim2.new(0, 121, 0, 28)
  1870.     FancyFurnishings.Font = Enum.Font.SourceSans
  1871.     FancyFurnishings.Text = "Fancy Furnishings"
  1872.     FancyFurnishings.TextColor3 = Color3.fromRGB(0, 0, 0)
  1873.     FancyFurnishings.TextSize = 14.000
  1874.     FancyFurnishings.MouseButton1Down:connect(function()
  1875.     function Tlprt(Cframe)
  1876.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1877.         wait(0.1)
  1878.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1879.     end
  1880.     Tlprt(CFrame.new(491, 13, -1720))
  1881.     end)
  1882.    
  1883.     BoxedCars.Name = "Boxed Cars"
  1884.     BoxedCars.Parent = Frame
  1885.     BoxedCars.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1886.     BoxedCars.Position = UDim2.new(0.0510948896, 0, 0.491446316, 0)
  1887.     BoxedCars.Size = UDim2.new(0, 121, 0, 28)
  1888.     BoxedCars.Font = Enum.Font.SourceSans
  1889.     BoxedCars.Text = "Boxed Cars"
  1890.     BoxedCars.TextColor3 = Color3.fromRGB(0, 0, 0)
  1891.     BoxedCars.TextSize = 14.000
  1892.     BoxedCars.MouseButton1Down:connect(function()
  1893.     function Tlprt(Cframe)
  1894.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1895.         wait(0.1)
  1896.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1897.     end
  1898.     Tlprt(CFrame.new(509, 5.2, -1463))
  1899.     end)
  1900.    
  1901.     Frame_2.Parent = Frame
  1902.     Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1903.     Frame_2.Position = UDim2.new(0.0437956192, 0, 0.97167933, 0)
  1904.     Frame_2.Size = UDim2.new(0, 121, 0, 11)
  1905.    
  1906.     BobsShack.Name = "Bob's Shack"
  1907.     BobsShack.Parent = Frame
  1908.     BobsShack.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1909.     BobsShack.Position = UDim2.new(0.0510948896, 0, 0.597200632, 0)
  1910.     BobsShack.Size = UDim2.new(0, 121, 0, 28)
  1911.     BobsShack.Font = Enum.Font.SourceSans
  1912.     BobsShack.Text = "Bob's Shack"
  1913.     BobsShack.TextColor3 = Color3.fromRGB(0, 0, 0)
  1914.     BobsShack.TextSize = 14.000
  1915.     BobsShack.MouseButton1Down:connect(function()
  1916.     function Tlprt(Cframe)
  1917.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1918.         wait(0.1)
  1919.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1920.     end
  1921.     Tlprt(CFrame.new(260, 10, -2542))
  1922.     end)
  1923.    
  1924.     ShrineOfSight.Name = "Shrine Of Sight"
  1925.     ShrineOfSight.Parent = Frame
  1926.     ShrineOfSight.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1927.     ShrineOfSight.Position = UDim2.new(0.0510948896, 0, 0.864696741, 0)
  1928.     ShrineOfSight.Size = UDim2.new(0, 121, 0, 28)
  1929.     ShrineOfSight.Font = Enum.Font.SourceSans
  1930.     ShrineOfSight.Text = "Shrine Of Sight"
  1931.     ShrineOfSight.TextColor3 = Color3.fromRGB(0, 0, 0)
  1932.     ShrineOfSight.TextSize = 14.000
  1933.     ShrineOfSight.MouseButton1Down:connect(function()
  1934.     function Tlprt(Cframe)
  1935.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1936.         wait(0.1)
  1937.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1938.     end
  1939.     Tlprt(CFrame.new(-1600, 205, 919))
  1940.     end)
  1941.    
  1942.     SkiLodge.Name = "Ski Lodge"
  1943.     SkiLodge.Parent = Frame
  1944.     SkiLodge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1945.     SkiLodge.Position = UDim2.new(0.0510948896, 0, 0.811819613, 0)
  1946.     SkiLodge.Size = UDim2.new(0, 121, 0, 28)
  1947.     SkiLodge.Font = Enum.Font.SourceSans
  1948.     SkiLodge.Text = "Ski Lodge"
  1949.     SkiLodge.TextColor3 = Color3.fromRGB(0, 0, 0)
  1950.     SkiLodge.TextSize = 14.000
  1951.     SkiLodge.MouseButton1Down:connect(function()
  1952.     function Tlprt(Cframe)
  1953.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1954.         wait(0.1)
  1955.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1956.     end
  1957.     Tlprt(CFrame.new(1244, 66, 2306))
  1958.     end)
  1959.    
  1960.     FineArtsShop.Name = "Fine Arts Shop"
  1961.     FineArtsShop.Parent = Frame
  1962.     FineArtsShop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1963.     FineArtsShop.Position = UDim2.new(0.0437956192, 0, 0.544323504, 0)
  1964.     FineArtsShop.Size = UDim2.new(0, 121, 0, 28)
  1965.     FineArtsShop.Font = Enum.Font.SourceSans
  1966.     FineArtsShop.Text = "Fine Arts Shop"
  1967.     FineArtsShop.TextColor3 = Color3.fromRGB(0, 0, 0)
  1968.     FineArtsShop.TextSize = 14.000
  1969.     FineArtsShop.MouseButton1Down:connect(function()
  1970.     function Tlprt(Cframe)
  1971.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1972.         wait(0.1)
  1973.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1974.     end
  1975.     Tlprt(CFrame.new(5207, -156, 719))
  1976.     end)
  1977.    
  1978.     EndTimes.Name = "End Times"
  1979.     EndTimes.Parent = Frame
  1980.     EndTimes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1981.     EndTimes.Position = UDim2.new(0.0437956192, 0, 0.919129074, 0)
  1982.     EndTimes.Size = UDim2.new(0, 121, 0, 28)
  1983.     EndTimes.Font = Enum.Font.SourceSans
  1984.     EndTimes.Text = "End Times"
  1985.     EndTimes.TextColor3 = Color3.fromRGB(0, 0, 0)
  1986.     EndTimes.TextSize = 14.000
  1987.     EndTimes.MouseButton1Down:connect(function()
  1988.     function Tlprt(Cframe)
  1989.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1990.         wait(0.1)
  1991.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  1992.     end
  1993.     Tlprt(CFrame.new(113, -204, -951))
  1994.     end)
  1995.    
  1996.     Dock.Name = "Dock"
  1997.     Dock.Parent = Frame
  1998.     Dock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1999.     Dock.Position = UDim2.new(0.0510948896, 0, 0.65007776, 0)
  2000.     Dock.Size = UDim2.new(0, 121, 0, 28)
  2001.     Dock.Font = Enum.Font.SourceSans
  2002.     Dock.Text = "Dock"
  2003.     Dock.TextColor3 = Color3.fromRGB(0, 0, 0)
  2004.     Dock.TextSize = 14.000
  2005.     Dock.MouseButton1Down:connect(function()
  2006.     function Tlprt(Cframe)
  2007.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2008.         wait(0.1)
  2009.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2010.     end
  2011.     Tlprt(CFrame.new(1114, 3.2, -197))
  2012.     end)
  2013.    
  2014.    
  2015.     Bridge.Name = "Bridge"
  2016.     Bridge.Parent = Frame
  2017.     Bridge.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2018.     Bridge.Position = UDim2.new(0.0437956192, 0, 0.704510093, 0)
  2019.     Bridge.Size = UDim2.new(0, 121, 0, 28)
  2020.     Bridge.Font = Enum.Font.SourceSans
  2021.     Bridge.Text = "Bridge"
  2022.     Bridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  2023.     Bridge.TextSize = 14.000
  2024.     Bridge.MouseButton1Down:connect(function()
  2025.     function Tlprt(Cframe)
  2026.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2027.         wait(0.1)
  2028.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2029.     end
  2030.     Tlprt(CFrame.new(113, 15, -977))
  2031.     end)
  2032.    
  2033.     StrangeMan.Name = "Strange Man"
  2034.     StrangeMan.Parent = Frame
  2035.     StrangeMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2036.     StrangeMan.Position = UDim2.new(0.0437956192, 0, 0.758942485, 0)
  2037.     StrangeMan.Size = UDim2.new(0, 121, 0, 28)
  2038.     StrangeMan.Font = Enum.Font.SourceSans
  2039.     StrangeMan.Text = "Strange Man"
  2040.     StrangeMan.TextColor3 = Color3.fromRGB(0, 0, 0)
  2041.     StrangeMan.TextSize = 14.000
  2042.     StrangeMan.MouseButton1Down:connect(function()
  2043.     function Tlprt(Cframe)
  2044.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2045.         wait(0.1)
  2046.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe
  2047.     end
  2048.     Tlprt(CFrame.new(1061, 20, 1131))
  2049.     end)
  2050.     end)
  2051. end
  2052. coroutine.wrap(GPJEHI_fake_script)()
  2053. local function ERIDYPC_fake_script() -- MainFrameGUI.NotificationScript
  2054.     local script = Instance.new('LocalScript', MainFrameGUI)
  2055.  
  2056.     wait (5,1)
  2057.     local NotificationBindable = Instance.new("BindableFunction")
  2058.     NotificationBindable.OnInvoke = callback
  2059.    
  2060.     game.StarterGui:SetCore("SendNotification",  {
  2061.      Title = "LumberXploits loaded!";
  2062.      Text = "Welcome Back! GUI made by ZeyRoXs#4561";
  2063.      Icon = "";
  2064.      Duration = 5;
  2065.    
  2066.     })
  2067. end
  2068. coroutine.wrap(ERIDYPC_fake_script)()
  2069. local function FYKIZH_fake_script() -- MainFrameGUI.LocalScript
  2070.     local script = Instance.new('LocalScript', MainFrameGUI)
  2071.  
  2072.     script.Parent.Visible = false
  2073.     wait (5)
  2074.     script.Parent.Visible = true
  2075.    
  2076.    
  2077. end
  2078. coroutine.wrap(FYKIZH_fake_script)()
  2079. local function EVHIL_fake_script() -- PanelWelcome.VisibleSetScript.
  2080.     local script = Instance.new('LocalScript', PanelWelcome)
  2081.  
  2082.     script.Parent.Visible = true
  2083.    
  2084.     wait(5,1)
  2085.    
  2086.     script.Parent.Visible = false
  2087.      
  2088.     script.Parent:Destroy()
  2089. end
  2090. coroutine.wrap(EVHIL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement