Advertisement
Viktorkarlsson01

Lumber Tycoon 2:4

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