laurencessko

BLOOD GUI!! OP Lau_uaL!

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