Advertisement
MKDNikola

Untitled

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