Advertisement
DAJDAJ

blodgui

Aug 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 233.84 KB | None | 0 0
  1. -- Variables --
  2.  
  3. local Script = "BLOOD"
  4. local gFont = "SourceSans"
  5. local Visi = true
  6.  
  7. -- Functions --
  8.  
  9. function Log(text, r, g, b, font)
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = "{" .. tostring(Script) .. "} - " .. text;
  12. Color = Color3.new(r, g, b);
  13. Font = Enum.Font[font];
  14. FontSize = Enum.FontSize.Size10;
  15. })
  16. end
  17. Log("Loading framework...", 0,255,255, tostring(gFont))
  18.  
  19. -- Objects
  20.  
  21. local Intro = Instance.new("ScreenGui")
  22. local IntroImage = Instance.new("ImageLabel")
  23. local _1 = Instance.new("TextLabel")
  24. local _2 = Instance.new("TextLabel")
  25. local _3 = Instance.new("TextLabel")
  26. local _4 = Instance.new("TextLabel")
  27. local _5 = Instance.new("TextLabel")
  28. local _6 = Instance.new("TextLabel")
  29. local _7 = Instance.new("TextLabel")
  30.  
  31. -- Properties
  32.  
  33. Intro.Name = "Intro"
  34. Intro.Parent = game.CoreGui
  35.  
  36. IntroImage.Name = "IntroImage"
  37. IntroImage.Parent = Intro
  38. IntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  39. IntroImage.BackgroundTransparency = 1
  40. IntroImage.BorderColor3 = Color3.new(1, 1, 1)
  41. IntroImage.BorderSizePixel = 0
  42. IntroImage.Position = UDim2.new(0.400, 0, 0.200, 0)
  43. IntroImage.Size = UDim2.new(0, 356, 0, 347)
  44. IntroImage.Image = "rbxassetid://1130382821"
  45.  
  46. _1.Name = "1"
  47. _1.Parent = IntroImage
  48. _1.BackgroundColor3 = Color3.fromRGB(249, 214, 46)
  49. _1.BackgroundTransparency = 1
  50. _1.BorderSizePixel = 0
  51. _1.Position = UDim2.new(0.109550565, 0, 0.423631132, 0)
  52. _1.Size = UDim2.new(0, 40, 0, 53)
  53. _1.Font = Enum.Font.ArialBold
  54. _1.FontSize = Enum.FontSize.Size14
  55. _1.Text = " "
  56. _1.TextColor3 = Color3.new(1, 0, 0)
  57. _1.TextScaled = true
  58. _1.TextSize = 14
  59. _1.TextWrapped = true
  60.  
  61. _2.Name = "2"
  62. _2.Parent = IntroImage
  63. _2.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  64. _2.BackgroundTransparency = 1
  65. _2.BorderSizePixel = 0
  66. _2.Position = UDim2.new(0.221910119, 0, 0.423631132, 0)
  67. _2.Size = UDim2.new(0, 40, 0, 53)
  68. _2.Font = Enum.Font.ArialBold
  69. _2.FontSize = Enum.FontSize.Size14
  70. _2.Text = "B"
  71. _2.TextColor3 = Color3.new(0, 0.298039, 0.498039)
  72. _2.TextScaled = true
  73. _2.TextSize = 14
  74. _2.TextWrapped = true
  75.  
  76. _3.Name = "3"
  77. _3.Parent = IntroImage
  78. _3.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  79. _3.BackgroundTransparency = 1
  80. _3.BorderSizePixel = 0
  81. _3.Position = UDim2.new(0.334269673, 0, 0.423631132, 0)
  82. _3.Size = UDim2.new(0, 40, 0, 53)
  83. _3.Font = Enum.Font.ArialBold
  84. _3.FontSize = Enum.FontSize.Size14
  85. _3.Text = "L"
  86. _3.TextColor3 = Color3.new(0, 0.298039, 0.498039)
  87. _3.TextScaled = true
  88. _3.TextSize = 14
  89. _3.TextWrapped = true
  90.  
  91. _4.Name = "4"
  92. _4.Parent = IntroImage
  93. _4.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  94. _4.BackgroundTransparency = 1
  95. _4.BorderSizePixel = 0
  96. _4.Position = UDim2.new(0.446629226, 0, 0.423631132, 0)
  97. _4.Size = UDim2.new(0, 40, 0, 53)
  98. _4.Font = Enum.Font.ArialBold
  99. _4.FontSize = Enum.FontSize.Size14
  100. _4.Text = "O"
  101. _4.TextColor3 = Color3.new(0, 0.298039, 0.498039)
  102. _4.TextScaled = true
  103. _4.TextSize = 14
  104. _4.TextWrapped = true
  105.  
  106. _5.Name = "5"
  107. _5.Parent = IntroImage
  108. _5.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  109. _5.BackgroundTransparency = 1
  110. _5.BorderSizePixel = 0
  111. _5.Position = UDim2.new(0.55898881, 0, 0.423631132, 0)
  112. _5.Size = UDim2.new(0, 40, 0, 53)
  113. _5.Font = Enum.Font.ArialBold
  114. _5.FontSize = Enum.FontSize.Size14
  115. _5.Text = "O"
  116. _5.TextColor3 = Color3.new(0, 0.298039, 0.498039)
  117. _5.TextScaled = true
  118. _5.TextSize = 14
  119. _5.TextWrapped = true
  120.  
  121. _6.Name = "6"
  122. _6.Parent = IntroImage
  123. _6.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  124. _6.BackgroundTransparency = 1
  125. _6.BorderSizePixel = 0
  126. _6.Position = UDim2.new(0.671348333, 0, 0.423631132, 0)
  127. _6.Size = UDim2.new(0, 40, 0, 53)
  128. _6.Font = Enum.Font.ArialBold
  129. _6.FontSize = Enum.FontSize.Size14
  130. _6.Text = "D"
  131. _6.TextColor3 = Color3.new(0, 0.298039, 0.498039)
  132. _6.TextScaled = true
  133. _6.TextSize = 14
  134. _6.TextWrapped = true
  135.  
  136. _7.Name = "7"
  137. _7.Parent = IntroImage
  138. _7.BackgroundColor3 = Color3.new(1, 1, 1)
  139. _7.BackgroundTransparency = 1
  140. _7.BorderSizePixel = 0
  141. _7.Position = UDim2.new(0.775280893, 0, 0.423631132, 0)
  142. _7.Size = UDim2.new(0, 40, 0, 53)
  143. _7.Font = Enum.Font.ArialBold
  144. _7.FontSize = Enum.FontSize.Size14
  145. _7.Text = " "
  146. _7.TextColor3 = Color3.new(1, 0, 0)
  147. _7.TextScaled = true
  148. _7.TextSize = 14
  149. _7.TextWrapped = true
  150.  
  151.  
  152.  
  153. _1.TextTransparency = 0.2
  154. wait()
  155. _2.TextTransparency = 0.2
  156. wait()
  157. _3.TextTransparency = 0.2
  158. wait()
  159. _4.TextTransparency = 0.2
  160. wait()
  161. _5.TextTransparency = 0.2
  162. wait()
  163. _6.TextTransparency = 0.2
  164. wait()
  165. _7.TextTransparency = 0.2
  166. wait()
  167. IntroImage.ImageTransparency = 0.2
  168. wait()
  169. _1.TextTransparency = 0.3
  170. wait()
  171. _2.TextTransparency = 0.3
  172. wait()
  173. _3.TextTransparency = 0.3
  174. wait()
  175. _4.TextTransparency = 0.3
  176. wait()
  177. _5.TextTransparency = 0.3
  178. wait()
  179. _6.TextTransparency = 0.3
  180. wait()
  181. _7.TextTransparency = 0.3
  182. wait()
  183. IntroImage.ImageTransparency = 0.3
  184. wait()
  185. _1.TextTransparency = 0.4
  186. wait()
  187. _2.TextTransparency = 0.4
  188. wait()
  189. _3.TextTransparency = 0.4
  190. wait()
  191. _4.TextTransparency = 0.4
  192. wait()
  193. _5.TextTransparency = 0.4
  194. wait()
  195. _6.TextTransparency = 0.4
  196. wait()
  197. _7.TextTransparency = 0.4
  198. wait()
  199. IntroImage.ImageTransparency = 0.4
  200. wait()
  201. _1.TextTransparency = 0.5
  202. wait()
  203. _2.TextTransparency = 0.5
  204. wait()
  205. _3.TextTransparency = 0.4
  206. wait()
  207. _4.TextTransparency = 0.5
  208. wait()
  209. _5.TextTransparency = 0.5
  210. wait()
  211. _6.TextTransparency = 0.5
  212. wait()
  213. _7.TextTransparency = 0.5
  214. wait()
  215. IntroImage.ImageTransparency = 0.5
  216. wait()
  217. _1.TextTransparency = 0.6
  218. wait()
  219. _2.TextTransparency = 0.6
  220. wait()
  221. _3.TextTransparency = 0.6
  222. wait()
  223. _4.TextTransparency = 0.6
  224. wait()
  225. _5.TextTransparency = 0.6
  226. wait()
  227. _6.TextTransparency = 0.6
  228. wait()
  229. _7.TextTransparency = 0.6
  230. wait()
  231. IntroImage.ImageTransparency = 0.6
  232. wait()
  233. _1.TextTransparency = 0.7
  234. wait()
  235. _2.TextTransparency = 0.7
  236. wait()
  237. _3.TextTransparency = 0.7
  238. wait()
  239. _4.TextTransparency = 0.7
  240. wait()
  241. _5.TextTransparency = 0.7
  242. wait()
  243. _6.TextTransparency = 0.7
  244. wait()
  245. _7.TextTransparency = 0.7
  246. wait()
  247. IntroImage.ImageTransparency = 0.7
  248. wait()
  249. _1.TextTransparency = 0.8
  250. wait()
  251. _2.TextTransparency = 0.8
  252. wait()
  253. _3.TextTransparency = 0.8
  254. wait()
  255. _4.TextTransparency = 0.8
  256. wait()
  257. _5.TextTransparency = 0.8
  258. wait()
  259. _6.TextTransparency = 0.8
  260. wait()
  261. _7.TextTransparency = 0.8
  262. wait()
  263. IntroImage.ImageTransparency = 0.8
  264. wait()
  265. _1.TextTransparency = 0.9
  266. wait()
  267. _2.TextTransparency = 0.9
  268. wait()
  269. _3.TextTransparency = 0.9
  270. wait()
  271. _4.TextTransparency = 0.9
  272. wait()
  273. _5.TextTransparency = 0.9
  274. wait()
  275. _6.TextTransparency = 0.9
  276. wait()
  277. _7.TextTransparency = 0.9
  278. wait()
  279. IntroImage.ImageTransparency = 0.9
  280. wait()
  281. _1.TextTransparency = 1
  282. wait()
  283. _2.TextTransparency = 1
  284. wait()
  285. _3.TextTransparency = 1
  286. wait()
  287. _4.TextTransparency = 1
  288. wait()
  289. _5.TextTransparency = 1
  290. wait()
  291. _6.TextTransparency = 1
  292. wait()
  293. _7.TextTransparency = 1
  294. wait()
  295. IntroImage.ImageTransparency = 0.9
  296. wait()
  297. _1.TextTransparency = 1.1
  298. wait()
  299. _2.TextTransparency = 1.1
  300. wait()
  301. _3.TextTransparency = 1.1
  302. wait()
  303. _4.TextTransparency = 1.1
  304. wait()
  305. _5.TextTransparency = 1.1
  306. wait()
  307. _6.TextTransparency = 1.1
  308. wait()
  309. _7.TextTransparency = 1.1
  310. wait()
  311. IntroImage.ImageTransparency = 5.1
  312. wait()
  313. Intro:Destroy()
  314. wait()
  315.  
  316.  
  317. -- Automatically Add players to Blacklist --
  318.  
  319. Mouse = game.Players.LocalPlayer:GetMouse()
  320.  
  321. game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
  322. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  323.  
  324. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  325. players = game.Players
  326. for i, v in pairs(players:GetPlayers()) do
  327. if v.Name ~= players.LocalPlayer.Name then
  328. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  329. end
  330. end
  331. players.PlayerAdded:connect(function(plr)
  332. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  333. end)
  334.  
  335. game:GetService("StarterGui"):SetCore("SendNotification", {
  336. Title = "BLOOD",
  337. Text = "Loaded Successful."
  338. })
  339.  
  340. local players = game:GetService('Players')
  341. if game.Players.LocalPlayer then
  342. game.StarterGui:SetCore('SendNotification', {
  343. Title = ' '.. players.LocalPlayer.Name..'!',
  344. Text = 'Welcome to Bloods GUI!',
  345. Icon = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userName=]]..players.LocalPlayer.Name..[[&RAND]] .. math.random(1,10000000),
  346. Duration = 5,
  347. })
  348. end
  349.  
  350. Log("Loaded framework successfully!", 0,255,255, tostring(gFont))
  351. WCollide = "Nothing"
  352. afkactive = false
  353. CustomLocationSet = false
  354.  
  355. local LT2 = Instance.new("ScreenGui")
  356. local MainFrame = Instance.new("Frame")
  357. local Close = Instance.new("TextButton")
  358. local AIntroImage = Instance.new("ImageLabel")
  359. local BIntroImage = Instance.new("ImageLabel")
  360. local DupeStatus = Instance.new("TextLabel")
  361. local Dupe = Instance.new("TextButton")
  362. local SettingsFrame = Instance.new("Frame")
  363. local WalkspeedLabel = Instance.new("TextButton")
  364. local JumpPowerLabel = Instance.new("TextLabel")
  365. local WalkSpeed = Instance.new("TextLabel")
  366. local JumpPower = Instance.new("TextBox")
  367. local Settings = Instance.new("TextButton")
  368. local PaintFill = Instance.new("TextButton")
  369. local PaintFrame = Instance.new("Frame")
  370. local PaintScrollingFrame = Instance.new("ScrollingFrame")
  371. local PaintNameBox = Instance.new("TextBox")
  372. local Paint = Instance.new("TextButton")
  373. local AHELPPAINT = Instance.new("TextButton")
  374. local PAINTHELPFRAME = Instance.new("Frame")
  375. local PAINTHELP = Instance.new("TextLabel")
  376. local HELPPAINT = Instance.new("TextLabel")
  377. local FillFir = Instance.new("TextButton")
  378. local FillBirch = Instance.new("TextButton")
  379. local FillCherry = Instance.new("TextButton")
  380. local FillGeneric = Instance.new("TextButton")
  381. local FillOak = Instance.new("TextButton")
  382. local FillPalm = Instance.new("TextButton")
  383. local FillPine = Instance.new("TextButton")
  384. local FillWalnut = Instance.new("TextButton")
  385. local FillKoa = Instance.new("TextButton")
  386. local FillSign = Instance.new("TextButton")
  387. local FillVolcano = Instance.new("TextButton")
  388. local FillGoldSwampy = Instance.new("TextButton")
  389. local FillGreenSwampy = Instance.new("TextButton")
  390. local FillSnowGlow = Instance.new("TextButton")
  391. local FillCaveCrawler = Instance.new("TextButton")
  392. local FillSpooky = Instance.new("TextButton")
  393. local FillLoneCave = Instance.new("TextButton")
  394. local FillSpookyNeon = Instance.new("TextButton")
  395. local FillFrost = Instance.new("TextButton")
  396. local FillGenericSpecial = Instance.new("TextButton")
  397. local FillGrey = Instance.new("TextButton")
  398. local Players = Instance.new("TextButton")
  399. local SellPlanks = Instance.new("TextButton")
  400. local SellWood = Instance.new("TextButton")
  401. local Teleport = Instance.new("TextButton")
  402. local TpBox = Instance.new("TextButton")
  403. local TpPlank = Instance.new("TextButton")
  404. local TpWood = Instance.new("TextButton")
  405. local TeleportToSpook = Instance.new("TextButton")
  406. local harddrag = Instance.new("TextButton")
  407. local Goldaxe = Instance.new("TextButton")
  408. local PlankFrame = Instance.new("Frame")
  409. local ProcessedWoodList = Instance.new("ScrollingFrame")
  410. local TpAllPlanks = Instance.new("TextButton")
  411. local PlayersFrame = Instance.new("Frame")
  412. local PlayerFrame = Instance.new("Frame")
  413. local Player1 = Instance.new("TextButton")
  414. local Player2 = Instance.new("TextButton")
  415. local Player3 = Instance.new("TextButton")
  416. local Player4 = Instance.new("TextButton")
  417. local Player5 = Instance.new("TextButton")
  418. local Player6 = Instance.new("TextButton")
  419. local PlyrSel = Instance.new("TextLabel")
  420. local TpPlayer = Instance.new("TextButton")
  421. local TpBase = Instance.new("TextButton")
  422. local PurchasedFrame = Instance.new("Frame")
  423. local LastPurchasedList = Instance.new("ScrollingFrame")
  424. local WaypointFrame = Instance.new("Frame")
  425. local Waypoints = Instance.new("ScrollingFrame")
  426. local Stranger = Instance.new("TextButton")
  427. local BobsShack = Instance.new("TextButton")
  428. local PlotTp = Instance.new("TextButton")
  429. local BoxedCars = Instance.new("TextButton")
  430. local Cave = Instance.new("TextButton")
  431. local FancyFurnishings = Instance.new("TextButton")
  432. local FineArtsShop = Instance.new("TextButton")
  433. local LandStore = Instance.new("TextButton")
  434. local LinksLogic = Instance.new("TextButton")
  435. local PalmIsland = Instance.new("TextButton")
  436. local SpawnPoint = Instance.new("TextButton")
  437. local Swamp = Instance.new("TextButton")
  438. local Volcano = Instance.new("TextButton")
  439. local WoodRUs = Instance.new("TextButton")
  440. local Dock = Instance.new("TextButton")
  441. local Bridge = Instance.new("TextButton")
  442. local EndTimes = Instance.new("TextButton")
  443. local ShrineOfSight = Instance.new("TextButton")
  444. local TheDen = Instance.new("TextButton")
  445. local VolcanoWin = Instance.new("TextButton")
  446. local SkiLodge = Instance.new("TextButton")
  447. local FrostTreeArea = Instance.new("TextButton")
  448. local SnowGlowTreeArea = Instance.new("TextButton")
  449. local SawmillTp = Instance.new("TextButton")
  450. local ShowLocation = Instance.new("TextButton")
  451. local CustomTPPoint = Instance.new("TextButton")
  452. local RemoveT = Instance.new("TextButton")
  453. local Copymenu = Instance.new("TextButton")
  454. local CopymenuFrame = Instance.new("Frame")
  455. local PlayerNameBox = Instance.new("TextBox")
  456. local CopyBase = Instance.new("TextButton")
  457. local BTools = Instance.new("TextButton")
  458. local CopyTool = Instance.new("TextButton")
  459. local DeleteTool = Instance.new("TextButton")
  460. local MoveTool = Instance.new("TextButton")
  461. local ItemDupe = Instance.new("TextButton")
  462. local GetAxe = Instance.new("TextButton")
  463. local GetGifts = Instance.new("TextButton")
  464. local GetItems = Instance.new("TextButton")
  465. local GetVehicle = Instance.new("TextButton")
  466. local GetFurniture = Instance.new("TextButton")
  467. local GetStructure = Instance.new("TextButton")
  468. local GetWood = Instance.new("TextButton")
  469. local GetWires = Instance.new("TextButton")
  470. local WipeBase = Instance.new("TextButton")
  471. local HelpAFrame = Instance.new("Frame")
  472. local HelpFrame = Instance.new("Frame")
  473. local HelpA = Instance.new("TextButton")
  474. local HelpB = Instance.new("TextLabel")
  475. local HelpC = Instance.new("TextLabel")
  476. local Artmenu = Instance.new("TextButton")
  477. local ArtmenuFrame = Instance.new("Frame")
  478. local ARTA = Instance.new("TextButton")
  479. local ARTB = Instance.new("TextButton")
  480. local ARTC = Instance.new("TextButton")
  481. local ARTD = Instance.new("TextButton")
  482. local ARTE = Instance.new("TextButton")
  483. local Hoofer1 = Instance.new("TextButton")
  484. local Fog = Instance.new("TextButton")
  485. local BTools= Instance.new("TextButton")
  486. local BToolsFrame = Instance.new("Frame")
  487.  
  488. local landart = Instance.new("TextButton")
  489. local Reset = Instance.new("TextButton")
  490. local AntiBlack = Instance.new("TextButton")
  491. local GriefFly = Instance.new("TextButton")
  492. local PinkWires = Instance.new("TextButton")
  493. local PinkWiresStatus = Instance.new("TextLabel")
  494. local Fly = Instance.new("TextButton")
  495. local MaxLand = Instance.new("TextButton")
  496. local WaterCollide = Instance.new("TextButton")
  497. local Noclip = Instance.new("TextButton")
  498. local CARA = Instance.new("TextButton")
  499. local LeakedItems = Instance.new("TextButton")
  500. local Depart = Instance.new("TextLabel")
  501. local PinkWiresStatus = Instance.new("TextLabel")
  502. local AntiAFK = Instance.new("TextButton")
  503. local AntiAFKtime = Instance.new("TextLabel")
  504. local ReJoinServer = Instance.new("TextButton")
  505. local Flashlight = Instance.new("TextButton")
  506. local HelpAA = Instance.new("TextButton")
  507. local HelpAFrame = Instance.new("Frame")
  508. local HelpBB = Instance.new("TextLabel")
  509. local HelpCC = Instance.new("TextLabel")
  510. local FunStuff = Instance.new("TextButton")
  511. local FunStuffFrame = Instance.new("Frame")
  512. local FunStuffHOVER = Instance.new("TextButton")
  513. local FunStuffTHOMAS = Instance.new("TextButton")
  514. local FunStuff18 = Instance.new("TextButton")
  515. local FunStuff19 = Instance.new("TextButton")
  516. local FunStuff20 = Instance.new("TextButton")
  517. local SWEAR = Instance.new("TextButton")
  518. local FunStuffRE = Instance.new("TextButton")
  519. local StopGriefFly = Instance.new("TextButton")
  520.  
  521. LT2.Name = "LT2"
  522. LT2.Parent = game.CoreGui
  523.  
  524. MainFrame.Name = "MainFrame"
  525. MainFrame.Parent = LT2
  526. MainFrame.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  527. MainFrame.BackgroundTransparency = 1
  528. MainFrame.BorderSizePixel = 0
  529. MainFrame.Position = UDim2.new(0.5, -535, 0, -33)
  530. MainFrame.Size = UDim2.new(0, 955, 0, 30)
  531.  
  532. Close.Name = "Close"
  533. Close.Parent = MainFrame
  534. Close.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  535. Close.BorderColor3 = Color3.new(0, 0, 0)
  536. Close.BorderSizePixel = 2
  537. Close.Position = UDim2.new(0, 5, 0, 5)
  538. Close.Size = UDim2.new(0, 20, 0, 20)
  539. Close.Font = Enum.Font.Fantasy
  540. Close.FontSize = Enum.FontSize.Size18
  541. Close.Text = "X"
  542. Close.TextColor3 = Color3.new(0, 0, 0)
  543. Close.TextSize = 16
  544. Close.TextWrapped = true
  545.  
  546. AIntroImage.Name = "IntroImage"
  547. AIntroImage.Parent = MainFrame
  548. AIntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  549. AIntroImage.BackgroundTransparency = 1
  550. AIntroImage.BorderColor3 = Color3.new(1, 1, 1)
  551. AIntroImage.BorderSizePixel = 0
  552. AIntroImage.Position = UDim2.new(0, -90, 0, 5)
  553. AIntroImage.Size = UDim2.new(0, 87.5, 0, 20)
  554. AIntroImage.Image = "rbxassetid://3630810430"
  555.  
  556. BIntroImage.Name = "IntroImage"
  557. BIntroImage.Parent = MainFrame
  558. BIntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  559. BIntroImage.BackgroundTransparency = 1
  560. BIntroImage.BorderColor3 = Color3.new(1, 1, 1)
  561. BIntroImage.BorderSizePixel = 0
  562. BIntroImage.Position = UDim2.new(0, 1068, 0, 5)
  563. BIntroImage.Size = UDim2.new(0, 87.5, 0, 20)
  564. BIntroImage.Image = "rbxassetid://3630810430"
  565.  
  566. HelpAA.Name = "HelpAA"
  567. HelpAA.Parent = ArtmenuFrame
  568. HelpAA.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  569. HelpAA.BorderColor3 = Color3.new(0, 0, 0)
  570. HelpAA.Position = UDim2.new(0.431176474, 0, 0.883211672, 0)
  571. HelpAA.Size = UDim2.new(0, 25, 0, 16)
  572. HelpAA.Font = Enum.Font.SourceSans
  573. HelpAA.Text = "Help"
  574. HelpAA.TextColor3 = Color3.new(1, 1, 1)
  575. HelpAA.TextSize = 14
  576.  
  577.  
  578. HelpAFrame.Name = "HelpAFrame"
  579. HelpAFrame.Parent = MainFrame
  580. HelpAFrame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  581. HelpAFrame.BorderColor3 = Color3.new(0, 0, 0)
  582. HelpAFrame.Position = UDim2.new(0.378, 0, 0.912790716, 0)
  583. HelpAFrame.Size = UDim2.new(0, 342, 0, 203)
  584. HelpAFrame.Active = true
  585. HelpAFrame.Draggable = true
  586. HelpAFrame.Visible = false
  587.  
  588. HelpBB.Name = "HelpBB"
  589. HelpBB.Parent = HelpAFrame
  590. HelpBB.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  591. HelpBB.BorderColor3 = Color3.new(0, 0, 0)
  592. HelpBB.Position = UDim2.new(0.0345495498, 0, 0.036809817, 0)
  593. HelpBB.Size = UDim2.new(0, 320, 0, 66)
  594. HelpBB.Font = Enum.Font.SourceSans
  595. HelpBB.Text = "BluePrint ART:-\nMaxland is a must for this."
  596. HelpBB.TextColor3 = Color3.new(0, 0, 0)
  597. HelpBB.TextScaled = true
  598. HelpBB.TextSize = 14
  599. HelpBB.TextWrapped = true
  600.  
  601. HelpCC.Name = "HelpCC"
  602. HelpCC.Parent = HelpAFrame
  603. HelpCC.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  604. HelpCC.BorderColor3 = Color3.new(0, 0, 0)
  605. HelpCC.Position = UDim2.new(0.0345495796, 0, 0.406932507, 0)
  606. HelpCC.Size = UDim2.new(0, 320, 0, 86)
  607. HelpCC.Font = Enum.Font.SourceSans
  608. HelpCC.Text = "HOW TO USE:-\nLoad your base by the dock.\nPress the button of blueprint art you want.\nUse the Paintfill script in the Main Menu!\nBLUEPRINTS:- This will get you all prints."
  609. HelpCC.TextColor3 = Color3.new(0, 0, 0)
  610. HelpCC.TextScaled = true
  611. HelpCC.TextSize = 14
  612. HelpCC.TextWrapped = true
  613.  
  614. Depart.Name = "Depart"
  615. Depart.Parent = MainFrame
  616. Depart.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  617. Depart.BorderColor3 = Color3.new(0, 0, 0)
  618. Depart.BorderSizePixel = 2
  619. Depart.Position = UDim2.new(0, 930, 0, 5)
  620. Depart.Size = UDim2.new(0, 130, 0, 20)
  621. --Depart.BackgroundTransparency=1
  622. Depart.Font = Enum.Font.Fantasy
  623. Depart.FontSize = Enum.FontSize.Size18
  624. Depart.Text = "Ferry Departs: 0"
  625. Depart.TextColor3 = Color3.new(1, 1, 1)
  626. Depart.TextSize = 15
  627. Depart.TextStrokeColor3 = Color3.new(1, 1, 1)
  628. Depart.TextWrapped = true
  629.  
  630. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  631. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  632. if Depart.Text == "Ferry Departs: 0" then
  633. wait(6)
  634. Depart.Text = "Ferry has Departed"
  635. else
  636. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  637. end
  638. end)
  639.  
  640. FunStuff.Name = "FunStuff"
  641. FunStuff.Parent = MainFrame
  642. FunStuff.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  643. FunStuff.BorderColor3 = Color3.new(0, 0, 0)
  644. FunStuff.BorderSizePixel = 2
  645. FunStuff.Position = UDim2.new(0, 835, 0, 5)
  646. FunStuff.Size = UDim2.new(0, 90, 0, 20)
  647. FunStuff.Font = Enum.Font.Fantasy
  648. FunStuff.FontSize = Enum.FontSize.Size18
  649. FunStuff.Text = "FUN TIME"
  650. FunStuff.TextColor3 = Color3.new(1, 1, 1)
  651. FunStuff.TextSize = 15
  652. FunStuff.TextWrapped = true
  653.  
  654. FunStuffFrame.Name = "FunStuffFrame"
  655. FunStuffFrame.Parent = MainFrame
  656. FunStuffFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  657. FunStuffFrame.Position = UDim2.new(0, 810, 0, 35)
  658. FunStuffFrame.Size = UDim2.new(0, 135, 0, 430)
  659. FunStuffFrame.Visible = false
  660.  
  661. FunStuffHOVER.Name = "FunStuffHOVER"
  662. FunStuffHOVER.Parent = FunStuffFrame
  663. FunStuffHOVER.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  664. FunStuffHOVER.BorderColor3 = Color3.new(0, 0, 0)
  665. FunStuffHOVER.Position = UDim2.new(0, 5, 0, 5)
  666. FunStuffHOVER.Size = UDim2.new(0, 124, 0, 20)
  667. FunStuffHOVER.Font = Enum.Font.Fantasy
  668. FunStuffHOVER.FontSize = Enum.FontSize.Size14
  669. FunStuffHOVER.Text = "HOVER BOARD"
  670. FunStuffHOVER.TextColor3 = Color3.new(1, 1, 1)
  671. FunStuffHOVER.TextSize = 14
  672. FunStuffHOVER.MouseButton1Click:connect(function()
  673. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/Hoverboard.txt',true))()
  674. Log("Loaded HOVER BOARD successfully! Controls (Spacebar + A + D + W + S) To STOP press the RESET CHARACTER button", 0, 255, 0, tostring(gFont))
  675.  
  676. end)
  677.  
  678. FunStuffTHOMAS.Name = "FunStuffTHOMAS"
  679. FunStuffTHOMAS.Parent = FunStuffFrame
  680. FunStuffTHOMAS.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  681. FunStuffTHOMAS.BorderColor3 = Color3.new(0, 0, 0)
  682. FunStuffTHOMAS.Position = UDim2.new(0, 5, 0, 25)
  683. FunStuffTHOMAS.Size = UDim2.new(0, 124, 0, 20)
  684. FunStuffTHOMAS.Font = Enum.Font.Fantasy
  685. FunStuffTHOMAS.FontSize = Enum.FontSize.Size14
  686. FunStuffTHOMAS.Text = "THOMAS THE TANK"
  687. FunStuffTHOMAS.TextColor3 = Color3.new(1, 1, 1)
  688. FunStuffTHOMAS.TextSize = 14
  689. FunStuffTHOMAS.MouseButton1Click:connect(function()
  690. loadstring(game:HttpGet('http://pastebin.com/raw/tMr759X7',true))()
  691. Log("Loaded THOMAS THE TANK successfully! To STOP press the RESET CHARACTER button", 0, 255, 0, tostring(gFont))
  692.  
  693. end)
  694.  
  695. FunStuff18.Name = "POLICE MAN+"
  696. FunStuff18.Parent = FunStuffFrame
  697. FunStuff18.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  698. FunStuff18.BorderColor3 = Color3.new(0, 0, 0)
  699. FunStuff18.Position = UDim2.new(0, 5, 0, 45)
  700. FunStuff18.Size = UDim2.new(0, 124, 0, 20)
  701. FunStuff18.Font = Enum.Font.Fantasy
  702. FunStuff18.FontSize = Enum.FontSize.Size14
  703. FunStuff18.Text = "POLICE MAN"
  704. FunStuff18.TextColor3 = Color3.new(1, 1, 1)
  705. FunStuff18.TextSize = 14
  706. FunStuff18.MouseButton1Click:connect(function()
  707. loadstring(game:HttpGet('https://pastebin.com/raw/FR9Fzcqw',true))()
  708. Log("Loaded POLICE MAN successfully! To STOP press the RESET CHARACTER button", 0, 255, 0, tostring(gFont))
  709. end)
  710.  
  711. FunStuff19.Name = "SPRAY CAN"
  712. FunStuff19.Parent = FunStuffFrame
  713. FunStuff19.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  714. FunStuff19.BorderColor3 = Color3.new(0, 0, 0)
  715. FunStuff19.Position = UDim2.new(0, 5, 0, 65)
  716. FunStuff19.Size = UDim2.new(0, 124, 0, 20)
  717. FunStuff19.Font = Enum.Font.Fantasy
  718. FunStuff19.FontSize = Enum.FontSize.Size14
  719. FunStuff19.Text = "SPRAY CAN"
  720. FunStuff19.TextColor3 = Color3.new(1, 1, 1)
  721. FunStuff19.TextSize = 14
  722. FunStuff19.MouseButton1Click:connect(function()
  723. loadstring(game:HttpGet('http://pastebin.com/raw/raYkCjyy',true))()
  724. Log("Loaded SPRAY CAN successfully! To STOP press the RESET CHARACTER button", 0, 255, 0, tostring(gFont))
  725.  
  726. end)
  727.  
  728.  
  729. FunStuff20.Name = "COCA COLA"
  730. FunStuff20.Parent = FunStuffFrame
  731. FunStuff20.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  732. FunStuff20.BorderColor3 = Color3.new(0, 0, 0)
  733. FunStuff20.Position = UDim2.new(0, 5, 0, 85)
  734. FunStuff20.Size = UDim2.new(0, 124, 0, 20)
  735. FunStuff20.Font = Enum.Font.Fantasy
  736. FunStuff20.FontSize = Enum.FontSize.Size14
  737. FunStuff20.Text = "COCA COLA"
  738. FunStuff20.TextColor3 = Color3.new(1, 1, 1)
  739. FunStuff20.TextSize = 14
  740. FunStuff20.MouseButton1Click:connect(function()
  741. loadstring(game:HttpGet('https://pastebin.com/raw/nMu90Kdq',true))()
  742. Log("Loaded COCA COLA successfully! To STOP press the RESET CHARACTER button", 0, 255, 0, tostring(gFont))
  743.  
  744. end)
  745.  
  746. SWEAR.Name = "SWEAR"
  747. SWEAR.Parent = SettingsFrame
  748. SWEAR.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  749. SWEAR.BorderColor3 = Color3.new(0, 0, 0)
  750. SWEAR.Position = UDim2.new(0, 5, 0, 223)
  751. SWEAR.Size = UDim2.new(0, 124, 0, 20)
  752. SWEAR.Font = Enum.Font.Fantasy
  753. SWEAR.FontSize = Enum.FontSize.Size14
  754. SWEAR.Text = "SWEAR IN CHAT"
  755. SWEAR.TextColor3 = Color3.new(1, 1, 1)
  756. SWEAR.TextSize = 14
  757. SWEAR.MouseButton1Click:connect(function()
  758. loadstring(game:HttpGet('https://pastebin.com/raw/TYv496k8'))()
  759. Log("Loaded SWEAR IN CHAT successfully! This will not work with the (CAPS LOCK) on", 255, 0, 0, tostring(gFont))
  760. end)
  761.  
  762. FunStuffRE.Name = "RESET"
  763. FunStuffRE.Parent = FunStuffFrame
  764. FunStuffRE.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  765. FunStuffRE.BorderColor3 = Color3.new(0, 0, 0)
  766. FunStuffRE.Position = UDim2.new(0, 5, 0, 125)
  767. FunStuffRE.Size = UDim2.new(0, 124, 0, 20)
  768. FunStuffRE.Font = Enum.Font.Fantasy
  769. FunStuffRE.FontSize = Enum.FontSize.Size14
  770. FunStuffRE.Text = "RESET CHARACTER"
  771. FunStuffRE.TextWrapped = true
  772. FunStuffRE.TextColor3 = Color3.new(1, 1, 1)
  773. FunStuffRE.TextSize = 14
  774. FunStuffRE.MouseButton1Click:connect(function()
  775. game.Players.LocalPlayer.Character.Head:Destroy()
  776. Log("You have RESET CHARACTER successfully!", 0, 255, 0, tostring(gFont))
  777. end)
  778.  
  779. SettingsFrame.Name = "SettingsFrame"
  780. SettingsFrame.Parent = MainFrame
  781. SettingsFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  782. SettingsFrame.Position = UDim2.new(0, 750, 0, 35)
  783. SettingsFrame.Size = UDim2.new(0, 135, 0, 430)
  784. SettingsFrame.Visible = false
  785.  
  786. WalkspeedLabel.Name = "WalkspeedLabel"
  787. WalkspeedLabel.Parent = SettingsFrame
  788. WalkspeedLabel.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  789. WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0)
  790. WalkspeedLabel.Position = UDim2.new(0, 5, 0, 5)
  791. WalkspeedLabel.Size = UDim2.new(0, 90, 0, 20)
  792. WalkspeedLabel.Font = Enum.Font.Fantasy
  793. WalkspeedLabel.FontSize = Enum.FontSize.Size14
  794. WalkspeedLabel.Text = "Walkspeed"
  795. WalkspeedLabel.TextColor3 = Color3.new(1, 1, 1)
  796. WalkspeedLabel.TextSize = 14
  797.  
  798. JumpPowerLabel.Name = "JumpPowerLabel"
  799. JumpPowerLabel.Parent = SettingsFrame
  800. JumpPowerLabel.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  801. JumpPowerLabel.BorderColor3 = Color3.new(0, 0, 0)
  802. JumpPowerLabel.Position = UDim2.new(0, 5, 0, 32)
  803. JumpPowerLabel.Size = UDim2.new(0, 90, 0, 20)
  804. JumpPowerLabel.Font = Enum.Font.Fantasy
  805. JumpPowerLabel.FontSize = Enum.FontSize.Size14
  806. JumpPowerLabel.Text = "Jump Power"
  807. JumpPowerLabel.TextColor3 = Color3.new(1, 1,1)
  808. JumpPowerLabel.TextSize = 14
  809.  
  810. WalkSpeed.Name = "WalkSpeed"
  811. WalkSpeed.Parent = SettingsFrame
  812. WalkSpeed.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  813. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  814. WalkSpeed.Position = UDim2.new(0, 95, 0, 5)
  815. WalkSpeed.Size = UDim2.new(0, 35, 0, 20)
  816. WalkSpeed.Font = Enum.Font.Fantasy
  817. WalkSpeed.FontSize = Enum.FontSize.Size18
  818. WalkSpeed.Text = "V"
  819. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  820. WalkSpeed.TextSize = 16
  821.  
  822. WalkspeedLabel.MouseButton1Down:connect(function()
  823. local walkspeedplayer = game:GetService("Players").LocalPlayer
  824. local walkspeedmouse = walkspeedplayer:GetMouse()
  825.  
  826. local walkspeedenabled = false
  827.  
  828. function x_walkspeed(key)
  829. if (key == "v") then
  830. if walkspeedenabled == false then
  831. _G.WS = 150;
  832.  
  833. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  834. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  835. Humanoid.WalkSpeed = _G.WS;
  836. end)
  837. Humanoid.WalkSpeed = _G.WS;
  838.  
  839. walkspeedenabled = true
  840. elseif walkspeedenabled == true then
  841. _G.WS = 15;
  842. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  843. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  844. Humanoid.WalkSpeed = _G.WS;
  845. end)
  846. Humanoid.WalkSpeed = _G.WS;
  847.  
  848. walkspeedenabled = false
  849. end
  850. end
  851. end
  852.  
  853. walkspeedmouse.KeyDown:connect(x_walkspeed)
  854. Log("Loaded WALKSPEED successfully! Now press (V) on Keyboard. press (V) again to stop Walkspeed.", 255, 0, 0, tostring(gFont))
  855. end)
  856.  
  857.  
  858. JumpPower.Name = "JumpPower"
  859. JumpPower.Parent = SettingsFrame
  860. JumpPower.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  861. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  862. JumpPower.Position = UDim2.new(0, 95, 0, 32)
  863. JumpPower.Size = UDim2.new(0, 35, 0, 20)
  864. JumpPower.Font = Enum.Font.Fantasy
  865. JumpPower.FontSize = Enum.FontSize.Size18
  866. JumpPower.Text = "50"
  867. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  868. JumpPower.TextSize = 16
  869.  
  870. AntiBlack.Name = "AntiBlack"
  871. AntiBlack.Parent = SettingsFrame
  872. AntiBlack.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  873. AntiBlack.BorderColor3 = Color3.new(0, 0, 0)
  874. AntiBlack.Position = UDim2.new(0, 5, 0, 60)
  875. AntiBlack.Size = UDim2.new(0, 125, 0, 20)
  876. AntiBlack.Font = Enum.Font.Fantasy
  877. AntiBlack.FontSize = Enum.FontSize.Size18
  878. AntiBlack.Text = "ANTIBLACK"
  879. AntiBlack.TextColor3 = Color3.new(1, 1, 1)
  880. AntiBlack.TextSize = 15
  881. AntiBlack.MouseButton1Click:connect(function()
  882. AntiBlack.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  883. local plr = game.Players.LocalPlayer
  884. local cframe
  885. for i,v in next, workspace:GetDescendants() do
  886. if v:IsA("SpawnLocation") then
  887. v.Touched:Connect(function(h)
  888. if h.Parent == plr.Character and cframe then
  889. plr.Character:SetPrimaryPartCFrame(cframe)
  890. end
  891. end)
  892. end
  893. end
  894.  
  895. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  896. if game.Players.LocalPlayer.Character.PrimaryPart then
  897. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  898. end
  899. end)
  900.  
  901. for i,v in next, debug.getregistry() do
  902. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  903. debug.setupvalue(v,"lastUpdate",math.huge)
  904. break
  905. end
  906. end
  907.  
  908. for i,v in next, workspace.Effects:GetChildren() do
  909. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  910. v:Destroy()
  911. end
  912. end
  913. Log("Loaded ANTIBLACK LIST successfully! This will now let you walk on any base evan if thay BLACKLIST you", 255, 0, 0, tostring(gFont))
  914. end)
  915.  
  916. GriefFly.Name = "GriefFly"
  917. GriefFly.Parent = SettingsFrame
  918. GriefFly.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  919. GriefFly.BorderColor3 = Color3.new(0, 0, 0)
  920. GriefFly.Position = UDim2.new(0, 5, 0, 80)
  921. GriefFly.Size = UDim2.new(0, 85, 0, 20)
  922. GriefFly.Font = Enum.Font.Fantasy
  923. GriefFly.FontSize = Enum.FontSize.Size18
  924. GriefFly.Text = "GRIEF FLY"
  925. GriefFly.TextColor3 = Color3.new(1, 1, 1)
  926. GriefFly.TextSize = 15
  927.  
  928. GriefFly.MouseButton1Click:connect(function()
  929. GriefFly.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  930. Speed = 2
  931. Force = 800000
  932. Log("Loaded GRIEF FLY successfully! This will now let you DESTROY,WRECK ANY BASE, use (keys W + A + D + S ), Press the STOP BUTTON and then FLY BUTTON to RESET", 255, 0, 0,
  933. tostring(gFont))
  934.  
  935. --Script:
  936. lplayer = game:GetService("Players").LocalPlayer
  937. Mouse = lplayer:GetMouse()
  938. speedfly = Speed
  939. T = lplayer.Character.HumanoidRootPart
  940. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  941. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  942.  
  943. local function fly()
  944. flying = true
  945. local BG = Instance.new('BodyGyro', T)
  946. local BV = Instance.new('BodyVelocity', T)
  947. BG.P = 9e4
  948. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  949. BG.cframe = T.CFrame
  950. BV.velocity = Vector3.new(0, 0.1, 0)
  951. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  952. spawn(function()
  953. repeat wait()
  954. lplayer.Character.Humanoid.PlatformStand = true
  955. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  956. SPEED = 50
  957. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  958. SPEED = 0
  959. end
  960. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  961. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  962. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  963. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  964. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  965. else
  966. BV.velocity = Vector3.new(0, 0.1, 0)
  967. end
  968. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  969. until not flying
  970. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  971. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  972. SPEED = 0
  973. BG:destroy()
  974. BV:destroy()
  975. lplayer.Character.Humanoid.PlatformStand = false
  976. end)
  977. end
  978. Mouse.KeyDown:connect(function(KEY)
  979. if KEY:lower() == 'w' then
  980. CONTROL.F = speedfly
  981. elseif KEY:lower() == 's' then
  982. CONTROL.B = -speedfly
  983. elseif KEY:lower() == 'a' then
  984. CONTROL.L = -speedfly
  985. elseif KEY:lower() == 'd' then
  986. CONTROL.R = speedfly
  987. end
  988. end)
  989. Mouse.KeyUp:connect(function(KEY)
  990. if KEY:lower() == 'w' then
  991. CONTROL.F = 0
  992. elseif KEY:lower() == 's' then
  993. CONTROL.B = 0
  994. elseif KEY:lower() == 'a' then
  995. CONTROL.L = 0
  996. elseif KEY:lower() == 'd' then
  997. CONTROL.R = 0
  998. end
  999. end)
  1000. fly()
  1001.  
  1002.  
  1003. -- Made by JackMcJagger15
  1004.  
  1005. power = Force -- change this to make it more or less powerful
  1006.  
  1007. game:GetService('RunService').Stepped:connect(function()
  1008. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1009. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1010. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1011. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1012. end)
  1013.  
  1014. wait(.1)
  1015. local bambam = Instance.new("BodyThrust")
  1016. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1017. bambam.Force = Vector3.new(power,0,power)
  1018. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1019.  
  1020. while wait(0.2) do
  1021. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:connect(function()
  1022. script:Remove()
  1023. end)
  1024. end
  1025. end)
  1026.  
  1027. StopGriefFly.Name = " StopGriefFly"
  1028. StopGriefFly.Parent = SettingsFrame
  1029. StopGriefFly.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1030. StopGriefFly.BorderColor3 = Color3.new(0, 0, 0)
  1031. StopGriefFly.Position = UDim2.new(0, 85, 0, 80)
  1032. StopGriefFly.Size = UDim2.new(0, 45, 0, 20)
  1033. StopGriefFly.Font = Enum.Font.Fantasy
  1034. StopGriefFly.FontSize = Enum.FontSize.Size18
  1035. StopGriefFly.Text = "STOP"
  1036. StopGriefFly.TextColor3 = Color3.new(1, 1, 1)
  1037. StopGriefFly.TextSize = 15
  1038.  
  1039. StopGriefFly.MouseButton1Click:connect(function()
  1040. StopGriefFly.BackgroundColor3 = Color3.new(255, 0, 0)
  1041. active = false
  1042. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  1043.  
  1044. end)
  1045.  
  1046. Fly.Name = "Fly"
  1047. Fly.Parent = SettingsFrame
  1048. Fly.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1049. Fly.BorderColor3 = Color3.new(0, 0, 0)
  1050. Fly.Position = UDim2.new(0, 5, 0, 100)
  1051. Fly.Size = UDim2.new(0, 125, 0, 20)
  1052. Fly.Font = Enum.Font.Fantasy
  1053. Fly.FontSize = Enum.FontSize.Size18
  1054. Fly.Text = "FLY"
  1055. Fly.TextColor3 = Color3.new(1, 1, 1)
  1056. Fly.TextSize = 15
  1057.  
  1058. Fly.MouseButton1Down:connect(function()
  1059. flying = not flying
  1060. repeat wait()
  1061. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1062. local mouse = game.Players.LocalPlayer:GetMouse()
  1063. repeat wait() until mouse
  1064. local plr = game.Players.LocalPlayer
  1065. local torso = plr.Character.Torso
  1066. local deb = true
  1067. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1068. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1069. local maxspeed = 200
  1070. local speed = 0
  1071. if flying then
  1072. end
  1073.  
  1074. function FlyFunction()
  1075. local bg = Instance.new("BodyGyro", torso)
  1076. bg.P = 9e4
  1077. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1078. bg.cframe = torso.CFrame
  1079. local bv = Instance.new("BodyVelocity", torso)
  1080. bv.velocity = Vector3.new(0,0.1,0)
  1081. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1082. repeat wait()
  1083. plr.Character.Humanoid.PlatformStand = true
  1084. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1085. speed = speed+.5+(speed/maxspeed)
  1086. if speed > maxspeed then
  1087. speed = maxspeed
  1088. end
  1089. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1090. speed = speed-1
  1091. if speed < 0 then
  1092. speed = 0
  1093. end
  1094. end
  1095. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1096. 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
  1097. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1098. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1099. 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
  1100. else
  1101. bv.velocity = Vector3.new(0,0.1,0)
  1102. end
  1103. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1104. until not flying
  1105. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1106. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1107. speed = 0
  1108. bg:Destroy()
  1109. bv:Destroy()
  1110. plr.Character.Humanoid.PlatformStand = false
  1111. end
  1112. mouse.KeyDown:connect(function(key)
  1113. if key:lower() == "w" then
  1114. ctrl.f = 1
  1115. elseif key:lower() == "s" then
  1116. ctrl.b = -1
  1117. elseif key:lower() == "a" then
  1118. ctrl.l = -1
  1119. elseif key:lower() == "d" then
  1120. ctrl.r = 1
  1121.  
  1122. end
  1123. end)
  1124. mouse.KeyUp:connect(function(key)
  1125. if key:lower() == "w" then
  1126. ctrl.f = 0
  1127. elseif key:lower() == "s" then
  1128. ctrl.b = 0
  1129. elseif key:lower() == "a" then
  1130. ctrl.l = 0
  1131. elseif key:lower() == "d" then
  1132. ctrl.r = 0
  1133. end
  1134. end)
  1135. FlyFunction()
  1136.  
  1137. end)
  1138.  
  1139.  
  1140. PinkWiresStatus.Name = "PinkWiresStatus"
  1141. PinkWiresStatus.Parent = SettingsFrame
  1142. PinkWiresStatus.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1143. PinkWiresStatus.BorderSizePixel = 1
  1144. PinkWiresStatus.BorderColor3 = Color3.new(0, 0, 0)
  1145. PinkWiresStatus.Position = UDim2.new(0, 5, 0, 142)
  1146. PinkWiresStatus.Size = UDim2.new(0, 125, 0, 40)
  1147. PinkWiresStatus.ZIndex = 5
  1148. PinkWiresStatus.Font = Enum.Font.Fantasy
  1149. PinkWiresStatus.Text = "Pink Wires Status: Disabled"
  1150. PinkWiresStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  1151. PinkWiresStatus.TextScaled = true
  1152. PinkWiresStatus.TextSize = 8
  1153. --PinkWiresStatus.TextWrapped = true
  1154.  
  1155. PinkWires.Name = "PinkWires"
  1156. PinkWires.Parent = SettingsFrame
  1157. PinkWires.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1158. PinkWires.BorderColor3 = Color3.new(0, 0, 0)
  1159. PinkWires.Position = UDim2.new(0, 5, 0, 121)
  1160. PinkWires.Size = UDim2.new(0, 125, 0, 20)
  1161. PinkWires.Font = Enum.Font.Fantasy
  1162. PinkWires.Text = "PINK WIRES"
  1163. PinkWires.TextColor3 = Color3.new(1, 1, 1)
  1164. PinkWires.TextSize = 15
  1165. PinkWires.MouseButton1Click:connect(function()
  1166. local typecurrent = false
  1167. Log("Loaded PINK WIRES successfully! This will this will now change your wires pink ", 255, 0, 0, tostring(gFont))
  1168. --on = pink, off = icicle
  1169. if typecurrent == true then
  1170. typecurrent = false
  1171. PinkWiresStatus.TextColor3 = Color3.new(0.666667, 0, 0)
  1172. PinkWiresStatus.Text = "Pink Wires Status: Magenta Icicle"
  1173. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  1174. c.Name = "Wire"
  1175. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  1176. d:Destroy()
  1177. elseif typecurrent == false then
  1178. typecurrent = true
  1179. PinkWiresStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  1180. PinkWiresStatus.Text = "Pink Wires Status: Pink Wires"
  1181. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  1182. a.Name = "Wire"
  1183. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  1184. b:Destroy()
  1185. end
  1186. end)
  1187.  
  1188. WaterCollide.Name = "Walk on Water"
  1189. WaterCollide.Parent = SettingsFrame
  1190. WaterCollide.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1191. WaterCollide.BorderColor3 = Color3.new(0, 0, 0)
  1192. WaterCollide.Position = UDim2.new(0, 5, 0, 182)
  1193. WaterCollide.Size = UDim2.new(0, 125, 0, 20)
  1194. WaterCollide.Font = Enum.Font.Fantasy
  1195. WaterCollide.FontSize = Enum.FontSize.Size18
  1196. WaterCollide.Text = "WALK ON WATER"
  1197. WaterCollide.TextColor3 = Color3.new(1, 1, 1)
  1198. WaterCollide.TextSize = 15
  1199. WaterCollide.MouseButton1Down:connect(function()
  1200.  
  1201. if WCollide == "Nothing" then
  1202. WCollide = "On"
  1203. WaterCollide.BackgroundColor3 = Color3.fromRGB(91, 154, 76)
  1204. WaterCollide.Text = "WATER IS SOLID"
  1205. Log("Loaded WALK ON WATER successfully! This will allow you to walk on water, To STOP click Walk ON WATER again", 255, 0, 0, tostring(gFont))
  1206. game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
  1207. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  1208. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1209. if v:IsA("Part") then
  1210. v.CanCollide = true
  1211. end
  1212. end
  1213. else
  1214. WCollide = "Nothing"
  1215. WaterCollide.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1216. WaterCollide.Text = "WALK ON WATER"
  1217. Log("WALK ON WATER has stoped successfully! ", 255, 0, 0, tostring(gFont))
  1218. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1219. if v:IsA("Part") then
  1220. v.CanCollide = false
  1221. end
  1222. end
  1223. end
  1224. end)
  1225.  
  1226. Noclip.Name = "Noclip"
  1227. Noclip.Parent = SettingsFrame
  1228. Noclip.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1229. Noclip.BorderColor3 = Color3.new(0, 0, 0)
  1230. Noclip.Position = UDim2.new(0, 5, 0, 203)
  1231. Noclip.Size = UDim2.new(0, 125, 0, 20)
  1232. Noclip.Font = Enum.Font.Fantasy
  1233. Noclip.FontSize = Enum.FontSize.Size18
  1234. Noclip.Text = "NO CLIP OFF"
  1235. Noclip.TextColor3 = Color3.new(1, 1, 1)
  1236. Noclip.TextSize = 15
  1237. Noclip.TextWrapped = true
  1238. noclip = false
  1239. game:GetService('RunService').Stepped:connect(function()
  1240. if noclip then
  1241. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1242. Noclip.BackgroundColor3 = Color3.fromRGB(91, 154, 76)
  1243. --Noclip.TextColor3 = Color3.new(0, 1, 0)
  1244. Noclip.Text = "NO CLIP ON"
  1245. end
  1246. end)
  1247. Noclip.MouseButton1Down:connect(function()
  1248. Log("Loaded NO CLIP successfully! This will allow you to walk threw walls, To STOP click NO CLIP ON ", 255, 0, 0, tostring(gFont))
  1249. noclip = not noclip
  1250. Noclip.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1251. --Noclip.TextColor3 = Color3.new(0.7, 0, 0)
  1252. Noclip.Text = "NO CLIP OFF"
  1253.  
  1254. end)
  1255.  
  1256. CARA.Name = "CARA"
  1257. CARA.Parent = SettingsFrame
  1258. CARA.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1259. CARA.BorderColor3 = Color3.new(0, 0, 0)
  1260. CARA.Position = UDim2.new(0, 5, 0, 357)
  1261. CARA.Size = UDim2.new(0, 125, 0, 20)
  1262. CARA.Font = Enum.Font.Fantasy
  1263. CARA.FontSize = Enum.FontSize.Size18
  1264. CARA.Text = "FAST CAR"
  1265. CARA.TextColor3 = Color3.new(1, 1, 1)
  1266. CARA.TextSize = 15
  1267. CARA.TextWrapped = true
  1268. CARA.MouseButton1Down:connect(function()
  1269. Log("Loaded FAST CAR successfully! RESPAWN your truck for this to work.", 255, 0, 0, tostring(gFont))
  1270. CARA.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  1271. game.Workspace.PlayerModels.ChildAdded:connect(function(ADDED)
  1272. wait(0.5)
  1273. if ADDED:FindFirstChild('Configuration') then
  1274. if ADDED.Configuration:FindFirstChild('MaxSpeed') then
  1275. ADDED.Configuration.MaxSpeed.Value = 4
  1276. end
  1277. end
  1278. end)
  1279. end)
  1280.  
  1281.  
  1282. RemoveT.Name = "RemoveT"
  1283. RemoveT.Parent = SettingsFrame
  1284. RemoveT.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1285. RemoveT.BorderColor3 = Color3.new(0, 0, 0)
  1286. RemoveT.Position = UDim2.new(0, 5, 0, 377)
  1287. RemoveT.Size = UDim2.new(0, 125, 0, 20)
  1288. RemoveT.Font = Enum.Font.Fantasy
  1289. RemoveT.FontSize = Enum.FontSize.Size18
  1290. RemoveT.Text = "REMOVE TREE"
  1291. RemoveT.TextColor3 = Color3.new(1, 1, 1)
  1292. RemoveT.TextSize = 15
  1293. RemoveT.TextWrapped = true
  1294. RemoveT.MouseButton1Down:connect(function()
  1295. Log("Loaded REMOVE TREE successfully! Just look around theres no trees", 255, 0, 0, tostring(gFont))
  1296. for i,v in pairs(game.Workspace:GetDescendants()) do
  1297. if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then
  1298. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent)
  1299. game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent)
  1300. end
  1301. end
  1302. game.Workspace.DescendantAdded:connect(function(Thing)
  1303. wait(0.1)
  1304. if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then
  1305. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent)
  1306. game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent)
  1307. end
  1308. end)
  1309. end)
  1310.  
  1311.  
  1312.  
  1313.  
  1314. LeakedItems.Name = "LeakedItems"
  1315. LeakedItems.Parent = FunStuffFrame
  1316. LeakedItems.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1317. LeakedItems.BorderColor3 = Color3.new(0, 0, 0)
  1318. LeakedItems.Position = UDim2.new(0, 5, 0, 105)
  1319. LeakedItems.Size = UDim2.new(0, 125, 0, 20)
  1320. LeakedItems.Font = Enum.Font.Fantasy
  1321. LeakedItems.FontSize = Enum.FontSize.Size18
  1322. LeakedItems.Text = "LEAKED ITEMS"
  1323. LeakedItems.TextColor3 = Color3.new(1, 1, 1)
  1324. LeakedItems.TextSize = 15
  1325. LeakedItems.TextWrapped = true
  1326. LeakedItems.MouseButton1Down:connect(function()
  1327. Log("Loaded LEAKED ITEMS successfully! Go to WOOD R US, There you will see all items in game", 255, 0, 0, tostring(gFont))
  1328. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  1329. end)
  1330.  
  1331. Flashlight.Name = "Flashlight"
  1332. Flashlight.Parent = SettingsFrame
  1333. Flashlight.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1334. Flashlight.BorderColor3 = Color3.new(0, 0, 0)
  1335. Flashlight.Position = UDim2.new(0, 5, 0, 243)
  1336. Flashlight.Size = UDim2.new(0, 125, 0, 20)
  1337. Flashlight.Font = Enum.Font.Fantasy
  1338. Flashlight.FontSize = Enum.FontSize.Size18
  1339. Flashlight.Text = "FLASH LIGHT"
  1340. Flashlight.TextColor3 = Color3.new(1, 1, 1)
  1341. Flashlight.TextSize = 15
  1342. Flashlight.TextWrapped = true
  1343.  
  1344. Flashlight.MouseButton1Click:Connect(function()
  1345. Flashlight.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  1346. Log("Loaded FLASH LIGHT successfully! (Click LEFT mouse button to turn off and on), To STOP press the RESET button", 255, 0, 0, tostring(gFont))
  1347. -- Created by supersonicfan111
  1348. local p=game:GetService"Players".LocalPlayer
  1349. local c=p.Character
  1350. local surf='SmoothNoOutlines'
  1351. if not c then error'Cannot find character, please respawn, then rerun the script' end
  1352.  
  1353. -- Flashlight Handle
  1354. local hand=Instance.new"Part"
  1355. hand.BrickColor=BrickColor.DarkGray()
  1356. hand.Parent=c
  1357. hand.Anchored=false
  1358. hand.Locked=true
  1359. hand.CanCollide=false
  1360. hand.FormFactor='Custom'
  1361. hand.Size=Vector3.new(1,1,2)
  1362. hand.TopSurface,hand.BottomSurface=surf,surf
  1363.  
  1364. -- Torch Effect
  1365. local fe=Instance.new"Part"
  1366. fe.BrickColor=BrickColor.new"Black"
  1367. fe.Parent=c
  1368. fe.Anchored=false
  1369. fe.Locked=true
  1370. fe.CanCollide=false
  1371. fe.FormFactor='Custom'
  1372. fe.Size=Vector3.new(.8,.8,.2)
  1373. fe.TopSurface,hand.BottomSurface=surf,surf
  1374.  
  1375. -- Welding stuff
  1376.  
  1377. -- Flash to Right Arm
  1378. local weld1=Instance.new"Weld"
  1379. weld1.Parent=hand
  1380. weld1.Part0=hand
  1381. weld1.Part1=c['Right Arm']
  1382. weld1.C0=CFrame.new(0, 1.5, 0)
  1383.  
  1384. -- Torch Effect to Flash
  1385. local weld2=Instance.new"Weld"
  1386. weld2.Parent=hand
  1387. weld2.Part0=hand
  1388. weld2.Part1=fe
  1389. weld2.C0=CFrame.new(0, 0, 1)
  1390.  
  1391. -- Right Arm Weld
  1392. local ra=Instance.new"Weld"
  1393. ra.Parent=c['Torso']
  1394. ra.Part0=c['Right Arm']
  1395. ra.Part1=c['Torso']
  1396. ra.C0=CFrame.new(-1.5,1,0)*CFrame.Angles(math.rad(180),0,0)
  1397.  
  1398.  
  1399.  
  1400. -- Flashlight Functionality
  1401.  
  1402. local flashlightOn = false
  1403. local Battery=50
  1404.  
  1405. -- Handles turning the flashlight on/off
  1406. p:GetMouse().Button1Down:connect(function()
  1407. flashlightOn=not flashlightOn
  1408. if flashlightOn then
  1409. fe.BrickColor=BrickColor.new"New Yeller"
  1410. light=Instance.new"SurfaceLight"
  1411. light.Parent=fe
  1412. light.Range=1000
  1413. light.Face="Back"
  1414. light.Brightness=10
  1415. fe.Material="Neon"
  1416. else
  1417. fe.BrickColor=BrickColor.new"Black"
  1418. if light then light:destroy() end
  1419. fe.Material="SmoothPlastic"
  1420. end
  1421. end)
  1422.  
  1423. -- Battery Modules
  1424.  
  1425. -- Depleting and Charging
  1426. spawn(function()
  1427. while wait(1) do
  1428. if flashlightOn then
  1429. if Battery > 0 then
  1430. Battery=Battery-1
  1431. end
  1432. else
  1433. if Battery < 100 then
  1434. Battery=Battery+1
  1435. end
  1436. end
  1437. print(Battery)
  1438. end
  1439. end)
  1440.  
  1441. -- Turning off flashlight if the battery is too low
  1442. spawn(function()
  1443. while wait() do
  1444. if Battery <= 0 then
  1445. flashlightOn=false
  1446. if light then light:destroy() end
  1447. fe.BrickColor=BrickColor.new"Black"
  1448. fe.Material="SmoothPlastic"
  1449. end
  1450. end
  1451. end)
  1452.  
  1453. local stepped = game:GetService'RunService'.RenderStepped
  1454. end)
  1455.  
  1456. ReJoinServer.Name = "ReJoinServer"
  1457. ReJoinServer.Parent = SettingsFrame
  1458. ReJoinServer.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1459. ReJoinServer.BorderColor3 = Color3.new(0, 0, 0)
  1460. ReJoinServer.Position = UDim2.new(0, 5, 0, 263)
  1461. ReJoinServer.Size = UDim2.new(0, 125, 0, 20)
  1462. ReJoinServer.Font = Enum.Font.Fantasy
  1463. ReJoinServer.FontSize = Enum.FontSize.Size18
  1464. ReJoinServer.Text = "REJOIN SERVER"
  1465. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1466. ReJoinServer.TextSize = 15
  1467. ReJoinServer.TextWrapped = true
  1468. ReJoinServer.MouseButton1Down:connect(function()
  1469. local placeId = "13822889"
  1470. game:GetService("TeleportService"):Teleport(placeId)
  1471. end)
  1472.  
  1473. AntiAFK.Name = "AntiAFK"
  1474. AntiAFK.Parent = SettingsFrame
  1475. AntiAFK.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1476. AntiAFK.BorderColor3 = Color3.new(0, 0, 0)
  1477. AntiAFK.Position = UDim2.new(0, 5, 0, 288)
  1478. AntiAFK.Size = UDim2.new(0, 125, 0, 20)
  1479. AntiAFK.Font = Enum.Font.Fantasy
  1480. AntiAFK.FontSize = Enum.FontSize.Size18
  1481. AntiAFK.Text = "Start Anti-AFK Mode"
  1482. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  1483. AntiAFK.TextSize = 15
  1484. AntiAFK.TextWrapped = true
  1485.  
  1486. AntiAFKtime.Name = "AntiAFKtime"
  1487. AntiAFKtime.Parent = SettingsFrame
  1488. AntiAFKtime.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1489. AntiAFKtime.BorderColor3 = Color3.new(0, 0, 0)
  1490. AntiAFKtime.Position = UDim2.new(0, 5, 0, 308)
  1491. AntiAFKtime.Size = UDim2.new(0, 125, 0, 20)
  1492. AntiAFKtime.Font = Enum.Font.Fantasy
  1493. AntiAFKtime.FontSize = Enum.FontSize.Size18
  1494. AntiAFKtime.Text = "AFK for: 0 Seconds"
  1495. AntiAFKtime.TextColor3 = Color3.new(1, 1, 1)
  1496. AntiAFKtime.TextSize = 15
  1497. AntiAFKtime.TextWrapped = true
  1498.  
  1499. AntiAFK.MouseButton1Down:Connect(function()
  1500. Log("Loaded Anti-AFK Mode successfully! ( AWAY FROM KEYBOARD) This will keep your game running till you stop it", 255, 0, 0, tostring(gFont))
  1501. if afkactive == true then
  1502. afkactive = false
  1503. AntiAFK.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1504. AntiAFK.Text = "Start Anti-AFK Mode"
  1505. elseif afkactive == false then
  1506. afkactive = true
  1507. AntiAFK.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  1508. AntiAFK.Text = "Stop Anti-AFK Mode"
  1509.  
  1510. logtime = coroutine.wrap(function()
  1511. afktotaltime=0
  1512. while afkactive == true do
  1513. wait(1)
  1514. afktotaltime=afktotaltime+1
  1515. AntiAFKtime.Text = "AFK for: "..afktotaltime.." Seconds"
  1516. end
  1517. end)
  1518.  
  1519. messageBot = coroutine.wrap(function()
  1520. while afkactive == true do
  1521. wait(900)
  1522. possiblechats = {"afk", "brb", "I'm AFK"}
  1523. decide=math.random(1,#possiblechats)
  1524. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(possiblechats[decide], "All")
  1525. game.Players:Chat("/e point")
  1526. end
  1527. end)
  1528.  
  1529. moveChar = coroutine.wrap(function()
  1530. plr = game:service'Players'.LocalPlayer
  1531. char = plr.Character
  1532. hum = char:FindFirstChildOfClass'Humanoid'
  1533. while afkactive==true do
  1534. wait(1)
  1535. hum:Move(Vector3.new(1, 0, 0), false)
  1536. wait(1)
  1537. hum:Move(Vector3.new(-1, 0, 0), false)
  1538. wait(1)
  1539. hum:Move(Vector3.new(1, 0, 0), false)
  1540. wait(1)
  1541. hum:Move(Vector3.new(-1, 0, 0), false)
  1542. wait(1)
  1543. hum:Move(Vector3.new(0, 1, 0), false)
  1544. wait(1)
  1545. hum:Move(Vector3.new(0, 1, 0), false)
  1546. wait(60)
  1547. end
  1548. end)
  1549.  
  1550. logtime()
  1551. moveChar()
  1552. messageBot()
  1553.  
  1554. end
  1555. end)
  1556.  
  1557. Fog.Name = "Fog"
  1558. Fog.Parent = SettingsFrame
  1559. Fog.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1560. Fog.BorderColor3 = Color3.new(0, 0, 0)
  1561. Fog.Position = UDim2.new(0, 5, 0, 333)
  1562. Fog.Size = UDim2.new(0, 125, 0, 20)
  1563. Fog.Font = Enum.Font.Fantasy
  1564. Fog.FontSize = Enum.FontSize.Size18
  1565. Fog.Text = "REMOVE FOG"
  1566. Fog.TextColor3 = Color3.new(1, 1, 1)
  1567. Fog.TextSize = 15
  1568. Fog.TextWrapped = true
  1569. Fog.MouseButton1Down:connect(function()
  1570. Log("Loaded REMOVE FOG successfully! Time Of Day will be set to12:00:00 all thie time", 255, 0, 0, tostring(gFont))
  1571. Fog.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  1572. game.Lighting.Changed:connect(function()
  1573. game.Lighting.TimeOfDay = "12:00:00"
  1574. game.Lighting.FogEnd = 9999
  1575. game.Lighting.Brightness = 2
  1576. end)
  1577. end)
  1578.  
  1579. Reset.Name = "Reset"
  1580. Reset.Parent = SettingsFrame
  1581. Reset.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1582. Reset.BorderColor3 = Color3.new(0, 0, 0)
  1583. Reset.Position = UDim2.new(0, 5, 0, 397)
  1584. Reset.Size = UDim2.new(0, 125, 0, 20)
  1585. Reset.Font = Enum.Font.Fantasy
  1586. Reset.FontSize = Enum.FontSize.Size18
  1587. Reset.Text = "RESET CHARACTER"
  1588. Reset.TextColor3 = Color3.new(1, 1, 1)
  1589. Reset.TextSize = 15
  1590. Reset.TextWrapped = true
  1591. Reset.MouseButton1Click:connect(function()
  1592. game.Players.LocalPlayer.Character.Head:Destroy()
  1593. end)
  1594.  
  1595.  
  1596. Settings.Name = "Settings"
  1597. Settings.Parent = MainFrame
  1598. Settings.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1599. Settings.BorderColor3 = Color3.new(0, 0, 0)
  1600. Settings.BorderSizePixel = 2
  1601. Settings.Position = UDim2.new(0, 770, 0, 5)
  1602. Settings.Size = UDim2.new(0, 60, 0, 20)
  1603. Settings.Font = Enum.Font.Fantasy
  1604. Settings.FontSize = Enum.FontSize.Size18
  1605. Settings.Text = "TOOLS"
  1606. Settings.TextColor3 = Color3.new(1, 1, 1)
  1607. Settings.TextSize = 15
  1608. Settings.TextWrapped = true
  1609.  
  1610. BTools.Name = "BTools"
  1611. BTools.Parent = MainFrame
  1612. BTools.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1613. BTools.BorderColor3 = Color3.new(0, 0, 0)
  1614. BTools.BorderSizePixel = 2
  1615. BTools.Position = UDim2.new(0, 685, 0, 5)
  1616. BTools.Size = UDim2.new(0, 80, 0, 20)
  1617. BTools.Font = Enum.Font.Fantasy
  1618. BTools.FontSize = Enum.FontSize.Size18
  1619. BTools.Text = "BTOOLS"
  1620. BTools.TextColor3 = Color3.new(1, 1, 1)
  1621. BTools.TextSize = 15
  1622.  
  1623. BToolsFrame.Name = "SettingsFrame"
  1624. BToolsFrame.Parent = MainFrame
  1625. BToolsFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  1626. BToolsFrame.Position = UDim2.new(0, 665, 0, 35)
  1627. BToolsFrame.Size = UDim2.new(0, 135, 0, 100)
  1628. BToolsFrame.Visible = false
  1629.  
  1630. CopyTool.Name = "CopyTool"
  1631. CopyTool.Parent = BToolsFrame
  1632. CopyTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1633. CopyTool.BorderColor3 = Color3.new(0, 0, 0)
  1634. CopyTool.Position = UDim2.new(0, 5, 0, 5)
  1635. CopyTool.Size = UDim2.new(0, 125, 0, 20)
  1636. CopyTool.Font = Enum.Font.Fantasy
  1637. CopyTool.FontSize = Enum.FontSize.Size14
  1638. CopyTool.Text = "COPY TOOL"
  1639. CopyTool.TextColor3 = Color3.new(1, 1, 1)
  1640. CopyTool.TextSize = 14
  1641.  
  1642. DeleteTool.Name = "DeleteTool"
  1643. DeleteTool.Parent = BToolsFrame
  1644. DeleteTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1645. DeleteTool.BorderColor3 = Color3.new(0, 0, 0)
  1646. DeleteTool.Position = UDim2.new(0, 5, 0, 30)
  1647. DeleteTool.Size = UDim2.new(0, 125, 0, 20)
  1648. DeleteTool.Font = Enum.Font.Fantasy
  1649. DeleteTool.FontSize = Enum.FontSize.Size14
  1650. DeleteTool.Text = "DELETE TOOL"
  1651. DeleteTool.TextColor3 = Color3.new(1, 1, 1)
  1652. DeleteTool.TextSize = 14
  1653.  
  1654. MoveTool.Name = "MoveTool"
  1655. MoveTool.Parent = BToolsFrame
  1656. MoveTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1657. MoveTool.BorderColor3 = Color3.new(0, 0, 0)
  1658. MoveTool.Position = UDim2.new(0, 5, 0, 55)
  1659. MoveTool.Size = UDim2.new(0, 125, 0, 20)
  1660. MoveTool.Font = Enum.Font.Fantasy
  1661. MoveTool.FontSize = Enum.FontSize.Size14
  1662. MoveTool.Text = "MOVE TOOL"
  1663. MoveTool.TextColor3 = Color3.new(1, 1, 1)
  1664. MoveTool.TextSize = 14
  1665.  
  1666. CopyTool.MouseButton1Down:connect(function()
  1667.  
  1668. if BTool == "Copy" then
  1669. BTool = "Nothing"
  1670. CopyTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1671. Log("Stopped COPY TOOL successfully! ", 255, 255, 255, tostring(gFont))
  1672. else
  1673. BTool = "Copy"
  1674. CopyTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1675. Log("Loaded COPY TOOL successfully! This lets you COPY anything in the game (TO STOP PRESS THE COPY TOOL BUTTON AGAIN)", 255, 255, 255, tostring(gFont))
  1676. end
  1677. end)
  1678.  
  1679. DeleteTool.MouseButton1Down:connect(function()
  1680.  
  1681. if BTool == "Delete" then
  1682. BTool = "Nothing"
  1683. DeleteTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1684. else
  1685. BTool = "Delete"
  1686. DeleteTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1687. Log("Loaded DELETE TOOL successfully! This lets you DELETE anything in the game (TO STOP PRESS THE DELETE TOOL BUTTON AGAIN)", 255, 255, 255, tostring(gFont))
  1688. end
  1689. end)
  1690.  
  1691. MoveTool.MouseButton1Down:connect(function()
  1692.  
  1693. if BTool == "Move" then
  1694. BTool = "Nothing"
  1695. MoveTool.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1696. else
  1697. BTool = "Move"
  1698. MoveTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1699. Log("Loaded MOVE TOOL successfully! This lets you move anything in the game (TO STOP PRESS THE MOVE TOOL BUTTON AGAIN)", 255, 255, 255, tostring(gFont))
  1700. end
  1701. end)
  1702.  
  1703. Mouse.Button1Up:connect(function()
  1704. MDown = false
  1705. end)
  1706.  
  1707. Mouse.Button1Down:connect(function()
  1708. MDown = true
  1709. if BTool == "Copy" then
  1710. if Mouse.Target ~= nil then
  1711. Clone = Mouse.Target:clone()
  1712. Clone.Parent = game.Workspace
  1713. end
  1714. end
  1715.  
  1716. if BTool == "Delete" then
  1717. if Mouse.Target ~= nil then
  1718. Mouse.Target:remove()
  1719. end
  1720. end
  1721.  
  1722. if BTool == "Move" then
  1723. if Mouse.Target ~= nil then
  1724. MoveObject = Mouse.Target
  1725. end
  1726. end
  1727.  
  1728. wait()
  1729. if Clone ~= nil then
  1730. Clone.CanCollide = false
  1731. repeat
  1732. wait()
  1733. SubX = Clone.Size.X/2
  1734. SubY = Clone.Size.Y/2
  1735. SubZ = Clone.Size.Z/2
  1736. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1737. until MDown == false
  1738. Clone.CanCollide = true
  1739. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  1740. Clone = nil
  1741. end
  1742.  
  1743. if MoveObject ~= nil then
  1744. MoveObject.CanCollide = false
  1745. repeat
  1746. wait()
  1747. SubX = MoveObject.Size.X/2
  1748. SubY = MoveObject.Size.Y/2
  1749. SubZ = MoveObject.Size.Z/2
  1750. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1751. until MDown == false
  1752. MoveObject.CanCollide = true
  1753. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  1754. MoveObject= nil
  1755. end
  1756. end)
  1757.  
  1758. Artmenu.Name = "Artmenu"
  1759. Artmenu.Parent = MainFrame
  1760. Artmenu.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1761. Artmenu.BorderColor3 = Color3.new(0, 0, 0)
  1762. Artmenu.BorderSizePixel = 2
  1763. Artmenu.Position = UDim2.new(0, 590, 0, 5)
  1764. Artmenu.Size = UDim2.new(0, 90, 0, 20)
  1765. Artmenu.Font = Enum.Font.Fantasy
  1766. Artmenu.FontSize = Enum.FontSize.Size18
  1767. Artmenu.Text = "ART MENU"
  1768. Artmenu.TextColor3 = Color3.new(1, 1, 1)
  1769. Artmenu.TextSize = 15
  1770.  
  1771. ArtmenuFrame.Name = "ArtmenuFrame"
  1772. ArtmenuFrame.Parent = MainFrame
  1773. ArtmenuFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  1774. ArtmenuFrame.Position = UDim2.new(0, 550, 0, 35)
  1775. ArtmenuFrame.Size = UDim2.new(0, 165, 0, 245)
  1776. ArtmenuFrame.Visible = false
  1777.  
  1778. ARTA.Name = "ARTA"
  1779. ARTA.Parent = ArtmenuFrame
  1780. ARTA.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1781. ARTA.BorderColor3 = Color3.new(0, 0, 0)
  1782. ARTA.Position = UDim2.new(0, 10, 0, 10)
  1783. ARTA.Size = UDim2.new(0, 145, 0, 20)
  1784. ARTA.Font = Enum.Font.Fantasy
  1785. ARTA.FontSize = Enum.FontSize.Size18
  1786. ARTA.Text = "BASE FLOOR"
  1787. ARTA.TextColor3 = Color3.new(1, 1, 1)
  1788. ARTA.TextSize = 15
  1789. ARTA.MouseButton1Down:connect(function()
  1790. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/BaseFLOOR1.txt',true))()
  1791.  
  1792. end)
  1793.  
  1794. ARTB.Name = "ARTB"
  1795. ARTB.Parent = ArtmenuFrame
  1796. ARTB.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1797. ARTB.BorderColor3 = Color3.new(0, 0, 0)
  1798. ARTB.Position = UDim2.new(0, 10, 0, 30)
  1799. ARTB.Size = UDim2.new(0, 145, 0, 20)
  1800. ARTB.Font = Enum.Font.Fantasy
  1801. ARTB.FontSize = Enum.FontSize.Size18
  1802. ARTB.Text = "SINGLE WALLS"
  1803. ARTB.TextColor3 = Color3.new(1, 1, 1)
  1804. ARTB.TextSize = 15
  1805. ARTB.MouseButton1Click:connect(function()
  1806. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/SingeWALLS.txt',true))()
  1807.  
  1808. end)
  1809.  
  1810. ARTC.Name = "ARTC"
  1811. ARTC.Parent = ArtmenuFrame
  1812. ARTC.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1813. ARTC.BorderColor3 = Color3.new(0, 0, 0)
  1814. ARTC.Position = UDim2.new(0, 10, 0, 50)
  1815. ARTC.Size = UDim2.new(0, 145, 0, 20)
  1816. ARTC.Font = Enum.Font.Fantasy
  1817. ARTC.FontSize = Enum.FontSize.Size18
  1818. ARTC.Text = "DOUBLE WALLS"
  1819. ARTC.TextColor3 = Color3.new(1, 1, 1)
  1820. ARTC.TextSize = 15
  1821. ARTC.MouseButton1Down:connect(function()
  1822. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/DoubleWALLS.txt',true))()
  1823.  
  1824. end)
  1825.  
  1826. ARTD.Name = "ARTC"
  1827. ARTD.Parent = ArtmenuFrame
  1828. ARTD.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1829. ARTD.BorderColor3 = Color3.new(0, 0, 0)
  1830. ARTD.Position = UDim2.new(0, 10, 0, 70)
  1831. ARTD.Size = UDim2.new(0, 145, 0, 20)
  1832. ARTD.Font = Enum.Font.Fantasy
  1833. ARTD.FontSize = Enum.FontSize.Size18
  1834. ARTD.Text = "TRIPLE WALLS"
  1835. ARTD.TextColor3 = Color3.new(1, 1, 1)
  1836. ARTD.TextSize = 15
  1837. ARTD.MouseButton1Down:connect(function()
  1838. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/TripleWALLS1.txt',true))()
  1839.  
  1840. end)
  1841.  
  1842. ARTE.Name = "ARTE"
  1843. ARTE.Parent = ArtmenuFrame
  1844. ARTE.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1845. ARTE.BorderColor3 = Color3.new(0, 0, 0)
  1846. ARTE.Position = UDim2.new(0, 10, 0, 90)
  1847. ARTE.Size = UDim2.new(0, 145, 0, 20)
  1848. ARTE.Font = Enum.Font.Fantasy
  1849. ARTE.FontSize = Enum.FontSize.Size18
  1850. ARTE.Text = "BLUEPRINTS"
  1851. ARTE.TextColor3 = Color3.new(1, 1, 1)
  1852. ARTE.TextSize = 15
  1853. ARTE.MouseButton1Down:connect(function()
  1854.  
  1855. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1856. local clone = v:Clone()
  1857. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1858. end
  1859. end)
  1860.  
  1861. MaxLand.Name = "MaxLand"
  1862. MaxLand.Parent = ArtmenuFrame
  1863. MaxLand.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1864. MaxLand.BorderColor3 = Color3.new(0, 0, 0)
  1865. MaxLand.Position = UDim2.new(0, 10, 0, 130)
  1866. MaxLand.Size = UDim2.new(0, 145, 0, 20)
  1867. MaxLand.Font = Enum.Font.Fantasy
  1868. MaxLand.FontSize = Enum.FontSize.Size18
  1869. MaxLand.Text = "MAX LAND"
  1870. MaxLand.TextColor3 = Color3.new(1, 1, 1)
  1871. MaxLand.TextSize = 15
  1872. MaxLand.TextWrapped = true
  1873. MaxLand.MouseButton1Down:Connect(function()
  1874. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1875. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1876. base = v
  1877. square = v.OriginSquare
  1878. end
  1879. end
  1880. function makebase(pos)
  1881. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1882. Event:FireServer(base, pos)
  1883. end
  1884. spos = square.Position
  1885. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  1886. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  1887. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  1888. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  1889. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  1890. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  1891. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  1892. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  1893. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  1894. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  1895. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  1896. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  1897. --Corners--
  1898. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  1899. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  1900. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  1901. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  1902. --Corners--
  1903. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  1904. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  1905. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  1906. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  1907. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  1908. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  1909. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  1910. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  1911.  
  1912. end)
  1913.  
  1914.  
  1915. landart.Name = "landart"
  1916. landart.Parent = ArtmenuFrame
  1917. landart.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1918. landart.BorderColor3 = Color3.new(0, 0, 0)
  1919. landart.Position = UDim2.new(0, 10, 0, 150)
  1920. landart.Size = UDim2.new(0, 145, 0, 20)
  1921. landart.Font = Enum.Font.Fantasy
  1922. landart.FontSize = Enum.FontSize.Size18
  1923. landart.Text = "LAND ART"
  1924. landart.TextColor3 = Color3.new(1, 1, 1)
  1925. landart.TextSize = 15
  1926. landart.TextWrapped = true
  1927. landart.MouseButton1Down:Connect(function()
  1928. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/LANDART1.txt',true))()
  1929.  
  1930.  
  1931.  
  1932. end)
  1933.  
  1934.  
  1935. Hoofer1.Name = "Hoofer1"
  1936. Hoofer1.Parent = ArtmenuFrame
  1937. Hoofer1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1938. Hoofer1.BorderColor3 = Color3.new(0, 0, 0)
  1939. Hoofer1.Position = UDim2.new(0, 10, 0, 110)
  1940. Hoofer1.Size = UDim2.new(0, 145, 0, 20)
  1941. Hoofer1.Font = Enum.Font.Fantasy
  1942. Hoofer1.FontSize = Enum.FontSize.Size18
  1943. Hoofer1.Text = "HOOFER ART"
  1944. Hoofer1.TextColor3 = Color3.new(1, 1, 1)
  1945. Hoofer1.TextSize = 15
  1946. Hoofer1.TextWrapped = true
  1947. Hoofer1.MouseButton1Down:connect(function()
  1948. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/NEWART.txt',true))()
  1949.  
  1950. end)
  1951.  
  1952.  
  1953. AHELPPAINT.Name = "AHELPPAINT"
  1954. AHELPPAINT.Parent = PaintFrame
  1955. AHELPPAINT.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  1956. AHELPPAINT.BorderColor3 = Color3.new(0, 0, 0)
  1957. AHELPPAINT.Position = UDim2.new(0.4009999997, 0, 0.930, 0)
  1958. AHELPPAINT.Size = UDim2.new(0, 25, 0, 16)
  1959. AHELPPAINT.Font = Enum.Font.SourceSans
  1960. AHELPPAINT.Text = "Help"
  1961. AHELPPAINT.TextColor3 = Color3.new(1, 1, 1)
  1962. AHELPPAINT.TextSize = 14
  1963.  
  1964. PAINTHELPFRAME.Name = "PAINTHELPFRAME"
  1965. PAINTHELPFRAME.Parent = MainFrame
  1966. PAINTHELPFRAME.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  1967. PAINTHELPFRAME.BorderColor3 = Color3.new(0, 0, 0)
  1968. PAINTHELPFRAME.Position = UDim2.new(0.378, 0, 0.912790716, 0)
  1969. PAINTHELPFRAME.Size = UDim2.new(0, 342, 0, 203)
  1970. PAINTHELPFRAME.Active = true
  1971. PAINTHELPFRAME.Draggable = true
  1972. PAINTHELPFRAME.Visible = false
  1973.  
  1974. PAINTHELP.Name = "PAINTHELP"
  1975. PAINTHELP.Parent = PAINTHELPFRAME
  1976. PAINTHELP.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1977. PAINTHELP.BorderColor3 = Color3.new(0, 0, 0)
  1978. PAINTHELP.Position = UDim2.new(0.0345495498, 0, 0.036809817, 0)
  1979. PAINTHELP.Size = UDim2.new(0, 320, 0, 66)
  1980. PAINTHELP.Font = Enum.Font.SourceSans
  1981. PAINTHELP.Text = "Paint:-\nThis will allow you to fill your blueprints and your friends, he/she must be whitelisted to do this, Then click the wood you need."
  1982. PAINTHELP.TextColor3 = Color3.new(0, 0, 0)
  1983. PAINTHELP.TextScaled = true
  1984. PAINTHELP.TextSize = 14
  1985. PAINTHELP.TextWrapped = true
  1986.  
  1987. HELPPAINT.Name = "HELPPAINT"
  1988. HELPPAINT.Parent = PAINTHELPFRAME
  1989. HELPPAINT.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  1990. HELPPAINT.BorderColor3 = Color3.new(0, 0, 0)
  1991. HELPPAINT.Position = UDim2.new(0.0345495796, 0, 0.406932507, 0)
  1992. HELPPAINT.Size = UDim2.new(0, 320, 0, 86)
  1993. HELPPAINT.Font = Enum.Font.SourceSans
  1994. HELPPAINT.Text = "HOW TO USE:-Massfill paint.\nThis paintfill will allow you to fill more than one bluebrint.\nTo Massfill your base put your name in PLAYERS NAME!\nTo Massfill your friends base put he/she name in PLAYERS NAME.\nThen click the wood you need"
  1995. HELPPAINT.TextColor3 = Color3.new(0, 0, 0)
  1996. HELPPAINT.TextScaled = true
  1997. HELPPAINT.TextSize = 14
  1998. HELPPAINT.TextWrapped = true
  1999.  
  2000. PaintFill.Name = "PaintFill"
  2001. PaintFill.Parent = MainFrame
  2002. PaintFill.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  2003. PaintFill.BorderColor3 = Color3.new(0, 0, 0)
  2004. PaintFill.BorderSizePixel = 2
  2005. PaintFill.Position = UDim2.new(0, 425, 0, 5)
  2006. PaintFill.Size = UDim2.new(0, 80, 0, 20)
  2007. PaintFill.Font = Enum.Font.Fantasy
  2008. PaintFill.FontSize = Enum.FontSize.Size18
  2009. PaintFill.Text = "PAINTFILL"
  2010. PaintFill.TextColor3 = Color3.new(1, 1, 1)
  2011. PaintFill.TextSize = 15
  2012.  
  2013. PaintFrame.Name = "PaintFrame"
  2014. PaintFrame.Parent = MainFrame
  2015. PaintFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  2016. PaintFrame.BorderColor3 = Color3.new(0, 0, 0)
  2017. PaintFrame.Position = UDim2.new(0, 410, 0, 35)
  2018. PaintFrame.Size = UDim2.new(0, 112, 0, 335)
  2019. PaintFrame.Visible = false
  2020.  
  2021. PaintScrollingFrame.Name = "PaintScrollingFrame"
  2022. PaintScrollingFrame.Parent = PaintFrame
  2023. PaintScrollingFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  2024. PaintScrollingFrame.Position = UDim2.new(0.080, 0, 0.150, 0)
  2025. PaintScrollingFrame.Size = UDim2.new(0, 100, 0, 251)
  2026. PaintScrollingFrame.ScrollBarThickness =10
  2027.  
  2028. PaintNameBox.Name = "PaintNameBox"
  2029. PaintNameBox.Parent = PaintFrame
  2030. PaintNameBox.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  2031. PaintNameBox.BorderColor3 = Color3.new(0, 0, 0)
  2032. PaintNameBox.Position = UDim2.new(0.0549999997, 0, 0.0950, 0)
  2033. PaintNameBox.Size = UDim2.new(0, 100, 0, 20)
  2034. PaintNameBox.Font = Enum.Font.Fantasy
  2035. PaintNameBox.Text = "PLAYER NAME"
  2036. PaintNameBox.TextColor3 = Color3.new(0, 0, 0)
  2037. PaintNameBox.TextSize = 15
  2038. PaintNameBox.TextWrapped = true
  2039.  
  2040. FillFir.Name = "FillFir"
  2041. FillFir.Parent = PaintScrollingFrame
  2042. FillFir.BackgroundColor3 = Color3.fromRGB(241, 231, 199)
  2043. FillFir.BorderColor3 = Color3.new(0, 0, 0)
  2044. FillFir.Position = UDim2.new(0.0549999997, 0, 0.010, 0)
  2045. FillFir.Size = UDim2.new(0, 89, 0, 15)
  2046. FillFir.Font = Enum.Font.SourceSans
  2047. FillFir.Text = "Fir"
  2048. FillFir.TextColor3 = Color3.new(0, 0, 0)
  2049. FillFir.TextSize = 14
  2050.  
  2051. FillFir.MouseButton1Down:connect(function()
  2052. local PlayerName = PaintNameBox.Text
  2053. -- Put Whole Name
  2054. local WoodName = "Fir"
  2055. local ItsCFrame
  2056. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2057. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2058. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2059. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2060. if v:FindFirstChild("MainCFrame") then
  2061. ItsCFrame = v.MainCFrame.Value
  2062. else
  2063. ItsCFrame = v.PrimaryPart.CFrame
  2064. end
  2065. if v ~= nil then
  2066. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2067. end
  2068. end
  2069. end
  2070. end
  2071. end)
  2072.  
  2073. FillBirch.Name = "Birch"
  2074. FillBirch.Parent = PaintScrollingFrame
  2075. FillBirch.BackgroundColor3 = Color3.fromRGB(229, 228, 223)
  2076. FillBirch.BorderColor3 = Color3.new(0, 0, 0)
  2077. FillBirch.Position = UDim2.new(0.0549999997, 0, 0.040, 0)
  2078. FillBirch.Size = UDim2.new(0, 89, 0, 15)
  2079. FillBirch.Font = Enum.Font.SourceSans
  2080. FillBirch.Text = "Birch"
  2081. FillBirch.TextColor3 = Color3.new(0, 0, 0)
  2082. FillBirch.TextSize = 14
  2083.  
  2084. FillBirch.MouseButton1Down:connect(function()
  2085. local PlayerName = PaintNameBox.Text
  2086. -- Put Whole Name
  2087. local WoodName = "Birch"
  2088. local ItsCFrame
  2089. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2090. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2091. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2092. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2093. if v:FindFirstChild("MainCFrame") then
  2094. ItsCFrame = v.MainCFrame.Value
  2095. else
  2096. ItsCFrame = v.PrimaryPart.CFrame
  2097. end
  2098. if v ~= nil then
  2099. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2100. end
  2101. end
  2102. end
  2103. end
  2104. end)
  2105.  
  2106. FillCherry.Name = "Cherry"
  2107. FillCherry.Parent = PaintScrollingFrame
  2108. FillCherry.BackgroundColor3 = Color3.fromRGB(136, 62, 62)
  2109. FillCherry.BorderColor3 = Color3.new(0, 0, 0)
  2110. FillCherry.Position = UDim2.new(0.0549999997, 0, 0.070, 0)
  2111. FillCherry.Size = UDim2.new(0, 89, 0, 15)
  2112. FillCherry.Font = Enum.Font.SourceSans
  2113. FillCherry.Text = "Cherry"
  2114. FillCherry.TextColor3 = Color3.new(0, 0, 0)
  2115. FillCherry.TextSize = 14
  2116.  
  2117. FillCherry.MouseButton1Down:connect(function()
  2118. local PlayerName = PaintNameBox.Text
  2119. -- Put Whole Name
  2120. local WoodName = "Cherry"
  2121. local ItsCFrame
  2122. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2123. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2124. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2125. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2126. if v:FindFirstChild("MainCFrame") then
  2127. ItsCFrame = v.MainCFrame.Value
  2128. else
  2129. ItsCFrame = v.PrimaryPart.CFrame
  2130. end
  2131. if v ~= nil then
  2132. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2133. end
  2134. end
  2135. end
  2136. end
  2137. end)
  2138.  
  2139. FillGeneric.Name = "Generic"
  2140. FillGeneric.Parent = PaintScrollingFrame
  2141. FillGeneric.BackgroundColor3 = Color3.fromRGB(204, 142, 105)
  2142. FillGeneric.BorderColor3 = Color3.new(0, 0, 0)
  2143. FillGeneric.Position = UDim2.new(0.0549999997, 0, 0.100, 0)
  2144. FillGeneric.Size = UDim2.new(0, 89, 0, 15)
  2145. FillGeneric.Font = Enum.Font.SourceSans
  2146. FillGeneric.Text = "Generic"
  2147. FillGeneric.TextColor3 = Color3.new(0, 0, 0)
  2148. FillGeneric.TextSize = 14
  2149.  
  2150. FillGeneric.MouseButton1Down:connect(function()
  2151. local PlayerName = PaintNameBox.Text
  2152. -- Put Whole Name
  2153. local WoodName = "Generic"
  2154. local ItsCFrame
  2155. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2156. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2157. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2158. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2159. if v:FindFirstChild("MainCFrame") then
  2160. ItsCFrame = v.MainCFrame.Value
  2161. else
  2162. ItsCFrame = v.PrimaryPart.CFrame
  2163. end
  2164. if v ~= nil then
  2165. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2166. end
  2167. end
  2168. end
  2169. end
  2170. end)
  2171.  
  2172. FillOak.Name = "Oak"
  2173. FillOak.Parent = PaintScrollingFrame
  2174. FillOak.BackgroundColor3 = Color3.fromRGB(243, 207, 155)
  2175. FillOak.BorderColor3 = Color3.new(0, 0, 0)
  2176. FillOak.Position = UDim2.new(0.0549999997, 0, 0.130, 0)
  2177. FillOak.Size = UDim2.new(0, 89, 0, 15)
  2178. FillOak.Font = Enum.Font.SourceSans
  2179. FillOak.Text = "Oak"
  2180. FillOak.TextColor3 = Color3.new(0, 0, 0)
  2181. FillOak.TextSize = 14
  2182.  
  2183. FillOak.MouseButton1Down:connect(function()
  2184. local PlayerName = PaintNameBox.Text
  2185. -- Put Whole Name
  2186. local WoodName = "Oak"
  2187. local ItsCFrame
  2188. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2189. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2190. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2191. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2192. if v:FindFirstChild("MainCFrame") then
  2193. ItsCFrame = v.MainCFrame.Value
  2194. else
  2195. ItsCFrame = v.PrimaryPart.CFrame
  2196. end
  2197. if v ~= nil then
  2198. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2199. end
  2200. end
  2201. end
  2202. end
  2203. end)
  2204.  
  2205. FillPalm.Name = "Palm"
  2206. FillPalm.Parent = PaintScrollingFrame
  2207. FillPalm.BackgroundColor3 = Color3.fromRGB(241, 231, 199)
  2208. FillPalm.BorderColor3 = Color3.new(0, 0, 0)
  2209. FillPalm.Position = UDim2.new(0.0549999997, 0, 0.160, 0)
  2210. FillPalm.Size = UDim2.new(0, 89, 0, 15)
  2211. FillPalm.Font = Enum.Font.SourceSans
  2212. FillPalm.Text = "Palm"
  2213. FillPalm.TextColor3 = Color3.new(0, 0, 0)
  2214. FillPalm.TextSize = 14
  2215.  
  2216. FillPalm.MouseButton1Down:connect(function()
  2217. local PlayerName = PaintNameBox.Text
  2218. -- Put Whole Name
  2219. local WoodName = "Palm"
  2220. local ItsCFrame
  2221. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2222. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2223. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2224. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2225. if v:FindFirstChild("MainCFrame") then
  2226. ItsCFrame = v.MainCFrame.Value
  2227. else
  2228. ItsCFrame = v.PrimaryPart.CFrame
  2229. end
  2230. if v ~= nil then
  2231. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2232. end
  2233. end
  2234. end
  2235. end
  2236. end)
  2237.  
  2238. FillPine.Name = "Pine"
  2239. FillPine.Parent = PaintScrollingFrame
  2240. FillPine.BackgroundColor3 = Color3.fromRGB(211, 190, 150)
  2241. FillPine.BorderColor3 = Color3.new(0, 0, 0)
  2242. FillPine.Position = UDim2.new(0.0549999997, 0, 0.190, 0)
  2243. FillPine.Size = UDim2.new(0, 89, 0, 15)
  2244. FillPine.Font = Enum.Font.SourceSans
  2245. FillPine.Text = "Pine"
  2246. FillPine.TextColor3 = Color3.new(0, 0, 0)
  2247. FillPine.TextSize = 14
  2248.  
  2249. FillPine.MouseButton1Down:connect(function()
  2250. local PlayerName = PaintNameBox.Text
  2251. -- Put Whole Name
  2252. local WoodName = "Pine"
  2253. local ItsCFrame
  2254. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2255. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2256. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2257. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2258. if v:FindFirstChild("MainCFrame") then
  2259. ItsCFrame = v.MainCFrame.Value
  2260. else
  2261. ItsCFrame = v.PrimaryPart.CFrame
  2262. end
  2263. if v ~= nil then
  2264. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2265. end
  2266. end
  2267. end
  2268. end
  2269. end)
  2270.  
  2271. FillWalnut.Name = "Walnut"
  2272. FillWalnut.Parent = PaintScrollingFrame
  2273. FillWalnut.BackgroundColor3 = Color3.fromRGB(106, 57, 9)
  2274. FillWalnut.BorderColor3 = Color3.new(0, 0, 0)
  2275. FillWalnut.Position = UDim2.new(0.0549999997, 0, 0.220, 0)
  2276. FillWalnut.Size = UDim2.new(0, 89, 0, 15)
  2277. FillWalnut.Font = Enum.Font.SourceSans
  2278. FillWalnut.Text = "Walnut"
  2279. FillWalnut.TextColor3 = Color3.new(0, 0, 0)
  2280. FillWalnut.TextSize = 14
  2281.  
  2282. FillWalnut.MouseButton1Down:connect(function()
  2283. local PlayerName = PaintNameBox.Text
  2284. -- Put Whole Name
  2285. local WoodName = "Walnut"
  2286. local ItsCFrame
  2287. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2288. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2289. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2290. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2291. if v:FindFirstChild("MainCFrame") then
  2292. ItsCFrame = v.MainCFrame.Value
  2293. else
  2294. ItsCFrame = v.PrimaryPart.CFrame
  2295. end
  2296. if v ~= nil then
  2297. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2298. end
  2299. end
  2300. end
  2301. end
  2302. end)
  2303.  
  2304. FillKoa.Name = "Koa"
  2305. FillKoa.Parent = PaintScrollingFrame
  2306. FillKoa.BackgroundColor3 = Color3.fromRGB(144, 76, 42)
  2307. FillKoa.BorderColor3 = Color3.new(0, 0, 0)
  2308. FillKoa.Position = UDim2.new(0.0549999997, 0, 0.250, 0)
  2309. FillKoa.Size = UDim2.new(0, 89, 0, 15)
  2310. FillKoa.Font = Enum.Font.SourceSans
  2311. FillKoa.Text = "Koa"
  2312. FillKoa.TextColor3 = Color3.new(0, 0, 0)
  2313. FillKoa.TextSize = 14
  2314.  
  2315. FillKoa.MouseButton1Down:connect(function()
  2316. local PlayerName = PaintNameBox.Text
  2317. -- Put Whole Name
  2318. local WoodName = "Koa"
  2319. local ItsCFrame
  2320. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2321. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2322. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2323. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2324. if v:FindFirstChild("MainCFrame") then
  2325. ItsCFrame = v.MainCFrame.Value
  2326. else
  2327. ItsCFrame = v.PrimaryPart.CFrame
  2328. end
  2329. if v ~= nil then
  2330. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2331. end
  2332. end
  2333. end
  2334. end
  2335. end)
  2336.  
  2337. FillVolcano.Name = "Volcano"
  2338. FillVolcano.Parent = PaintScrollingFrame
  2339. FillVolcano.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  2340. FillVolcano.BorderColor3 = Color3.new(0, 0, 0)
  2341. FillVolcano.Position = UDim2.new(0.0549999997, 0, 0.280, 0)
  2342. FillVolcano.Size = UDim2.new(0, 89, 0, 15)
  2343. FillVolcano.Font = Enum.Font.SourceSans
  2344. FillVolcano.Text = "Volcano"
  2345. FillVolcano.TextColor3 = Color3.new(0, 0, 0)
  2346. FillVolcano.TextSize = 14
  2347.  
  2348. FillVolcano.MouseButton1Down:connect(function()
  2349. local PlayerName = PaintNameBox.Text
  2350. -- Put Whole Name
  2351. local WoodName = "Volcano"
  2352. local ItsCFrame
  2353. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2354. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2355. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2356. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2357. if v:FindFirstChild("MainCFrame") then
  2358. ItsCFrame = v.MainCFrame.Value
  2359. else
  2360. ItsCFrame = v.PrimaryPart.CFrame
  2361. end
  2362. if v ~= nil then
  2363. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2364. end
  2365. end
  2366. end
  2367. end
  2368. end)
  2369.  
  2370. FillSign.Name = "Sign"
  2371. FillSign.Parent = PaintScrollingFrame
  2372. FillSign.BackgroundColor3 = Color3.fromRGB(238, 196, 182)
  2373. FillSign.BorderColor3 = Color3.new(0, 0, 0)
  2374. FillSign.Position = UDim2.new(0.0549999997, 0, 0.310, 0)
  2375. FillSign.Size = UDim2.new(0, 89, 0, 15)
  2376. FillSign.Font = Enum.Font.SourceSans
  2377. FillSign.Text = "Sign"
  2378. FillSign.TextColor3 = Color3.new(0, 0, 0)
  2379. FillSign.TextSize = 14
  2380.  
  2381. FillSign.MouseButton1Down:connect(function()
  2382. local PlayerName = PaintNameBox.Text
  2383. -- Put Whole Name
  2384. local WoodName = "Sign"
  2385. local ItsCFrame
  2386. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2387. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2388. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2389. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2390. if v:FindFirstChild("MainCFrame") then
  2391. ItsCFrame = v.MainCFrame.Value
  2392. else
  2393. ItsCFrame = v.PrimaryPart.CFrame
  2394. end
  2395. if v ~= nil then
  2396. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2397. end
  2398. end
  2399. end
  2400. end
  2401. end)
  2402.  
  2403. FillGoldSwampy.Name = "GoldSwampy"
  2404. FillGoldSwampy.Parent = PaintScrollingFrame
  2405. FillGoldSwampy.BackgroundColor3 = Color3.fromRGB(220, 188, 129)
  2406. FillGoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  2407. FillGoldSwampy.Position = UDim2.new(0.0549999997, 0, 0.340, 0)
  2408. FillGoldSwampy.Size = UDim2.new(0, 89, 0, 15)
  2409. FillGoldSwampy.Font = Enum.Font.SourceSans
  2410. FillGoldSwampy.Text = "Gold"
  2411. FillGoldSwampy.TextColor3 = Color3.new(0, 0, 0)
  2412. FillGoldSwampy.TextSize = 14
  2413.  
  2414. FillGoldSwampy.MouseButton1Down:connect(function()
  2415. local PlayerName = PaintNameBox.Text
  2416. -- Put Whole Name
  2417. local WoodName = "GoldSwampy"
  2418. local ItsCFrame
  2419. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2420. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2421. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2422. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2423. if v:FindFirstChild("MainCFrame") then
  2424. ItsCFrame = v.MainCFrame.Value
  2425. else
  2426. ItsCFrame = v.PrimaryPart.CFrame
  2427. end
  2428. if v ~= nil then
  2429. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2430. end
  2431. end
  2432. end
  2433. end
  2434. end)
  2435.  
  2436. FillGreenSwampy.Name = "GreenSwampy"
  2437. FillGreenSwampy.Parent = PaintScrollingFrame
  2438. FillGreenSwampy.BackgroundColor3 = Color3.fromRGB(40, 127, 71)
  2439. FillGreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  2440. FillGreenSwampy.Position = UDim2.new(0.0549999997, 0, 0.370, 0)
  2441. FillGreenSwampy.Size = UDim2.new(0, 89, 0, 15)
  2442. FillGreenSwampy.Font = Enum.Font.SourceSans
  2443. FillGreenSwampy.Text = "Green Swamp"
  2444. FillGreenSwampy.TextColor3 = Color3.new(0, 0, 0)
  2445. FillGreenSwampy.TextSize = 14
  2446.  
  2447. FillGreenSwampy.MouseButton1Down:connect(function()
  2448. local PlayerName = PaintNameBox.Text
  2449. -- Put Whole Name
  2450. local WoodName = "GreenSwampy"
  2451. local ItsCFrame
  2452. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2453. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2454. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2455. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2456. if v:FindFirstChild("MainCFrame") then
  2457. ItsCFrame = v.MainCFrame.Value
  2458. else
  2459. ItsCFrame = v.PrimaryPart.CFrame
  2460. end
  2461. if v ~= nil then
  2462. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2463. end
  2464. end
  2465. end
  2466. end
  2467. end)
  2468.  
  2469. FillSnowGlow.Name = "SnowGlow"
  2470. FillSnowGlow.Parent = PaintScrollingFrame
  2471. FillSnowGlow.BackgroundColor3 = Color3.fromRGB(199, 210, 60)
  2472. FillSnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  2473. FillSnowGlow.Position = UDim2.new(0.0549999997, 0, 0.400, 0)
  2474. FillSnowGlow.Size = UDim2.new(0, 89, 0, 15)
  2475. FillSnowGlow.Font = Enum.Font.SourceSans
  2476. FillSnowGlow.Text = "SnowGlow"
  2477. FillSnowGlow.TextColor3 = Color3.new(0, 0, 0)
  2478. FillSnowGlow.TextSize = 14
  2479.  
  2480. FillSnowGlow.MouseButton1Down:connect(function()
  2481. local PlayerName = PaintNameBox.Text
  2482. -- Put Whole Name
  2483. local WoodName = "SnowGlow"
  2484. local ItsCFrame
  2485. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2486. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2487. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2488. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2489. if v:FindFirstChild("MainCFrame") then
  2490. ItsCFrame = v.MainCFrame.Value
  2491. else
  2492. ItsCFrame = v.PrimaryPart.CFrame
  2493. end
  2494. if v ~= nil then
  2495. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2496. end
  2497. end
  2498. end
  2499. end
  2500. end)
  2501.  
  2502. FillCaveCrawler.Name = "CaveCrawler"
  2503. FillCaveCrawler.Parent = PaintScrollingFrame
  2504. FillCaveCrawler.BackgroundColor3 = Color3.fromRGB(33, 84, 185)
  2505. FillCaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  2506. FillCaveCrawler.Position = UDim2.new(0.0549999997, 0, 0.430, 0)
  2507. FillCaveCrawler.Size = UDim2.new(0, 89, 0, 15)
  2508. FillCaveCrawler.Font = Enum.Font.SourceSans
  2509. FillCaveCrawler.Text = "CaveCrawler"
  2510. FillCaveCrawler.TextColor3 = Color3.new(0, 0, 0)
  2511. FillCaveCrawler.TextSize = 14
  2512.  
  2513. FillCaveCrawler.MouseButton1Down:connect(function()
  2514. local PlayerName = PaintNameBox.Text
  2515. -- Put Whole Name
  2516. local WoodName = "CaveCrawler"
  2517. local ItsCFrame
  2518. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2519. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2520. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2521. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2522. if v:FindFirstChild("MainCFrame") then
  2523. ItsCFrame = v.MainCFrame.Value
  2524. else
  2525. ItsCFrame = v.PrimaryPart.CFrame
  2526. end
  2527. if v ~= nil then
  2528. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2529. end
  2530. end
  2531. end
  2532. end
  2533. end)
  2534.  
  2535. FillSpooky.Name = "Spooky"
  2536. FillSpooky.Parent = PaintScrollingFrame
  2537. FillSpooky.BackgroundColor3 = Color3.fromRGB(98, 71, 50)
  2538. FillSpooky.BorderColor3 = Color3.new(0, 0, 0)
  2539. FillSpooky.Position = UDim2.new(0.0549999997, 0, 0.460, 0)
  2540. FillSpooky.Size = UDim2.new(0, 89, 0, 15)
  2541. FillSpooky.Font = Enum.Font.SourceSans
  2542. FillSpooky.Text = "Spooky"
  2543. FillSpooky.TextColor3 = Color3.new(0, 0, 0)
  2544. FillSpooky.TextSize = 14
  2545.  
  2546. FillSpooky.MouseButton1Down:connect(function()
  2547. local PlayerName = PaintNameBox.Text
  2548. -- Put Whole Name
  2549. local WoodName = "Spooky"
  2550. local ItsCFrame
  2551. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2552. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2553. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2554. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2555. if v:FindFirstChild("MainCFrame") then
  2556. ItsCFrame = v.MainCFrame.Value
  2557. else
  2558. ItsCFrame = v.PrimaryPart.CFrame
  2559. end
  2560. if v ~= nil then
  2561. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2562. end
  2563. end
  2564. end
  2565. end
  2566. end)
  2567.  
  2568. FillLoneCave.Name = "LoneCave"
  2569. FillLoneCave.Parent = PaintScrollingFrame
  2570. FillLoneCave.BackgroundColor3 = Color3.fromRGB(207, 226, 247)
  2571. FillLoneCave.BorderColor3 = Color3.new(0, 0, 0)
  2572. FillLoneCave.Position = UDim2.new(0.0549999997, 0, 0.490, 0)
  2573. FillLoneCave.Size = UDim2.new(0, 89, 0, 15)
  2574. FillLoneCave.Font = Enum.Font.SourceSans
  2575. FillLoneCave.Text = "LoneCave"
  2576. FillLoneCave.TextColor3 = Color3.new(0, 0, 0)
  2577. FillLoneCave.TextSize = 14
  2578.  
  2579. FillLoneCave.MouseButton1Down:connect(function()
  2580. local PlayerName = PaintNameBox.Text
  2581. -- Put Whole Name
  2582. local WoodName = "LoneCave"
  2583. local ItsCFrame
  2584. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2585. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2586. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2587. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2588. if v:FindFirstChild("MainCFrame") then
  2589. ItsCFrame = v.MainCFrame.Value
  2590. else
  2591. ItsCFrame = v.PrimaryPart.CFrame
  2592. end
  2593. if v ~= nil then
  2594. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2595. end
  2596. end
  2597. end
  2598. end
  2599. end)
  2600.  
  2601. FillSpookyNeon.Name = "SpookyNeon"
  2602. FillSpookyNeon.Parent = PaintScrollingFrame
  2603. FillSpookyNeon.BackgroundColor3 = Color3.fromRGB(255, 176, 0)
  2604. FillSpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  2605. FillSpookyNeon.Position = UDim2.new(0.0549999997, 0, 0.520, 0)
  2606. FillSpookyNeon.Size = UDim2.new(0, 89, 0, 15)
  2607. FillSpookyNeon.Font = Enum.Font.SourceSans
  2608. FillSpookyNeon.Text = "SpookyNeon"
  2609. FillSpookyNeon.TextColor3 = Color3.new(0, 0, 0)
  2610. FillSpookyNeon.TextSize = 14
  2611.  
  2612. FillSpookyNeon.MouseButton1Down:connect(function()
  2613. local PlayerName = PaintNameBox.Text
  2614. -- Put Whole Name
  2615. local WoodName = "SpookyNeon"
  2616. local ItsCFrame
  2617. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2618. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2619. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2620. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2621. if v:FindFirstChild("MainCFrame") then
  2622. ItsCFrame = v.MainCFrame.Value
  2623. else
  2624. ItsCFrame = v.PrimaryPart.CFrame
  2625. end
  2626. if v ~= nil then
  2627. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2628. end
  2629. end
  2630. end
  2631. end
  2632. end)
  2633.  
  2634. FillGenericSpecial.Name = "GenericSpecial"
  2635. FillGenericSpecial.Parent = PaintScrollingFrame
  2636. FillGenericSpecial.BackgroundColor3 = Color3.fromRGB(255, 102, 204)
  2637. FillGenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  2638. FillGenericSpecial.Position = UDim2.new(0.0549999997, 0, 0.550, 0)
  2639. FillGenericSpecial.Size = UDim2.new(0, 89, 0, 15)
  2640. FillGenericSpecial.Font = Enum.Font.SourceSans
  2641. FillGenericSpecial.Text = "Pink"
  2642. FillGenericSpecial.TextColor3 = Color3.new(0, 0, 0)
  2643. FillGenericSpecial.TextSize = 14
  2644.  
  2645. FillGenericSpecial.MouseButton1Down:connect(function()
  2646. local PlayerName = PaintNameBox.Text
  2647. -- Put Whole Name
  2648. local WoodName = "GenericSpecial"
  2649. local ItsCFrame
  2650. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2651. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2652. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2653. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2654. if v:FindFirstChild("MainCFrame") then
  2655. ItsCFrame = v.MainCFrame.Value
  2656. else
  2657. ItsCFrame = v.PrimaryPart.CFrame
  2658. end
  2659. if v ~= nil then
  2660. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2661. end
  2662. end
  2663. end
  2664. end
  2665. end)
  2666.  
  2667. FillFrost.Name = "Frost"
  2668. FillFrost.Parent = PaintScrollingFrame
  2669. FillFrost.BackgroundColor3 = Color3.fromRGB(175, 221, 255)
  2670. FillFrost.BorderColor3 = Color3.new(0, 0, 0)
  2671. FillFrost.Position = UDim2.new(0.0549999997, 0, 0.580, 0)
  2672. FillFrost.Size = UDim2.new(0, 89, 0, 15)
  2673. FillFrost.Font = Enum.Font.SourceSans
  2674. FillFrost.Text = "Frost"
  2675. FillFrost.TextColor3 = Color3.new(0, 0, 0)
  2676. FillFrost.TextSize = 14
  2677.  
  2678. FillFrost.MouseButton1Down:connect(function()
  2679. local PlayerName = PaintNameBox.Text
  2680. -- Put Whole Name
  2681. local WoodName = "Frost"
  2682. local ItsCFrame
  2683. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2684. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2685. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2686. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2687. if v:FindFirstChild("MainCFrame") then
  2688. ItsCFrame = v.MainCFrame.Value
  2689. else
  2690. ItsCFrame = v.PrimaryPart.CFrame
  2691. end
  2692. if v ~= nil then
  2693. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2694. end
  2695. end
  2696. end
  2697. end
  2698. end)
  2699.  
  2700. FillGrey.Name = "Grey"
  2701. FillGrey.Parent = PaintScrollingFrame
  2702. FillGrey.BackgroundColor3 = Color3.fromRGB(159, 161, 172)
  2703. FillGrey.BorderColor3 = Color3.new(0, 0, 0)
  2704. FillGrey.Position = UDim2.new(0.0549999997, 0, 0.6100, 0)
  2705. FillGrey.Size = UDim2.new(0, 89, 0, 15)
  2706. FillGrey.Font = Enum.Font.SourceSans
  2707. FillGrey.Text = "Del Prints"
  2708. FillGrey.TextColor3 = Color3.new(0, 0, 0)
  2709. FillGrey.TextSize = 14
  2710.  
  2711. FillGrey.MouseButton1Down:connect(function()
  2712. local PlayerName = PaintNameBox.Text
  2713. -- Put Whole Name
  2714. local WoodName = "Grey"
  2715. local ItsCFrame
  2716. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2717. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2718. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  2719. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  2720. if v:FindFirstChild("MainCFrame") then
  2721. ItsCFrame = v.MainCFrame.Value
  2722. else
  2723. ItsCFrame = v.PrimaryPart.CFrame
  2724. end
  2725. if v ~= nil then
  2726. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  2727. end
  2728. end
  2729. end
  2730. end
  2731. end)
  2732.  
  2733. Paint.Name = "Paint"
  2734. Paint.Parent = PaintFrame
  2735. Paint.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  2736. Paint.BorderColor3 = Color3.new(0, 0, 0)
  2737. Paint.Position = UDim2.new(0.0549999997, 0, 0.0197931777, 0)
  2738. Paint.Size = UDim2.new(0, 100, 0, 20)
  2739. Paint.Font = Enum.Font.Fantasy
  2740. Paint.Text = "PAINT"
  2741. Paint.TextColor3 = Color3.new(1, 1, 1)
  2742. Paint.TextSize = 15
  2743. Paint.MouseButton1Down:connect(function()
  2744. -- Instances:
  2745. local ColorPicker = Instance.new("ScreenGui")
  2746. local ChangeColor = Instance.new("Frame")
  2747. local CurrentColor = Instance.new("ImageButton")
  2748. local Picker = Instance.new("ScrollingFrame")
  2749. local Birch = Instance.new("ImageButton")
  2750. local DropShadow = Instance.new("Frame")
  2751. local Walnut = Instance.new("ImageButton")
  2752. local DropShadow_2 = Instance.new("Frame")
  2753. local Generic = Instance.new("ImageButton")
  2754. local DropShadow_3 = Instance.new("Frame")
  2755. local Oak = Instance.new("ImageButton")
  2756. local DropShadow_4 = Instance.new("Frame")
  2757. local Pine = Instance.new("ImageButton")
  2758. local DropShadow_5 = Instance.new("Frame")
  2759. local Palm = Instance.new("ImageButton")
  2760. local DropShadow_6 = Instance.new("Frame")
  2761. local Cherry = Instance.new("ImageButton")
  2762. local DropShadow_7 = Instance.new("Frame")
  2763. local Koa = Instance.new("ImageButton")
  2764. local DropShadow_8 = Instance.new("Frame")
  2765. local Volcano = Instance.new("ImageButton")
  2766. local DropShadow_9 = Instance.new("Frame")
  2767. local GreenSwampy = Instance.new("ImageButton")
  2768. local DropShadow_10 = Instance.new("Frame")
  2769. local GoldSwampy = Instance.new("ImageButton")
  2770. local DropShadow_11 = Instance.new("Frame")
  2771. local SpookyNeon = Instance.new("ImageButton")
  2772. local DropShadow_12 = Instance.new("Frame")
  2773. local SnowGlow = Instance.new("ImageButton")
  2774. local DropShadow_13 = Instance.new("Frame")
  2775. local Frost = Instance.new("ImageButton")
  2776. local DropShadow_14 = Instance.new("Frame")
  2777. local CaveCrawler = Instance.new("ImageButton")
  2778. local DropShadow_15 = Instance.new("Frame")
  2779. local LoneCave = Instance.new("ImageButton")
  2780. local DropShadow_16 = Instance.new("Frame")
  2781. local Spooky = Instance.new("ImageButton")
  2782. local DropShadow_17 = Instance.new("Frame")
  2783. local Grey = Instance.new("ImageButton")
  2784. local DropShadow_18 = Instance.new("Frame")
  2785. local GenericSpecial = Instance.new("ImageButton")
  2786. local DropShadow_19 = Instance.new("Frame")
  2787. Log("Loaded PAINT successfully! This lets you fill any BLUEPRINT with whatever wood color you want", 255, 255, 255, tostring(gFont))
  2788. --Properties:
  2789. ColorPicker.Name = "ColorPicker"
  2790. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2791.  
  2792. ChangeColor.Name = "ChangeColor"
  2793. ChangeColor.Parent = ColorPicker
  2794. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2795. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  2796. ChangeColor.BorderSizePixel = 2
  2797. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  2798. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  2799. ChangeColor.ZIndex = 2
  2800. ColorPicker.Enabled = false
  2801.  
  2802. CurrentColor.Name = "CurrentColor"
  2803. CurrentColor.Parent = ChangeColor
  2804. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2805. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  2806. CurrentColor.BorderSizePixel = 2
  2807. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  2808. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  2809. CurrentColor.ZIndex = 2
  2810. CurrentColor.Image = "rbxassetid://2712547918"
  2811. CurrentColor.ScaleType = Enum.ScaleType.Crop
  2812.  
  2813. Picker.Name = "Picker"
  2814. Picker.Parent = ColorPicker
  2815. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2816. Picker.BorderColor3 = Color3.new(0, 0, 0)
  2817. Picker.BorderSizePixel = 2
  2818. Picker.Position = UDim2.new(0, 10, 1, -320)
  2819. Picker.Size = UDim2.new(0, 100, 0, 200)
  2820. Picker.CanvasPosition = Vector2.new(0, 700)
  2821. Picker.CanvasSize = UDim2.new(0, 0, 0, 960)
  2822. Picker.ScrollBarThickness = 7
  2823. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  2824. Picker.Visible = false
  2825.  
  2826. Birch.Name = "Birch"
  2827. Birch.Parent = Picker
  2828. Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  2829. Birch.BorderColor3 = Color3.new(0, 0, 0)
  2830. Birch.Position = UDim2.new(0, 10, 0, 5)
  2831. Birch.Size = UDim2.new(0, 80, 0, 40)
  2832. Birch.ZIndex = 3
  2833. Birch.Image = "rbxassetid://2712547918"
  2834. Birch.ScaleType = Enum.ScaleType.Crop
  2835.  
  2836. DropShadow.Name = "DropShadow"
  2837. DropShadow.Parent = Birch
  2838. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  2839. DropShadow.BorderSizePixel = 0
  2840. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  2841. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  2842. DropShadow.ZIndex = 2
  2843.  
  2844. Walnut.Name = "Walnut"
  2845. Walnut.Parent = Picker
  2846. Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  2847. Walnut.BorderColor3 = Color3.new(0, 0, 0)
  2848. Walnut.Position = UDim2.new(0, 10, 0, 55)
  2849. Walnut.Size = UDim2.new(0, 80, 0, 40)
  2850. Walnut.ZIndex = 3
  2851. Walnut.Image = "rbxassetid://2712559790"
  2852. Walnut.ScaleType = Enum.ScaleType.Crop
  2853.  
  2854. DropShadow_2.Name = "DropShadow"
  2855. DropShadow_2.Parent = Walnut
  2856. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2857. DropShadow_2.BorderSizePixel = 0
  2858. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  2859. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  2860. DropShadow_2.ZIndex = 2
  2861.  
  2862. Generic.Name = "Generic"
  2863. Generic.Parent = Picker
  2864. Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  2865. Generic.BorderColor3 = Color3.new(0, 0, 0)
  2866. Generic.Position = UDim2.new(0, 10, 0, 105)
  2867. Generic.Size = UDim2.new(0, 80, 0, 40)
  2868. Generic.ZIndex = 3
  2869. Generic.Image = "rbxassetid://2712568624"
  2870. Generic.ScaleType = Enum.ScaleType.Crop
  2871.  
  2872. DropShadow_3.Name = "DropShadow"
  2873. DropShadow_3.Parent = Generic
  2874. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  2875. DropShadow_3.BorderSizePixel = 0
  2876. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  2877. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  2878. DropShadow_3.ZIndex = 2
  2879.  
  2880. Oak.Name = "Oak"
  2881. Oak.Parent = Picker
  2882. Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  2883. Oak.BorderColor3 = Color3.new(0, 0, 0)
  2884. Oak.Position = UDim2.new(0, 10, 0, 155)
  2885. Oak.Size = UDim2.new(0, 80, 0, 40)
  2886. Oak.ZIndex = 3
  2887. Oak.Image = "rbxassetid://2712579185"
  2888. Oak.ScaleType = Enum.ScaleType.Crop
  2889.  
  2890. DropShadow_4.Name = "DropShadow"
  2891. DropShadow_4.Parent = Oak
  2892. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  2893. DropShadow_4.BorderSizePixel = 0
  2894. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  2895. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  2896. DropShadow_4.ZIndex = 2
  2897.  
  2898. Pine.Name = "Pine"
  2899. Pine.Parent = Picker
  2900. Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  2901. Pine.BorderColor3 = Color3.new(0, 0, 0)
  2902. Pine.Position = UDim2.new(0, 10, 0, 205)
  2903. Pine.Size = UDim2.new(0, 80, 0, 40)
  2904. Pine.ZIndex = 3
  2905. Pine.Image = "rbxassetid://2712591183"
  2906. Pine.ScaleType = Enum.ScaleType.Crop
  2907.  
  2908. DropShadow_5.Name = "DropShadow"
  2909. DropShadow_5.Parent = Pine
  2910. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  2911. DropShadow_5.BorderSizePixel = 0
  2912. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  2913. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  2914. DropShadow_5.ZIndex = 2
  2915.  
  2916. Palm.Name = "Palm"
  2917. Palm.Parent = Picker
  2918. Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  2919. Palm.BorderColor3 = Color3.new(0, 0, 0)
  2920. Palm.Position = UDim2.new(0, 10, 0, 255)
  2921. Palm.Size = UDim2.new(0, 80, 0, 40)
  2922. Palm.ZIndex = 3
  2923. Palm.Image = "rbxassetid://2712597395"
  2924. Palm.ScaleType = Enum.ScaleType.Crop
  2925.  
  2926. DropShadow_6.Name = "DropShadow"
  2927. DropShadow_6.Parent = Palm
  2928. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  2929. DropShadow_6.BorderSizePixel = 0
  2930. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  2931. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  2932. DropShadow_6.ZIndex = 2
  2933.  
  2934. Cherry.Name = "Cherry"
  2935. Cherry.Parent = Picker
  2936. Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  2937. Cherry.BorderColor3 = Color3.new(0, 0, 0)
  2938. Cherry.Position = UDim2.new(0, 10, 0, 305)
  2939. Cherry.Size = UDim2.new(0, 80, 0, 40)
  2940. Cherry.ZIndex = 3
  2941. Cherry.Image = "rbxassetid://2712608599"
  2942. Cherry.ScaleType = Enum.ScaleType.Crop
  2943.  
  2944. DropShadow_7.Name = "DropShadow"
  2945. DropShadow_7.Parent = Cherry
  2946. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  2947. DropShadow_7.BorderSizePixel = 0
  2948. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  2949. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  2950. DropShadow_7.ZIndex = 2
  2951.  
  2952. Koa.Name = "Koa"
  2953. Koa.Parent = Picker
  2954. Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  2955. Koa.BorderColor3 = Color3.new(0, 0, 0)
  2956. Koa.Position = UDim2.new(0, 10, 0, 355)
  2957. Koa.Size = UDim2.new(0, 80, 0, 40)
  2958. Koa.ZIndex = 3
  2959. Koa.Image = "rbxassetid://2712612798"
  2960. Koa.ScaleType = Enum.ScaleType.Crop
  2961.  
  2962. DropShadow_8.Name = "DropShadow"
  2963. DropShadow_8.Parent = Koa
  2964. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  2965. DropShadow_8.BorderSizePixel = 0
  2966. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  2967. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  2968. DropShadow_8.ZIndex = 2
  2969.  
  2970. Volcano.Name = "Volcano"
  2971. Volcano.Parent = Picker
  2972. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  2973. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  2974. Volcano.Position = UDim2.new(0, 10, 0, 405)
  2975. Volcano.Size = UDim2.new(0, 80, 0, 40)
  2976. Volcano.ZIndex = 3
  2977. Volcano.Image = "rbxassetid://2712618609"
  2978. Volcano.ScaleType = Enum.ScaleType.Crop
  2979.  
  2980. DropShadow_9.Name = "DropShadow"
  2981. DropShadow_9.Parent = Volcano
  2982. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  2983. DropShadow_9.BorderSizePixel = 0
  2984. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  2985. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  2986. DropShadow_9.ZIndex = 2
  2987.  
  2988. GreenSwampy.Name = "GreenSwampy"
  2989. GreenSwampy.Parent = Picker
  2990. GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  2991. GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  2992. GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  2993. GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  2994. GreenSwampy.ZIndex = 3
  2995. GreenSwampy.Image = "rbxassetid://2712623896"
  2996. GreenSwampy.ScaleType = Enum.ScaleType.Crop
  2997.  
  2998. DropShadow_10.Name = "DropShadow"
  2999. DropShadow_10.Parent = GreenSwampy
  3000. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  3001. DropShadow_10.BorderSizePixel = 0
  3002. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  3003. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  3004. DropShadow_10.ZIndex = 2
  3005.  
  3006. GoldSwampy.Name = "GoldSwampy"
  3007. GoldSwampy.Parent = Picker
  3008. GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  3009. GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  3010. GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  3011. GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  3012. GoldSwampy.ZIndex = 3
  3013. GoldSwampy.Image = "rbxassetid://2712631457"
  3014. GoldSwampy.ScaleType = Enum.ScaleType.Crop
  3015.  
  3016. DropShadow_11.Name = "DropShadow"
  3017. DropShadow_11.Parent = GoldSwampy
  3018. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  3019. DropShadow_11.BorderSizePixel = 0
  3020. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  3021. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  3022. DropShadow_11.ZIndex = 2
  3023.  
  3024. SpookyNeon.Name = "SpookyNeon"
  3025. SpookyNeon.Parent = Picker
  3026. SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  3027. SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  3028. SpookyNeon.Position = UDim2.new(0, 10, 0, 555)
  3029. SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  3030. SpookyNeon.ZIndex = 3
  3031. SpookyNeon.Image = "rbxassetid://2712700047"
  3032. SpookyNeon.ScaleType = Enum.ScaleType.Crop
  3033.  
  3034. DropShadow_12.Name = "DropShadow"
  3035. DropShadow_12.Parent = SpookyNeon
  3036. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  3037. DropShadow_12.BorderSizePixel = 0
  3038. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  3039. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  3040. DropShadow_12.ZIndex = 2
  3041.  
  3042. SnowGlow.Name = "SnowGlow"
  3043. SnowGlow.Parent = Picker
  3044. SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  3045. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  3046. SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  3047. SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  3048. SnowGlow.ZIndex = 3
  3049. SnowGlow.Image = "rbxassetid://2712651454"
  3050. SnowGlow.ScaleType = Enum.ScaleType.Crop
  3051.  
  3052. DropShadow_13.Name = "DropShadow"
  3053. DropShadow_13.Parent = SnowGlow
  3054. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  3055. DropShadow_13.BorderSizePixel = 0
  3056. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  3057. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  3058. DropShadow_13.ZIndex = 2
  3059.  
  3060. Frost.Name = "Frost"
  3061. Frost.Parent = Picker
  3062. Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  3063. Frost.BorderColor3 = Color3.new(0, 0, 0)
  3064. Frost.Position = UDim2.new(0, 10, 0, 655)
  3065. Frost.Size = UDim2.new(0, 80, 0, 40)
  3066. Frost.ZIndex = 3
  3067. Frost.Image = "rbxassetid://2712667804"
  3068. Frost.ScaleType = Enum.ScaleType.Crop
  3069.  
  3070. DropShadow_14.Name = "DropShadow"
  3071. DropShadow_14.Parent = Frost
  3072. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  3073. DropShadow_14.BorderSizePixel = 0
  3074. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  3075. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  3076. DropShadow_14.ZIndex = 2
  3077.  
  3078. CaveCrawler.Name = "CaveCrawler"
  3079. CaveCrawler.Parent = Picker
  3080. CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  3081. CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  3082. CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  3083. CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  3084. CaveCrawler.ZIndex = 3
  3085. CaveCrawler.Image = "rbxassetid://2712673980"
  3086. CaveCrawler.ScaleType = Enum.ScaleType.Crop
  3087.  
  3088. DropShadow_15.Name = "DropShadow"
  3089. DropShadow_15.Parent = CaveCrawler
  3090. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  3091. DropShadow_15.BorderSizePixel = 0
  3092. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  3093. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  3094. DropShadow_15.ZIndex = 2
  3095.  
  3096. LoneCave.Name = "LoneCave"
  3097. LoneCave.Parent = Picker
  3098. LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  3099. LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  3100. LoneCave.Position = UDim2.new(0, 10, 0, 755)
  3101. LoneCave.Size = UDim2.new(0, 80, 0, 40)
  3102. LoneCave.ZIndex = 3
  3103. LoneCave.Image = "rbxassetid://2712693147"
  3104. LoneCave.ScaleType = Enum.ScaleType.Crop
  3105.  
  3106. DropShadow_16.Name = "DropShadow"
  3107. DropShadow_16.Parent = LoneCave
  3108. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  3109. DropShadow_16.BorderSizePixel = 0
  3110. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  3111. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  3112. DropShadow_16.ZIndex = 2
  3113.  
  3114. Spooky.Name = "Spooky"
  3115. Spooky.Parent = Picker
  3116. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  3117. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  3118. Spooky.Position = UDim2.new(0, 10, 0, 805)
  3119. Spooky.Size = UDim2.new(0, 80, 0, 40)
  3120. Spooky.ZIndex = 3
  3121. Spooky.Image = "rbxassetid://2712696822"
  3122. Spooky.ScaleType = Enum.ScaleType.Crop
  3123.  
  3124. DropShadow_17.Name = "DropShadow"
  3125. DropShadow_17.Parent = Spooky
  3126. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  3127. DropShadow_17.BorderSizePixel = 0
  3128. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  3129. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  3130. DropShadow_17.ZIndex = 2
  3131.  
  3132. Grey.Name = "Grey"
  3133. Grey.Parent = Picker
  3134. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  3135. Grey.BorderColor3 = Color3.new(0, 0, 0)
  3136. Grey.Position = UDim2.new(0, 10, 0, 855)
  3137. Grey.Size = UDim2.new(0, 80, 0, 40)
  3138. Grey.ZIndex = 3
  3139. Grey.Image = "rbxassetid://924320031"
  3140. Grey.ScaleType = Enum.ScaleType.Crop
  3141.  
  3142. DropShadow_18.Name = "DropShadow"
  3143. DropShadow_18.Parent = Grey
  3144. DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  3145. DropShadow_18.BorderSizePixel = 0
  3146. DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  3147. DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  3148. DropShadow_18.ZIndex = 2
  3149.  
  3150. GenericSpecial.Name = "GenericSpecial"
  3151. GenericSpecial.Parent = Picker
  3152. GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  3153. GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  3154. GenericSpecial.Position = UDim2.new(0, 10, 0, 910)
  3155. GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  3156. GenericSpecial.ZIndex = 3
  3157. GenericSpecial.Image = "rbxassetid://2712639396"
  3158. GenericSpecial.ScaleType = Enum.ScaleType.Crop
  3159.  
  3160. DropShadow_19.Name = "DropShadow"
  3161. DropShadow_19.Parent = GenericSpecial
  3162. DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  3163. DropShadow_19.BorderSizePixel = 0
  3164. DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  3165. DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  3166. DropShadow_19.ZIndex = 2
  3167.  
  3168. -- Scripts:
  3169. woodtype = "Birch"
  3170.  
  3171. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3172. tool.RequiresHandle = false
  3173. --tool.RobloxLocked = true
  3174. tool.Name = "Paint"
  3175. tool.ToolTip = "Changes A Stucture's Wood Type"
  3176. tool.Equipped:connect(function(Mouse)
  3177. ColorPicker.Enabled = true
  3178. Mouse.Button1Down:connect(function()
  3179. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  3180. local Cframe
  3181. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  3182. Cframe = Mouse.Target.Parent.MainCFrame.Value
  3183. else
  3184. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  3185. end
  3186. if Mouse.Target.Parent ~= nil then
  3187. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  3188. end
  3189. else
  3190. --do nothing
  3191. end
  3192. end)
  3193. end)
  3194.  
  3195. tool.Unequipped:connect(function(mouse)
  3196. ColorPicker.Enabled = false
  3197. end)
  3198.  
  3199.  
  3200. Birch.MouseButton1Click:Connect(function()
  3201. CurrentColor.Image = Birch.Image
  3202. woodtype = "Birch"
  3203. end)
  3204.  
  3205. Walnut.MouseButton1Click:Connect(function()
  3206. CurrentColor.Image = Walnut.Image
  3207. woodtype = "Walnut"
  3208. end)
  3209.  
  3210. Generic.MouseButton1Click:Connect(function()
  3211. CurrentColor.Image = Generic.Image
  3212. woodtype = "Generic"
  3213. end)
  3214.  
  3215. Oak.MouseButton1Click:Connect(function()
  3216. CurrentColor.Image = Oak.Image
  3217. woodtype = "Oak"
  3218. end)
  3219.  
  3220. Pine.MouseButton1Click:Connect(function()
  3221. CurrentColor.Image = Pine.Image
  3222. woodtype = "Pine"
  3223. end)
  3224.  
  3225. Palm.MouseButton1Click:Connect(function()
  3226. CurrentColor.Image = Palm.Image
  3227. woodtype = "Palm"
  3228. end)
  3229.  
  3230. Koa.MouseButton1Click:Connect(function()
  3231. CurrentColor.Image = Koa.Image
  3232. woodtype = "Koa"
  3233. end)
  3234.  
  3235. Cherry.MouseButton1Click:Connect(function()
  3236. CurrentColor.Image = Cherry.Image
  3237. woodtype = "Cherry"
  3238. end)
  3239.  
  3240. Volcano.MouseButton1Click:Connect(function()
  3241. CurrentColor.Image = Volcano.Image
  3242. woodtype = "Volcano"
  3243. end)
  3244.  
  3245. GreenSwampy.MouseButton1Click:Connect(function()
  3246. CurrentColor.Image = GreenSwampy.Image
  3247. woodtype = "GreenSwampy"
  3248. end)
  3249.  
  3250. GoldSwampy.MouseButton1Click:Connect(function()
  3251. CurrentColor.Image = GoldSwampy.Image
  3252. woodtype = "GoldSwampy"
  3253. end)
  3254.  
  3255. SpookyNeon.MouseButton1Click:Connect(function()
  3256. CurrentColor.Image = SpookyNeon.Image
  3257. woodtype = "SpookyNeon"
  3258. end)
  3259.  
  3260. SnowGlow.MouseButton1Click:Connect(function()
  3261. CurrentColor.Image = SnowGlow.Image
  3262. woodtype = "SnowGlow"
  3263. end)
  3264.  
  3265. Frost.MouseButton1Click:Connect(function()
  3266. CurrentColor.Image = Frost.Image
  3267. woodtype = "Frost"
  3268. end)
  3269.  
  3270. CaveCrawler.MouseButton1Click:Connect(function()
  3271. CurrentColor.Image = CaveCrawler.Image
  3272. woodtype = "CaveCrawler"
  3273. end)
  3274.  
  3275. LoneCave.MouseButton1Click:Connect(function()
  3276. CurrentColor.Image = LoneCave.Image
  3277. woodtype = "LoneCave"
  3278. end)
  3279.  
  3280. Spooky.MouseButton1Click:Connect(function()
  3281. CurrentColor.Image = Spooky.Image
  3282. woodtype = "Spooky"
  3283. end)
  3284.  
  3285. Grey.MouseButton1Click:Connect(function()
  3286. CurrentColor.Image = Grey.Image
  3287. woodtype = nil
  3288. end)
  3289.  
  3290. GenericSpecial.MouseButton1Click:Connect(function()
  3291. CurrentColor.Image = GenericSpecial.Image
  3292. woodtype = "GenericSpecial"
  3293. end)
  3294.  
  3295. CurrentColor.MouseButton1Click:Connect(function()
  3296. if Picker.Visible == false then
  3297. Picker.Visible = true
  3298. else
  3299. Picker.Visible = false
  3300. end
  3301. end)
  3302. end)
  3303.  
  3304. Players.Name = "Players"
  3305. Players.Parent = MainFrame
  3306. Players.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3307. Players.BorderColor3 = Color3.new(0, 0, 0)
  3308. Players.BorderSizePixel = 2
  3309. Players.Position = UDim2.new(0, 30, 0, 5)
  3310. Players.Size = UDim2.new(0, 105, 0, 20)
  3311. Players.Font = Enum.Font.Fantasy
  3312. Players.FontSize = Enum.FontSize.Size18
  3313. Players.Text = "TP TO PLAYERS"
  3314. Players.TextColor3 = Color3.new(1, 1, 1)
  3315. Players.TextSize = 15
  3316.  
  3317. Teleport.Name = "Teleport"
  3318. Teleport.Parent = MainFrame
  3319. Teleport.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3320. Teleport.BorderColor3 = Color3.new(0, 0, 0)
  3321. Teleport.BorderSizePixel = 2
  3322. Teleport.Position = UDim2.new(0, 330, 0, 5)
  3323. Teleport.Size = UDim2.new(0, 90, 0, 20)
  3324. Teleport.Font = Enum.Font.Fantasy
  3325. Teleport.FontSize = Enum.FontSize.Size18
  3326. Teleport.Text = "WAYPOINTS"
  3327. Teleport.TextColor3 = Color3.new(1, 1, 1)
  3328. Teleport.TextSize = 15
  3329.  
  3330. TpBox.Name = "TpBox"
  3331. TpBox.Parent = MainFrame
  3332. TpBox.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3333. TpBox.BorderColor3 = Color3.new(0, 0, 0)
  3334. TpBox.BorderSizePixel = 2
  3335. TpBox.Position = UDim2.new(0, 510, 0, 5)
  3336. TpBox.Size = UDim2.new(0, 75, 0, 20)
  3337. TpBox.Font = Enum.Font.Fantasy
  3338. TpBox.FontSize = Enum.FontSize.Size18
  3339. TpBox.Text = "TP BOXES"
  3340. TpBox.TextColor3 = Color3.new(1, 1, 1)
  3341. TpBox.TextSize = 15
  3342.  
  3343. TpPlank.Name = "TpPlank"
  3344. TpPlank.Parent = MainFrame
  3345. TpPlank.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3346. TpPlank.BorderColor3 = Color3.new(0, 0, 0)
  3347. TpPlank.BorderSizePixel = 2
  3348. TpPlank.Position = UDim2.new(0, 140, 0, 5)
  3349. TpPlank.Size = UDim2.new(0, 95, 0, 20)
  3350. TpPlank.Font = Enum.Font.Fantasy
  3351. --TpPlank.FontSize = Enum.FontSize.Size18
  3352. TpPlank.Text = "WOOD MENU"
  3353. TpPlank.TextColor3 = Color3.new(1, 1, 1)
  3354. TpPlank.TextSize = 15
  3355. TpPlank.TextStrokeColor3 = Color3.new(1, 1, 1)
  3356. TpPlank.TextWrapped = true
  3357.  
  3358. PlayerNameBox.Name = "PlayerNameBox"
  3359. PlayerNameBox.Parent = CopymenuFrame
  3360. PlayerNameBox.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3361. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  3362. PlayerNameBox.Position = UDim2.new(0, 10, 0, 10)
  3363. PlayerNameBox.Size = UDim2.new(0, 145, 0, 20)
  3364. PlayerNameBox.Font = Enum.Font.Code
  3365. PlayerNameBox.FontSize = Enum.FontSize.Size18
  3366. PlayerNameBox.Text = "PLAYER NAME"
  3367. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  3368. PlayerNameBox.TextSize = 16
  3369. PlayerNameBox.TextWrapped = true
  3370.  
  3371. CopymenuFrame.Name = "CopymenuFrame"
  3372. CopymenuFrame.Parent = MainFrame
  3373. CopymenuFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3374. CopymenuFrame.Position = UDim2.new(0, 215, 0, 35)
  3375. CopymenuFrame.Size = UDim2.new(0, 165, 0, 290)
  3376. CopymenuFrame.Visible = false
  3377.  
  3378. Copymenu.Name = "Copymenu"
  3379. Copymenu.Parent = MainFrame
  3380. Copymenu.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3381. Copymenu.BorderColor3 = Color3.new(0, 0, 0)
  3382. Copymenu.BorderSizePixel = 2
  3383. Copymenu.Position = UDim2.new(0, 240, 0, 5)
  3384. Copymenu.Size = UDim2.new(0, 85, 0, 20)
  3385. Copymenu.Font = Enum.Font.Fantasy
  3386. Copymenu.FontSize = Enum.FontSize.Size18
  3387. Copymenu.Text = "COPY MENU"
  3388. Copymenu.TextColor3 = Color3.new(1, 1, 1)
  3389. Copymenu.TextSize = 15
  3390.  
  3391. CopyBase.Name = "CopyBase"
  3392. CopyBase.Parent = CopymenuFrame
  3393. CopyBase.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3394. CopyBase.BorderColor3 = Color3.new(0, 0, 0)
  3395. CopyBase.Position = UDim2.new(0, 10, 0, 30)
  3396. CopyBase.Size = UDim2.new(0, 145, 0, 20)
  3397. CopyBase.Font = Enum.Font.Fantasy
  3398. CopyBase.FontSize = Enum.FontSize.Size18
  3399. CopyBase.Text = "COPY BASE"
  3400. CopyBase.TextColor3 = Color3.new(1, 1, 1)
  3401. CopyBase.TextSize = 15
  3402. CopyBase.MouseButton1Down:connect(function()
  3403. local plr = PlayerNameBox.Text
  3404. pmds = game.Workspace.PlayerModels
  3405. PlaceR = game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  3406. PlaceS = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  3407. Property = nil
  3408. MProperty = nil
  3409.  
  3410. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  3411. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] then
  3412. Property = v.OriginSquare
  3413. end
  3414. end
  3415.  
  3416. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  3417. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players.LocalPlayer then
  3418. MProperty = v.OriginSquare
  3419. end
  3420. end
  3421.  
  3422.  
  3423. function copypart(mod)
  3424. if mod:FindFirstChild("MainCFrame") then
  3425. Cframe = mod.MainCFrame.Value
  3426. else
  3427. Cframe = mod.PrimaryPart.CFrame
  3428. end
  3429. X = Property.Position.X - Cframe.X
  3430. Y = Property.Position.Y - Cframe.Y
  3431. Z = Property.Position.Z - Cframe.Z
  3432. PlaceR:FireServer(mod.ItemName.Value, (CFrame.new(MProperty.Position.X, MProperty.Position.Y, MProperty.Position.Z)*CFrame.Angles(Cframe:toEulerAnglesXYZ())) - Vector3.new(X, Y, Z), game.Players.LocalPlayer)
  3433. wait()
  3434. end
  3435.  
  3436. for i, v in pairs(pmds:GetChildren()) do
  3437. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  3438. copypart(v)
  3439. end
  3440. end
  3441. end)
  3442.  
  3443.  
  3444.  
  3445. ItemDupe.Name = "ItemDupe"
  3446. ItemDupe.Parent = CopymenuFrame
  3447. ItemDupe.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3448. ItemDupe.BorderColor3 = Color3.new(0, 0, 0)
  3449. ItemDupe.Position = UDim2.new(0, 10, 0, 70)
  3450. ItemDupe.Size = UDim2.new(0, 145, 0, 20)
  3451. ItemDupe.Font = Enum.Font.Fantasy
  3452. ItemDupe.FontSize = Enum.FontSize.Size18
  3453. ItemDupe.Text = "MONEY + ITEM DUPE"
  3454. ItemDupe.TextColor3 = Color3.new(1, 1, 1)
  3455. ItemDupe.TextSize = 15
  3456.  
  3457. ItemDupe.MouseButton1Down:connect(function()
  3458. --[[
  3459. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3460. :::::::::::.` `.::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::` `-:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3461. ::::::::::- ohhh/ -::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::` .hhhh `:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3462. ::::::::::- hMMMo .::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::` -NNNN `:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3463. ::::::::::- -///. -::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::` -NNNN `:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3464. :::::::::::` `:-........````..-::::-..`` ``..:::::-......--..`````..-:::::` -NNNN ``````..-::::::::-.......`````..-:::::-..``````..-:::::-......-::::::-.......-::::::-......-:::::::::
  3465. ::::::::::: .---. ` `---` -/++-. `` `:/ohddddhs+:` `.- ----` .:+++:-` `.::` -NNNN `-///:.` `.-::- ---. .://:. .` .-////:-` `.-` .---. -:::` `----` :::- ....` ::::::::
  3466. ::::::::::- hMMMo /MMM-+NMMMMMM: `+dNMMMMMMMMMMMMNh/ mMMM/:sNMMMMMMMMd+ `- -NNNN`+hNNNNNNNNh+` .:. NNNs-hNNNNNNy /ymNNNNNNNNNd+. +NNNd` ::. yNNNNy `::` `hhhy- -:::::::
  3467. ::::::::::- hMMMo /MMMdMMdsoydy -yMMMMMMMMMMMMMMNmdhyo. mMMMdMMmyooshNMMMMh -NNNNdNNmyooohmNNNm+ ` NNNdmNmsoshd` /mNNNmhsoooydNNNNs` hNNN+ .: -NNNNNN. -- ohhyo -:::::::
  3468. ::::::::::- hMMMo /MMMMm- :hdhhhhhddmdyo+/::/:. +d/ mMMMMd- `oMMMM/ -NNNNNh: `+mNNNo NNNNm+ oNNNy- .smNNd. -NNNm. ` yNNdmNms ` .hhhy` .::::::::
  3469. ::::::::::- hMMNo /MMMN: -``://::-``--``.-....`:NNd- dMMNd `` hMMNs -mmmmy `` .mmmm- mmmms ``` /mmms :mmmy ommmo -mmm+ommm- shhy/ :::::::::
  3470. ::::::::::- yNNNo :NNNm` . +N/`......`:Nm/`......:mNNmo dNNN+ `:::. sNNNs -mmmm. `::::` ommms dmmm: .::. hmmmoooooooooooooodmmm` `dmmm. ymmd`.dddy -hhys -:::::::::
  3471. ::::::::::- ymmm+ :mmmd ` dNm/.....:sNMMNdsoooydNNNNmd hmmm/ .:::- smmmo -dddd -::::- :dddy dddd- .::` dddddddddddddddddddddd: :ddds -ddd/ +ddh- `syyy- `::::::::::
  3472. ::::::::::- sddd+ :dddh `. dNNNNddmNNMMMMMMMNhdMNNNNmmh hddd: -:::- odddo .hhhh -::::- :hhhs hhhh. :::` hhhh/:::::::::::::::::` ohhh- shhy` `yhyo :yss/ -::::::::::
  3473. ::::::::::- ohhh/ -hhhy `. yNNMMMhoydmNNmdhsohMMMMNNNm+ yhhh: -:::- +hhh+ .yyyy- .::::` oyyy: yyyy. :::` oyyy/ .syyo -yyy: :yss.`osso` .:::::::::::
  3474. ::::::::::- oyyy/ -yyys `- `dNMMMMNdyyssyhdNMMMMMNNNNy syyy- -:::- +yyy+ .sssso` `..` :ssso` ssss. :::- .ssss: `` :soo/ `` /sss-osso `oss+:ooo- ::::::::::::
  3475. ::::::::::- +yyy/ -yyys `:. `dNMMMMMMMMMMMMMMMMNNNNNo` syyy- -:::- /yyy/ .ssssso/.` `-osss+` osss. ::::` -ossso:.` `-+ssso. .- +ssosss- :oooooo+ -::::::::::::
  3476. ::::::::::- +yyy: -yyys `::. `sNMMMMMMMMMMMMMNNNNNh- oyyy- -:::- /yyy/ .oooo-oooooooooooo: ` oooo. :::::` `/ooooooooooooooo:` -:. -ooooo+ . `oooooo. `:::::::::::::
  3477. ::::::::::- /sss: -ssso `:::. -smMMMMMMMMMMMNNdo. +sss- -:::- /sss/ .++++ -/ossso+:. `:. ++++` ::::::` .:++ossss++/- `-:::` /++++- `:. -++++: ::::::::::::::
  3478. ::::::::::: .::::-` ./syhddhys+-` `.- ::::: `-::. :::::::-. `-:::::- -:: .::::::::::::::
  3479. ::::::::::::.``````.-:.```````-:::::::-.` `.-:::-.``````.:::::::.``````.-:-```````.`` ``.-::::::-.``````.:::::::::::--.`` ```.-:::::::::-.```````.:::::.```````.-:::::::::::::::
  3480. ::::::::::::::::::::::::::::::::::::::::::-...``````..--::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3481. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3482. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  3483. ]]
  3484.  
  3485. local D=string.byte;local L=string.char;local a=string.sub;local t=table.concat;local i=math.ldexp;local E=getfenv or function()return _ENV end;local T=setmetatable;local f=unpack;local l=pcall;local C=tonumber;local function H(D)local e,n,d="","",{}local o=256;local c={}for l=0,o-1 do c[l]=L(l)end;local l=1;local function f()local e=C(a(D,l,l),36)l=l+1;local n=C(a(D,l,l+e-1),36)l=l+e;return n end;e=L(f())d[1]=e;while l<#D do local l=f()if c[l]then n=c[l]else n=e..a(e,1,1)end;c[o]=e..a(n,1,1)d[#d+1],e,o=n,n,o+1 end;return table.concat(d)end;local C=H('23722D27527622D23I27624C22D24T24Q26X27624822927D25622927524527L22D26727O24721927D26T21922D22L27N22L27P27R1X27U1X27X23P22D21X22D25Z27623L22928925Z27O24121X23H22D25728922D24721P27U21P27X24922H28924V22H27523X22D23922D27027623X22528925W22527523T22928K27027O23T22129822127524D22L28926O28022D24129K28O29T24529A22D25629X2471T27U1T27X24527X22D23M2762471H27U1H2A527O23R27O27N27527Q27524722X27U22X28628828A27627N2922AL28O22P27U22P28T28V22D28X27523L29129328C21T29821T29L29N22D29P27M2BD22D23R2BJ24723927U29222L24929Q26629Q2AJ22D27127R26L22A22D26T26L24Q22A2472692C126T2692C524725H2C925H2CC21P2C921P2CC2C82C22CB2C623T2C923T2CC2412C92412CC2712C92712C522F22E2772D422D24L22Y2D52D92771L2D422K2AU27O26V27R21T27U2BD22L24D27624J27629M28025129Q29M2892DT2BE29A2DX22D29M2752BU27M27O2BY2AM24H2C924H2D127O22D22F2ED1R21M1Y22F28Y27521L21C21G21D21C2132121X21G1X21222F22B2761O21M21N21C2182EY2761321G21L1W21C22C27722J2DQ2A724I2AA23H27U28K22L27B27D27227G27I24Q26U27O28U2DW2EL28U29A24G2EL23K21X2FP28N29029A2492952BJ23P2BJ29628023P29X23X29I22D23P29T24921X28024H28N2BW2E728O23P2C923P2C522E29Q2DA21T1L22F22827621E21G21K21C22F22M276162EU2131X2ER1I1W21O22F2H01621C1X1M21M2132HA21W2HD21C21N21D2EH1X21O21F21O21I2EV21O2F22F62751121O1X2EN2H42761121C2191X22F2DE2751H1W2132I62F22D42BJ29R2762632AA1L27U2DC2FN27C2FT2DQ22L2802592DU2BF2562J92DZ2J929224G29Q2872AM28C27O27K29L2GO22D2GQ2E52752GT2FO2J42BE2DS2J92DW2JC22D2E029M2JF2JH27623R2DQ22H2GP2EL2GS27R23X2C923X2D12H52752IF2752H72H922F21Z2761721C21121L2I42EV21C21D2HE2HS21G21E2HA2H02I02I421C2EX22I2HW2HY102122ER2L521I2HA2KI22D1J21O2HT2IT2762412IW2AA2AO24Q26T2AQ2DM2DO2J528025Y2DU2FH2AA22T27U22T27X2402J32FQ27524C2FS2FU2BE2JZ2DY22D2JG27523O2G424Q27228N2B72892G92B62GB2GD2LX28Z2252LZ29X23L2252M62GG2JN2GP2GR2E627R24D2C924D2CC2NA2C22NC22A22F2C12KJ2NJ22D1I2HT2HX22S2KK22D2KM2HA2HC2752HE21G2HG2HI2HK2HM2HW2HQ2HS2HA21V2761M21P2EV1O21G21Q21C162182ET21C21K1O2L72122L12LH2IG2II2IK2EZ2752HR21L2HS2FD27623F2762M827D24K2LO2292802JM22D24C22L27J2K02JB29L2JL28H2A726Q2LO2762732P12MM25628N2402DJ24Q2562BJ2DN2752562J52M62K222L23127C2J92PX29Q2LP2922PY2AM28Q2LT28S27Y2LQ2AM21D27U21D27X23W2BO2FT29222D2962A425129X23S2MM26U28N2512BJ2BL28Z2K92JP2EL2902752DP27524121T2M62572BM2A22LT2A422L2QM27D26U2QP2QR2K12QU2QW2QY2R02GD2R324H2EL2LP2892582M32M52M72RQ2MB2J326U2J5152K129Q24823D2FP23D2MK2S32GK28N26M28N24D2B32502RW28E22D25Y28H2BT2BV2N82AM2NE26T2NG24726P2C926P2CC2452C92452CC25X2C925X2C522C2EL2EE2LI21K2EV21P2HB2762IQ2HY21M21K2LD2KX2D227621M2EX2LI2I12KN2H02KT21G2182ER2EX2OT22D21121G2LL2EX2NL152NY2HX2IK2TE1I2HP2O921O21L21D2HT21N2I922D2EU21J2IE2NL21O21N2LD2HG2NI2TL21G2TN21K2D92D72OY2752KP2R92MW2P92M92762MS2BK2J529A23U2SA2FS27228H2RU2EL2402PB24Q23N2Q722929A2P82412292Q928H29D29Y2W02M624G2FV2K627623P27O24J28H2JO2JQ2IV2R727A2212FP29T2412J62JP2SU2JS27O22C2H022F2FF2751P21M2EP2UV21E239162OW1X2QP2D422L2H32LI2NT2KO2KQ2KS2KU2I52HH2KY1X2L02L222F2HV2WV2WX2KY21G1Z21C2KR2102FB2ET2EX2TE2XT2XV1X2WW2EP22F22G2761S21N1Z21M2OE2HO2132XR2132IL2HD1W21I2LG21221223822F2772L92752P22VR2P52P72W02892VW2VU2W22R92VY2MI2W62752K72752JI22D2R829R2WD28N2VX2R727O24C2PS2722BJ2VE2Z62E122L2VH2SA2252FP29X2412VN2JR2BX2WQ2NL2NR2XA2V822D2KR2KT2KV2XG2KZ2IQ2XK2XM22D2Y22XP2XR2XZ2L72EW2EK2XC2XU310H162XQ2HA2Y52752Y72Y92YB2ER2YE22F2242HD2X32X1310O21D2392Y72391121P21C2X12X32332392UZ2752NN21C2HX22V2YO2762IM22D2442S52AU2A7251311Q2DW311Q2DZ311Q2JF2FG2WG27M2EL26A2KB2762552DF2WP2762LI31002H82HA310231042XE2KW2XH2XJ2HU276310D310N310F21C310L2XW2WT2O82KU2UE2OC218310D2Y42Y62Y82YA2OF310V2ER2V622D2202P12J326I2YU2Z02P92VQ2PE22D24822H27J2FY22H292259313L28K256313L2M6313O27528U2Q3313R313V22H2DC2512EL2DV22D2502J92QS2SA2FK2MN28K29R2SM2EL24C313J2VR314322L2Q92J91D29Y2J921H314O2BE28S2Q12112MI2K52JJ2B62PG2N52JP2SK2VA2482LS2722AQ2GK2W7313Z29223U2EL23O2IZ2MN2DC2E12ZV22D2KC27522C310B2UP2EQ21J1W21E2TK2KL2HP1W2111Z2F92FB2O2315W2EW2HX1Z312B2TY2761521L2U12U3310J2XN2I521L316B316D2YF22N316A316C2U22132HJ2HL2TE312M310O1I101S22F2YQ310C2XO312N21C1M312U21N2IK311M2ON2XR2X221M3178276317A21C2UC2YL22F28N22D316C2122XU2UV2LG2EN1X2IQ2EX317L1M2IP2UN1X3173317C2IK2ED2HO2IK2NL310S31322XB2NW31102O92V12L231131121M311C311E2NM2NO21N22V22C311K2D421A311Q3120315L2QG28O24D24S2LT24D2WR311O2RK2DF28026E27O2442VQ2692BV22D2VV2PN27J2ZD2W12YY2M62YY2Q324R2ZG2QN2562QP29M2A4313G29M2S8319U22L314N319X2YX314P22D25U2J9313X2SA2PO28N28U313Q313S29Y313L2Q331422MH23K2J928S319X314V313G2452B3313Y311N2FS25V31982MM24C2GR22D26529Y27A2FS2P82493150315L21X2VV2PQ315G256315I2442LS25V315824529Q24J319C25H22D26V2AA1H318Z26T1H2WR2BW2WB27M22D25P2MI27A315G253315I31AO2P72KB2WA2AI2C231BZ2MB2ZR24Q2N12MH313G31B42PX2FV22H27131AD313Z26D31CM22D28U26L2K12EL2W927526J27O23P21X31CL2PP2Z721X31CO31D22SH2A631D628D31CW27O23L21T31D12BJ31DD31D531DG21T2DN2PU2JN28925028N24831CC25T29X28U28731AQ23O21L27J21L31D3311S31D92EL24E31CU2JA29Q23K31DZ2PT31E122D31DD31E32GD28N24E2MP31E827523W31EB25631ED29631E329X23T2BJ24J2GD29Q25X29Q2G928923Z2VG22D24Z2BV315K24726X27U27F27Y31BI319C25931BM2AA26P27U26P2AF2ZF31BW26T31CA2P931DS29X29M2VV2SA31BA315I31CR31CP315F27D25T315I31CZ31D828N23K31FX2MT31DL2PV21X31DO31DQ31FS313Z31DW315E31EO31ED31CZ31E32MP31E531E731A127531EA31E02MT31EG28Z31EI31EK31GR22D31EN31GU2QQ22531ES29B31EV31EX27531EZ313V2AS31F32MH31F631212KA2AM2AZ2LT2B127Y31C731FO31FQ24C31CC24Q31FT2ZO314R313H2RF2562A422D23O31HY31I023K31I32JN31HA31AX2802PJ2ZW2GT2472GV2C22GX2C61P2C91P2CC2252EZ26T22524R2C621T31IO21T31IR24721X31IO21X31IR22D2232762NR1Y2U831832V02F52ED172U12EF2762F32EJ316M2751Y2HS21Q2122U72LG318K1M312C2IQ31JQ1J2IQ2KN318Q21131682L3316N316K2XX312L21M316H316J316P2YG311F2HP2F11W2LD31JE27521P2IC2NR1W21N2IC2D52452132X82762U72UY311M2112TU2IC2I72UO2WU2LJ2UV21D2UC2HG1Q21N31JC2182DA2EE2NL2F12XR318H22F21S2O31521321O2TH21321831L52HQ31JV312C2NR2OC2UV31KA22D1531KX2I12I8318Q1D22F318Q1C31M52761F318K1K21N21E2EN2TV2762TH1X2TJ2ED2IQ2QK2D52D72U522D25S318T31FH2AM24531BQ2452WR2LP318U2VX28024A2AI2P62812AM26931BQ2692WR2VP2FP2Q727623W2AA26X31BQ26X31MZ2VA31N222D31N42V931EM2AA26T31BQ26T31BT319D31MU28O25L31BQ25L31MZ31HO315L2SP2DH2AM25D31BQ25D31NC2MM2MO2Z131EM2SS2R72Q72RB22D26H2BM25T31BQ25T31O431FN31O629231O828O21531BQ21531NC2VQ2722VT31OH2R931FE2R921T2Q331ON2AM21L31BQ21L31NX2DC31BN2QB31BQ21P31MZ2EL24J2SO31N331N52802AX2471931BQ1931P131NE2R92EL23W2EL2471131BQ1131PM2R731PP31NP2VM31EM31Q31T31BQ1T31NX2A431PI28O31BP2LT31BS22L2402SC2FT2SE29R229314Q29C2MB31HK2562B12ZN31AM2J927W319X25X31HW2482AC2FT2AE31CQ22H31BL313U31RD31BY31AQ28U31FP2G1313V2BF3146313Z31CL25U313L31R731DX31QZ31R131CZ31AM28N31CZ31R531S021X31R725131A9313M22D23K313L31D5313L31CS31AQ2ZU2YX2VO314A25V314C24031HK24C31R12VX31DW27O248314A256314C31CZ2PX2ZD31B729Y28N24C2QI2PT31MN24021H27D25V314Q22D31T727D26L31TB2VX2902P824821127J314V314D31SH31NR22D2IX2AM26H27U26H2M731RA26U31RC2VX31FG24L31SS27T2PT27W31TO31CP2VX24T22D2592W022D22C2YY22L22C2W527524831T824Q25331TG2R331AQ24725P27U31BY31QP31UN26U31TG22929031U331UL26527J31AZ31U831SF318W24725T27U25T2M731UY31V022522C2512W031V231SS31TL2PT31TN31SG31U931VA31EB26T31E131QP31TY31U022931U231U427J31U731VR31SF27I31UC31UE31UG2W031UI31UK313H31VG313Z31VI31AG314D31HI31O6312828O21H31IO21H31IW1P31IO1P31IW2552C92552CC2592C92592CC25P31IO25P31IW1X31IO1X31IW2CQ2C22CS2C62KE2C22KG2C623L2C923L2CC26L31IO26L31IW26P31IO26P31IW2SX2SZ2CU2C22CW2C62T52C22T72C621H2C921H31XN2C92C42C62CM2CA2CC26D2C926D2TC23531J4318Q2132D525X13315I2D931M827521F2V422Y2NR1R31LT310Q22D2F12EQ311C2EH2132TH21L315V31Z221M31Z431162UK2IK318Q31ZG27621031KG22D2IQ31JA2KQ31JD2ED31JG22F31JI22D31JK21331JM31JO2HA2NL31JR2H931JT320131LS31JX31KS31K0316331LY316O316E316T31K62F931K82ER31LX2UH1X31KD31KF2ED31KI2IK2LI31KL31KN2D431KP2H32U521121O21C31JP31KV31M031KZ312S2752LK2HY31LQ31L731L931ZL1S2121K2UP31Z321C31Z92NV2NM2HP2YC1Z2L6318A31032XD31062KX31082OO316F22D2Y72HH2IQ21I31M12UO310B1H310H21321M2182HE2132YI1X2IP2NU2762LK2HT321N320I2LI31LQ318K31L52UE22831LI31OG22D26C2PH31NS2YR311P2S427D24S31MT2ZA31BU2AI31P7315L31PN2KB28N24J2GR31H831P62GP31NF2DS2P528931WD27H32312AI323B2GR323729W2R729X31AO31Q92ZW31BV31WJ2R431IC2WQ2D32KJ2U531JN21G1Y2UO2H01U2F41H2EI324927621I2F22F332222NL22D3243318V27526C31MT31NH32412D9313622O3233311Q2802FI31MV27U2A631HN324P31C8322X311N2J331FL31BW2P727A313F31F731TP318V319E31BW2Q9311Q28K24G2DQ31O531DR27D31CE31RD313X31E72Q631D32DC31D631CZ319T31S32S831S62B629Q26J29Q31DD325Y31DJ319T31DJ319Z31H922D32672MX325Y2GH225319T326K314Q29Z313V31GD314528N23O31GG2SH31AK31G723127J2Q331EE21T31R52RT27531E6326531H023W326Z2PT327129631R531ET31GY28Z31EL22D23S327B256327129H31R529T2QZ2R72BJ23T31EY2K531F22VD31S824Z31CU29X24J323U21T2GP2BJ244315G26U315I24031RA27231RC31BH323G31BW324P324R31272ZX2E82EA2C522D31023209321K320K321N321P312E321S2XF321U2XI31092HA3170316J2LG322B322D322F22F2O72OU31761X32962KX1N2FA2KS31LL317731ZA322I31332YD320I320531JW2HA31ZR21C2EJ2LI31LV2UO311M31LZ21231KY31M227631M431M631YT22D31MA2NL31MC31ME2L72NR31MI31MK2V021D31J531J722D25R25O32AP32AP24C22Y324L311O328J2Z931MT31TS2GU24V2LT23P2HM323532AW31FG325B31B031BW28931QK24724532B126T24532B4323R31NY311S325J2D627A2PS31DM3238325G2A627532AZ24727132BF27132B431O532BT2K127624431CC25V323U2VD32C42WI24Q25V29T32C52RK32C82A4262311Q319W325O31CI2BE319Z31A22E031AO28924N312431AK2P131CC326P31QU31AM2W0314T2W027W26131C8325C275244319P2QP328927J31C331AY32B929R29Q313G2VX29A31UD2Z131BL2YY31BY31VK31CB31G231HU319T2SA23527J31YK31RD31AZ31DX1527D26G2S831S932DB31EM32CY326K31AM326K314T326K27W2522N031OL32BQ23W32E42PT32E72GN2YX2SK31HV319X326O31F0326631F022H2VV313L32DP313L31RI314J29A31AI2BE31D12J931D5325F31CP24031T423O31MN31SQ313D2VE2QA2GK32DJ2JH31T032642ZB29224D31DQ2M42PT2M62P931UN25631TB2401927J192YR32EB2Z1319T2W0311S323L32FV26D32FX31W52VO31GK2YR2832PT2852P931U523N31U729M31UB319X31UF319X31UI31A022C25B2JE31HW23O31U525631U731CZ31VI325Z21X23922C25931S331B831D328K32HC32HF31UG31S322T31VJ2SK314E2BE23131VJ2Q72BF24O2VT32E22YW313D24D2291L31WA29L31VA1D31BQ1D2WR32HZ32I132DS313H31CC23N31DU22H31QH31RJ22H1531UG313S32IL2MH2M032I332BU2LR31BQ22X2WR24C32CB26U2GM32I022C31QX31I132G72SH32IH326232HJ31D332HL31D628U29226Y313L21H32IN2E126X2VV27F28O22531BQ31VI2FN32IX32IZ32JG32IB24D32JJ2GK32JL32IW2RK29T325Q2FT32IF21132HB32IM31AQ24D26929A26N2692MB32CB25632K124527J32BT28U32E2315E24131G231N031CZ25H32J831S932GI327225P31UG31DJ31NW24A2GB31RO31E932KO24Q25T31N031DD32KS32EL32KV29631AK326K32L02N032L331EM32L532L72MX32LA2QU32KV29H27131UG29T29H32L029T23X327W31HC327Y29L26H29A23P31TW2P932KF32K132E92E129629Y2R632JZ2PT29T24D23T31FP25623T32KE32K029L251319124W32BL32ME32KG31RN325W31RD32F0313Z31AB29L25932M332B732HZ325529L31Q13143323932IQ31TR2AA32G32LT32G52FN2552RK31262E12SP24627O2PW32NC2AM32EN26T2S82FN31U526U32GQ22L25122C24L29Q23O21527J21532N7325G29M25932HB2J924L31UG2J924T31UJ32O331CC26U29X326032HB31S32EE31D623K32CB25332MG2JO31D62BN2BP31FM328N28O2E92C22EB2C624L2C924L2CC31WW2C231WY2C624X31IO24X31IW25131IO25131IW25931IO25931XB2CR2CC31XG26T31XI31VB2C925T328Q1K31J42NL112NY2L2320Q27631YZ2KN2TE1221M31ZC2HO3222321431ZU318D32213220316Z322H31L3322I2ET2UJ2UL2NR318H21M31Z92LI112NO2NR1H2EV21G318K1T21C21O21E21P31862O832062HA21Y31KS21M2UV1X318H1Q21J21R3210318031ZZ31ZL1T31KJ31JY32A931M72LI1621O21B21C2DA2H331JB31ZQ31JF329W2NR32R42Y332A132132IS2DA31KK31KM32GM2D421O31KR27531KT31ZI2751A31ZT27631ZW31ZY21G31JP31L1321731L42NY1X321A32S327513321022F2IU2XR32222HS32RI32RK32RM1632RO2H02HT317P2HT3209328Y31053290312I3293312Z275152IP21I2OA2ON2US32AF2U532QT21L2EX311M1K21L21L32TY2EX2H0320H2ES321X2WW31K7320C2YF311M32TY32Q82HA2U52F8329J31LX1K2193174317N2EX31Z132TC321021O2F932QX311H2UA316A2UD329M32QH32UQ32UH32SO31KH2IC31LZ32RG32UZ2IN2H8321W31ZU2LD32QF2F21S32AK324N1S1H31ZA21F32SS21C32T232T72YF2H032VS329222U32AG2TI2UP21F2OW2HS32A9314N2D525131YX318Q32AB276311832R632R831LX324H32QU21D324E32TO22D21I1W1X2I131MD317521G317J2ED32UN2OP2752XI32QU32AL31KJ328U321M310V321P2TE321Z2ER32SS3223321X2KR21K317D317H32282192F5321K329O322K32UE2O832WO1G2XR31772ED22D321K32C2323431VA2PS26T2DL32B5324O32NQ28O314H26T28Y2QF328K2ZW23W31N531WM24732P326T32P524732P72C232P9324L2EE27722631MT26F32C42J332FL24431B227O31ND2PT2VT2VV2W02VZ31P631HA319C29231HE28O327B26T2Q322L23L28J2K12MP31OL327S2QQ2VA24531OL25S2BM314A26T2FM31DA322U27O23K2J325V311T22D2RZ2AM32CB26T29K22L24432JR322Y319427M2WM24H29Q31932JV315L2ST324T28O32PT32PV31XK2C231XM31YC2C92CO2A72KJ32A132282112ER1X2F5320X2U832U931ZU32SQ324631JP321K31LK21M330Y2HG320Z31K431KB2HQ31KI2UL2UN2UP1Q3248320I32UJ316132UI31KS329L1X313622V31MT32C227N2YX325632Y424726T27U31FP32542Z93321325N330C31DO31P4327K2ZG32YX31UL325E31WG31CP32JC332K32FN32I332Z82AA31U527V27X23T22528K2QT29B2212Q0327R32C12212DC25S29T28P28R27X24129X23R31FT2AS330231WN27U314Q32JQ32MN2ZN2DC2J82BE32DW2BE3263314M314W2Z727O24M32ZW32FV25632FX31DD31AK2MV31AM295225327F29B2U632DH29H31R7259327R334932FL25123931AZ334H2B628N25X315331IA2AA2QN26T2BQ31BH31OJ2YR2RF26X31I024C1P27J1P31HH324031WL32P124724X2C924X2CC25D2C925D2CC2CE2C22CG2C61X2C91X2CC33592C2335B2C12IU320J31KC21M31KE331R32SJ33132EX331531JL3317322G32TP330X330Z331E321X320K32QQ2UM2HX331L331N2YF331P32UL2X931LT32TJ312G31073292321W32RD3366331B330Z31LP32TR32TT2WZ22F21U312T320Z31771G2192U72HY2KX331A331C3310329N2LL329P310W329S31LT329V2EJ2ED32RQ32SL22D32A727631M732WA22F327122D1C335W23932WJ21N2362X42OA2XR2392V121823921133672HG21823D239324632482392IC2391Y2IC21P239238315S21821F2NO316C2HY2UP329I2FB22V324N22D22U31MT26032YT27J32C4332G318V2YX311V32DH2A6325K31BW332W2P527525A32D7339A22D319K311Q313X2AU32LI32Y323Y33932PT311Q325Y339O2P7319C31N12PK2Z1319W2AI2352P732E032C232FL240333Y32FX24523D2P731QT24431HK26U31SP2762642P532D132Z531HW339B32DH2AB2AD27X32ZF27W24G28N23S315G272315I23L32HO31EE31VA31HK26T31HM23P1H31BL26H31RC32ZF32DR2ZD21T2S824X32ZQ2FL2861531CL26H32E723K1D2RK32W631DD31CS32ZK23W31UN27231TB23L339P23P1D28K33C532BA33012AA32Y632Y8315M28O32PB26T32PD24731X02C231X232PE335A2CC2T12C22T32C1310Y2KJ318Q21Q32TI2XC32TK312H321V2XK31Z132TQ21332TS32WT21G32TV2EX321K32983222322F2EX2IU338V329K32RG33DD322E2HT2U42F031ZC321I2UP31752F231K12IN32273229321X31LK31LM2NY31LP32SX31LU2U82UO2UB32V12IK336231ZX33642UP2U72U9336A2UI331I336D2UO2ED321D321F322M33E4321K31JR21N2OV2KU2EQ2D331YY31Z02IG2TM32462UN21I31LA21F33F633F724Z31YX321K1N31LL21I21Q2OV32W4337I32V622D32262KS23933DI22F31363129324X330A2MN31B12FP2AI315K33CE32YO2KJ317L310S2F921O31132HR21K2TH338T31JB2KX22C2ED2JU323232AW2ZA2E222D2E433562GT318Q31UF27731QT2WF22D26M339F22D24X27R31V52LT31AZ31QP2MD32NO2AS32BL32DI332C2Z129A33GX2AM332R27W33H22RK33H4311U31P633H831QU28926527R2QC26T2QE24033H332I333HI33H731452BV2JO26728N24733BT2LT314N22L31N032AX2MB2PS26X2BJ32K232CZ2ZU31WK33CE2ZE33282Z128932NN31TQ32BV32ZB32ZD2WL334V2P933HT31CQ33H52J532Z62V9334P2AM32DY2LT31YK33I62VA32ME26X32K132J433IF335533CE32BW2CZ33CP2T22CC26T2C926T31YF31YH2CC330O26T330Q2472512C92512TC2H031LB31LX2XI21N1W21K21J2ER31YW31ZL31KM31ED2D42252H331Z133G333EV311A317D31ZL2KR32AK336R337U337W2I5337Z2X42OW2EP23921N2EI338Y23B33A033GT33GV33HB28O33HP33HR33IU2DN33HV2WL33HK32DL33GW27R33I326T33I533HS33HG33HU32C333HJ33HX27M33HZ33I12RF26T2RH33I72ZA2ZH27D33IB31UL33JA33FY2SV31TC33L533IW33LK31RP335631OW24733J226T33J431BH31PA332D323Y2MC33LH33IV33HV33GJ31HB2IV33J033GM27R31YD2CO24731YG2C231YI31Y12T633JO31XL33JW31LB31J4311M33K033K233K431YN31MO31YX31ZR2UK2D933KB32WL33KE33G533KG31J827533KJ2V426I33GO31ZU33I733GU2ZW33M732XZ32Y133M02LP323I31TQ324S31QU31OT31NO3197330K335833CO22A318P33N131LB2D733GO22S32AY2AA25L27U25L333927633NQ33O033LB31O927U25D2M733IU2PA2RK31F032BK33IX22D33ML2RX22D32Z92AV31BM27R32O52LT32O731QP2VQ26U2M1311W33M432Z131AY27R31VU31VW32YZ33PB32I333PD33HW33M532ZN31PS2BM32NE26T32NG33LS27A31CC32JW313H32M731Q033IG33NV31O52VX33IL322W33222LS2LU3339323733OT2FT33OV33PN33MK323H22D31IB28O32ZR2FM2ZU323W2P92QN26X2QP24833Q1323Z2RV33O42CY2C22D02C633CQ26T33CS332333JK2CC25L2C925L2CC26X2C926X2CC31IF26T31IH24731XC26T31XE22C311M33JY2TW218330Y33JZ2F233N533K533N8318K33K133K333RY33KA33KC3130316033KF318233KI2TR33KL337V1W23933KO3380338D310O33KT2EI32XT23C339S31CS32B832FL33QE31AN31AP3124324Z2AA26127U26127X244314H26U312429233H62PR2FP2BJ2JU2S6312131DO2KB29731OM29X330G33TC339722D26K32CA27J32CE33QW2A6339V32AW32BV33PT32NG32XW2P133J226X32E024C31SU314C31C433JC31O52YS33SP31QU326O31SS31RW31Q0325G2VX314V32IB33AC2GF33AF3309315L23927W26H2QP24733QN2A52VA240315G26X315I24C31RA256328G33LZ31OT33AC33BC33UM333K24523931BY33UR33O42T92C22TB2C633RI33RK33CG32PD22D335T336K2KN317032SV32QO331H2UK32AK2NL32RW2EN329M311M2Y72ET2V131JP33FI31ZU1N32QC21L32UK31622LI32V52NL32A333W02OS2F7331Q317K2HD2UK2UE239321H2391Q33F633SA33VX32V0317Z31ZA328V32X531JP336M321T32TM321W29T33FK21C32VP1W21L331H2EV2OG2OI21K318D1X32XQ2UE21233EX317033VZ33WP33WR31L7318K311G311I22C22E33O8276317033TJ33KY3234314K33LL28O334R2BQ32ZU323Y32YC33FW29B2EL23R2R52252Q323U2QU31P2326833FY333E2AA2FS26T27L332731ID33VM33RH2GW328Q324N33EE336032A92YN2NL33XU318N33GO22731MT26B31393394330C339X32D9339632YZ32DK2YZ32DN31QU32Z431QU32HG2W3313D2VX2Q324T31OI33AP2B832FL33UT33BM32ZE21X2DC33AX327833Y523W2VQ2VS2MX319W326K319Z326N29Y32EE2RO2B62352N333A633YO2AM33YQ33YS33JD33YV2C631XW328Q31L1329B2F02EP31191N338633W931ZX311721C1T32SS2OE336H31KS33Z133VQ312D33CZ336N3291312J32WL33D533D732TU31MF31ZA33DL33DF32T427633DI338833DK317T329933DN33EH33VV331J336E2U533DT2F3322O33E9320A32U8331F317132UC316K2XL31K2316P341R331T33DB341Q329J341S31772123136322S32Y324F33KY32FL33II2YY32CN318V2GF33FS32Y333H632C232BV33M933MB33U82FS26X2ZG332I323831WK24733NT32P0323Y240314H272314F33YL335433QY33MO2AM335P26T335R32YJ32P8328Q2ED32WL1721M2US21M21932UB2OE32AK2H0329I31K6344333XT318M311J31ZU1021N343Z33FE2TR27729X32Y332BV31RA31BR33OJ27533OL33II33L12AN2AP33OJ33NX33HL2Z333PE2E529A33M731QR26T2SE33J5318U31AW33LV31DQ32BP2BJ33JB343M2473304330633PW32DT2MN29X2482ZI345C33V53357343P343R33JT2C233JV2CP32PR2C633CK26T33CM22C32YN33O927633OB2U52OW1Y320I2ED32WI22F1J2OY22S23F23G2393374321032WO311934132X121I31LL2112X41N33X92O5239310D2WZ23F22N22V346H311421N3116311823933XI311633RT3119338N212347022U3473310D347434763119318223912338K33WQ33DU21822N347G346I11347B338M21D32XE2F3338623H31821R33RX21323G22N22P34732KR33KR311333SD21333NH347022O3473347W330Y338M21J2122391K2H72UV311621M239344D344633FE239348F31112XR347022R34731231J72391J2HS3490335W348G2F13481348U2392IO330Y347022Q347331L72LG239218349D23934802F4338G348P21D315Y2KX33WS2YE1Y31LL2HH33842HY2392HT348D349Q349S317G23F23923H349C33SE338J32U32391R1Q112392OW2LD338G2HH2TP346I22N2313473331A2I31X23822N22K3449311H33Z621X346F34731S21F34AB33SE33823119348D34A0349R2IP23921J32WT311931MJ2HX23931KL34AA338H2V1311331J6338H346G22O349T2UV346M347E347134BA347534BP33SF2OA2X43310348M238348D212311022X348F3182318H349J21C22Z347F34AY316C349P34BJ348G34BM34AR33851Y31182HT34BD338I2V11X34CP347V347X238347Z347R3470348A346I347I34CT338D3110348T34C82OL33K122Z310D348I34963498349A348G3491349F349V318H349I349Z349L348B321I2XO34AE34AW34AY322834B034B2313631Z132C225433ZB339T2MB339633U631AQ319933OU2YR33T32SO2JF31SS345N333U32N62ZB31I833C933P231N633O3343N2752U522F2792NW2YI2YK21221F33XB21L3386310D34A01021L32223228337Z348P1O31KE2I432U8311D33Z4344A31ZA34CF317T336Y341B320A1T32WP211320K22F33KX31KH34FY21223323E23E2U72OI21J2UV23F324H21K23E2IQ1Y23E21C22V1R1722U34FK1Y3136310233TY32AW24B328L33GH33OE33J127U343431OT2YS32JL33IT27J33FX343B343D3327343F343K2P9343H2KB345P31ID345R2CC32YK26T32YM22D343V2IU1P1122V311C1I32WW348Q32QF31602XG34B5311I340V2WV34HR34HT34HV322632XA21O34HY2TR33GB32AK277311M34GT31TC2VC34EF33YC343A33JC33UW34HC314G2FP34HF33Q331WM34HN31J423A2762X134F52OM34F832U334FB2XO34A01P21O2ET33WS34BC324D2HS32VB318L34B6311J2NL34JB21322S22N2NR33DI313634IF33UW34II34H52MN34H734IM318U32YZ31P32MB34HE343L31C634IT343V32E02911634IZ2YL34J134FA346X34J4311334J634J833WT347N2KX2L234JD33Z5311J24A2HD2EU2LL34JK2NX2LL22V22N1234KJ21C34JK34KX21D2L222S1A31172UV34KW34KY34KV34L12L222V34L531KI21N34L834L221C22U34LH2L222U34LE34L734LB21C22P34LL34LR34LO34LG34LQ22O34LV34LT22O34LT22R34LZ34LQ22R34LT22Q34M434KY22Q34LT23134M934LI23134LT23034ME2L223034LT22S22T34MJ34KZ22T34JL2LI34JN34IE342Y2YS2MA34JS2VL34K134GX2YR34IO34K034IL343M33FZ34K434IX34K72YJ34J034F934J3340X34KE34J72X434KH1J32W332U934FP34JF22F10322H34NM22S1P32Q421C22N34NL32QC34JJ34NY34NT1631Z821L34O234O022S2IB21N347S34NZ2HS22V34NV2132L234O734OE34OJ21322V34O42F934O634OD34OM34OA347S34JM329J34JO34MW34JR33MG34JT34N132Y32ZA34JX29Q34IP2MN34IR33U734K334IV34NA34K834F734NE34KC34NG346X34NI34J9347N34OP34KL34FQ23A2OY349732U334ON21P2HS1X34KW34OP34PU34PW34L634LW34PZ34PY34PT34Q234Q521L22V32Q332U334Q834QA34OP34Q734PS34Q91634PV2HG2HR2132F321334QD34QM34QO34QD34QB21L34QR2ER34Q822S34QJ34PW34QY34R02HG34QG34OP34L034R634R532U334O934OP34QY34QU34R921L34QZ34QK2O434QN34QX34QH22S34QW34QP34RM34QU34RO34Q834LK34QH22U34RF34RW34RC34RV34RE34LF34RT34RS34S034OP34RS34OV2FB31363158325827D2M82YR339633Q633ZQ2YZ2VW32LY318V332P2AM26L27U31CS340033T632ZI332W2MV318U32ZN2M632ZP2AM27127U31CL32ZE31O523W33PY2QU33QW33B334IS32P12A62RY2AA25H27U31BL32Y922D24334ED34SE34JS2P83144319X31FV2BE33IY2IV34SN28O32GK26T28522L23X21T33T62GD332V340G32ZL33SW2QB333827Y2RS2V934TF2AM31UN26T333I33II33MF33QS33QU33J225632E0345D2RW31NN22932632W0314N31WD2G9314Q32B731RD31AK2RW315K240327B23N32712VX31R52W031RU2W032HW32DO344Y33IV2Z52W822D34V12W821X326X2R92ZC33O421D2C921D2CC31Y62C231Y82C622P2C922P335C335E335G2CF2CC2192C9219328Q33KL33Z033EG33EB32SR3318316A33892I132AF2UG33EI33VW331K2U5331M34QO2UP33WC2HA33CU33KM33SE32U22HT2EP3386341533831K346X34BV2YN34IC2UP32R42HT33Z327633Z52NQ32QH2OA32QJ329R33DP31LF21M32WL1Q31LL21E2UV162XU2UD31LX32A232A42UO34FV33X332TL33D232RC34WK336T338A341I336X31MD22F344J31753372329F336W34BN31L434WL32XJ32QM322J31342YF33FQ275310B330G325A342W32DH33SS32FC31AQ2A6325I34SM339J339E31BW2W4311Z32Y332HZ332031UL33UN31CV33IJ2SH314131A9339P23O33J227233A632862JP2BJ33FZ31ZU328T34XG32X42YD328X341D33X434Y532WL32QX2V12ON32VH2UW32QL329D34YG318H32XM318K324D21N2KW33NE3131310U329Q32XN32WY33RW33S22YF2EG2EI33K622231MT34EC33FT33SR34EG31UR2EL2442SG2YS33GG3356323Y334U2Z92BV31HV33M5343G31T9350Z2VQ25V330F33PA339Y332233IP33UV34JW33IA33TA350X343B33UU34TK34P434T832MM32MF34P2323V2Z92VO2QN2722QP34P733T431UL34ZL33A634VS34EZ31IE33YX32P6343T2C134ZS321K34DU33862HO329M2U533DI311J2LI350D329U2761G213341832SJ316H31Z931Z1352I34DX330Y21D2YN329C22D162TO2HP34LF2X01I348V1234FH21E23F353H33WV2UP352T322833N72D4333332XT33NO2M22AM31CC31IP27X32NP2VE33IR2BK2M1318U33GJ32IP31CQ2AG32NO330D2WO345Q33O633GO3136350S31TQ24Y32C92PX2LO33SU33IN2AA33LD33I533I72VE2DN28024L27623O34392SL2Q931QE2A32QL34EM2MX33T631ET27R27O32ZK32BQ23X315K354R33CA2AM32FV26T2M62DM2W132IB313I2RK31AC31WI34ZE2AH31GS34EQ31RD31WK31CH34ZF23P29Q23R32683546313Z34TC31ID32YG32YI31Y232BG2CX33JF33O72ZZ2LI2I3338T2NL21E31MI32TS31ZL2341Y23I2UP2UR2UT2762UV2UX32SF27733OB2NL2HT32XE2XR22F34PQ32D92J32R634IH33ZC34TP354731H023O34N52SL28926S314J314L2BE313Q33OV354I2Z7276324Q31GS2FS23N31DC21T2VV31DJ319K31DJ313X31DJ314131DJ28023Q326B29Y31DJ319W31DG327J34U3314Q32ZK23L23D2M624P31QT327A32702B622P319K31R123W2LS256315831EU31RU327U332N32ZL34TX24722L24P2LT22L2P625523H31AZ24G314C24G2RF27231I025533B432NK332224T24U2LT24T2GZ2591P31FP26H335322D359431CL251314C24123D314Q24X31QT247255359I33CH359L1D31CS26H32W625431WF359R23D2DN25131QT24K2QC27228S359R339P25921H314N23P31TB29034UG2GU35A323P2GZ33YB2FT27O29628924L29X25032LC354K31H4311S332X327K32GK26U32GM32IB355V24X225354T23V29X24X32DY29Y32E035BM32GU32E031VK2YV27524X2A732FL25834EG333B35BL25T2S826831VE22D23T35B72QT34B832CZ2DT31H024W33SY2PT33T033GW23535AE32E025834TH24Q24U31BL359R332V31UG35BL35B724X25P32MJ31BY33GW1132HQ26W1127525835CG25635CI25923H31DL314C25435CO25635CR35B323H35CU275313O33TE35DM35CY31OM35D02591132I135D427525435D835CI25535AD29Y35AG35DG35CR24H35CT32CZ359D35DO359R35DQ24435D02551132IH35D532BN357L2JP27632FL24S34T22PT31CL22D24O35EQ26X35ES25W35EQ25635ES25S35EV35ES26431FA2PT32JL26122532JT29X31BL28K2VE25C34SP24Q24Q33SP25D1121931UG35EJ25O32KI2PT32BT25K32L525631N026S24D27J2PW25D326R31DP27525H26931CL24232KD22D35FG27J35FK35FM35FO27525O35FV31N025K23P33LV2JI26S23L27J2B722D35G231GE35G524935G82MS35GC2PT35GE35FN25635FP23T27J32ML22D25K25133LV32BL26S35H62PT35H835GU326S35G523X35G82R635H025635H235GG22D25O35EZ35ES25K25933LV32B726S32NI2PT32NK35HI35G422D25H24X35G835BW35GB35FH35HP27535FL35H335FP35HX2PT32B725K24H33LV24H27526S24T27J31UB35GT35G328N25H24L31CL248354T35GB343925O314H31AQ25K31A827M32E723R32E726S2PS24S34ZQ35C127526O31CC24S323U32W623R32W6323S2BK29X27032CB24S29V35JH315L32G52BK35JZ26W2QN24S2QP35JQ333C324P33J224S33A635JZ23R35JZ26932DY31VJ32E026928522F24G32GM26G314A24S33U528N23R323D2Z534ZQ327123R3271245315823R31BG315I23R31C331RC23R328G314C23R314C269315K35KF22L22F25135KI35KK35KM27526G31QR24S31QT24535KS28N35LD31WK35KF21X35LH35LJ2EE35LL22D26G32FV24S33AB33YE34K22BK2AI34UE315L35L135L32Z535L62Z5328G35JX35LU335526923922535LH2QP35KJ311D35M126G31HK24S31R124531R123R35MX2QP23R35K535JX24532FX23R32FX35MK343M35MM23H35MP27535MR35KL35KN327B24S35KZ35MZ35MX35N735N9315K2682LS24S31BG35JX26L23D35LX35AF27526L27W35KL31U71K315G24S31C332GM23R32GM35K6323U35KC35JZ26L315K26K31RA24S328G35MB2BW355Q35M235BC32GM31YR2VE2AE2802VE1S2RF24S31I024535OE2IN25T34B823P35C626H33B41K335124Q24S359Q35P12Z535JZ24531ED23R31ED24531MN23R31MN32M222C22C2GG2FD1K32EN24S32E735PF35K027M31TN23R31TN26H22135PR2GL35PU11323135EJ35ON2AI31U723R31U733UR35Q732HA22D1K33I324S35JP35EJ23R35QC35PJ35PL35AK23R35AK35PZ35KD27526H23535Q735R235QL32NE24S35PH35P2330I2Z529Q26H35DK35PS35DK35QL31UN24S31TB24532O72BK35RM35QY35JZ26H23D35Q735RS35QL31T424S31MN35RP35R032HL35PS32HL35QL2QC24S35QX359Q23R35PE35R926H22P35Q735SD35QL31EB24S35PL35SB32HQ35PS32HQ35QL31VO24S31TN35RZ31OM32IU35PS32IU35QL32GK24S35OB35NM27M35SB32I135PS32I135QL31U524S31U735SS33BD35Q731BS35QL33P624S35RO35SB31QH35PS31QH35QL25X323131R735JY35PG35R01P35Q735TU35QL31VC35PC35C635TB32IK35PS32IK35QL33GZ24S31V735OC35T235TS31OM31Q735PS31Q735QL35CG24S35CI35SS24531TB23R35RK29T23R29V35QQ35EJ35A835Q732I735QL35CO24S35CR35RL2Z535RM1G2FS26P27O1H35P429Y35C61O32KV1H35B735V831E335C635V826L22F25635VI25T35MS35VB25D323133OQ315L31I023R35P035TQ23R35TQ35VE31WK1H35JN32W61S21H318Z33C12FD1H354833O423H27L32ZS24P2C623535WF23535WH2BN35WF23935WM2512D326T25124U2C11C31J431ZU34S532U334ZT331G328W33X234ZY34Y4336P2XK33X7322633XA33XC33XI33XF34AT33XI33XK342L321Q310N2182OL2YL2OO310G2ET341H34YI341K32AF33DC341U33DE341W33DH342J331T341N341W2U5321H31Z934212OW34232TE33E031LN33E32UY329Y33E6342433WY34WH33ED331233EG34WO341Y33EK321C321E2NR322N33ER2V133EU33G521C33EX33WE33EZ2IA33F131KT2HX33F422D33F733F833FA341Q33FD33FF32QU33FH32S431JH27633FL21133FN32UL32U732UD342832UB320G32UD32WL2LD1X2H92EU356P2HA2TE2EN340X2ES35ZY33DO275352I34WV33WL2H01A1A31L32II335U320L335W31KF33W22UW2EU21N31JP32QW33WA31LX1N341631JO33CX31702XZ337D21234152HY2IE31ZU1J32WT329F34CR336531ZB31ZD2IB33XC31LX31JV311H34NV2HY33JY318Q2YN317W317Y2UE31812X3353J320135ZF21332VY2H0338Q2TO171I1N31YO21P31YR2771H362327622X2H334NO2NP31KO1A3626315L14362934XG344A31KO17362E25121J320W342I2FB33OD2D522T362E35Z8362P275352N2D91G362E25X21Q2H3311M1G317P2113532320A324H21N324J2IK321K344D312P2HK36392TR31ZU1K34HX312H321X1N32WO33K022S324D3248320A2HR363D32RM33FJ363R32WP2F222S1031JZ311M34CF361P2H035ZV34CG33KH364B2HP2US31623179310O364D32R927533WH2UE2NR21I21K21D2L82H634I921C364H33DJ35XJ324N348O2NR21D322E2UF31MH34FL21I2U031K9336K32UO31LX32WJ2HS2KU35XR331534KY365H33EA27632W234O0365L31LX31J632U3365Q2TE338O338Q311H338S33WW27534D93481363X34CA34HZ23J2HD346Q21O346S33WQ340X33FN3386337V2OW21K2UV348V31MC3113324B31Z72IC341331JV21M21E22D');local o=bit and bit.bxor or function(l,n)local e,o=1,0 while l>0 and n>0 do local a,c=l%2,n%2 if a~=c then o=o+e end l,n,e=(l-a)/2,(n-c)/2,e*2 end if l<n then l=n end while l>0 do local n=l%2 if n>0 then o=o+e end l,e=(l-n)/2,e*2 end return o end local function n(e,l,n)if n then local l=(e/2^(l-1))%2^((n-1)-(l-1)+1);return l-l%1;else local l=2^(l-1);return(e%(l+l)>=l)and 1 or 0;end;end;local l=1;local function e()local e,n,c,a=D(C,l,l+3);e=o(e,85)n=o(n,85)c=o(c,85)a=o(a,85)l=l+4;return(a*16777216)+(c*65536)+(n*256)+e;end;local function c()return e()*4294967296+e();end;local function d()local e=o(D(C,l,l),85);l=l+1;return e;end;local function H()local o=e();local l=e();local c=1;local o=(n(l,1,20)*(2^32))+o;local e=n(l,21,31);local l=((-1)^n(l,32));if(e==0)then if(o==0)then return l*0;else e=1;c=0;end;elseif(e==2047)then return(o==0)and(l*(1/0))or(l*(0/0));end;return i(l,e-1023)*(c+(o/(2^52)));end;local c=e;local function i(e)local n;if(not e)then e=c();if(e==0)then return;end;end;n=a(C,l,l+e-2);l=l+e-1;local e={}for l=1,#n do e[l]=L(o(D(a(n,l,l)),85))end return t(e);end;local l=e;local function Q()local D={};local l={};local L={};local f={};local c={};c[1]=D;c[2]=L;c[3]=l;c[7]=f;for e=1,e()do l[e-1]=Q();end;for d=1,e()do local c=o(e(),192);local e=o(e(),239);local o=n(c,1,2);local a=n(e,1,10);local l={};l[1]=a;l[5]=e;l[2]=n(c,3,10);if(o==0)then l[3]=n(c,11,19);l[4]=n(c,20,28);elseif(o==1)then l[3]=n(e,11,28);elseif(o==2)then l[3]=n(e,11,28)-131071;end;D[d]=l;end;c[6]=d();for n=1,e()do local e=d();local l;if(e==3)then l=(d()~=0);elseif(e==0)then l=H();elseif(e==2)then l=a(i(),1,-1);end;L[n-1]=l;end;c[5]=d();return c;end;local function L(...)local l={...};return l,#l end;local function i(l,C,D)local d=l[1];local a=l[2];local K=l[3];local c=l[6];return function(...)local e=1;local o=-1;local Q={};local H={...};local l=#H-1;local t={};local n={};for l=0,l do if(l>=c)then Q[l-c]=H[l+1];else n[l]=H[l+1];end;end;local l;local c;while true do l=d[e];c=l[1];if c<=55 then if c<=27 then if c<=13 then if c<=6 then if c<=2 then if c<=0 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=a[l[4]];elseif c>1 then local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local d;local e=l[2];local a={};local c=0;local l=e+l[3]-1;for l=e+1,l do c=c+1;a[c]=n[l];end;d,l=L(n[e](f(a,1,l-e)));o=e-1;else if(n[l[3]]~=n[l[4]])then e=e+1;end;end;elseif c<=4 then if c>3 then local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][n[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];local c=n[l[3]];n[e+1]=c;n[e]=c[a[l[4]]];if e+1>o then o=e+1 end;else local c=l[2];local o=o;local e={};local l=0;for o=c,o do l=l+1;e[l]=n[o];end;do return f(e,1,l)end;end;elseif c>5 then local o=l[2];local c=l[4];local l=o+2;local a={n[o](n[o+1],n[l])};for e=1,c do n[l+e]=a[e];end;local o=n[o+3];if o then n[l]=o else e=e+1;end;else local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];local f=n[l[3]];n[L+1]=f;n[L]=f[a[l[4]]];if L+1>o then o=L+1 end;e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=9 then if c<=7 then local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];elseif c>8 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]*n[l[4]];else local D=l[2];local t=n[l[3]];n[D+1]=t;n[D]=t[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local a=l[2];if a>o then o=a end;n[a]=C[l[3]];e=e+1;l=d[e];c=l[1];local d;local c=l[2];local D={};local e=0;local a=c+l[3]-1;for l=c+1,a do e=e+1;D[e]=n[l];end;d,a=L(n[c](f(D,1,a-c)));a=c+l[4]-2;e=0;for l=c,a do e=e+1;n[l]=d[e];end;o=a;end;elseif c<=11 then if c>10 then if(n[l[3]]~=a[l[4]])then e=e+1;end;else n[l[2]][a[l[3]]]=a[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c>12 then local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local d;local e=l[2];local a={};local c=0;local l=e+l[3]-1;for l=e+1,l do c=c+1;a[c]=n[l];end;d,l=L(n[e](f(a,1,l-e)));o=e-1;else local D=l[2];if D>o then o=D end;n[D]=n[l[3]]/a[l[4]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]]-n[l[4]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local i;local t=l[2];local H={};local D=0;local C=t+l[3]-1;for l=t+1,C do D=D+1;H[D]=n[l];end;i,C=L(n[t](f(H,1,C-t)));C=t+l[4]-2;D=0;for l=t,C do D=D+1;n[l]=i[D];end;o=C;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]]*n[l[4]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=20 then if c<=16 then if c<=14 then local D;local a=l[2];local d={};local e=0;local c=a+l[3]-1;for l=a+1,c do e=e+1;d[e]=n[l];end;D,c=L(n[a](f(d,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=D[e];end;o=c;elseif c>15 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=a[l[3]];else local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=18 then if c>17 then local i;local t=l[2];local H={};local D=0;local C=t+l[3]-1;for l=t+1,C do D=D+1;H[D]=n[l];end;i,C=L(n[t](f(H,1,C-t)));C=t+l[4]-2;D=0;for l=t,C do D=D+1;n[l]=i[D];end;o=C;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local f=l[2];local C,D=L(n[f]());D=f+l[4]-2;local L=0;for l=f,D do L=L+1;n[l]=C[L];end;o=D;e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else local C=l[2];if C>o then o=C end;n[C]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local d;local a=l[2];local D={};local e=0;local c=a+l[3]-1;for l=a+1,c do e=e+1;D[e]=n[l];end;d,c=L(n[a](f(D,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=d[e];end;o=c;end;elseif c>19 then local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local H;local C=l[2];local i={};local D=0;local t=C+l[3]-1;for l=C+1,t do D=D+1;i[D]=n[l];end;H,t=L(n[C](f(i,1,t-C)));t=C+l[4]-2;D=0;for l=C,t do D=D+1;n[l]=H[D];end;o=t;e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=a[l[4]];else n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local a;local c=l[2];local d={};local e=0;local l=c+l[3]-1;for l=c+1,l do e=e+1;d[e]=n[l];end;a,l=L(n[c](f(d,1,l-c)));l=l+c-1;e=0;for l=c,l do e=e+1;n[l]=a[e];end;o=l;end;elseif c<=23 then if c<=21 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]+n[l[4]];elseif c>22 then local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local t;local C=l[2];local H={};local a=0;local D=C+l[3]-1;for l=C+1,D do a=a+1;H[a]=n[l];end;t,D=L(n[C](f(H,1,D-C)));D=D+C-1;a=0;for l=C,D do a=a+1;n[l]=t[a];end;o=D;e=e+1;l=d[e];c=l[1];local d;local a=l[2];local D={};local e=0;local c=o;for l=a+1,c do e=e+1;D[e]=n[l];end;d,c=L(n[a](f(D,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=d[e];end;o=c;else local c=K[l[3]];local a;if c[5]~=0 then local l={};a=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,c[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local l=l[2];if l>o then o=l end;n[l]=i(c,a,D);end;elseif c<=25 then if c>24 then local e=l[2];if e>o then o=e end;n[e]=C[l[3]];else if not n[l[2]]then e=e+1;end;end;elseif c>26 then local d;local e=l[2];local a={};local c=0;local l=e+l[3]-1;for l=e+1,l do c=c+1;a[c]=n[l];end;d,l=L(n[e](f(a,1,l-e)));o=e-1;else local e=l[2];local c=n[l[3]];n[e+1]=c;n[e]=c[a[l[4]]];if e+1>o then o=e+1 end;end;elseif c<=41 then if c<=34 then if c<=30 then if c<=28 then local L=l[2];if L>o then o=L end;n[L]=n[l[3]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];elseif c>29 then local f=l[2];if f>o then o=f end;n[f]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local f=l[2];if f>o then o=f end;n[f]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local f=l[2];if f>o then o=f end;n[f]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];local a,l=L(n[e]());o=e-1;l=l+e-1;local c=0;for l=e,l do c=c+1;n[l]=a[c];end;o=l;else local K;local H=l[2];local i={};local C=0;local t=H+l[3]-1;for l=H+1,t do C=C+1;i[C]=n[l];end;K,t=L(n[H](f(i,1,t-H)));t=H+l[4]-2;C=0;for l=H,t do C=C+1;n[l]=K[C];end;o=t;e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=32 then if c>31 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]+a[l[4]];else local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local d;local c=l[2];local D={};local e=0;local a=c+l[3]-1;for l=c+1,a do e=e+1;D[e]=n[l];end;d,a=L(n[c](f(D,1,a-c)));a=c+l[4]-2;e=0;for l=c,a do e=e+1;n[l]=d[e];end;o=a;end;elseif c>33 then n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local L=K[l[3]];local f;if L[5]~=0 then local l={};f=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,e,n)local l=l[e]l[1][l[2]]=n;end;});for o=1,L[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local a=l[2];if a>o then o=a end;n[a]=i(L,f,D);e=e+1;l=d[e];c=l[1];local a=K[l[3]];local f;if a[5]~=0 then local l={};f=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,a[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local L=l[2];if L>o then o=L end;n[L]=i(a,f,D);e=e+1;l=d[e];c=l[1];local c=K[l[3]];local a;if c[5]~=0 then local l={};a=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,c[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local l=l[2];if l>o then o=l end;n[l]=i(c,a,D);else local e=l[2];if e>o then o=e end;n[e]=(not n[l[3]]);end;elseif c<=37 then if c<=35 then local e=l[2];if e>o then o=e end;n[e]=L(f({},1,l[3]));elseif c>36 then local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=(not n[l[3]]);else local t=l[2];if t>o then o=t end;n[t]=C[l[3]];e=e+1;l=d[e];c=l[1];local K;local t=l[2];local i={};local C=0;local H=t+l[3]-1;for l=t+1,H do C=C+1;i[C]=n[l];end;K,H=L(n[t](f(i,1,H-t)));H=t+l[4]-2;C=0;for l=t,H do C=C+1;n[l]=K[C];end;o=H;e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=39 then if c>38 then local i;local H=l[2];local K={};local C=0;local t=H+l[3]-1;for l=H+1,t do C=C+1;K[C]=n[l];end;i,t=L(n[H](f(K,1,t-H)));t=H+l[4]-2;C=0;for l=H,t do C=C+1;n[l]=i[C];end;o=t;e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else local t=l[2];if t>o then o=t end;n[t]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local t=l[2];local H=n[l[3]];n[t+1]=H;n[t]=H[a[l[4]]];if t+1>o then o=t+1 end;e=e+1;l=d[e];c=l[1];local t=l[2];if t>o then o=t end;n[t]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local t=l[2];if t>o then o=t end;n[t]=C[l[3]];e=e+1;l=d[e];c=l[1];local i;local H=l[2];local K={};local C=0;local t=H+l[3]-1;for l=H+1,t do C=C+1;K[C]=n[l];end;i,t=L(n[H](f(K,1,t-H)));t=H+l[4]-2;C=0;for l=H,t do C=C+1;n[l]=i[C];end;o=t;e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];end;elseif c>40 then for l=l[2],l[3]do n[l]=nil;end;else n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=a[l[3]];end;elseif c<=48 then if c<=44 then if c<=42 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];local c=n[l[3]];n[e+1]=c;n[e]=c[a[l[4]]];if e+1>o then o=e+1 end;elseif c>43 then local e=l[2];local a,c=L(n[e]());c=e+l[4]-2;local l=0;for e=e,c do l=l+1;n[e]=a[l];end;o=c;else local L=l[2];if L>o then o=L end;n[L]=C[l[3]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=C[l[3]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=n[l[4]];end;elseif c<=46 then if c>45 then n[l[2]][a[l[3]]]=a[l[4]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=a[l[4]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=(l[3]~=0);e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=(l[3]~=0);e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=a[l[3]];else local a=l[2];if a>o then o=a end;n[a]=n[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]];end;elseif c>47 then local c=l[3];local e=n[c]for l=c+1,l[4]do e=e..n[l];end;local l=l[2];if l>o then o=l end;n[l]=e;else local a=l[2];if a>o then o=a end;n[a]=C[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];local a,c=L(n[e]());c=e+l[4]-2;local l=0;for e=e,c do l=l+1;n[e]=a[l];end;o=c;end;elseif c<=51 then if c<=49 then local H=l[2];if H>o then o=H end;n[H]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local H=l[2];if H>o then o=H end;n[H]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local H=l[2];if H>o then o=H end;n[H]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local a=l[2];local H=n[a];for l=1,l[3]do H[l]=n[a+l]end;e=e+1;l=d[e];c=l[1];local a=l[2];if a>o then o=a end;n[a]=L(f({},1,l[3]));e=e+1;l=d[e];c=l[1];local c=K[l[3]];local a;if c[5]~=0 then local l={};a=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,e,n)local l=l[e]l[1][l[2]]=n;end;});for o=1,c[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local l=l[2];if l>o then o=l end;n[l]=i(c,a,D);elseif c>50 then local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else for l=l[2],l[3]do n[l]=nil;end;e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local d;local c=l[2];local a={};local e=0;local l=c+l[3]-1;for l=c+1,l do e=e+1;a[e]=n[l];end;d,l=L(n[c](f(a,1,l-c)));l=l+c-1;e=0;for l=c,l do e=e+1;n[l]=d[e];end;o=l;end;elseif c<=53 then if c>52 then local D;local a=l[2];local d={};local e=0;local c=o;for l=a+1,c do e=e+1;d[e]=n[l];end;D,c=L(n[a](f(d,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=D[e];end;o=c;else C[l[3]]=n[l[2]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local d;local e=l[2];local a={};local c=0;local l=e+l[3]-1;for l=e+1,l do c=c+1;a[c]=n[l];end;d,l=L(n[e](f(a,1,l-e)));o=e-1;end;elseif c>54 then local f=K[l[3]];local H;if f[5]~=0 then local l={};H=T({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,f[5]do e=e+1;local e=d[e];if e[1]==61 then l[o-1]={n,e[3]};else l[o-1]={C,e[3]};end;t[#t+1]=l;end;end;local L=l[2];if L>o then o=L end;n[L]=i(f,H,D);e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=a[l[3]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];local c=n[l[3]];n[e+1]=c;n[e]=c[a[l[4]]];if e+1>o then o=e+1 end;else C[l[3]]=n[l[2]];end;elseif c<=83 then if c<=69 then if c<=62 then if c<=58 then if c<=56 then if(n[l[3]]<n[l[4]])then e=e+1;end;elseif c>57 then local D=l[2];if D>o then o=D end;n[D]=n[l[3]]-n[l[4]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]]*a[l[4]];e=e+1;l=d[e];c=l[1];local d;local a=l[2];local D={};local e=0;local c=a+l[3]-1;for l=a+1,c do e=e+1;D[e]=n[l];end;d,c=L(n[a](f(D,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=d[e];end;o=c;else local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=60 then if c>59 then local D=l[2];if D>o then o=D end;n[D]=n[l[3]][n[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local d;local c=l[2];local D={};local e=0;local a=c+l[3]-1;for l=c+1,a do e=e+1;D[e]=n[l];end;d,a=L(n[c](f(D,1,a-c)));a=c+l[4]-2;e=0;for l=c,a do e=e+1;n[l]=d[e];end;o=a;else local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c>61 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];local L=n[l[3]];n[D+1]=L;n[D]=L[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local a=l[2];if a>o then o=a end;n[a]=n[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=C[l[3]];else local e=l[2];if e>o then o=e end;n[e]=n[l[3]];end;elseif c<=65 then if c<=63 then n[l[2]][a[l[3]]]=n[l[4]];elseif c>64 then local e=l[2];local a,l=L(n[e]());o=e-1;l=l+e-1;local c=0;for l=e,l do c=c+1;n[l]=a[c];end;o=l;else local D=l[2];if D>o then o=D end;n[D]=n[l[3]][n[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];n[l[2]][a[l[3]]]=n[l[4]];end;elseif c<=67 then if c>66 then local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=a[l[3]];else n[l[2]][a[l[3]]]=a[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c>68 then local t=l[2];if t>o then o=t end;n[t]=L(f({},1,l[3]));e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=C[l[3]];else local e=l[2];if e>o then o=e end;n[e]=a[l[3]];end;elseif c<=76 then if c<=72 then if c<=70 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]-n[l[4]];elseif c>71 then local d;local l=l[2];local a={};local c=0;local e=o;for l=l+1,e do c=c+1;a[c]=n[l];end;d,e=L(n[l](f(a,1,e-l)));o=l-1;else do return end;end;elseif c<=74 then if c>73 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]*a[l[4]];else local e=l[2];local o=n[e];for l=1,l[3]do o[l]=n[e+l]end;end;elseif c>75 then local e=l[2];if e>o then o=e end;n[e]=D[a[l[3]]];else local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local i;local t=l[2];local H={};local D=0;local C=t+l[3]-1;for l=t+1,C do D=D+1;H[D]=n[l];end;i,C=L(n[t](f(H,1,C-t)));C=t+l[4]-2;D=0;for l=t,C do D=D+1;n[l]=i[D];end;o=C;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=79 then if c<=77 then if(n[l[3]]==a[l[4]])then e=e+1;end;elseif c>78 then e=e+l[3];else local i;local C=l[2];local H={};local D=0;local t=C+l[3]-1;for l=C+1,t do D=D+1;H[D]=n[l];end;i,t=L(n[C](f(H,1,t-C)));t=C+l[4]-2;D=0;for l=C,t do D=D+1;n[l]=i[D];end;o=t;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=(l[3]~=0);end;elseif c<=81 then if c>80 then local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=D[a[l[3]]];end;elseif c>82 then n[l[2]][a[l[3]]]=a[l[4]];else local L=l[2];if L>o then o=L end;n[L]=a[l[3]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=97 then if c<=90 then if c<=86 then if c<=84 then local e=l[2];if e>o then o=e end;n[e]=#n[l[3]];elseif c>85 then local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=88 then if c>87 then local e=l[2];H={};local l=e+l[3]-1;for l=e+1,l do H[#H+1]=n[l];end;do return n[e](f(H,1,l-e))end;else local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=a[l[3]];e=e+1;l=d[e];c=l[1];local D;local c=l[2];local d={};local e=0;local a=c+l[3]-1;for l=c+1,a do e=e+1;d[e]=n[l];end;D,a=L(n[c](f(d,1,a-c)));a=c+l[4]-2;e=0;for l=c,a do e=e+1;n[l]=D[e];end;o=a;end;elseif c>89 then n[l[2]][a[l[3]]]=n[l[4]];e=e+1;l=d[e];c=l[1];local K;local H=l[2];local i={};local C=0;local t=H+l[3]-1;for l=H+1,t do C=C+1;i[C]=n[l];end;K,t=L(n[H](f(i,1,t-H)));t=H+l[4]-2;C=0;for l=H,t do C=C+1;n[l]=K[C];end;o=t;e=e+1;l=d[e];c=l[1];local C=l[2];local t=n[l[3]];n[C+1]=t;n[C]=t[a[l[4]]];if C+1>o then o=C+1 end;e=e+1;l=d[e];c=l[1];local i;local t=l[2];local K={};local C=0;local H=t+l[3]-1;for l=t+1,H do C=C+1;K[C]=n[l];end;i,H=L(n[t](f(K,1,H-t)));H=t+l[4]-2;C=0;for l=t,H do C=C+1;n[l]=i[C];end;o=H;e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=D[a[l[3]]];else local t=l[2];if t>o then o=t end;n[t]=C[l[3]];e=e+1;l=d[e];c=l[1];local C=l[2];if C>o then o=C end;n[C]=a[l[3]];e=e+1;l=d[e];c=l[1];local K;local C=l[2];local i={};local t=0;local H=C+l[3]-1;for l=C+1,H do t=t+1;i[t]=n[l];end;K,H=L(n[C](f(i,1,H-C)));o=C-1;e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=D[a[l[3]]];end;elseif c<=93 then if c<=91 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];elseif c>92 then local L=l[2];if L>o then o=L end;n[L]=(l[3]~=0);e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];local c=n[l[3]];n[e+1]=c;n[e]=c[a[l[4]]];if e+1>o then o=e+1 end;else local l=l[2];n[l]();o=l-1;end;elseif c<=95 then if c>94 then local C=l[2];if C>o then o=C end;n[C]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local K;local H=l[2];local i={};local C=0;local t=H+l[3]-1;for l=H+1,t do C=C+1;i[C]=n[l];end;K,t=L(n[H](f(i,1,t-H)));t=H+l[4]-2;C=0;for l=H,t do C=C+1;n[l]=K[C];end;o=t;e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=D[a[l[3]]];else local e=l[2];if e>o then o=e end;n[e]=(l[3]~=0);end;elseif c>96 then if n[l[2]]then e=e+1;end;else local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];local L=n[l[3]];n[D+1]=L;n[D]=L[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];end;elseif c<=104 then if c<=100 then if c<=98 then local L=l[2];if L>o then o=L end;n[L]=C[l[3]];e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];elseif c>99 then local o=l[2];local c=o+l[3]-2;local e={};local l=0;for o=o,c do l=l+1;e[l]=n[o];end;do return f(e,1,l)end;else local L=l[2];if L>o then o=L end;n[L]=n[l[3]]/a[l[4]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]]+n[l[4]];e=e+1;l=d[e];c=l[1];D[a[l[3]]]=n[l[2]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=C[l[3]];end;elseif c<=102 then if c>101 then local D=l[2];if D>o then o=D end;n[D]=C[l[3]];e=e+1;l=d[e];c=l[1];local D=l[2];local C=n[l[3]];n[D+1]=C;n[D]=C[a[l[4]]];if D+1>o then o=D+1 end;e=e+1;l=d[e];c=l[1];local H;local C=l[2];local t={};local a=0;local D=C+l[3]-1;for l=C+1,D do a=a+1;t[a]=n[l];end;H,D=L(n[C](f(t,1,D-C)));D=D+C-1;a=0;for l=C,D do a=a+1;n[l]=H[a];end;o=D;e=e+1;l=d[e];c=l[1];local d;local a=l[2];local D={};local e=0;local c=o;for l=a+1,c do e=e+1;D[e]=n[l];end;d,c=L(n[a](f(D,1,c-a)));c=a+l[4]-2;e=0;for l=a,c do e=e+1;n[l]=d[e];end;o=c;else if(a[l[3]]<n[l[4]])then e=e+1;end;end;elseif c>103 then local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local D=l[2];if D>o then o=D end;n[D]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else if(n[l[3]]>=a[l[4]])then e=e+1;end;end;elseif c<=107 then if c<=105 then D[a[l[3]]]=n[l[2]];elseif c>106 then local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=n[l[3]][a[l[4]]];e=e+1;l=d[e];c=l[1];local L=l[2];if L>o then o=L end;n[L]=D[a[l[3]]];e=e+1;l=d[e];c=l[1];local e=l[2];if e>o then o=e end;n[e]=n[l[3]][a[l[4]]];else if(n[l[3]]==n[l[4]])then e=e+1;end;end;elseif c<=109 then if c>108 then local e=l[2];if e>o then o=e end;n[e]=n[l[3]]%a[l[4]];else local e=l[2];if e>o then o=e end;n[e]=n[l[3]][n[l[4]]];end;elseif c>110 then local a;local c=l[2];local d={};local e=0;local l=c+l[3]-1;for l=c+1,l do e=e+1;d[e]=n[l];end;a,l=L(n[c](f(d,1,l-c)));l=l+c-1;e=0;for l=c,l do e=e+1;n[l]=a[e];end;o=l;else local e=l[2];if e>o then o=e end;n[e]=n[l[3]]/a[l[4]];end;e=e+1;end;end;end;return i(Q(),{},E())();
  3486. end)
  3487.  
  3488.  
  3489. GetWood.Name = "GetWood"
  3490. GetWood.Parent = CopymenuFrame
  3491. GetWood.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3492. GetWood.BorderColor3 = Color3.new(0, 0, 0)
  3493. GetWood.Position = UDim2.new(0, 10, 0, 90)
  3494. GetWood.Size = UDim2.new(0, 145, 0, 20)
  3495. GetWood.Font = Enum.Font.Fantasy
  3496. GetWood.FontSize = Enum.FontSize.Size18
  3497. GetWood.Text = "STEAL WOOD"
  3498. GetWood.TextColor3 = Color3.new(1, 1, 1)
  3499. GetWood.TextSize = 15
  3500.  
  3501. GetWood.MouseButton1Down:connect(function()
  3502. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetWoodB.txt',true))()
  3503.  
  3504. end)
  3505.  
  3506. GetItems.Name = "GetItems"
  3507. GetItems.Parent = CopymenuFrame
  3508. GetItems.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3509. GetItems.BorderColor3 = Color3.new(0, 0, 0)
  3510. GetItems.Position = UDim2.new(0, 10, 0, 110)
  3511. GetItems.Size = UDim2.new(0, 145, 0, 20)
  3512. GetItems.Font = Enum.Font.Fantasy
  3513. GetItems.FontSize = Enum.FontSize.Size18
  3514. GetItems.Text = "STEAL ITEMS"
  3515. GetItems.TextColor3 = Color3.new(1, 1, 1)
  3516. GetItems.TextSize = 15
  3517.  
  3518. GetItems.MouseButton1Down:connect(function()
  3519. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetItemsB.txt',true))()
  3520.  
  3521. end)
  3522.  
  3523. GetAxe.Name = "GetAxe"
  3524. GetAxe.Parent = CopymenuFrame
  3525. GetAxe.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3526. GetAxe.BorderColor3 = Color3.new(0, 0, 0)
  3527. GetAxe.Position = UDim2.new(0, 10, 0, 130)
  3528. GetAxe.Size = UDim2.new(0, 145, 0, 20)
  3529. GetAxe.Font = Enum.Font.Fantasy
  3530. GetAxe.FontSize = Enum.FontSize.Size18
  3531. GetAxe.Text = "STEAL AXES"
  3532. GetAxe.TextColor3 = Color3.new(1, 1, 1)
  3533. GetAxe.TextSize = 15
  3534.  
  3535. GetAxe.MouseButton1Click:Connect(function()
  3536. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetAxeB.txt',true))()
  3537.  
  3538. end)
  3539.  
  3540.  
  3541. GetGifts.Name = "GetGifts"
  3542. GetGifts.Parent = CopymenuFrame
  3543. GetGifts.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3544. GetGifts.BorderColor3 = Color3.new(0, 0, 0)
  3545. GetGifts.Position = UDim2.new(0, 10, 0, 150)
  3546. GetGifts.Size = UDim2.new(0, 145, 0, 20)
  3547. GetGifts.Font = Enum.Font.Fantasy
  3548. GetGifts.FontSize = Enum.FontSize.Size18
  3549. GetGifts.Text = "STEAL GIFTS"
  3550. GetGifts.TextColor3 = Color3.new(1, 1, 1)
  3551. GetGifts.TextSize = 15
  3552. GetGifts.MouseButton1Click:connect(function()
  3553. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetGiftsB.txt',true))()
  3554.  
  3555. end)
  3556.  
  3557. GetStructure.Name = "GetStructure"
  3558. GetStructure.Parent = CopymenuFrame
  3559. GetStructure.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3560. GetStructure.BorderColor3 = Color3.new(0, 0, 0)
  3561. GetStructure.Position = UDim2.new(0, 10, 0, 170)
  3562. GetStructure.Size = UDim2.new(0, 145, 0, 20)
  3563. GetStructure.Font = Enum.Font.Fantasy
  3564. GetStructure.FontSize = Enum.FontSize.Size18
  3565. GetStructure.Text = "STEAL BOX SRUCTURES"
  3566. GetStructure.TextWrapped = true
  3567. GetStructure.TextColor3 = Color3.new(1, 1, 1)
  3568. GetStructure.TextSize = 12
  3569.  
  3570. GetStructure.MouseButton1Down:connect(function()
  3571. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetStructureB.txt',true))()
  3572.  
  3573. end)
  3574.  
  3575.  
  3576. GetFurniture.Name = "GetFurniture"
  3577. GetFurniture.Parent = CopymenuFrame
  3578. GetFurniture.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3579. GetFurniture.BorderColor3 = Color3.new(0, 0, 0)
  3580. GetFurniture.Position = UDim2.new(0, 10, 0, 190)
  3581. GetFurniture.Size = UDim2.new(0, 145, 0, 20)
  3582. GetFurniture.Font = Enum.Font.Fantasy
  3583. GetFurniture.FontSize = Enum.FontSize.Size18
  3584. GetFurniture.Text = "STEAL BOX FURNITURE"
  3585. GetFurniture.TextWrapped = true
  3586. GetFurniture.TextColor3 = Color3.new(1, 1, 1)
  3587. GetFurniture.TextSize = 12
  3588.  
  3589. GetFurniture.MouseButton1Down:connect(function()
  3590. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetFurnitureB.txt',true))()
  3591.  
  3592. end)
  3593.  
  3594. GetVehicle.Name = "GetVehicle"
  3595. GetVehicle.Parent = CopymenuFrame
  3596. GetVehicle.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3597. GetVehicle.BorderColor3 = Color3.new(0, 0, 0)
  3598. GetVehicle.Position = UDim2.new(0, 10, 0, 210)
  3599. GetVehicle.Size = UDim2.new(0, 145, 0, 20)
  3600. GetVehicle.Font = Enum.Font.Fantasy
  3601. GetVehicle.FontSize = Enum.FontSize.Size18
  3602. GetVehicle.Text = "STEAL BOX VEHICLES"
  3603. GetVehicle.TextWrapped = true
  3604. GetVehicle.TextColor3 = Color3.new(1, 1, 1)
  3605. GetVehicle.TextSize = 12
  3606.  
  3607. GetVehicle.MouseButton1Down:connect(function()
  3608. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetVehicleB.txt',true))()
  3609.  
  3610. end)
  3611.  
  3612. GetWires.Name = "GetWires"
  3613. GetWires.Parent = CopymenuFrame
  3614. GetWires.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3615. GetWires.BorderColor3 = Color3.new(0, 0, 0)
  3616. GetWires.Position = UDim2.new(0, 10, 0, 230)
  3617. GetWires.Size = UDim2.new(0, 145, 0, 20)
  3618. GetWires.Font = Enum.Font.Fantasy
  3619. GetWires.FontSize = Enum.FontSize.Size18
  3620. GetWires.Text = "STEAL WIRES"
  3621. GetWires.TextColor3 = Color3.new(1, 1, 1)
  3622. GetWires.TextSize = 15
  3623.  
  3624. GetWires.MouseButton1Down:connect(function()
  3625. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/GetWiresB.txt',true))()
  3626.  
  3627. end)
  3628.  
  3629. WipeBase.Name = "WipeBase"
  3630. WipeBase.Parent = CopymenuFrame
  3631. WipeBase.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3632. WipeBase.BorderColor3 = Color3.new(0, 0, 0)
  3633. WipeBase.Position = UDim2.new(0, 10, 0, 50)
  3634. WipeBase.Size = UDim2.new(0, 145, 0, 20)
  3635. WipeBase.Font = Enum.Font.Fantasy
  3636. WipeBase.FontSize = Enum.FontSize.Size18
  3637. WipeBase.Text = "WIPE BASE"
  3638. WipeBase.TextColor3 = Color3.new(1, 1, 1)
  3639. WipeBase.TextSize = 15
  3640.  
  3641. WipeBase.MouseButton1Down:Connect(function()
  3642. plr = game.Players.LocalPlayer.Name
  3643. pmds = game.Workspace.PlayerModels
  3644. PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure
  3645. for i, v in pairs(pmds:GetChildren()) do
  3646. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  3647. PlaceR:FireServer(v)
  3648. end
  3649. end
  3650. end)
  3651.  
  3652. HelpA.Name = "HelpA"
  3653. HelpA.Parent = CopymenuFrame
  3654. HelpA.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3655. HelpA.BorderColor3 = Color3.new(0, 0, 0)
  3656. HelpA.Position = UDim2.new(0, 10, 0, 250)
  3657. HelpA.Size = UDim2.new(0, 145, 0, 20)
  3658. HelpA.Font = Enum.Font.Fantasy
  3659. HelpA.FontSize = Enum.FontSize.Size18
  3660. HelpA.Text = "HELP"
  3661. HelpA.TextColor3 = Color3.new(1, 1, 1)
  3662. HelpA.TextSize = 15
  3663.  
  3664. HelpFrame.Name = "HelpFrame"
  3665. HelpFrame.Parent = MainFrame
  3666. HelpFrame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  3667. HelpFrame.BorderColor3 = Color3.new(0, 0, 0)
  3668. HelpFrame.Position = UDim2.new(0.378, 0, 0.912790716, 0)
  3669. HelpFrame.Size = UDim2.new(0, 342, 0, 503)
  3670. HelpFrame.Active = true
  3671. HelpFrame.Draggable = true
  3672. HelpFrame.Visible = false
  3673.  
  3674. HelpB.Name = "HelpB"
  3675. HelpB.Parent = HelpFrame
  3676. HelpB.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  3677. HelpB.BorderColor3 = Color3.new(0, 0, 0)
  3678. HelpB.Position = UDim2.new(0.0345495498, 0, 0.036809817, 0)
  3679. HelpB.Size = UDim2.new(0, 320, 0, 66)
  3680. HelpB.Font = Enum.Font.SourceSans
  3681. HelpB.Text = "Buttons that require a player name input: Copy Base, Steal Items, Steal Wood, Steal Gifts, Steal Axe, Steal Furniture, Steal Structure and Steal Vehicle. These buttons will not work without a player name in the textbox. The spelling MUST be the same."
  3682. HelpB.TextColor3 = Color3.new(0, 0, 0)
  3683. HelpB.TextScaled = true
  3684. HelpB.TextSize = 14
  3685. HelpB.TextWrapped = true
  3686.  
  3687. HelpC.Name = "HelpC"
  3688. HelpC.Parent = HelpFrame
  3689. HelpC.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  3690. HelpC.BorderColor3 = Color3.new(0, 0, 0)
  3691. HelpC.Position = UDim2.new(0.0345495796, 0, 0.186932507, 0)
  3692. HelpC.Size = UDim2.new(0, 320, 0, 392)
  3693. HelpC.Font = Enum.Font.SourceSans
  3694. HelpC.Text ="COPYBASE:- Type in name of the players base you want to copy press CopyBase, Maxland is a MUST.\nITEMDUPE:- Load base + whitelist player press ItemDupe button, Then once you fully load type in the chat !dmoney, move your stuff over, Then once you have moved items, type in the chat !loadslot 1 (this is the slot you have moved items from it might be slot 1,2,3,4,5 or 6) Your slot will reload.\nWIPEBASE:- this will DESTROY EVRYTHING IN YOUR BASE.\nGETITEMS,WOOD,GIFTS,AXE:-If you want to move all your items from your base type in your name in (Player Name Here) then click on (A - H) players base you want to move it to, If you need anything off there base put there name in (Player Name Here) and click on (A - H) on your base, You MUST be whitelist."
  3695. HelpC.TextColor3 = Color3.new(0, 0, 0)
  3696. HelpC.TextScaled = true
  3697. HelpC.TextSize = 14
  3698. HelpC.TextWrapped = true
  3699.  
  3700. PlankFrame.Name = "PlankFrame"
  3701. PlankFrame.Parent = MainFrame
  3702. PlankFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3703. PlankFrame.BorderColor3 = Color3.new(0, 0, 0)
  3704. PlankFrame.Position = UDim2.new(0, 100, 0, 195)
  3705. PlankFrame.Size = UDim2.new(0, 165, 0, 205)
  3706. PlankFrame.Visible = false
  3707.  
  3708. ProcessedWoodList.Name = "ProcessedWoodList"
  3709. ProcessedWoodList.Parent = PlankFrame
  3710. ProcessedWoodList.BackgroundColor3 = Color3.fromRGB(33, 84, 185)
  3711. ProcessedWoodList.BackgroundTransparency = 1
  3712. ProcessedWoodList.BorderColor3 = Color3.new(0, 0, 0)
  3713. ProcessedWoodList.Size = UDim2.new(0, 165, 0, 205)
  3714.  
  3715. TpAllPlanks.Name = "TpAllPlanks"
  3716. TpAllPlanks.Parent = PlankFrame
  3717. TpAllPlanks.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3718. TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0)
  3719. TpAllPlanks.Position = UDim2.new(0, 0, 0, -20)
  3720. TpAllPlanks.Size = UDim2.new(0, 165, 0, 20)
  3721. TpAllPlanks.Font = Enum.Font.Fantasy
  3722. TpAllPlanks.FontSize = Enum.FontSize.Size18
  3723. TpAllPlanks.Text = "TP ALL PLANKS"
  3724. TpAllPlanks.TextColor3 = Color3.new(1, 1, 1)
  3725. TpAllPlanks.TextSize = 15
  3726.  
  3727. TpWood.Name = "TpWood"
  3728. TpWood.Parent = PlankFrame
  3729. TpWood.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3730. TpWood.BorderColor3 = Color3.new(0, 0, 0)
  3731. TpWood.Position = UDim2.new(0, 0, 0, -40)
  3732. TpWood.Size = UDim2.new(0, 165, 0, 20)
  3733. TpWood.Font = Enum.Font.Fantasy
  3734. TpWood.FontSize = Enum.FontSize.Size18
  3735. TpWood.Text = "TP ALL WOOD"
  3736. TpWood.TextColor3 = Color3.new(1, 1, 1)
  3737. TpWood.TextSize = 15
  3738.  
  3739. SellPlanks.Name = "SellPlanks"
  3740. SellPlanks.Parent = PlankFrame
  3741. SellPlanks.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3742. SellPlanks.BorderColor3 = Color3.new(0, 0, 0)
  3743. SellPlanks.Position = UDim2.new(0, 0, 0, -60)
  3744. SellPlanks.Size = UDim2.new(0, 165, 0, 20)
  3745. SellPlanks.Font = Enum.Font.Fantasy
  3746. SellPlanks.FontSize = Enum.FontSize.Size18
  3747. SellPlanks.Text = "SELL PLANKS"
  3748. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  3749. SellPlanks.TextSize = 15
  3750.  
  3751.  
  3752. SellWood.Name = "SellWood"
  3753. SellWood.Parent = PlankFrame
  3754. SellWood.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3755. SellWood.BorderColor3 = Color3.new(0, 0, 0)
  3756. SellWood.Position = UDim2.new(0, 0, 0, -80)
  3757. SellWood.Size = UDim2.new(0, 165, 0, 20)
  3758. SellWood.Font = Enum.Font.Fantasy
  3759. SellWood.FontSize = Enum.FontSize.Size18
  3760. SellWood.Text = "SELL WOOD"
  3761. SellWood.TextColor3 = Color3.new(1, 1, 1)
  3762. SellWood.TextSize = 15
  3763.  
  3764. TeleportToSpook.Name = "TeleportToSpook"
  3765. TeleportToSpook.Parent = PlankFrame
  3766. TeleportToSpook.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3767. TeleportToSpook.BorderColor3 = Color3.new(0, 0, 0)
  3768. TeleportToSpook.Position = UDim2.new(0, 0, 0, -100)
  3769. TeleportToSpook.Size = UDim2.new(0, 165, 0, 20)
  3770. TeleportToSpook.Font = Enum.Font.Fantasy
  3771. TeleportToSpook.FontSize = Enum.FontSize.Size18
  3772. TeleportToSpook.Text = "TP TO SPOOK"
  3773. TeleportToSpook.TextColor3 = Color3.new(1, 1, 1)
  3774. TeleportToSpook.TextSize = 15
  3775.  
  3776. harddrag.Name = "harddrag"
  3777. harddrag.Parent = PlankFrame
  3778. harddrag.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3779. harddrag.BorderColor3 = Color3.new(0, 0, 0)
  3780. harddrag.Position = UDim2.new(0, 0, 0, -120)
  3781. harddrag.Size = UDim2.new(0, 165, 0, 20)
  3782. harddrag.Font = Enum.Font.Fantasy
  3783. harddrag.FontSize = Enum.FontSize.Size18
  3784. harddrag.Text = "HARD DRAGGER"
  3785. harddrag.TextColor3 = Color3.new(1, 1, 1)
  3786. harddrag.TextSize = 15
  3787.  
  3788. Goldaxe.Name = "Goldaxe"
  3789. Goldaxe.Parent = PlankFrame
  3790. Goldaxe.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3791. Goldaxe.BorderColor3 = Color3.new(0, 0, 0)
  3792. Goldaxe.Position = UDim2.new(0, 0, 0, -140)
  3793. Goldaxe.Size = UDim2.new(0, 165, 0, 20)
  3794. Goldaxe.Font = Enum.Font.Fantasy
  3795. Goldaxe.FontSize = Enum.FontSize.Size18
  3796. Goldaxe.Text = "GOLD AXE"
  3797. Goldaxe.TextColor3 = Color3.new(1, 1, 1)
  3798. Goldaxe.TextSize = 15
  3799.  
  3800.  
  3801. SawmillTp.Name = "SawmillTp"
  3802. SawmillTp.Parent = PlankFrame
  3803. SawmillTp.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3804. SawmillTp.BorderColor3 = Color3.new(0, 0, 0)
  3805. SawmillTp.Position = UDim2.new(0, 0, 0, -160)
  3806. SawmillTp.Size = UDim2.new(0, 165, 0, 20)
  3807. SawmillTp.Font = Enum.Font.Fantasy
  3808. SawmillTp.FontSize = Enum.FontSize.Size18
  3809. SawmillTp.Text = "WOOD TO SAW"
  3810. SawmillTp.TextColor3 = Color3.new(1, 1, 1)
  3811. SawmillTp.TextSize = 15
  3812.  
  3813. PlayerFrame.Name = "PlayerFrame"
  3814. PlayerFrame.Parent = MainFrame
  3815. PlayerFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3816. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  3817. PlayerFrame.Position = UDim2.new(0, 0, 0, 35)
  3818. PlayerFrame.Size = UDim2.new(0, 165, 0, 225)
  3819. PlayerFrame.Visible = false
  3820.  
  3821. Player1.Name = "Player1"
  3822. Player1.Parent = PlayerFrame
  3823. Player1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3824. Player1.Position = UDim2.new(0, 5, 0, 5)
  3825. Player1.Size = UDim2.new(0, 155, 0, 20)
  3826. Player1.Font = Enum.Font.Fantasy
  3827. Player1.FontSize = Enum.FontSize.Size18
  3828. Player1.Text = ""
  3829. Player1.TextColor3 = Color3.new(1, 1, 1)
  3830. Player1.TextSize = 16
  3831. Player1.TextWrapped = true
  3832.  
  3833. Player2.Name = "Player2"
  3834. Player2.Parent = PlayerFrame
  3835. Player2.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3836. Player2.Position = UDim2.new(0, 5, 0, 30)
  3837. Player2.Size = UDim2.new(0, 155, 0, 20)
  3838. Player2.Font = Enum.Font.Fantasy
  3839. Player2.FontSize = Enum.FontSize.Size18
  3840. Player2.Text = ""
  3841. Player2.TextColor3 = Color3.new(1, 1, 1)
  3842. Player2.TextSize = 16
  3843. Player2.TextWrapped = true
  3844.  
  3845. Player3.Name = "Player3"
  3846. Player3.Parent = PlayerFrame
  3847. Player3.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3848. Player3.Position = UDim2.new(0, 5, 0, 55)
  3849. Player3.Size = UDim2.new(0, 155, 0, 20)
  3850. Player3.Font = Enum.Font.Fantasy
  3851. Player3.FontSize = Enum.FontSize.Size18
  3852. Player3.Text = ""
  3853. Player3.TextColor3 = Color3.new(1, 1, 1)
  3854. Player3.TextSize = 16
  3855. Player3.TextWrapped = true
  3856.  
  3857. Player4.Name = "Player4"
  3858. Player4.Parent = PlayerFrame
  3859. Player4.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3860. Player4.Position = UDim2.new(0, 5, 0, 80)
  3861. Player4.Size = UDim2.new(0, 155, 0, 20)
  3862. Player4.Font = Enum.Font.Fantasy
  3863. Player4.FontSize = Enum.FontSize.Size18
  3864. Player4.Text = ""
  3865. Player4.TextColor3 = Color3.new(1, 1, 1)
  3866. Player4.TextSize = 16
  3867. Player4.TextWrapped = true
  3868.  
  3869. Player5.Name = "Player5"
  3870. Player5.Parent = PlayerFrame
  3871. Player5.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3872. Player5.Position = UDim2.new(0, 5, 0, 105)
  3873. Player5.Size = UDim2.new(0, 155, 0, 20)
  3874. Player5.Font = Enum.Font.Fantasy
  3875. Player5.FontSize = Enum.FontSize.Size18
  3876. Player5.Text = ""
  3877. Player5.TextColor3 = Color3.new(1, 1, 1)
  3878. Player5.TextSize = 16
  3879. Player5.TextWrapped = true
  3880.  
  3881. Player6.Name = "Player6"
  3882. Player6.Parent = PlayerFrame
  3883. Player6.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3884. Player6.Position = UDim2.new(0, 5, 0, 130)
  3885. Player6.Size = UDim2.new(0, 155, 0, 20)
  3886. Player6.Font = Enum.Font.Fantasy
  3887. Player6.FontSize = Enum.FontSize.Size18
  3888. Player6.Text = ""
  3889. Player6.TextColor3 = Color3.new(1, 1, 1)
  3890. Player6.TextSize = 16
  3891. Player6.TextWrapped = true
  3892.  
  3893. TpPlayer.Name = "TpPlayer"
  3894. TpPlayer.Parent = PlayerFrame
  3895. TpPlayer.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3896. TpPlayer.Position = UDim2.new(0, 5, 0, 195)
  3897. TpPlayer.Size = UDim2.new(0, 80, 0, 20)
  3898. TpPlayer.Font = Enum.Font.Fantasy
  3899. TpPlayer.FontSize = Enum.FontSize.Size18
  3900. TpPlayer.Text = "Tp to Player"
  3901. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  3902. TpPlayer.TextSize = 16
  3903.  
  3904. TpBase.Name = "TpBase"
  3905. TpBase.Parent = PlayerFrame
  3906. TpBase.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3907. TpBase.Position = UDim2.new(0, 90, 0, 195)
  3908. TpBase.Size = UDim2.new(0, 70, 0, 20)
  3909. TpBase.Font = Enum.Font.Fantasy
  3910. TpBase.FontSize = Enum.FontSize.Size18
  3911. TpBase.Text = "Tp to Base"
  3912. TpBase.TextColor3 = Color3.new(1, 1, 1)
  3913. TpBase.TextSize = 16
  3914.  
  3915. PlyrSel.Name = "PlyrSel"
  3916. PlyrSel.Parent = PlayerFrame
  3917. PlyrSel.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3918. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  3919. PlyrSel.Position = UDim2.new(0, 10, 0, 160)
  3920. PlyrSel.Size = UDim2.new(0, 145, 0, 20)
  3921. PlyrSel.Font = Enum.Font.Code
  3922. PlyrSel.FontSize = Enum.FontSize.Size18
  3923. PlyrSel.Text = "SELECT A PLAYER"
  3924. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  3925. PlyrSel.TextSize = 16
  3926. PlyrSel.TextWrapped = true
  3927.  
  3928. PurchasedFrame.Name = "PurchasedFrame"
  3929. PurchasedFrame.Parent = MainFrame
  3930. PurchasedFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3931. PurchasedFrame.BorderColor3 = Color3.new(0, 0, 0)
  3932. PurchasedFrame.Position = UDim2.new(0, 450, 0, 35)
  3933. PurchasedFrame.Size = UDim2.new(0, 315, 0, 225)
  3934. PurchasedFrame.Visible = false
  3935.  
  3936. LastPurchasedList.Name = "LastPurchasedList"
  3937. LastPurchasedList.Parent = PurchasedFrame
  3938. LastPurchasedList.BackgroundColor3 = Color3.new(1, 1, 1)
  3939. LastPurchasedList.BackgroundTransparency = 1
  3940. LastPurchasedList.BorderColor3 = Color3.new(0, 0, 0)
  3941. LastPurchasedList.Size = UDim2.new(1, 1, 0, 225)
  3942.  
  3943. WaypointFrame.Name = "WaypointFrame"
  3944. WaypointFrame.Parent = MainFrame
  3945. WaypointFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3946. WaypointFrame.BorderColor3 = Color3.new(0, 0, 0)
  3947. WaypointFrame.Position = UDim2.new(0, 308, 0, 35)
  3948. WaypointFrame.Size = UDim2.new(0, 150, 0, 340)
  3949. WaypointFrame.Visible = false
  3950.  
  3951. Waypoints.Name = "Waypoints"
  3952. Waypoints.Parent = WaypointFrame
  3953. Waypoints.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3954. Waypoints.BorderColor3 = Color3.new(0, 0, 0)
  3955. Waypoints.Size = UDim2.new(0, 150, 0, 340)
  3956. Waypoints.CanvasSize = UDim2.new(0, 0, 1.89999998, 0)
  3957.  
  3958. Stranger.Name = "Stranger"
  3959. Stranger.Parent = Waypoints
  3960. Stranger.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3961. Stranger.Position = UDim2.new(0, 5, 0, 330)
  3962. Stranger.Size = UDim2.new(0, 125, 0, 20)
  3963. Stranger.Font = Enum.Font.Fantasy
  3964. Stranger.FontSize = Enum.FontSize.Size18
  3965. Stranger.Text = "Stranger"
  3966. Stranger.TextColor3 = Color3.new(1, 1, 1)
  3967. Stranger.TextSize = 16
  3968.  
  3969. BobsShack.Name = "BobsShack"
  3970. BobsShack.Parent = Waypoints
  3971. BobsShack.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3972. BobsShack.Position = UDim2.new(0, 5, 0, 155)
  3973. BobsShack.Size = UDim2.new(0, 125, 0, 20)
  3974. BobsShack.Font = Enum.Font.Fantasy
  3975. BobsShack.FontSize = Enum.FontSize.Size18
  3976. BobsShack.Text = "Bob's Shack"
  3977. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  3978. BobsShack.TextSize = 16
  3979.  
  3980. PlotTp.Name = "PlotTp"
  3981. PlotTp.Parent = Waypoints
  3982. PlotTp.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3983. PlotTp.Position = UDim2.new(0, 5, 0, 30)
  3984. PlotTp.Size = UDim2.new(0, 125, 0, 20)
  3985. PlotTp.Font = Enum.Font.Fantasy
  3986. PlotTp.FontSize = Enum.FontSize.Size18
  3987. PlotTp.Text = "Tp to Plot"
  3988. PlotTp.TextColor3 = Color3.new(1, 1, 1)
  3989. PlotTp.TextSize = 16
  3990.  
  3991. BoxedCars.Name = "BoxedCars"
  3992. BoxedCars.Parent = Waypoints
  3993. BoxedCars.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  3994. BoxedCars.Position = UDim2.new(0, 5, 0, 130)
  3995. BoxedCars.Size = UDim2.new(0, 125, 0, 20)
  3996. BoxedCars.Font = Enum.Font.Fantasy
  3997. BoxedCars.FontSize = Enum.FontSize.Size18
  3998. BoxedCars.Text = "Boxed Cars"
  3999. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  4000. BoxedCars.TextSize = 16
  4001.  
  4002. Cave.Name = "Cave"
  4003. Cave.Parent = Waypoints
  4004. Cave.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4005. Cave.Position = UDim2.new(0, 5, 0, 230)
  4006. Cave.Size = UDim2.new(0, 125, 0, 20)
  4007. Cave.Font = Enum.Font.Fantasy
  4008. Cave.FontSize = Enum.FontSize.Size18
  4009. Cave.Text = "Cave"
  4010. Cave.TextColor3 = Color3.new(1, 1, 1)
  4011. Cave.TextSize = 16
  4012.  
  4013. FancyFurnishings.Name = "FancyFurnishings"
  4014. FancyFurnishings.Parent = Waypoints
  4015. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4016. FancyFurnishings.Position = UDim2.new(0, 5, 0, 80)
  4017. FancyFurnishings.Size = UDim2.new(0, 125, 0, 20)
  4018. FancyFurnishings.Font = Enum.Font.Fantasy
  4019. FancyFurnishings.FontSize = Enum.FontSize.Size18
  4020. FancyFurnishings.Text = "Fancy Furnishings"
  4021. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  4022. FancyFurnishings.TextSize = 16
  4023.  
  4024. FineArtsShop.Name = "FineArtsShop"
  4025. FineArtsShop.Parent = Waypoints
  4026. FineArtsShop.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4027. FineArtsShop.Position = UDim2.new(0, 5, 0, 180)
  4028. FineArtsShop.Size = UDim2.new(0, 125, 0, 20)
  4029. FineArtsShop.Font = Enum.Font.Fantasy
  4030. FineArtsShop.FontSize = Enum.FontSize.Size18
  4031. FineArtsShop.Text = "Fine Arts Shop"
  4032. FineArtsShop.TextColor3 = Color3.new(1, 1, 1)
  4033. FineArtsShop.TextSize = 16
  4034.  
  4035. LandStore.Name = "LandStore"
  4036. LandStore.Parent = Waypoints
  4037. LandStore.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4038. LandStore.Position = UDim2.new(0, 5, 0, 205)
  4039. LandStore.Size = UDim2.new(0, 125, 0, 20)
  4040. LandStore.Font = Enum.Font.Fantasy
  4041. LandStore.FontSize = Enum.FontSize.Size18
  4042. LandStore.Text = "Land Store"
  4043. LandStore.TextColor3 = Color3.new(1, 1, 1)
  4044. LandStore.TextSize = 16
  4045.  
  4046. LinksLogic.Name = "LinksLogic"
  4047. LinksLogic.Parent = Waypoints
  4048. LinksLogic.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4049. LinksLogic.Position = UDim2.new(0, 5, 0, 105)
  4050. LinksLogic.Size = UDim2.new(0, 125, 0, 20)
  4051. LinksLogic.Font = Enum.Font.Fantasy
  4052. LinksLogic.FontSize = Enum.FontSize.Size18
  4053. LinksLogic.Text = "Link's Logic"
  4054. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  4055. LinksLogic.TextSize = 16
  4056.  
  4057. PalmIsland.Name = "PalmIsland"
  4058. PalmIsland.Parent = Waypoints
  4059. PalmIsland.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4060. PalmIsland.Position = UDim2.new(0, 5, 0, 305)
  4061. PalmIsland.Size = UDim2.new(0, 125, 0, 20)
  4062. PalmIsland.Font = Enum.Font.Fantasy
  4063. PalmIsland.FontSize = Enum.FontSize.Size18
  4064. PalmIsland.Text = "Palm Island"
  4065. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  4066. PalmIsland.TextSize = 16
  4067.  
  4068. SpawnPoint.Name = "SpawnPoint"
  4069. SpawnPoint.Parent = Waypoints
  4070. SpawnPoint.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4071. SpawnPoint.Position = UDim2.new(0, 5, 0, 5)
  4072. SpawnPoint.Size = UDim2.new(0, 125, 0, 20)
  4073. SpawnPoint.Font = Enum.Font.Fantasy
  4074. SpawnPoint.FontSize = Enum.FontSize.Size18
  4075. SpawnPoint.Text = "Spawn"
  4076. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  4077. SpawnPoint.TextSize = 16
  4078.  
  4079. Swamp.Name = "Swamp"
  4080. Swamp.Parent = Waypoints
  4081. Swamp.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4082. Swamp.Position = UDim2.new(0, 5, 0, 280)
  4083. Swamp.Size = UDim2.new(0, 125, 0, 20)
  4084. Swamp.Font = Enum.Font.Fantasy
  4085. Swamp.FontSize = Enum.FontSize.Size18
  4086. Swamp.Text = "Swamp"
  4087. Swamp.TextColor3 = Color3.new(1, 1, 1)
  4088. Swamp.TextSize = 16
  4089.  
  4090. Volcano.Name = "Volcano"
  4091. Volcano.Parent = Waypoints
  4092. Volcano.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4093. Volcano.Position = UDim2.new(0, 5, 0, 255)
  4094. Volcano.Size = UDim2.new(0, 125, 0, 20)
  4095. Volcano.Font = Enum.Font.Fantasy
  4096. Volcano.FontSize = Enum.FontSize.Size18
  4097. Volcano.Text = "Volcano"
  4098. Volcano.TextColor3 = Color3.new(1, 1, 1)
  4099. Volcano.TextSize = 16
  4100.  
  4101. WoodRUs.Name = "WoodRUs"
  4102. WoodRUs.Parent = Waypoints
  4103. WoodRUs.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4104. WoodRUs.Position = UDim2.new(0, 5, 0, 55)
  4105. WoodRUs.Size = UDim2.new(0, 125, 0, 20)
  4106. WoodRUs.Font = Enum.Font.Fantasy
  4107. WoodRUs.FontSize = Enum.FontSize.Size18
  4108. WoodRUs.Text = "Wood R Us"
  4109. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  4110. WoodRUs.TextSize = 16
  4111.  
  4112. Dock.Name = "Dock"
  4113. Dock.Parent = Waypoints
  4114. Dock.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4115. Dock.Position = UDim2.new(0, 5, 0, 355)
  4116. Dock.Size = UDim2.new(0, 125, 0, 20)
  4117. Dock.Font = Enum.Font.Fantasy
  4118. Dock.FontSize = Enum.FontSize.Size18
  4119. Dock.Text = "Dock"
  4120. Dock.TextColor3 = Color3.new(1, 1, 1)
  4121. Dock.TextSize = 16
  4122.  
  4123. Bridge.Name = "Bridge"
  4124. Bridge.Parent = Waypoints
  4125. Bridge.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4126. Bridge.Position = UDim2.new(0, 5, 0, 380)
  4127. Bridge.Size = UDim2.new(0, 125, 0, 20)
  4128. Bridge.Font = Enum.Font.Fantasy
  4129. Bridge.FontSize = Enum.FontSize.Size18
  4130. Bridge.Text = "Bridge"
  4131. Bridge.TextColor3 = Color3.new(1, 1, 1)
  4132. Bridge.TextSize = 16
  4133.  
  4134. EndTimes.Name = "EndTimes"
  4135. EndTimes.Parent = Waypoints
  4136. EndTimes.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4137. EndTimes.Position = UDim2.new(0, 5, 0, 405)
  4138. EndTimes.Size = UDim2.new(0, 125, 0, 20)
  4139. EndTimes.Font = Enum.Font.Fantasy
  4140. EndTimes.FontSize = Enum.FontSize.Size18
  4141. EndTimes.Text = "End Times"
  4142. EndTimes.TextColor3 = Color3.new(1, 1, 1)
  4143. EndTimes.TextSize = 16
  4144.  
  4145. ShrineOfSight.Name = "ShrineOfSight"
  4146. ShrineOfSight.Parent = Waypoints
  4147. ShrineOfSight.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4148. ShrineOfSight.Position = UDim2.new(0, 5, 0, 430)
  4149. ShrineOfSight.Size = UDim2.new(0, 125, 0, 20)
  4150. ShrineOfSight.Font = Enum.Font.Fantasy
  4151. ShrineOfSight.FontSize = Enum.FontSize.Size18
  4152. ShrineOfSight.Text = "Shrine Of Sight"
  4153. ShrineOfSight.TextColor3 = Color3.new(1, 1, 1)
  4154. ShrineOfSight.TextSize = 16
  4155.  
  4156. TheDen.Name = "TheDen"
  4157. TheDen.Parent = Waypoints
  4158. TheDen.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4159. TheDen.Position = UDim2.new(0, 5, 0, 455)
  4160. TheDen.Size = UDim2.new(0, 125, 0, 20)
  4161. TheDen.Font = Enum.Font.Fantasy
  4162. TheDen.FontSize = Enum.FontSize.Size18
  4163. TheDen.Text = "The Den"
  4164. TheDen.TextColor3 = Color3.new(1, 1, 1)
  4165. TheDen.TextSize = 16
  4166.  
  4167. VolcanoWin.Name = "VolcanoWin"
  4168. VolcanoWin.Parent = Waypoints
  4169. VolcanoWin.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4170. VolcanoWin.Position = UDim2.new(0, 5, 0, 480)
  4171. VolcanoWin.Size = UDim2.new(0, 125, 0, 20)
  4172. VolcanoWin.Font = Enum.Font.Fantasy
  4173. VolcanoWin.FontSize = Enum.FontSize.Size18
  4174. VolcanoWin.Text = "Volcano Win"
  4175. VolcanoWin.TextColor3 = Color3.new(1, 1, 1)
  4176. VolcanoWin.TextSize = 16
  4177.  
  4178. SkiLodge.Name = "Ski Lodge"
  4179. SkiLodge.Parent = Waypoints
  4180. SkiLodge.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4181. SkiLodge.Position = UDim2.new(0, 5, 0, 505)
  4182. SkiLodge.Size = UDim2.new(0, 125, 0, 20)
  4183. SkiLodge.Font = Enum.Font.Fantasy
  4184. SkiLodge.FontSize = Enum.FontSize.Size18
  4185. SkiLodge.Text = "Ski Lodge"
  4186. SkiLodge.TextColor3 = Color3.new(1, 1, 1)
  4187. SkiLodge.TextSize = 16
  4188.  
  4189. FrostTreeArea.Name = "FrostTreeArea"
  4190. FrostTreeArea.Parent = Waypoints
  4191. FrostTreeArea.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4192. FrostTreeArea.Position = UDim2.new(0, 5, 0, 530)
  4193. FrostTreeArea.Size = UDim2.new(0, 125, 0, 20)
  4194. FrostTreeArea.Font = Enum.Font.Fantasy
  4195. FrostTreeArea.FontSize = Enum.FontSize.Size18
  4196. FrostTreeArea.Text = "Frost Tree Area"
  4197. FrostTreeArea.TextColor3 = Color3.new(1, 1, 1)
  4198. FrostTreeArea.TextSize = 16
  4199.  
  4200. SnowGlowTreeArea.Name = "SnowGlowTreeArea"
  4201. SnowGlowTreeArea.Parent = Waypoints
  4202. SnowGlowTreeArea.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4203. SnowGlowTreeArea.Position = UDim2.new(0, 5, 0, 555)
  4204. SnowGlowTreeArea.Size = UDim2.new(0, 125, 0, 20)
  4205. SnowGlowTreeArea.Font = Enum.Font.Fantasy
  4206. SnowGlowTreeArea.FontSize = Enum.FontSize.Size18
  4207. SnowGlowTreeArea.Text = "SnowGlow Area"
  4208. SnowGlowTreeArea.TextColor3 = Color3.new(1, 1, 1)
  4209. SnowGlowTreeArea.TextSize = 16
  4210.  
  4211. ShowLocation.Name = "ShowLocation"
  4212. ShowLocation.Parent = Waypoints
  4213. ShowLocation.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4214. ShowLocation.Position = UDim2.new(0, 5, 0, 580)
  4215. ShowLocation.Size = UDim2.new(0, 125, 0, 30)
  4216. ShowLocation.Font = Enum.Font.Fantasy
  4217. ShowLocation.FontSize = Enum.FontSize.Size14
  4218. ShowLocation.Text = "Show Current Coords\nSet Custom Location"
  4219. ShowLocation.TextColor3 = Color3.new(1, 1, 1)
  4220. ShowLocation.TextSize = 13
  4221.  
  4222. CustomTPPoint.Name = "CustomTPPoint"
  4223. CustomTPPoint.Parent = Waypoints
  4224. CustomTPPoint.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  4225. CustomTPPoint.Position = UDim2.new(0, 5, 0, 615)
  4226. CustomTPPoint.Size = UDim2.new(0, 125, 0, 20)
  4227. CustomTPPoint.Font = Enum.Font.Fantasy
  4228. CustomTPPoint.FontSize = Enum.FontSize.Size14
  4229. CustomTPPoint.Text = "TP to Custom Location"
  4230. CustomTPPoint.TextColor3 = Color3.new(1, 1, 1)
  4231. CustomTPPoint.TextSize = 13
  4232.  
  4233. --- Show Current Location
  4234.  
  4235. ShowLocation.MouseButton1Down:connect(function()
  4236.  
  4237. function round(num, numDecimalPlaces)
  4238. local mult = 10^(numDecimalPlaces or 0)
  4239. return math.floor(num * mult + 0.5) / mult
  4240. end
  4241.  
  4242. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  4243. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  4244. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  4245. ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ
  4246. CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ
  4247. CustomLocationSet = true
  4248. end)
  4249.  
  4250. --- TP to custom location ---
  4251.  
  4252. CustomTPPoint.MouseButton1Down:connect(function()
  4253. if CustomLocationSet == true then
  4254. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4255. uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  4256. end
  4257. end)
  4258.  
  4259. local service = setmetatable({}, {
  4260. __index = function(t, k)
  4261. return game:GetService(k)
  4262. end
  4263. })
  4264.  
  4265. function Create(cls,props)
  4266. local inst = Instance.new(cls)
  4267. for i,v in pairs(props) do
  4268. inst[i] = v
  4269. end
  4270. return inst
  4271. end
  4272.  
  4273. local WoodPlanks={}
  4274.  
  4275. function MakeShadow(UI,Index)
  4276. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  4277. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  4278. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  4279. end
  4280.  
  4281. local ProcessedWoodList = LT2.MainFrame.PlankFrame.ProcessedWoodList
  4282. local LastPurchasedList = LT2.MainFrame.PurchasedFrame.LastPurchasedList
  4283.  
  4284. local Menus = {
  4285. [Players] = PlayerFrame;
  4286. [Teleport] = WaypointFrame;
  4287. [TpBox] = PurchasedFrame;
  4288. [PaintFill] = PaintFrame;
  4289. [TpPlank] = PlankFrame;
  4290. [Settings] = SettingsFrame;
  4291. [FunStuff] = FunStuffFrame;
  4292. [BTools] = BToolsFrame;
  4293. [Copymenu] = CopymenuFrame;
  4294. [Artmenu] = ArtmenuFrame;
  4295. [HelpA] = HelpFrame;
  4296. [AHELPPAINT] = PAINTHELPFRAME;
  4297. [HelpAA] = HelpAFrame;
  4298. }
  4299. for button,frame in pairs(Menus) do
  4300. button.MouseButton1Click:connect(function()
  4301. if frame.Visible then
  4302. frame.Visible = false
  4303. return
  4304. end
  4305. for k,v in pairs(Menus) do
  4306. v.Visible = v == frame
  4307. end
  4308. end)
  4309. end
  4310.  
  4311. Close.MouseButton1Down:connect(function()
  4312. Log("framework Closed", 0,255,255, tostring(gFont))
  4313. LT2:Destroy()
  4314. end)
  4315.  
  4316.  
  4317. local Jump=50
  4318.  
  4319. service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function()
  4320. if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4321. service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump
  4322. end
  4323. end)
  4324.  
  4325.  
  4326. JumpPower.Changed:Connect(function()
  4327. Jump=tonumber(JumpPower.Text)
  4328.  
  4329. end)
  4330.  
  4331. PlotTp.MouseButton1Down:connect(function()
  4332. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  4333. if v.Owner.Value == game.Players.LocalPlayer then
  4334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  4335. end
  4336. end
  4337. end)
  4338.  
  4339. --- Player Tp ---
  4340.  
  4341. local buttons = {
  4342. Player1,
  4343. Player2,
  4344. Player3,
  4345. Player4,
  4346. Player5,
  4347. Player6
  4348. }
  4349. spawn(function()
  4350. while true do
  4351. Player1.Text = ""
  4352. Player2.Text = ""
  4353. Player3.Text = ""
  4354. Player4.Text = ""
  4355. Player5.Text = ""
  4356. Player6.Text = ""
  4357. for i, v in pairs(game.Players:GetChildren()) do
  4358. buttons[i].Text = v.Name
  4359. buttons[i].Visible = true
  4360. end
  4361. wait(0.5)
  4362. end
  4363. end)
  4364.  
  4365. Player1.MouseButton1Down:connect(function()
  4366. PlyrSel.Text = Player1.Text
  4367. end)
  4368. Player2.MouseButton1Down:connect(function()
  4369. PlyrSel.Text = Player2.Text
  4370. end)
  4371. Player3.MouseButton1Down:connect(function()
  4372. PlyrSel.Text = Player3.Text
  4373. end)
  4374. Player4.MouseButton1Down:connect(function()
  4375. PlyrSel.Text = Player4.Text
  4376. end)
  4377. Player5.MouseButton1Down:connect(function()
  4378. PlyrSel.Text = Player5.Text
  4379. end)
  4380. Player6.MouseButton1Down:connect(function()
  4381. PlyrSel.Text = Player6.Text
  4382. end)
  4383.  
  4384. TpPlayer.MouseButton1Down:connect(function()
  4385. if PlyrSel.Text == "SELECT A PLAYER" then
  4386. warn("No Player Selected")
  4387. else
  4388. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  4389. end
  4390. end)
  4391. TpBase.MouseButton1Down:connect(function()
  4392. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  4393. if v.Owner.Value == game.Players[PlyrSel.Text] then
  4394. local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
  4395. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
  4396. end
  4397. end
  4398. end)
  4399.  
  4400. local WayPoints = {
  4401. ["Wood R Us"] = Vector3.new(265, 3, 57),
  4402. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  4403. ["Land Store"] = Vector3.new(258, 3, -99),
  4404. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  4405. ["Cave"] = Vector3.new(3581, -179, 430),
  4406. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  4407. ["Swamp"] = Vector3.new(-1209, 132, -801),
  4408. ["Palm Island"] = Vector3.new(2549, -5, -42),
  4409. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  4410. ["Boxed Cars"] = Vector3.new(509, 5.2, -1463),
  4411. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  4412. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  4413. ["Strange Man"] = Vector3.new(1061, 16, 1131),
  4414. ["Dock"] = CFrame.new(1114, 3.2, -197),
  4415. ["Bridge"] = CFrame.new(113, 15, -977),
  4416. ["End Times"] = CFrame.new(113, -204, -951),
  4417. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  4418. ["The Den"] = CFrame.new(323, 49, 1930),
  4419. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  4420. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  4421. ["Frost Tree"] = CFrame.new(1448.3, 413, 3185.2),
  4422. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894)
  4423. }
  4424.  
  4425. SkiLodge.MouseButton1Down:connect(function()
  4426. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4427. uTorso.CFrame = WayPoints["Ski Lodge"]
  4428. end)
  4429.  
  4430. FrostTreeArea.MouseButton1Down:connect(function()
  4431. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4432. uTorso.CFrame = WayPoints["Frost Tree"]
  4433. end)
  4434.  
  4435. SnowGlowTreeArea.MouseButton1Down:connect(function()
  4436. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4437. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  4438. end)
  4439.  
  4440. TheDen.MouseButton1Down:connect(function()
  4441. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4442. uTorso.CFrame = WayPoints["The Den"]
  4443. end)
  4444.  
  4445. VolcanoWin.MouseButton1Down:connect(function()
  4446. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4447. uTorso.CFrame = WayPoints["Volcano Win"]
  4448. end)
  4449.  
  4450. ShrineOfSight.MouseButton1Down:connect(function()
  4451. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4452. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  4453. end)
  4454.  
  4455. EndTimes.MouseButton1Down:connect(function()
  4456. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4457. uTorso.CFrame = WayPoints["End Times"]
  4458. end)
  4459.  
  4460. Bridge.MouseButton1Down:connect(function()
  4461. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4462. uTorso.CFrame = WayPoints["Bridge"]
  4463.  
  4464. end)
  4465.  
  4466. Dock.MouseButton1Down:connect(function()
  4467. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  4468. uTorso.CFrame = WayPoints["Dock"]
  4469. end)
  4470.  
  4471. WoodRUs.MouseButton1Down:connect(function()
  4472. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  4473. end)
  4474.  
  4475. SpawnPoint.MouseButton1Down:connect(function()
  4476. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  4477. end)
  4478.  
  4479. LandStore.MouseButton1Down:connect(function()
  4480. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  4481. end)
  4482.  
  4483. LinksLogic.MouseButton1Down:connect(function()
  4484. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  4485. end)
  4486.  
  4487. Cave.MouseButton1Down:connect(function()
  4488. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  4489. end)
  4490.  
  4491. Volcano.MouseButton1Down:connect(function()
  4492. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  4493. end)
  4494.  
  4495. Swamp.MouseButton1Down:connect(function()
  4496. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  4497. end)
  4498.  
  4499. PalmIsland.MouseButton1Down:connect(function()
  4500. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  4501. end)
  4502.  
  4503. FancyFurnishings.MouseButton1Down:connect(function()
  4504. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  4505. end)
  4506.  
  4507. BoxedCars.MouseButton1Down:connect(function()
  4508. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  4509. end)
  4510.  
  4511. FineArtsShop.MouseButton1Down:connect(function()
  4512. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  4513. end)
  4514.  
  4515. BobsShack.MouseButton1Down:connect(function()
  4516. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  4517. end)
  4518.  
  4519. Stranger.MouseButton1Down:connect(function()
  4520. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  4521. end)
  4522.  
  4523. Option = false
  4524.  
  4525.  
  4526. harddrag.MouseButton1Down:connect(function()
  4527. local player = game.Players.LocalPlayer
  4528. local Character = player.Character or player.CharacterAdded:wait()
  4529. local Humanoid = Character:WaitForChild("Humanoid")
  4530. local walkSpeed = Humanoid.WalkSpeed
  4531. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Disabled = true
  4532. _G.dragRangeMin = 5
  4533. fivefour = coroutine.wrap(function()
  4534. EKey = false
  4535. QKey = false
  4536. player:GetMouse().KeyDown:connect(function(key)
  4537. if string.lower(key) == "e" then
  4538. EKey = true
  4539. elseif string.lower(key) == "q" then
  4540. QKey = true
  4541. end
  4542. end)
  4543. player:GetMouse().KeyUp:connect(function(key)
  4544. if string.lower(key) == "e" then
  4545. EKey = false
  4546. elseif string.lower(key) == "q" then
  4547. QKey = false
  4548. end
  4549. end)
  4550. while wait(0.1) do
  4551. if EKey then
  4552. F = FVal
  4553. FVal = FVal + 1000
  4554. ChangeForce(F+1000)
  4555. print(F)
  4556. end
  4557. if QKey then
  4558. F = FVal
  4559. FVal = FVal - 1000
  4560. ChangeForce(F-1000)
  4561. print(F)
  4562. end
  4563. end
  4564.  
  4565. end)
  4566. fivefour()
  4567. local dragPart = Instance.new("Part",game.Players.LocalPlayer.PlayerGui)--game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Dragger
  4568. dragPart.Size = Vector3.new(0.2,0.2,0.2)
  4569. dragPart.BrickColor = BrickColor.new("Really red")
  4570. player.CharacterAdded:connect(function()
  4571. Character = player.Character
  4572. Humanoid = Character:WaitForChild("Humanoid")
  4573. Humanoid.Died:connect(function()
  4574. dragPart.Parent = nil
  4575. end)
  4576. end)
  4577.  
  4578. wait(1)
  4579. local dragRangeMax = 10000
  4580. local dragRangeMin = _G.dragRangeMin
  4581.  
  4582. local camera = workspace.CurrentCamera
  4583. local mouse = player:GetMouse()
  4584.  
  4585. local button1Down = false
  4586. local dragRange = dragRangeMax
  4587. FVal = 80000
  4588. local bodyPosition = Instance.new("BodyPosition", dragPart)
  4589. bodyPosition.maxForce = Vector3.new(1, 1, 1) * FVal
  4590. bodyPosition.D = 1000
  4591. bodyPosition.P = 4000
  4592. function ChangeForce(F)
  4593. if F > 0 then
  4594. F = bodyPosition.maxForce.X+F
  4595. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  4596. else
  4597. F = bodyPosition.maxForce.X-F
  4598. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  4599. end
  4600. end
  4601.  
  4602. local bodyGyro = Instance.new("BodyGyro", dragPart)
  4603. bodyGyro.maxTorque = Vector3.new(1, 1, 1) * 200 --4000 -- * 0.000012
  4604. bodyGyro.P = 1200
  4605. bodyGyro.D = 140 --15
  4606.  
  4607. --bodyPosition.P = bodyPosition.P * 1/19
  4608. --bodyPosition.D = bodyPosition.D * 1/19
  4609. --bodyGyro.P = bodyGyro.P * 1/19
  4610. --bodyGyro.D = bodyGyro.D * 1/19
  4611.  
  4612. local rotateCFrame = CFrame.new()
  4613.  
  4614. local weld = Instance.new("Weld", dragPart)
  4615.  
  4616. --local interactPermission = require(game.ReplicatedStorage.Interaction.InteractionPermission)
  4617. local clientIsDragging = game.ReplicatedStorage.Interaction.ClientIsDragging
  4618.  
  4619. local carryAnimationTrack
  4620.  
  4621.  
  4622. --------------------------------[[ Drag Main ]]------------------------------------
  4623.  
  4624. local draggingPart = false
  4625.  
  4626. function click()
  4627. button1Down = true
  4628.  
  4629. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  4630. if not canDrag(targetObject) then
  4631. return
  4632. end
  4633.  
  4634. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  4635. if (mouseHit - Character.Head.Position).magnitude > dragRangeMax then
  4636. return
  4637. end
  4638.  
  4639. initializeDrag(targetObject, mouseHit)
  4640. rotateCFrame = CFrame.new()
  4641.  
  4642. carryAnimationTrack:Play(0.1, 1, 1)
  4643.  
  4644. local dragIsFailing = 0
  4645. local dragTime = 0
  4646.  
  4647.  
  4648. while button1Down and canDrag(targetObject) do
  4649. local desiredPos = Character.Head.Position + (game.Players.LocalPlayer:GetMouse().Hit.p - Character.Head.Position).unit * dragRange
  4650.  
  4651. local dragRay = Ray.new(Character.Head.Position, desiredPos - Character.Head.Position)
  4652. local part, pos = workspace:FindPartOnRayWithIgnoreList(dragRay, {Character, dragPart, targetObject.Parent})
  4653.  
  4654. if part then
  4655. desiredPos = pos
  4656. end
  4657.  
  4658. if (camera.CoordinateFrame.p - Character.Head.Position).magnitude > 2 then
  4659. desiredPos = desiredPos + Vector3.new(0, 1.8, 0)
  4660. end
  4661.  
  4662. moveDrag(desiredPos)
  4663. bodyGyro.cframe = CFrame.new(dragPart.Position, camera.CoordinateFrame.p) * rotateCFrame
  4664.  
  4665. local targParent = findHighestParent(targetObject) or targetObject
  4666.  
  4667. local attemptingToSurf = false
  4668. for _, check in pairs({{Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  4669. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  4670. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  4671. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  4672. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  4673.  
  4674. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  4675. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  4676. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  4677.  
  4678. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  4679. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  4680. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  4681.  
  4682. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  4683. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  4684. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  4685. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing}
  4686.  
  4687. }) do
  4688.  
  4689. local ray = check.Ray
  4690. local part, _ = workspace:FindPartOnRayWithIgnoreList(ray, {Character})
  4691. local op = part
  4692. part = part and findHighestParent(part)
  4693.  
  4694. if part and (not check.State or Humanoid:GetState() == check.State) then
  4695. if part == targParent then
  4696. attemptingToSurf = true
  4697. else
  4698. for _, connectedPart in pairs(op:GetConnectedParts(true)) do
  4699.  
  4700. if connectedPart == targetObject--[[targParent]] then
  4701. attemptingToSurf = true
  4702. break
  4703. end
  4704. end
  4705. end
  4706.  
  4707. if attemptingToSurf then
  4708. break
  4709. end
  4710. end
  4711. end
  4712.  
  4713.  
  4714.  
  4715.  
  4716.  
  4717. local falling = Humanoid:GetState() == Enum.HumanoidStateType.Freefall or Humanoid:GetState() == Enum.HumanoidStateType.FallingDown--not part1 and not part2
  4718.  
  4719.  
  4720. if attemptingToSurf then
  4721. dragIsFailing = 0
  4722. elseif falling then
  4723. dragIsFailing = 0
  4724. elseif (dragPart.Position - desiredPos).magnitude > 5 then
  4725. dragIsFailing = 0
  4726. else
  4727. dragIsFailing = 0
  4728. end
  4729. if dragIsFailing > 16 then
  4730. break
  4731. end
  4732.  
  4733.  
  4734. if dragTime % 10 == 0 and targParent.Parent:FindFirstChild("BedInfo") and targParent.Parent:FindFirstChild("Main") then
  4735. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent.Scripts.VehicleControl.SetVehicleOwnership:Fire(targParent.Parent.Main)
  4736. end
  4737.  
  4738. clientIsDragging:FireServer(targParent.Parent)
  4739.  
  4740. wait()
  4741. dragTime = 0
  4742. end
  4743.  
  4744. carryAnimationTrack:Stop()
  4745.  
  4746. endDrag()
  4747. end
  4748.  
  4749.  
  4750. function findHighestParent(child)
  4751. if not child or not child.Parent or child.Parent == workspace then
  4752. return nil
  4753. end
  4754.  
  4755. local ret = child.Parent:FindFirstChild("Owner") and child
  4756. return findHighestParent(child.Parent) or ret
  4757. end
  4758.  
  4759.  
  4760.  
  4761. function clickEnded()
  4762. button1Down = false
  4763. end
  4764.  
  4765. function holdDistanceChanged()
  4766. dragRange = dragRangeMax--[[_G.dragRangeMin + (1 - dist) * (dragRangeMax - _G.dragRangeMin)]]
  4767. end
  4768.  
  4769.  
  4770. function canDrag(targetObject)
  4771.  
  4772.  
  4773. if not (targetObject and not targetObject.Anchored and targetObject.Parent and Humanoid.Health > 0) then -- General conditions
  4774. return false
  4775. end
  4776.  
  4777. if targetObject.Name == "LeafPart" then
  4778. return false
  4779. end
  4780.  
  4781. local originTargetObject = targetObject
  4782. targetObject = findHighestParent(targetObject) or targetObject
  4783.  
  4784. bodyGyro.Parent = dragPart
  4785.  
  4786.  
  4787. --[[if not (targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner")) then
  4788. return otherDraggable(targetObject, originTargetObject)
  4789. end]]
  4790.  
  4791. if targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner") then
  4792. return true
  4793. end
  4794.  
  4795. if targetObject.Parent:FindFirstChild("TreeClass") then -- Wood class
  4796. return true
  4797. end
  4798. if targetObject.Parent:FindFirstChild("BoxItemName") then -- Shop items
  4799. return true
  4800. end
  4801. if targetObject.Parent:FindFirstChild("PurchasedBoxItemName") then -- Purchased box items
  4802. return true
  4803. end
  4804. if targetObject.Parent:FindFirstChild("Handle") then -- Tool items
  4805. return true
  4806. end
  4807.  
  4808. return otherDraggable(targetObject, originTargetObject)
  4809. end
  4810.  
  4811. function otherDraggable(targetObject, originTargetObject)
  4812. local draggable = targetObject and targetObject.Parent and targetObject.Parent:FindFirstChild("DraggableItem") or originTargetObject and originTargetObject.Parent and originTargetObject.Parent:FindFirstChild("DraggableItem")
  4813. if draggable then -- Other stuff
  4814. if draggable:FindFirstChild("NoRotate") then
  4815. bodyGyro.Parent = nil
  4816. end
  4817. return true
  4818. end
  4819. end
  4820.  
  4821. function initializeDrag(targetObject,mouseHit)
  4822. draggingPart = true
  4823. mouse.TargetFilter = targetObject and findHighestParent(targetObject) and findHighestParent(targetObject).Parent or targetObject
  4824.  
  4825. dragPart.CFrame = CFrame.new(mouseHit, camera.CoordinateFrame.p)
  4826.  
  4827. weld.Part0 = dragPart
  4828. weld.Part1 = targetObject
  4829. weld.C0 = CFrame.new(mouseHit,camera.CoordinateFrame.p):inverse() * targetObject.CFrame
  4830. weld.Parent = dragPart
  4831.  
  4832. dragPart.Parent = workspace
  4833. end
  4834.  
  4835. function endDrag()
  4836. mouse.TargetFilter = nil
  4837. dragPart.Parent = nil
  4838. draggingPart = false
  4839. end
  4840.  
  4841. --------------------------------[[ Do Prompt ]]------------------------------------
  4842.  
  4843.  
  4844. local dragGuiState = ""
  4845. function interactLoop()
  4846. while true do
  4847. wait()
  4848.  
  4849. local newState = ""
  4850.  
  4851. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  4852. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  4853.  
  4854.  
  4855. if draggingPart then
  4856. newState = "Dragging"
  4857. elseif canDrag(targetObject) and not button1Down and (mouseHit - Character.Head.Position).magnitude < dragRangeMax then
  4858. newState = "Mouseover"
  4859. end
  4860.  
  4861. if true then-- not (newState == dragGuiState) then
  4862. dragGuiState = newState
  4863. setPlatformControls()
  4864.  
  4865. if dragGuiState == "" then
  4866. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  4867. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  4868. elseif dragGuiState == "Mouseover" then
  4869. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = true
  4870. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  4871. elseif dragGuiState == "Dragging" then
  4872. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  4873. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = not (bodyGyro.Parent == nil) and (not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 1)
  4874. end
  4875. end
  4876.  
  4877. end
  4878. end
  4879.  
  4880.  
  4881. --------------------------------[[ Drag Moving ]]------------------------------------
  4882.  
  4883.  
  4884. function moveDrag(pos)
  4885. bodyPosition.position = pos
  4886. end
  4887. local rotateSpeedReduce = 0.036
  4888.  
  4889. local lastRotateTick
  4890. function crotate(amount, speed)
  4891.  
  4892. if not draggingPart then
  4893. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  4894. Humanoid.WalkSpeed = walkSpeed
  4895. end
  4896. return
  4897. end
  4898.  
  4899. if Humanoid.WalkSpeed > 1 then
  4900. walkSpeed = Humanoid.WalkSpeed
  4901. Humanoid.WalkSpeed = 0
  4902. end
  4903.  
  4904. lastRotateTick = tick()
  4905. local thisRotateTick = lastRotateTick
  4906.  
  4907. while draggingPart and amount.magnitude > 0 and lastRotateTick == thisRotateTick do
  4908. rotateCFrame = CFrame.Angles(0, -amount.X * rotateSpeedReduce, 0) * CFrame.Angles(amount.Y * rotateSpeedReduce, 0, 0) * rotateCFrame
  4909. wait()
  4910. end
  4911.  
  4912. if amount.magnitude == 0 then
  4913. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  4914. Humanoid.WalkSpeed = walkSpeed
  4915. end
  4916. end
  4917. end
  4918.  
  4919. --------------------------------[[ User Input ]]------------------------------------
  4920.  
  4921. wait(1)
  4922.  
  4923. carryAnimationTrack = Humanoid:LoadAnimation(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger:WaitForChild("CarryItem"))
  4924.  
  4925. --input = require(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent:WaitForChild("Scripts"):WaitForChild("UserInput"))
  4926.  
  4927. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  4928. click()
  4929. holdDistanceChanged()
  4930. end)
  4931. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  4932. clickEnded()
  4933. end)
  4934. --input.ClickBegan(click, holdDistanceChanged)
  4935. --input.ClickEnded(clickEnded)
  4936.  
  4937. --input.Rotate(crotate)
  4938.  
  4939.  
  4940. function setPlatformControls()
  4941. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.PC.Value
  4942. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.KeyLabel.Text = "CLICK"
  4943. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.PC.Value
  4944. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.KeyLabel.Text = "SHIFT + WASD"
  4945. end
  4946.  
  4947.  
  4948. interactLoop()
  4949. end)
  4950.  
  4951. TeleportToSpook.MouseButton1Click:Connect(function()
  4952. for i, v in pairs(game.Workspace:GetChildren()) do
  4953. if v.Name == "TreeRegion" then
  4954. for j, k in ipairs(v:GetChildren()) do
  4955. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" or k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
  4956. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  4957. break
  4958. end
  4959. end
  4960. end
  4961. end
  4962. end)
  4963.  
  4964. TpWood.MouseButton1Down:connect(function()
  4965. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  4966. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  4967. if Log.Owner.Value == game.Players.LocalPlayer then
  4968. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  4969. end
  4970. end
  4971. end
  4972. end)
  4973.  
  4974. local inc = 0
  4975. workspace.PlayerModels.ChildAdded:Connect(function(Item)
  4976. inc = #LastPurchasedList:GetChildren()
  4977. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  4978. LastPurchasedList.CanvasSize=UDim2.new(0,0,0,25*inc)
  4979. local SellButton=Create("TextButton",{Parent=LastPurchasedList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..Item.Name,Name=Item.Name,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  4980. MakeShadow(SellButton,2)
  4981. SellButton.MouseButton1Click:Connect(function()
  4982. if Item:IsA("Model") then
  4983. Item:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  4984. for i=1,100 do
  4985. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item)
  4986. end
  4987. end
  4988. end)
  4989. inc=inc+1
  4990. end
  4991. end)
  4992.  
  4993. workspace.PlayerModels.ChildRemoved:Connect(function(Item)
  4994. inc=0
  4995. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  4996. if LastPurchasedList:FindFirstChild(Item.Name) then
  4997. LastPurchasedList:FindFirstChild(Item.Name):Destroy()
  4998. for i,v in pairs(LastPurchasedList:GetChildren()) do
  4999. v.Position=UDim2.new(0,5,0,25*(i-1))
  5000. end
  5001. end
  5002. end
  5003. end)
  5004.  
  5005. function UpdatePlanks()
  5006. local inc = 0
  5007. WoodPlanks={}
  5008. for i,v in pairs(service.Workspace.PlayerModels:GetChildren()) do
  5009. if v.Name=="Plank" and v.Owner.Value==service.Players.LocalPlayer then
  5010. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  5011. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  5012. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  5013. elseif v:FindFirstChild("TreeClass") then
  5014. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  5015. end
  5016. end
  5017. end
  5018. end
  5019.  
  5020. function UpdateSellPlanks()
  5021. local inc=0
  5022. UpdatePlanks()
  5023. ProcessedWoodList:ClearAllChildren()
  5024. for i,v in pairs(WoodPlanks) do
  5025. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  5026. local SellButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(1,-14,0,20),Position=UDim2.new(0,5,0,35*inc),Text=" "..i,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  5027. local Color = Create("Frame",{Parent=ProcessedWoodList,Size=UDim2.new(0,5,0,20),Position=UDim2.new(0,0,0,35*inc),BorderSizePixel=0,ZIndex=3,BackgroundColor3=v["Wood"].Color})
  5028. MakeShadow(SellButton,2)
  5029. SellButton.MouseButton1Click:Connect(function()
  5030. for x=1,100 do
  5031. v["Wood"].CFrame=CFrame.new(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  5032. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v["Wood"].Parent)
  5033. end
  5034. end)
  5035. inc=inc+1
  5036. end
  5037. inc=0
  5038. end
  5039.  
  5040. service.Workspace.PlayerModels.ChildRemoved:Connect(function(thing)
  5041. if thing.Owner.Value==service.Players.LocalPlayer then
  5042. UpdateSellPlanks()
  5043. end
  5044. end)
  5045.  
  5046. UpdateSellPlanks()
  5047.  
  5048. SellWood.MouseButton1Click:Connect(function()
  5049. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  5050. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  5051. if Log.Owner.Value == service.Players.LocalPlayer then
  5052. for i,v in pairs(Log:GetChildren()) do
  5053. if v.Name=="WoodSection" then
  5054. spawn(function()
  5055. for i=1,10 do
  5056. wait()
  5057. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  5058. end
  5059. end)
  5060. end
  5061. end
  5062. spawn(function()
  5063. for i=1,20 do
  5064. wait()
  5065. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  5066. end
  5067. end)
  5068. end
  5069. end
  5070. end
  5071. end)
  5072.  
  5073. SellPlanks.MouseButton1Click:Connect(function()
  5074. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  5075. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  5076. if Plank.Owner.Value == service.Players.LocalPlayer then
  5077. for i,v in pairs(Plank:GetChildren()) do
  5078. if v.Name=="WoodSection" then
  5079. spawn(function()
  5080. for i=1,10 do
  5081. wait()
  5082. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  5083. end
  5084. end)
  5085. end
  5086. end
  5087. spawn(function()
  5088. for i=1,20 do
  5089. wait()
  5090. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  5091. end
  5092. end)
  5093. end
  5094. end
  5095. end
  5096. end)
  5097.  
  5098. TpAllPlanks.MouseButton1Click:Connect(function()
  5099. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  5100. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  5101. if Plank.Owner.Value == service.Players.LocalPlayer then
  5102. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  5103. for i=1,100 do
  5104. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  5105. end
  5106. end
  5107. end
  5108. end
  5109. end)
  5110.  
  5111. SawmillTp.MouseButton1Down:Connect(function()
  5112. SawmillC = false
  5113. Mouse = game.Players.LocalPlayer:GetMouse()
  5114. _G.MAIN=Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  5115. Instruction = Instance.new("TextLabel",_G.MAIN)
  5116. Instruction.Position = UDim2.new(0,200,0,400)
  5117. Instruction.Size = UDim2.new(0,250,0,50)
  5118. Instruction.TextWrapped = true
  5119. Instruction.TextScaled = true
  5120. Instruction.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  5121. Instruction.TextColor3 = Color3.new(1, 1, 1)
  5122. Instruction.BorderColor3 = Color3.new(0, 0, 0)
  5123. Instruction.BorderSizePixel = 2
  5124. Instruction.Text = "'Q' to select a tree, Press P to select a sawmill!(Credits to austin k) Select Tree first also works with any item as long as you select the sawmill after selecting the item."
  5125. Instruction.Active = true
  5126. Instruction.Draggable = true
  5127. Instruction.ZIndex = 2
  5128. Exit = Instance.new("TextButton",Instruction)
  5129. CustomTPPoint.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  5130. Exit.Position=UDim2.new(1,0,0,0)
  5131. Exit.Size = UDim2.new(0,30,0,30)
  5132. Exit.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  5133. Exit.TextColor3 = Color3.new(0, 0, 0)
  5134. Exit.BorderColor3 = Color3.new(0, 0, 0)
  5135. Exit.BorderSizePixel = 2
  5136. Exit.TextSize = 14
  5137. Exit.Text = "X"
  5138. Exit.MouseButton1Click:connect(function()
  5139. _G.MAIN:Destroy()
  5140. end)
  5141. Mouse.KeyDown:connect(function(key)
  5142. if key:lower() == "q" then
  5143. Treee = Mouse.Target
  5144. end
  5145. end)
  5146. Mouse.KeyDown:connect(function(key)
  5147. if key:lower() == "p" then
  5148. if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
  5149. Sawmill = Mouse.Target.Parent
  5150. else
  5151. Sawmill=Mouse.Target.Parent.Parent
  5152. end
  5153. if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
  5154. SawmillC = true
  5155. else
  5156. SawmillC = false
  5157. print"Something went wrong while setting the sawmill!"
  5158. end
  5159. if Treee ~= nil then
  5160. Mod(Treee)
  5161. else
  5162. print("Select tree with 'Q'!")
  5163. end
  5164. end
  5165. end)
  5166.  
  5167. function Mod(SelectedPart)
  5168. if SawmillC ~= true then
  5169. print'Set the sawmill with "P"!'
  5170. return
  5171. end
  5172. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  5173. print("Tree: "..SelectedPart.Parent.TreeClass.Value)
  5174. Tree = SelectedPart.Parent
  5175. Tree.PrimaryPart = SelectedPart
  5176. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  5177. Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
  5178. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  5179. end
  5180. end
  5181. end)
  5182.  
  5183. Goldaxe.MouseButton1Click:Connect(function()
  5184. function GetAxe()
  5185. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  5186. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  5187. end
  5188. end
  5189.  
  5190. local HitPoints={
  5191. ['GoldAxe']= 50;
  5192. ['BasicHatchet']= 0.2;
  5193. ['Axe1']= 0.55;
  5194. ['Axe2']= 0.93;
  5195. ['AxeAlphaTesters']= 1.5;
  5196. ['Rukiryaxe']= 1.68;
  5197. ['Axe3']= 1.45;
  5198. ['AxeBetaTesters']= 1.45;
  5199. ['FireAxe']= 0.6;
  5200. ['SilverAxe']= 1.6;
  5201. ['EndTimesAxe']= 10000000;
  5202. ['AxeChicken']= 0.1;
  5203. ['CandyCaneAxe']= 0;
  5204. }
  5205.  
  5206. local Pressing = false
  5207.  
  5208. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  5209. mouse1.Button1Down:connect(function(key)
  5210. Pressing=true
  5211. poop(GetAxe())
  5212. end)
  5213.  
  5214. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  5215. mouse1.Button1Down:connect(function(key)
  5216. Pressing=false
  5217. end)
  5218.  
  5219. function cut(Height,Tool)
  5220. local Tree=game.Players.LocalPlayer:GetMouse().Target
  5221. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  5222. ["cuttingClass"] = "Axe",
  5223. ["cooldown"] = 0,
  5224. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  5225. ["sectionId"] = 1,
  5226. ["tool"] = Tool,
  5227. ["faceVector"] = Vector3.new(-1,0,0),
  5228. ["height"] = Height})
  5229. end
  5230.  
  5231. function poop(Tool)
  5232. while Pressing do
  5233. for i=1,100 do
  5234. wait()
  5235. cut(_G.SIZE,Tool)
  5236. cut(1,Tool)
  5237. end
  5238. end
  5239. end
  5240. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement