UndyingSouls9423Disc

Ruby Hub

Jan 20th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 305.97 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Blood = Instance.new("TextButton")
  9. local Exit = Instance.new("TextButton")
  10. local Duper = Instance.new("TextButton")
  11. local Ferry = Instance.new("TextButton")
  12. local Dirt = Instance.new("TextButton")
  13. local Open = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ScreenGui
  22. Main.Active = true
  23. Main.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  24. Main.BorderSizePixel = 0
  25. Main.Position = UDim2.new(0.354325712, 0, 0, 0)
  26. Main.Size = UDim2.new(0, 671, 0, 40)
  27. Main.Visible = false
  28. Main.Draggable = true
  29.  
  30. Blood.Name = "Blood"
  31. Blood.Parent = Main
  32. Blood.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  33. Blood.BorderSizePixel = 0
  34. Blood.Position = UDim2.new(0.699375391, 0, 0.075000003, 0)
  35. Blood.Size = UDim2.new(0, 147, 0, 35)
  36. Blood.Font = Enum.Font.Cartoon
  37. Blood.Text = "Blood"
  38. Blood.TextColor3 = Color3.new(1, 1, 1)
  39. Blood.TextScaled = true
  40. Blood.TextSize = 14
  41. Blood.TextWrapped = true
  42. Blood.MouseButton1Down:connect(function()
  43.  
  44. -- Objects
  45.  
  46. local Intro = Instance.new("ScreenGui")
  47. local IntroImage = Instance.new("ImageLabel")
  48. local _1 = Instance.new("TextLabel")
  49. local _2 = Instance.new("TextLabel")
  50. local _3 = Instance.new("TextLabel")
  51. local _4 = Instance.new("TextLabel")
  52. local _5 = Instance.new("TextLabel")
  53. local _6 = Instance.new("TextLabel")
  54. local _7 = Instance.new("TextLabel")
  55.  
  56. -- Properties
  57.  
  58. Intro.Name = "Intro"
  59. Intro.Parent = game.CoreGui
  60.  
  61. IntroImage.Name = "IntroImage"
  62. IntroImage.Parent = Intro
  63. IntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  64. IntroImage.BackgroundTransparency = 1
  65. IntroImage.BorderColor3 = Color3.new(1, 1, 1)
  66. IntroImage.BorderSizePixel = 0
  67. IntroImage.Position = UDim2.new(0.400, 0, 0.200, 0)
  68. IntroImage.Size = UDim2.new(0, 356, 0, 347)
  69. IntroImage.Image = "rbxassetid://1130382821"
  70.  
  71. _1.Name = "1"
  72. _1.Parent = IntroImage
  73. _1.BackgroundColor3 = Color3.fromRGB(249, 214, 46)
  74. _1.BackgroundTransparency = 1
  75. _1.BorderSizePixel = 0
  76. _1.Position = UDim2.new(0.109550565, 0, 0.423631132, 0)
  77. _1.Size = UDim2.new(0, 40, 0, 53)
  78. _1.Font = Enum.Font.ArialBold
  79. _1.FontSize = Enum.FontSize.Size14
  80. _1.Text = " "
  81. _1.TextColor3 = Color3.new(255, 0, 0)
  82. _1.TextScaled = true
  83. _1.TextSize = 14
  84. _1.TextWrapped = true
  85.  
  86. _2.Name = "2"
  87. _2.Parent = IntroImage
  88. _2.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  89. _2.BackgroundTransparency = 1
  90. _2.BorderSizePixel = 0
  91. _2.Position = UDim2.new(0.221910119, 0, 0.423631132, 0)
  92. _2.Size = UDim2.new(0, 40, 0, 53)
  93. _2.Font = Enum.Font.ArialBold
  94. _2.FontSize = Enum.FontSize.Size14
  95. _2.Text = "B"
  96. _2.TextColor3 = Color3.new(255, 0, 0)
  97. _2.TextScaled = true
  98. _2.TextSize = 14
  99. _2.TextWrapped = true
  100.  
  101. _3.Name = "3"
  102. _3.Parent = IntroImage
  103. _3.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  104. _3.BackgroundTransparency = 1
  105. _3.BorderSizePixel = 0
  106. _3.Position = UDim2.new(0.334269673, 0, 0.423631132, 0)
  107. _3.Size = UDim2.new(0, 40, 0, 53)
  108. _3.Font = Enum.Font.ArialBold
  109. _3.FontSize = Enum.FontSize.Size14
  110. _3.Text = "L"
  111. _3.TextColor3 = Color3.new(255, 0, 0)
  112. _3.TextScaled = true
  113. _3.TextSize = 14
  114. _3.TextWrapped = true
  115.  
  116. _4.Name = "4"
  117. _4.Parent = IntroImage
  118. _4.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  119. _4.BackgroundTransparency = 1
  120. _4.BorderSizePixel = 0
  121. _4.Position = UDim2.new(0.446629226, 0, 0.423631132, 0)
  122. _4.Size = UDim2.new(0, 40, 0, 53)
  123. _4.Font = Enum.Font.ArialBold
  124. _4.FontSize = Enum.FontSize.Size14
  125. _4.Text = "O"
  126. _4.TextColor3 = Color3.new(255, 0, 0)
  127. _4.TextScaled = true
  128. _4.TextSize = 14
  129. _4.TextWrapped = true
  130.  
  131. _5.Name = "5"
  132. _5.Parent = IntroImage
  133. _5.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  134. _5.BackgroundTransparency = 1
  135. _5.BorderSizePixel = 0
  136. _5.Position = UDim2.new(0.55898881, 0, 0.423631132, 0)
  137. _5.Size = UDim2.new(0, 40, 0, 53)
  138. _5.Font = Enum.Font.ArialBold
  139. _5.FontSize = Enum.FontSize.Size14
  140. _5.Text = "O"
  141. _5.TextColor3 = Color3.new(255, 0, 0)
  142. _5.TextScaled = true
  143. _5.TextSize = 14
  144. _5.TextWrapped = true
  145.  
  146. _6.Name = "6"
  147. _6.Parent = IntroImage
  148. _6.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  149. _6.BackgroundTransparency = 1
  150. _6.BorderSizePixel = 0
  151. _6.Position = UDim2.new(0.671348333, 0, 0.423631132, 0)
  152. _6.Size = UDim2.new(0, 40, 0, 53)
  153. _6.Font = Enum.Font.ArialBold
  154. _6.FontSize = Enum.FontSize.Size14
  155. _6.Text = "D"
  156. _6.TextColor3 = Color3.new(255, 0, 0)
  157. _6.TextScaled = true
  158. _6.TextSize = 14
  159. _6.TextWrapped = true
  160.  
  161. _7.Name = "7"
  162. _7.Parent = IntroImage
  163. _7.BackgroundColor3 = Color3.new(1, 1, 1)
  164. _7.BackgroundTransparency = 1
  165. _7.BorderSizePixel = 0
  166. _7.Position = UDim2.new(0.775280893, 0, 0.423631132, 0)
  167. _7.Size = UDim2.new(0, 40, 0, 53)
  168. _7.Font = Enum.Font.ArialBold
  169. _7.FontSize = Enum.FontSize.Size14
  170. _7.Text = " "
  171. _7.TextColor3 = Color3.new(255, 0, 0)
  172. _7.TextScaled = true
  173. _7.TextSize = 14
  174. _7.TextWrapped = true
  175.  
  176.  
  177.  
  178. _1.TextTransparency = 0.2
  179. wait()
  180. _2.TextTransparency = 0.2
  181. wait()
  182. _3.TextTransparency = 0.2
  183. wait()
  184. _4.TextTransparency = 0.2
  185. wait()
  186. _5.TextTransparency = 0.2
  187. wait()
  188. _6.TextTransparency = 0.2
  189. wait()
  190. _7.TextTransparency = 0.2
  191. wait()
  192. IntroImage.ImageTransparency = 0.2
  193. wait()
  194. _1.TextTransparency = 0.3
  195. wait()
  196. _2.TextTransparency = 0.3
  197. wait()
  198. _3.TextTransparency = 0.3
  199. wait()
  200. _4.TextTransparency = 0.3
  201. wait()
  202. _5.TextTransparency = 0.3
  203. wait()
  204. _6.TextTransparency = 0.3
  205. wait()
  206. _7.TextTransparency = 0.3
  207. wait()
  208. IntroImage.ImageTransparency = 0.3
  209. wait()
  210. _1.TextTransparency = 0.4
  211. wait()
  212. _2.TextTransparency = 0.4
  213. wait()
  214. _3.TextTransparency = 0.4
  215. wait()
  216. _4.TextTransparency = 0.4
  217. wait()
  218. _5.TextTransparency = 0.4
  219. wait()
  220. _6.TextTransparency = 0.4
  221. wait()
  222. _7.TextTransparency = 0.4
  223. wait()
  224. IntroImage.ImageTransparency = 0.4
  225. wait()
  226. _1.TextTransparency = 0.5
  227. wait()
  228. _2.TextTransparency = 0.5
  229. wait()
  230. _3.TextTransparency = 0.4
  231. wait()
  232. _4.TextTransparency = 0.5
  233. wait()
  234. _5.TextTransparency = 0.5
  235. wait()
  236. _6.TextTransparency = 0.5
  237. wait()
  238. _7.TextTransparency = 0.5
  239. wait()
  240. IntroImage.ImageTransparency = 0.5
  241. wait()
  242. _1.TextTransparency = 0.6
  243. wait()
  244. _2.TextTransparency = 0.6
  245. wait()
  246. _3.TextTransparency = 0.6
  247. wait()
  248. _4.TextTransparency = 0.6
  249. wait()
  250. _5.TextTransparency = 0.6
  251. wait()
  252. _6.TextTransparency = 0.6
  253. wait()
  254. _7.TextTransparency = 0.6
  255. wait()
  256. IntroImage.ImageTransparency = 0.6
  257. wait()
  258. _1.TextTransparency = 0.7
  259. wait()
  260. _2.TextTransparency = 0.7
  261. wait()
  262. _3.TextTransparency = 0.7
  263. wait()
  264. _4.TextTransparency = 0.7
  265. wait()
  266. _5.TextTransparency = 0.7
  267. wait()
  268. _6.TextTransparency = 0.7
  269. wait()
  270. _7.TextTransparency = 0.7
  271. wait()
  272. IntroImage.ImageTransparency = 0.7
  273. wait()
  274. _1.TextTransparency = 0.8
  275. wait()
  276. _2.TextTransparency = 0.8
  277. wait()
  278. _3.TextTransparency = 0.8
  279. wait()
  280. _4.TextTransparency = 0.8
  281. wait()
  282. _5.TextTransparency = 0.8
  283. wait()
  284. _6.TextTransparency = 0.8
  285. wait()
  286. _7.TextTransparency = 0.8
  287. wait()
  288. IntroImage.ImageTransparency = 0.8
  289. wait()
  290. _1.TextTransparency = 0.9
  291. wait()
  292. _2.TextTransparency = 0.9
  293. wait()
  294. _3.TextTransparency = 0.9
  295. wait()
  296. _4.TextTransparency = 0.9
  297. wait()
  298. _5.TextTransparency = 0.9
  299. wait()
  300. _6.TextTransparency = 0.9
  301. wait()
  302. _7.TextTransparency = 0.9
  303. wait()
  304. IntroImage.ImageTransparency = 0.9
  305. wait()
  306. _1.TextTransparency = 1
  307. wait()
  308. _2.TextTransparency = 1
  309. wait()
  310. _3.TextTransparency = 1
  311. wait()
  312. _4.TextTransparency = 1
  313. wait()
  314. _5.TextTransparency = 1
  315. wait()
  316. _6.TextTransparency = 1
  317. wait()
  318. _7.TextTransparency = 1
  319. wait()
  320. IntroImage.ImageTransparency = 0.9
  321. wait()
  322. _1.TextTransparency = 1.1
  323. wait()
  324. _2.TextTransparency = 1.1
  325. wait()
  326. _3.TextTransparency = 1.1
  327. wait()
  328. _4.TextTransparency = 1.1
  329. wait()
  330. _5.TextTransparency = 1.1
  331. wait()
  332. _6.TextTransparency = 1.1
  333. wait()
  334. _7.TextTransparency = 1.1
  335. wait()
  336. IntroImage.ImageTransparency = 5.1
  337. wait()
  338. Intro:Destroy()
  339. wait()
  340.  
  341. local s = Instance.new("Sound")
  342. s.Name = "Sound"
  343. s.SoundId = "http://www.roblox.com/asset/?id=2528420941"
  344. s.Volume = 0
  345. s.Looped = false
  346. s.archivable = false
  347. s.Parent = game.Workspace
  348. --Join
  349.  
  350. local k = Instance.new("Sound")
  351. k.Name = "Soundzz"
  352. k.SoundId = "http://www.roblox.com/asset/?id=305977837"
  353. k.Volume = 0
  354. k.Looped = false
  355. k.archivable = false
  356. k.Parent = game.Workspace
  357. --Left
  358.  
  359. local q = Instance.new("Sound")
  360. q.Name = "Soundzzzz"
  361. q.SoundId = "http://www.roblox.com/asset/?id=249869145"
  362. q.Volume = 0
  363. q.Looped = false
  364. q.archivable = false
  365. q.Parent = game.Workspace
  366. --Systems Online
  367.  
  368. local function SendNotification(title,text,duration,...)
  369. game.StarterGui:SetCore("SendNotification", {
  370. Title = title;
  371. Text = text;
  372. Icon = "";
  373. Duration = duration;
  374. })
  375. end
  376.  
  377. game.Players.ChildAdded:Connect(function(player)
  378. if not pcall (function()
  379. SendNotification("Player JOINED",""..player.Name.." has JOINED the game",5 )
  380. s:Play()
  381. end) then
  382. print ("Error")
  383. end
  384. end)
  385. ---------------------------------------------------------------------
  386. -- Same extra's apply down here as well.
  387.  
  388. game.Players.ChildRemoved:Connect(function(player)
  389. if not pcall (function()
  390. SendNotification("Player LEFT",""..player.Name.." has LEFT the game",4.4 )
  391. k:Play()
  392. end) then
  393. print ("Error")
  394. end
  395. end)
  396.  
  397. SendNotification("Loaded","Join and leave detector is loaded",2)
  398. q:Play()
  399.  
  400. -- Variables --
  401.  
  402. local Script = "BLOOD"
  403. local gFont = "SourceSans"
  404. local Visi = true
  405.  
  406. -- Functions --
  407.  
  408. function Log(text, r, g, b, font)
  409. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  410. Text = "{" .. tostring(Script) .. "} - " .. text;
  411. Color = Color3.new(r, g, b);
  412. Font = Enum.Font[font];
  413. FontSize = Enum.FontSize.Size10;
  414. })
  415. end
  416. Log("Loading framework...", 255,0,0, tostring(gFont))
  417. ---------------------------------------------------------------------
  418.  
  419. -- Automatically Add players to Blacklist --
  420.  
  421. Mouse = game.Players.LocalPlayer:GetMouse()
  422.  
  423. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  424.  
  425. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  426. players = game.Players
  427. for i, v in pairs(players:GetPlayers()) do
  428. if v.Name ~= players.LocalPlayer.Name then
  429. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  430. end
  431. end
  432. players.PlayerAdded:connect(function(plr)
  433. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  434. end)
  435.  
  436. game:GetService("StarterGui"):SetCore("SendNotification", {
  437. Title = "BLOOD",
  438. Text = "Loaded Successful."
  439. })
  440.  
  441. local players = game:GetService('Players')
  442. if game.Players.LocalPlayer then
  443. game.StarterGui:SetCore('SendNotification', {
  444. Title = ' '.. players.LocalPlayer.Name..'!',
  445. Text = 'Welcome to Bloods GUI!',
  446. Icon = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userName=]]..players.LocalPlayer.Name..[[&RAND]] .. math.random(1,10000000),
  447. Duration = 5,
  448. })
  449. end
  450.  
  451. ---------------------------------------------------------------------
  452. WCollide = "Nothing"
  453. afkactive = false
  454. CustomLocationSet = false
  455.  
  456.  
  457. BLOOD = Instance.new("ScreenGui")
  458. MainFrame = Instance.new("Frame")
  459. ImageLabel = Instance.new("ImageLabel")
  460. OpenFrame = Instance.new("Frame")
  461. Open = Instance.new("ImageButton")
  462. CloseBLOOD = Instance.new("TextButton")
  463. Minimize = Instance.new("TextButton")
  464. MenuFrame = Instance.new("Frame")
  465. MenuFramea = Instance.new("Frame")
  466. AIntroImage = Instance.new("ImageLabel")
  467. AIntroImage1 = Instance.new("ImageLabel")
  468. BloodFrameInfo = Instance.new("TextLabel")
  469. Picker = Instance.new("ScrollingFrame")
  470. AIntroImage = Instance.new("ImageButton")
  471. ChangeItem = Instance.new("Frame")
  472. CurrentItem = Instance.new("ImageButton")
  473. LT2GUI2Frame = Instance.new("Frame")
  474. Btoolamenu = Instance.new("ImageButton")
  475. FunStuffHOVER = Instance.new("TextButton")
  476. FunStuffTHOMAS = Instance.new("TextButton")
  477. FunStuffPOLICE = Instance.new("TextButton")
  478. FunStuffSPRAY = Instance.new("TextButton")
  479. FunStuffCOCA = Instance.new("TextButton")
  480. FunStuffLEAKED = Instance.new("TextButton")
  481. FunStuffFLASH = Instance.new("TextButton")
  482. DeleteTool = Instance.new("TextButton")
  483. CopyTool = Instance.new("TextButton")
  484. MoveTool = Instance.new("TextButton")
  485. BuyFrame = Instance.new("Frame")
  486. Buymenu = Instance.new("ImageButton")
  487. bcps = Instance.new("TextButton")
  488. fshop = Instance.new("TextButton")
  489. wrus = Instance.new("TextButton")
  490. bp = Instance.new("TextButton")
  491. ls = Instance.new("TextButton")
  492. Halloween = Instance.new("TextButton")
  493. toolaFrame = Instance.new("Frame")
  494. toolamenu = Instance.new("ImageButton")
  495. WalkspeedLabel = Instance.new("TextButton")
  496. JumpText = Instance.new("TextBox")
  497. WalkSpeed = Instance.new("TextLabel")
  498. JumpPower = Instance.new("TextButton")
  499. AntiBlack = Instance.new("TextButton")
  500. GriefFly = Instance.new("TextButton")
  501. StopGriefFly = Instance.new("TextButton")
  502. Fly = Instance.new("TextButton")
  503. PinkWires = Instance.new("TextButton")
  504. WaterCollide = Instance.new("TextButton")
  505. ClickTP = Instance.new("TextButton")
  506. Noclip = Instance.new("TextButton")
  507. AntiAFK = Instance.new("TextButton")
  508. AntiAFKtime = Instance.new("TextLabel")
  509. Fog = Instance.new("TextButton")
  510. CARA = Instance.new("TextButton")
  511. CARAs = Instance.new("TextBox")
  512. RemoveT = Instance.new("TextButton")
  513. Brid = Instance.new("TextLabel")
  514. BridDown = Instance.new("TextButton")
  515. Bridup = Instance.new("TextButton")
  516. ReJoinServer = Instance.new("TextButton")
  517. Reset = Instance.new("TextButton")
  518. WipeBase = Instance.new("TextButton")
  519. MaxLand = Instance.new("TextButton")
  520. BluePrints = Instance.new("TextButton")
  521. Landart = Instance.new("TextButton")
  522. Hoofer = Instance.new("TextButton")
  523. TripleWalls = Instance.new("TextButton")
  524. DoubleWalls = Instance.new("TextButton")
  525. SingleWalls = Instance.new("TextButton")
  526. BaseFLOOR = Instance.new("TextButton")
  527. PaintFill = Instance.new("TextButton")
  528. ArtFrame = Instance.new("Frame")
  529. Artmenu = Instance.new("ImageButton")
  530. Paint = Instance.new("TextButton")
  531. Slot = Instance.new("TextBox")
  532. DMoney = Instance.new("TextButton")
  533. Load = Instance.new("TextButton")
  534. Store = Instance.new("TextButton")
  535. Restore = Instance.new("TextButton")
  536. SaveSlot = Instance.new("TextButton")
  537. DropAxes = Instance.new("TextButton")
  538. CountAxes = Instance.new("TextButton")
  539. GetWires = Instance.new("TextButton")
  540. GetVehicle = Instance.new("TextButton")
  541. GetFurniture = Instance.new("TextButton")
  542. GetStructure = Instance.new("TextButton")
  543. GetGifts = Instance.new("TextButton")
  544. GetAxes = Instance.new("TextButton")
  545. GetItems = Instance.new("TextButton")
  546. GetWood = Instance.new("TextButton")
  547. ItemDupe = Instance.new("TextButton")
  548. CopyBase = Instance.new("TextButton")
  549. AXETRUCK = Instance.new("TextButton")
  550. WireObjects = Instance.new("TextButton")
  551. giftsport = Instance.new("TextButton")
  552. HardStructures = Instance.new("TextButton")
  553. other = Instance.new("TextButton")
  554. other1 = Instance.new("TextButton")
  555. TPtreesPlanks = Instance.new("TextButton")
  556. PlayerNameBox = Instance.new("TextBox")
  557. CopyFrame = Instance.new("Frame")
  558. Copymenu = Instance.new("ImageButton")
  559. Treeaura = Instance.new("TextButton")
  560. Tptree = Instance.new("TextButton")
  561. TptreeFrame = Instance.new("Frame")
  562. Type = Instance.new("TextBox")
  563. TpAllPlanks = Instance.new("TextButton")
  564. TPWood = Instance.new("TextButton")
  565. SellPlanks = Instance.new("TextButton")
  566. SellWood = Instance.new("TextButton")
  567. Harddrag = Instance.new("TextButton")
  568. Goldaxe = Instance.new("TextButton")
  569. WoodFrame = Instance.new("Frame")
  570. Woodmenu = Instance.new("ImageButton")
  571. SawmillTp = Instance.new("TextButton")
  572. Waypoints = Instance.new("ScrollingFrame")
  573. Stranger = Instance.new("TextButton")
  574. BobsShack = Instance.new("TextButton")
  575. PlotTp = Instance.new("TextButton")
  576. FancyFurnishings = Instance.new("TextButton")
  577. FineArtsShop = Instance.new("TextButton")
  578. LinksLogic = Instance.new("TextButton")
  579. SpawnPoint = Instance.new("TextButton")
  580. Dock = Instance.new("TextButton")
  581. Bridge = Instance.new("TextButton")
  582. ShrineOfSight = Instance.new("TextButton")
  583. TheDen = Instance.new("TextButton")
  584. VolcanoWin = Instance.new("TextButton")
  585. SkiLodge = Instance.new("TextButton")
  586. ShowLocation = Instance.new("TextButton")
  587. CustomTPPoint = Instance.new("TextButton")
  588. Teleport = Instance.new("ImageButton")
  589. PlayerFrame = Instance.new("Frame")
  590. Player1 = Instance.new("TextButton")
  591. Player2 = Instance.new("TextButton")
  592. Player3 = Instance.new("TextButton")
  593. Player4 = Instance.new("TextButton")
  594. Player5 = Instance.new("TextButton")
  595. Player6 = Instance.new("TextButton")
  596. PlyrSel = Instance.new("TextLabel")
  597. TpPlayer = Instance.new("TextButton")
  598. TpBase = Instance.new("TextButton")
  599. Player = Instance.new("ImageButton")
  600. Depart = Instance.new("TextLabel")
  601. Paintingf = Instance.new("TextButton")
  602. InfoText1 = Instance.new("TextLabel")
  603. BigPlank = Instance.new("TextButton")
  604. BirchTree = Instance.new("ImageButton")
  605. CavecrawlerTree = Instance.new("ImageButton")
  606. CherryTree = Instance.new("ImageButton")
  607. ElmTree = Instance.new("ImageButton")
  608. FirTree = Instance.new("ImageButton")
  609. Frosttree = Instance.new("ImageButton")
  610. GenericTree = Instance.new("ImageButton")
  611. GoldTree = Instance.new("ImageButton")
  612. KoaTree = Instance.new("ImageButton")
  613. LavaTree = Instance.new("ImageButton")
  614. PalmTree = Instance.new("ImageButton")
  615. PhantomTree = Instance.new("ImageButton")
  616. PineTree = Instance.new("ImageButton")
  617. SinisterGlow = Instance.new("ImageButton")
  618. Snowglowtree = Instance.new("ImageButton")
  619. Spooktree = Instance.new("ImageButton")
  620. WalnutTree = Instance.new("ImageButton")
  621. ZombieTree = Instance.new("ImageButton")
  622. TpCar = Instance.new("TextButton")
  623. TpCarFrame = Instance.new("Frame")
  624. SpawnPointa = Instance.new("TextButton")
  625. furnabox = Instance.new("TextButton")
  626. LinkLogic = Instance.new("TextButton")
  627. Bshack = Instance.new("TextButton")
  628. Docka = Instance.new("TextButton")
  629. FineShop = Instance.new("TextButton")
  630. Deny = Instance.new("TextButton")
  631. OfSight = Instance.new("TextButton")
  632. SKI = Instance.new("TextButton")
  633. LightHouse = Instance.new("TextButton")
  634. LavaTreeA = Instance.new("TextButton")
  635. PalmTreeA = Instance.new("TextButton")
  636. SnowglowtreeA = Instance.new("TextButton")
  637. GoldTreeA = Instance.new("TextButton")
  638. CarRotate = Instance.new("TextButton")
  639. CarRotates = Instance.new("TextButton")
  640.  
  641. --Properties:
  642. BLOOD.Name = "BLOOD"
  643. BLOOD.Parent = game.CoreGui
  644.  
  645. OpenFrame.Name = "OpenFrame"
  646. OpenFrame.Parent = BLOOD
  647. OpenFrame.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  648. OpenFrame.BorderColor3 = Color3.fromRGB(196, 40, 28)
  649. OpenFrame.Position = UDim2.new(0.5, -40, 0, -28)
  650. OpenFrame.Size = UDim2.new(0, 80, 0, 20)
  651.  
  652. Open.Name = "Open"
  653. Open.Parent = OpenFrame
  654. Open.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  655. Open.BorderColor3 = Color3.fromRGB(196, 40, 28)
  656. Open.Size = UDim2.new(0, 80, 0, 20)
  657. Open.Image = "rbxassetid://3630810430"
  658. Open.Selectable = true
  659.  
  660. Open.MouseEnter:connect(function()
  661. InfoText1.Visible = true
  662. end)
  663.  
  664. Open.MouseLeave:connect(function()
  665. InfoText1.Visible = false
  666. end)
  667.  
  668. InfoText1.Name = "InfoText1"
  669. InfoText1.Parent = OpenFrame
  670. InfoText1.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  671. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  672. InfoText1.BackgroundTransparency = 0.5
  673. InfoText1.Position = UDim2.new(0, -50, 0, 80)
  674. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  675. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  676. InfoText1.Font = Enum.Font.Fantasy
  677. InfoText1.Text = "This Gui was created by Oddy\n\nCredits:\n\nJohiro for the original scripts and fixing some broken ones. Big thanks to DIRT Gui for swapping scripts"
  678. InfoText1.TextSize = 15
  679. InfoText1.TextWrapped = true
  680. InfoText1.Visible = false
  681. InfoText1.ZIndex = 7
  682. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  683.  
  684. MainFrame.Name = "MainFrame"
  685. MainFrame.Parent = BLOOD
  686. MainFrame.Active = true
  687. MainFrame.Draggable = true
  688. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  689. MainFrame.Position = UDim2.new(0.0111675123, 0, 0.436827958, 0)
  690. MainFrame.Selectable = true
  691. MainFrame.Size = UDim2.new(0, 500, 0, 500)
  692. MainFrame.Visible = false
  693. MainFrame:TweenPosition(UDim2.new(1, -500, 0.7, -210), 'Out','Bounce', 1)
  694.  
  695. ImageLabel.Name = "ImageLabel"
  696. ImageLabel.Parent = MainFrame
  697. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  698. ImageLabel.Position = UDim2.new(-0.000475523295, 0, -0.00117481197, 0)
  699. ImageLabel.Size = UDim2.new(0, 500, 0, 500)
  700. ImageLabel.Image = "rbxassetid://3883502641"
  701.  
  702. CloseBLOOD.Name = "CloseBLOOD"
  703. CloseBLOOD.Parent = MainFrame
  704. CloseBLOOD.BackgroundColor3 = Color3.new(0, 0, 0)
  705. CloseBLOOD.BorderColor3 = Color3.fromRGB(196, 40, 28)
  706. CloseBLOOD.Position = UDim2.new(0, 5, 0, 5)
  707. CloseBLOOD.Size = UDim2.new(0, 20, 0, 20)
  708. CloseBLOOD.Font = Enum.Font.Fantasy
  709. CloseBLOOD.FontSize = Enum.FontSize.Size18
  710. CloseBLOOD.Text = "X"
  711. CloseBLOOD.TextColor3 = Color3.new(1, 1, 1)
  712. CloseBLOOD.TextScaled = true
  713. CloseBLOOD.TextWrapped = true
  714. CloseBLOOD.TextSize = 17
  715.  
  716. Minimize.Name = "Minimize"
  717. Minimize.Parent = MainFrame
  718. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  719. Minimize.BorderColor3 = Color3.fromRGB(196, 40, 28)
  720. Minimize.Position = UDim2.new(0, 26, 0, 5)
  721. Minimize.Size = UDim2.new(0, 20, 0, 20)
  722. Minimize.Font = Enum.Font.Fantasy
  723. Minimize.FontSize = Enum.FontSize.Size18
  724. Minimize.Text = "-"
  725. Minimize.TextColor3 = Color3.new(1, 1, 1)
  726. Minimize.TextScaled = true
  727. Minimize.TextWrapped = true
  728. Minimize.TextSize = 17
  729.  
  730. MenuFrame.Name = "MenuFrame"
  731. MenuFrame.Parent = MainFrame
  732. MenuFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  733. MenuFrame.BackgroundTransparency = 1
  734. MenuFrame.BorderColor3 = Color3.new(0, 1, 0)
  735. MenuFrame.Position = UDim2.new(0, 5, 0, 30)
  736. MenuFrame.Size = UDim2.new(0, 170, 0,400)
  737.  
  738. MenuFramea.Name = "MenuFrame"
  739. MenuFramea.Parent = MainFrame
  740. MenuFramea.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  741. MenuFramea.BackgroundTransparency = 1
  742. MenuFramea.BorderColor3 = Color3.new(0, 1, 0)
  743. MenuFramea.Position = UDim2.new(0, 270, 0, 140)
  744. MenuFramea.Size = UDim2.new(0, 120, 0,350)
  745.  
  746. AIntroImage.Name = "IntroImage"
  747. AIntroImage.Parent = MainFrame
  748. AIntroImage.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  749. AIntroImage.BackgroundTransparency = 1
  750. AIntroImage.BorderColor3 = Color3.new(1, 1, 1)
  751. AIntroImage.BorderSizePixel = 0
  752. AIntroImage.Position = UDim2.new(0, 10, 0, 335)
  753. AIntroImage.Size = UDim2.new(0, 120, 0, 30)
  754. AIntroImage.Image = "rbxassetid://3630810430"
  755. AIntroImage.Visible = true
  756.  
  757. AIntroImage1.Name = "IntroImage"
  758. AIntroImage1.Parent = MainFrame
  759. AIntroImage1.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  760. AIntroImage1.BackgroundTransparency = 1
  761. AIntroImage1.BorderColor3 = Color3.new(1, 1, 1)
  762. AIntroImage1.BorderSizePixel = 0
  763. AIntroImage1.Position = UDim2.new(0, 10, 0, 370)
  764. AIntroImage1.Size = UDim2.new(0, 120, 0, 120)
  765. AIntroImage1.Image = "rbxassetid://3940167130"
  766. AIntroImage1.Visible = true
  767.  
  768. BloodFrameInfo.Name = "BloodFrameInfo"
  769. BloodFrameInfo.Parent = MenuFrame
  770. BloodFrameInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  771. BloodFrameInfo.BackgroundTransparency = 1
  772. BloodFrameInfo.Position = UDim2.new(0, 3, 0, 3)
  773. BloodFrameInfo.Size = UDim2.new(0, 164, 0, 310)
  774. BloodFrameInfo.Font = Enum.Font.Fantasy
  775. BloodFrameInfo.FontSize = Enum.FontSize.Size14
  776. BloodFrameInfo.Text = "A NEW ITEM PINK CAR SPAWNER .\n\nFIX will now run on most executers, (AUTOBUY will not work on some).\n\nNew menus Paint tool, Paint Fill and Single Item Port,\n\nNew Port to tree menu.\n\nA BIG THANKS TO JOHIRO FOR WORKING ON THE NEW SCRIPTS.\n\nScripts may LAG and big so give time to load."
  777. BloodFrameInfo.TextColor3 = Color3.new(0, 0, 0)
  778. BloodFrameInfo.TextWrapped = true
  779. BloodFrameInfo.TextSize = 14
  780. BloodFrameInfo.Visible = true
  781. Log("Loaded framework successfully!", 0,255,255, tostring(gFont))
  782.  
  783.  
  784. Depart.Name = "Depart"
  785. Depart.Parent = MainFrame
  786. Depart.BackgroundColor3 = Color3.new(0, 0.298039, 0.498039)
  787. Depart.BorderColor3 = Color3.new(0, 0, 0)
  788. Depart.BorderSizePixel = 2
  789. Depart.Position = UDim2.new(0, 50, 0, 5)
  790. Depart.Size = UDim2.new(0, 130, 0, 20)
  791. Depart.BackgroundTransparency=1
  792. Depart.Font = Enum.Font.Fantasy
  793. Depart.FontSize = Enum.FontSize.Size18
  794. Depart.Text = "Ferry Departs: 0"
  795. Depart.TextColor3 = Color3.new(1, 1, 1)
  796. Depart.TextSize = 15
  797. Depart.TextStrokeColor3 = Color3.new(1, 1, 1)
  798. Depart.TextWrapped = true
  799.  
  800. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  801. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  802. if Depart.Text == "Ferry Departs: 0" then
  803. wait(6)
  804. Depart.Text = "Ferry has Departed"
  805. else
  806. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  807. end
  808. end)
  809.  
  810. ChangeItem.Name = "ChangeItem"
  811. ChangeItem.Parent = MainFrame
  812. ChangeItem.BackgroundColor3 = Color3.fromRGB(193, 40, 28)
  813. ChangeItem.BorderColor3 = Color3.new(0, 0, 0)
  814. ChangeItem.BorderSizePixel = 2
  815. ChangeItem.Position = UDim2.new(0, 390, 1, -110)
  816. ChangeItem.Size = UDim2.new(0, 100, 0, 100)
  817. ChangeItem.ZIndex = 2
  818.  
  819. CurrentItem.Name = "CurrentItem"
  820. CurrentItem.Parent = ChangeItem
  821. CurrentItem.BackgroundColor3 = Color3.new(1, 1, 1)
  822. CurrentItem.BorderColor3 = Color3.new(0, 0, 0)
  823. CurrentItem.BorderSizePixel = 2
  824. CurrentItem.Position = UDim2.new(0, 10, 0, 10)
  825. CurrentItem.Size = UDim2.new(0, 80, 0, 80)
  826. CurrentItem.ZIndex = 2
  827. CurrentItem.Image = "rbxassetid://3886256996"
  828. CurrentItem.ScaleType = Enum.ScaleType.Crop
  829.  
  830. Picker.Name = "Picker"
  831. Picker.Parent = MainFrame
  832. Picker.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  833. Picker.BorderColor3 = Color3.new(0, 0, 0)
  834. Picker.BorderSizePixel = 2
  835. Picker.Position = UDim2.new(0, 390, 1, -460)
  836. Picker.Size = UDim2.new(0, 100, 0, 345)
  837. Picker.CanvasPosition = Vector2.new(0,0)
  838. Picker.CanvasSize = UDim2.new(0, 0, 0, 687)
  839. Picker.ScrollBarThickness = 10
  840. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  841. Picker.Visible = false
  842.  
  843. Player.Name = "Player"
  844. Player.Parent = Picker
  845. Player.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  846. Player.BorderColor3 = Color3.new(0, 0, 0)
  847. Player.Position = UDim2.new(0, 15, 0, 5)
  848. Player.Size = UDim2.new(0, 80, 0, 80)
  849. Player.ZIndex = 3
  850. Player.Image = "rbxassetid://3888401903"
  851. Player.ScaleType = Enum.ScaleType.Crop
  852. Player.MouseButton1Click:Connect(function()
  853. CurrentItem.Image = "rbxassetid://3886256996"
  854. AIntroImage.Visible = true
  855. AIntroImage1.Visible = true
  856. end)
  857.  
  858. PlayerFrame.Name = "PlayerFrame"
  859. PlayerFrame.Parent = MenuFrame
  860. PlayerFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  861. PlayerFrame.BackgroundTransparency = 0
  862. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  863. PlayerFrame.Size = UDim2.new(0, 170, 0, 290)
  864. PlayerFrame.Visible = false
  865.  
  866. PlyrSel.Name = "PlyrSel"
  867. PlyrSel.Parent = PlayerFrame
  868. PlyrSel.BackgroundColor3 = Color3.new(0, 0, 0)
  869. PlyrSel.BackgroundTransparency = 0.15
  870. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  871. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  872. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  873. PlyrSel.Font = Enum.Font.Fantasy
  874. PlyrSel.FontSize = Enum.FontSize.Size18
  875. PlyrSel.Text = "SELECT A PLAYER"
  876. PlyrSel.TextColor3 = Color3.fromRGB(255, 0, 0)
  877. PlyrSel.TextScaled = true
  878. PlyrSel.TextSize = 17
  879. PlyrSel.TextWrapped = true
  880.  
  881. Player1.Name = "Player1"
  882. Player1.Parent = PlayerFrame
  883. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  884. Player1.BorderColor3 = Color3.new(0, 0, 0)
  885. Player1.Position = UDim2.new(0, 5, 0, 40)
  886. Player1.Size = UDim2.new(0, 160, 0, 20)
  887. Player1.Font = Enum.Font.Fantasy
  888. Player1.FontSize = Enum.FontSize.Size18
  889. Player1.Text = ""
  890. Player1.TextColor3 = Color3.fromRGB(255, 0, 0)
  891. Player1.TextSize = 16
  892. Player1.TextWrapped = true
  893.  
  894. Player2.Name = "Player2"
  895. Player2.Parent = PlayerFrame
  896. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  897. Player2.BorderColor3 = Color3.new(0, 0, 0)
  898. Player2.Position = UDim2.new(0, 5, 0, 65)
  899. Player2.Size = UDim2.new(0, 160, 0, 20)
  900. Player2.Font = Enum.Font.Fantasy
  901. Player2.FontSize = Enum.FontSize.Size18
  902. Player2.Text = ""
  903. Player2.TextColor3 = Color3.fromRGB(255, 0, 0)
  904. Player2.TextSize = 16
  905. Player2.TextWrapped = true
  906.  
  907. Player3.Name = "Player3"
  908. Player3.Parent = PlayerFrame
  909. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  910. Player3.BorderColor3 = Color3.new(0, 0, 0)
  911. Player3.Position = UDim2.new(0, 5, 0, 90)
  912. Player3.Size = UDim2.new(0, 160, 0, 20)
  913. Player3.Font = Enum.Font.Fantasy
  914. Player3.FontSize = Enum.FontSize.Size18
  915. Player3.Text = ""
  916. Player3.TextColor3 = Color3.fromRGB(255, 0, 0)
  917. Player3.TextSize = 16
  918. Player3.TextWrapped = true
  919.  
  920. Player4.Name = "Player4"
  921. Player4.Parent = PlayerFrame
  922. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  923. Player4.BorderColor3 = Color3.new(0, 0, 0)
  924. Player4.Position = UDim2.new(0, 5, 0, 115)
  925. Player4.Size = UDim2.new(0, 160, 0, 20)
  926. Player4.Font = Enum.Font.Fantasy
  927. Player4.FontSize = Enum.FontSize.Size18
  928. Player4.Text = ""
  929. Player4.TextColor3 = Color3.fromRGB(255, 0, 0)
  930. Player4.TextSize = 16
  931. Player4.TextWrapped = true
  932.  
  933. Player5.Name = "Player5"
  934. Player5.Parent = PlayerFrame
  935. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  936. Player5.BorderColor3 = Color3.new(0, 0, 0)
  937. Player5.Position = UDim2.new(0, 5, 0, 140)
  938. Player5.Size = UDim2.new(0, 160, 0, 20)
  939. Player5.Font = Enum.Font.Fantasy
  940. Player5.FontSize = Enum.FontSize.Size18
  941. Player5.Text = ""
  942. Player5.TextColor3 = Color3.fromRGB(255, 0, 0)
  943. Player5.TextSize = 16
  944. Player5.TextWrapped = true
  945.  
  946. Player6.Name = "Player6"
  947. Player6.Parent = PlayerFrame
  948. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  949. Player6.BorderColor3 = Color3.new(0, 0, 0)
  950. Player6.Position = UDim2.new(0, 5, 0, 165)
  951. Player6.Size = UDim2.new(0, 160, 0, 20)
  952. Player6.Font = Enum.Font.Fantasy
  953. Player6.FontSize = Enum.FontSize.Size18
  954. Player6.Text = ""
  955. Player6.TextColor3 = Color3.fromRGB(255, 0, 0)
  956. Player6.TextSize = 16
  957. Player6.TextWrapped = true
  958.  
  959. TpPlayer.Name = "TpPlayer"
  960. TpPlayer.Parent = PlayerFrame
  961. TpPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  962. TpPlayer.BackgroundTransparency = 0
  963. TpPlayer.BorderColor3 = Color3.new(0, 0, 0)
  964. TpPlayer.Position = UDim2.new(0, 5, 0, 225)
  965. TpPlayer.Size = UDim2.new(0, 75, 0, 35)
  966. TpPlayer.Font = Enum.Font.Fantasy
  967. TpPlayer.FontSize = Enum.FontSize.Size18
  968. TpPlayer.Text = "Tp to Player"
  969. TpPlayer.TextColor3 = Color3.fromRGB(255, 0, 0)
  970. TpPlayer.TextScaled = true
  971. TpPlayer.TextWrapped = true
  972. TpPlayer.TextSize = 14
  973.  
  974. TpBase.Name = "TpBase"
  975. TpBase.Parent = PlayerFrame
  976. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  977. TpBase.BackgroundTransparency = 0
  978. TpBase.BorderColor3 = Color3.new(0, 0, 0)
  979. TpBase.Position = UDim2.new(0, 90, 0, 225)
  980. TpBase.Size = UDim2.new(0, 75, 0, 35)
  981. TpBase.Font = Enum.Font.Fantasy
  982. TpBase.FontSize = Enum.FontSize.Size18
  983. TpBase.Text = "Tp to\nBase"
  984. TpBase.TextColor3 = Color3.fromRGB(255, 0, 0)
  985. TpPlayer.TextSize = 22
  986.  
  987.  
  988.  
  989. local WayPoints = {
  990. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  991. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  992. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  993. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  994. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  995. ["Strange Man"] = Vector3.new(1061, 16, 1131),
  996. ["Dock"] = CFrame.new(1114, 3.2, -197),
  997. ["Bridge"] = CFrame.new(113, 15, -977),
  998. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  999. ["The Den"] = CFrame.new(323, 49, 1930),
  1000. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  1001. ["Cave"] = Vector3.new(3581, -179, 430),
  1002. ["Swamp"] = Vector3.new(-1209, 132, -801),
  1003. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894),
  1004. ["Ski Lodge"] = CFrame.new(1244, 66, 2306)
  1005. }
  1006.  
  1007. Teleport.Name = "Teleport"
  1008. Teleport.Parent = Picker
  1009. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  1010. Teleport.BorderColor3 = Color3.new(0, 0, 0)
  1011. Teleport.Position = UDim2.new(0, 15, 0,90)
  1012. Teleport.Size = UDim2.new(0, 80, 0, 80)
  1013. Teleport.ZIndex = 3
  1014. Teleport.Image = "rbxassetid://3891269399"
  1015. Teleport.ScaleType = Enum.ScaleType.Crop
  1016. Teleport.MouseButton1Click:Connect(function()
  1017. CurrentItem.Image = "rbxassetid://3886256996"
  1018. AIntroImage.Visible = true
  1019. AIntroImage1.Visible = true
  1020. end)
  1021.  
  1022. Waypoints.Name = "Waypoints"
  1023. Waypoints.Parent = MenuFrame
  1024. Waypoints.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  1025. Waypoints.BorderColor3 = Color3.new(0, 0, 0)
  1026. Waypoints.Size = UDim2.new(0, 170, 0, 290)
  1027. Waypoints.CanvasPosition = Vector2.new(0,0)
  1028. Waypoints.CanvasSize = UDim2.new(0, 0, 0, 360)
  1029. Waypoints.Visible = false
  1030.  
  1031. SpawnPoint.Name = "SpawnPoint"
  1032. SpawnPoint.Parent = Waypoints
  1033. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  1034. SpawnPoint.Position = UDim2.new(0, 5, 0, 3)
  1035. SpawnPoint.Size = UDim2.new(0, 148, 0, 20)
  1036. SpawnPoint.Font = Enum.Font.Fantasy
  1037. SpawnPoint.FontSize = Enum.FontSize.Size18
  1038. SpawnPoint.Text = "Spawn"
  1039. SpawnPoint.TextColor3 = Color3.new(255, 0, 0)
  1040. SpawnPoint.TextSize = 16
  1041. SpawnPoint.MouseButton1Down:connect(function()
  1042. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  1043. end)
  1044.  
  1045. PlotTp.Name = "PlotTp"
  1046. PlotTp.Parent = Waypoints
  1047. PlotTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1048. PlotTp.Position = UDim2.new(0, 5, 0, 26)
  1049. PlotTp.Size = UDim2.new(0, 148, 0, 20)
  1050. PlotTp.Font = Enum.Font.Fantasy
  1051. PlotTp.FontSize = Enum.FontSize.Size18
  1052. PlotTp.Text = "Tp to Plot"
  1053. PlotTp.TextColor3 = Color3.fromRGB(255, 0, 0)
  1054. PlotTp.TextSize = 16
  1055. PlotTp.MouseButton1Down:connect(function()
  1056. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1057. if v.Owner.Value == game.Players.LocalPlayer then
  1058. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  1059. end
  1060. end
  1061. end)
  1062.  
  1063. FancyFurnishings.Name = "FancyFurnishings"
  1064. FancyFurnishings.Parent = Waypoints
  1065. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  1066. FancyFurnishings.Position = UDim2.new(0, 5, 0, 49)
  1067. FancyFurnishings.Size = UDim2.new(0, 148, 0, 20)
  1068. FancyFurnishings.Font = Enum.Font.Fantasy
  1069. FancyFurnishings.FontSize = Enum.FontSize.Size18
  1070. FancyFurnishings.Text = "Fancy Furnishings"
  1071. FancyFurnishings.TextColor3 = Color3.new(255, 0, 0)
  1072. FancyFurnishings.TextSize = 16
  1073. FancyFurnishings.MouseButton1Down:connect(function()
  1074. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  1075. end)
  1076.  
  1077. LinksLogic.Name = "LinksLogic"
  1078. LinksLogic.Parent = Waypoints
  1079. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  1080. LinksLogic.Position = UDim2.new(0, 5, 0, 72)
  1081. LinksLogic.Size = UDim2.new(0, 148, 0, 20)
  1082. LinksLogic.Font = Enum.Font.Fantasy
  1083. LinksLogic.FontSize = Enum.FontSize.Size18
  1084. LinksLogic.Text = "Link's Logic"
  1085. LinksLogic.TextColor3 = Color3.new(255, 0, 0)
  1086. LinksLogic.TextSize = 16
  1087. LinksLogic.MouseButton1Down:connect(function()
  1088. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  1089. end)
  1090.  
  1091. FineArtsShop.Name = "FineArtsShop"
  1092. FineArtsShop.Parent = Waypoints
  1093. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  1094. FineArtsShop.Position = UDim2.new(0, 5, 0, 95)
  1095. FineArtsShop.Size = UDim2.new(0, 148, 0, 20)
  1096. FineArtsShop.Font = Enum.Font.Fantasy
  1097. FineArtsShop.FontSize = Enum.FontSize.Size18
  1098. FineArtsShop.Text = "Fine Arts Shop"
  1099. FineArtsShop.TextColor3 = Color3.new(255, 0, 0)
  1100. FineArtsShop.TextSize = 16
  1101. FineArtsShop.MouseButton1Down:connect(function()
  1102. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  1103. end)
  1104.  
  1105. BobsShack.Name = "BobsShack"
  1106. BobsShack.Parent = Waypoints
  1107. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  1108. BobsShack.Position = UDim2.new(0, 5, 0, 118)
  1109. BobsShack.Size = UDim2.new(0, 148, 0, 20)
  1110. BobsShack.Font = Enum.Font.Fantasy
  1111. BobsShack.FontSize = Enum.FontSize.Size18
  1112. BobsShack.Text = "Bob's Shack"
  1113. BobsShack.TextColor3 = Color3.fromRGB(255, 0, 0)
  1114. BobsShack.TextSize = 16
  1115. BobsShack.MouseButton1Down:connect(function()
  1116. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  1117. end)
  1118.  
  1119. TheDen.Name = "TheDen"
  1120. TheDen.Parent = Waypoints
  1121. TheDen.BackgroundColor3 = Color3.new(0, 0, 0)
  1122. TheDen.Position = UDim2.new(0, 5, 0, 141)
  1123. TheDen.Size = UDim2.new(0, 148, 0, 20)
  1124. TheDen.Font = Enum.Font.Fantasy
  1125. TheDen.FontSize = Enum.FontSize.Size18
  1126. TheDen.Text = "The Den"
  1127. TheDen.TextColor3 = Color3.new(255, 0, 0)
  1128. TheDen.TextSize = 16
  1129. TheDen.MouseButton1Down:connect(function()
  1130. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1131. uTorso.CFrame = WayPoints["The Den"]
  1132. end)
  1133.  
  1134. ShrineOfSight.Name = "ShrineOfSight"
  1135. ShrineOfSight.Parent = Waypoints
  1136. ShrineOfSight.BackgroundColor3 = Color3.new(0, 0, 0)
  1137. ShrineOfSight.Position = UDim2.new(0, 5, 0, 164)
  1138. ShrineOfSight.Size = UDim2.new(0, 148, 0, 20)
  1139. ShrineOfSight.Font = Enum.Font.Fantasy
  1140. ShrineOfSight.FontSize = Enum.FontSize.Size18
  1141. ShrineOfSight.Text = "Shrine Of Sight"
  1142. ShrineOfSight.TextColor3 = Color3.new(255, 0, 0)
  1143. ShrineOfSight.TextSize = 16
  1144. ShrineOfSight.MouseButton1Down:connect(function()
  1145. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1146. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  1147. end)
  1148.  
  1149. SkiLodge.Name = "Ski Lodge"
  1150. SkiLodge.Parent = Waypoints
  1151. SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  1152. SkiLodge.Position = UDim2.new(0, 5, 0, 187)
  1153. SkiLodge.Size = UDim2.new(0, 148, 0, 20)
  1154. SkiLodge.Font = Enum.Font.Fantasy
  1155. SkiLodge.FontSize = Enum.FontSize.Size18
  1156. SkiLodge.Text = "Ski Lodge"
  1157. SkiLodge.TextColor3 = Color3.new(255, 0, 0)
  1158. SkiLodge.TextSize = 16
  1159. SkiLodge.MouseButton1Down:connect(function()
  1160. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1161. uTorso.CFrame = WayPoints["Ski Lodge"]
  1162. end)
  1163.  
  1164. Dock.Name = "Dock"
  1165. Dock.Parent = Waypoints
  1166. Dock.BackgroundColor3 = Color3.new(0, 0, 0)
  1167. Dock.Position = UDim2.new(0, 5, 0, 210)
  1168. Dock.Size = UDim2.new(0, 148, 0, 20)
  1169. Dock.Font = Enum.Font.Fantasy
  1170. Dock.FontSize = Enum.FontSize.Size18
  1171. Dock.Text = "Dock"
  1172. Dock.TextColor3 = Color3.new(255, 0, 0)
  1173. Dock.TextSize = 16
  1174. Dock.MouseButton1Down:connect(function()
  1175. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1176. uTorso.CFrame = WayPoints["Dock"]
  1177. end)
  1178.  
  1179. Bridge.Name = "Bridge"
  1180. Bridge.Parent = Waypoints
  1181. Bridge.BackgroundColor3 = Color3.new(0, 0, 0)
  1182. Bridge.Position = UDim2.new(0, 5, 0, 233)
  1183. Bridge.Size = UDim2.new(0, 148, 0, 20)
  1184. Bridge.Font = Enum.Font.Fantasy
  1185. Bridge.FontSize = Enum.FontSize.Size18
  1186. Bridge.Text = "Bridge"
  1187. Bridge.TextColor3 = Color3.new(255, 0, 0)
  1188. Bridge.TextSize = 16
  1189. Bridge.MouseButton1Down:connect(function()
  1190. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1191. uTorso.CFrame = WayPoints["Bridge"]
  1192. end)
  1193.  
  1194. Stranger.Name = "Stranger"
  1195. Stranger.Parent = Waypoints
  1196. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  1197. Stranger.Position = UDim2.new(0, 5, 0, 256)
  1198. Stranger.Size = UDim2.new(0, 148, 0, 20)
  1199. Stranger.Font = Enum.Font.Fantasy
  1200. Stranger.FontSize = Enum.FontSize.Size18
  1201. Stranger.Text = "Stranger"
  1202. Stranger.TextColor3 = Color3.fromRGB(255, 0, 0)
  1203. Stranger.TextSize = 16
  1204. Stranger.MouseButton1Down:connect(function()
  1205. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  1206. end)
  1207.  
  1208. VolcanoWin.Name = "VolcanoWin"
  1209. VolcanoWin.Parent = Waypoints
  1210. VolcanoWin.BackgroundColor3 = Color3.new(0, 0, 0)
  1211. VolcanoWin.Position = UDim2.new(0, 5, 0, 279)
  1212. VolcanoWin.Size = UDim2.new(0, 148, 0, 20)
  1213. VolcanoWin.Font = Enum.Font.Fantasy
  1214. VolcanoWin.FontSize = Enum.FontSize.Size18
  1215. VolcanoWin.Text = "Volcano Win"
  1216. VolcanoWin.TextColor3 = Color3.new(255, 0, 0)
  1217. VolcanoWin.TextSize = 16
  1218. VolcanoWin.MouseButton1Down:connect(function()
  1219. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1220. uTorso.CFrame = WayPoints["Volcano Win"]
  1221. end)
  1222.  
  1223. ShowLocation.Name = "ShowLocation"
  1224. ShowLocation.Parent = Waypoints
  1225. ShowLocation.BackgroundColor3 = Color3.new(0, 0, 0)
  1226. ShowLocation.Position = UDim2.new(0, 5, 0, 302)
  1227. ShowLocation.Size = UDim2.new(0, 148, 0, 30)
  1228. ShowLocation.Font = Enum.Font.Fantasy
  1229. ShowLocation.FontSize = Enum.FontSize.Size14
  1230. ShowLocation.Text = "Show Current Coords\nSet Custom Location"
  1231. ShowLocation.TextColor3 = Color3.new(255, 0, 0)
  1232. ShowLocation.TextSize = 13
  1233.  
  1234. CustomTPPoint.Name = "CustomTPPoint"
  1235. CustomTPPoint.Parent = Waypoints
  1236. CustomTPPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  1237. CustomTPPoint.Position = UDim2.new(0, 5, 0, 335)
  1238. CustomTPPoint.Size = UDim2.new(0, 148, 0, 20)
  1239. CustomTPPoint.Font = Enum.Font.Fantasy
  1240. CustomTPPoint.FontSize = Enum.FontSize.Size14
  1241. CustomTPPoint.Text = "TP to Custom Location"
  1242. CustomTPPoint.TextColor3 = Color3.new(255, 0, 0)
  1243. CustomTPPoint.TextSize = 13
  1244.  
  1245. -- Scripts:
  1246.  
  1247. --- Show Current Location
  1248.  
  1249. ShowLocation.MouseButton1Down:connect(function()
  1250.  
  1251. function round(num, numDecimalPlaces)
  1252. local mult = 10^(numDecimalPlaces or 0)
  1253. return math.floor(num * mult + 0.5) / mult
  1254. end
  1255.  
  1256. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  1257. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  1258. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  1259. ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ
  1260. CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ
  1261. CustomLocationSet = true
  1262. end)
  1263.  
  1264. --- TP to custom location ---
  1265.  
  1266. CustomTPPoint.MouseButton1Down:connect(function()
  1267. if CustomLocationSet == true then
  1268. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1269. uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  1270. end
  1271. end)
  1272.  
  1273.  
  1274. --- Player Tp ---
  1275.  
  1276. local buttons = {
  1277. Player1,
  1278. Player2,
  1279. Player3,
  1280. Player4,
  1281. Player5,
  1282. Player6
  1283. }
  1284. spawn(function()
  1285. while true do
  1286. Player1.Text = ""
  1287. Player2.Text = ""
  1288. Player3.Text = ""
  1289. Player4.Text = ""
  1290. Player5.Text = ""
  1291. Player6.Text = ""
  1292. for i, v in pairs(game.Players:GetChildren()) do
  1293. buttons[i].Text = v.Name
  1294. buttons[i].Visible = true
  1295. end
  1296. wait(0.5)
  1297. end
  1298. end)
  1299.  
  1300. Player1.MouseButton1Down:connect(function()
  1301. PlyrSel.Text = Player1.Text
  1302. end)
  1303. Player2.MouseButton1Down:connect(function()
  1304. PlyrSel.Text = Player2.Text
  1305. end)
  1306. Player3.MouseButton1Down:connect(function()
  1307. PlyrSel.Text = Player3.Text
  1308. end)
  1309. Player4.MouseButton1Down:connect(function()
  1310. PlyrSel.Text = Player4.Text
  1311. end)
  1312. Player5.MouseButton1Down:connect(function()
  1313. PlyrSel.Text = Player5.Text
  1314. end)
  1315. Player6.MouseButton1Down:connect(function()
  1316. PlyrSel.Text = Player6.Text
  1317. end)
  1318.  
  1319. TpPlayer.MouseButton1Down:connect(function()
  1320. if PlyrSel.Text == "SELECT A PLAYER" then
  1321. warn("No Player Selected")
  1322. else
  1323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1324. end
  1325. end)
  1326. TpBase.MouseButton1Down:connect(function()
  1327. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1328. if v.Owner.Value == game.Players[PlyrSel.Text] then
  1329. local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
  1330. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
  1331. end
  1332. end
  1333. end)
  1334.  
  1335.  
  1336. Woodmenu.Name = "Woodmenu"
  1337. Woodmenu.Parent = Picker
  1338. Woodmenu.BackgroundColor3 = Color3.new(1, 1, 1)
  1339. Woodmenu.BorderColor3 = Color3.new(0, 0, 0)
  1340. Woodmenu.Position = UDim2.new(0, 15, 0,175)
  1341. Woodmenu.Size = UDim2.new(0, 80, 0, 80)
  1342. Woodmenu.ZIndex = 3
  1343. Woodmenu.Image = "rbxassetid://3894370075"
  1344. Woodmenu.ScaleType = Enum.ScaleType.Crop
  1345. Woodmenu.MouseButton1Click:Connect(function()
  1346. CurrentItem.Image = "rbxassetid://3886256996"
  1347. AIntroImage.Visible = true
  1348. AIntroImage1.Visible = true
  1349. end)
  1350.  
  1351. WoodFrame.Name = "WoodFrame"
  1352. WoodFrame.Parent = MenuFrame
  1353. WoodFrame.BorderSizePixel = 1
  1354. WoodFrame.BackgroundTransparency = 0
  1355. WoodFrame.BorderColor3 = Color3.new(0, 0, 0)
  1356. WoodFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  1357. WoodFrame.Size = UDim2.new(0, 170, 0, 256)
  1358. WoodFrame.Visible = false
  1359.  
  1360. SawmillTp.Name = "SawmillTp"
  1361. SawmillTp.Parent = WoodFrame
  1362. SawmillTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1363. SawmillTp.BorderColor3 = Color3.new(0, 0, 0)
  1364. SawmillTp.Position = UDim2.new(0, 3, 0, 3)
  1365. SawmillTp.Size = UDim2.new(0, 165, 0, 20)
  1366. SawmillTp.Font = Enum.Font.Fantasy
  1367. SawmillTp.FontSize = Enum.FontSize.Size18
  1368. SawmillTp.Text = "Wood to Saw"
  1369. SawmillTp.TextColor3 = Color3.new(265, 0, 0)
  1370. SawmillTp.TextSize = 15
  1371. SawmillTp.MouseButton1Down:connect(function()
  1372.  
  1373. SawmillTp.Text = "WOOD TO SAW ON"
  1374. SawmillTp.TextColor3 = Color3.new(0, 1, 0)
  1375. SawmillC = false
  1376. Mouse = game.Players.LocalPlayer:GetMouse()
  1377.  
  1378. Mouse.KeyDown:connect(function(key)
  1379. if key:lower() == "q" then
  1380. Treee = Mouse.Target
  1381. end
  1382. end)
  1383. Mouse.KeyDown:connect(function(key)
  1384. if key:lower() == "p" then
  1385. if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
  1386. Sawmill = Mouse.Target.Parent
  1387. else
  1388. Sawmill=Mouse.Target.Parent.Parent
  1389. end
  1390. if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
  1391. SawmillC = true
  1392. else
  1393. SawmillC = false
  1394. print"Something went wrong while setting the sawmill!"
  1395. end
  1396. if Treee ~= nil then
  1397. Mod(Treee)
  1398. else
  1399. print("Select tree with 'Q'!")
  1400. end
  1401. end
  1402. end)
  1403.  
  1404. function Mod(SelectedPart)
  1405. if SawmillC ~= true then
  1406. print'Set the sawmill with "P"!'
  1407. return
  1408. end
  1409. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  1410. print("Tree: "..SelectedPart.Parent.TreeClass.Value)
  1411. Tree = SelectedPart.Parent
  1412. Tree.PrimaryPart = SelectedPart
  1413. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  1414. Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
  1415. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  1416. end
  1417. end
  1418. end)
  1419.  
  1420. Goldaxe.Name = "SawmillTp"
  1421. Goldaxe.Parent = WoodFrame
  1422. Goldaxe.BackgroundColor3 = Color3.new(0, 0, 0)
  1423. Goldaxe.BorderColor3 = Color3.new(0, 0, 0)
  1424. Goldaxe.Position = UDim2.new(0, 3, 0, 26)
  1425. Goldaxe.Size = UDim2.new(0, 165, 0, 20)
  1426. Goldaxe.Font = Enum.Font.Fantasy
  1427. Goldaxe.FontSize = Enum.FontSize.Size18
  1428. Goldaxe.Text = "Gold Axe Off"
  1429. Goldaxe.TextColor3 = Color3.new(255, 0, 0)
  1430. Goldaxe.TextSize = 15
  1431. spawn(function()
  1432. --Credits to Johiro, if you decide to skid atleast give credits
  1433. GAxe = false
  1434. function GetAxe() --Gets your current axe thats equiped when called
  1435. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1436. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  1437. else
  1438. return false --returns false when not equiped
  1439. end
  1440. end
  1441.  
  1442. function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  1443. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  1444. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  1445. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  1446. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  1447. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  1448. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  1449. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  1450. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  1451. elseif Axe.ToolTip == "Fire Axe" then
  1452. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  1453. elseif Axe.ToolTip == "End Times Axe" then
  1454. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  1455. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  1456. elseif Axe.ToolTip == "Johiro" then return 1.8
  1457. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  1458. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  1459. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  1460. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  1461. elseif Axe.ToolTip == "Gingerbread Axe" then
  1462. if TreeClass == "Walnut" then return 8.5
  1463. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  1464. elseif Axe.ToolTip == "Bird Axe" then
  1465. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  1466. end
  1467. end
  1468.  
  1469.  
  1470. function GCut(TreePart) --Cuts the tree when called with the tree you want to cut
  1471. if GetAxe() ~= false then --checks if you have a axe equiped
  1472. Damage = GetDamage(GetAxe(), TreePart.Parent.TreeClass.Value) --gets the Damage
  1473. Height = TreePart.CFrame:pointToObjectSpace(mouse.Hit.p).Y + TreePart.Size.Y/2 --Gets the Height
  1474. local CutArguments = {
  1475. sectionId = TreePart.ID.Value,
  1476. faceVector = Vector3.new(0,0,-1),
  1477. height = Height,
  1478. hitPoints = Damage,
  1479. cooldown = 0,
  1480. cuttingClass = "Axe",
  1481. tool = GetAxe()
  1482. }
  1483. for i=1, 50 do
  1484. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(TreePart.Parent.CutEvent, CutArguments)
  1485. end
  1486. end
  1487. end
  1488.  
  1489. function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  1490. if GetAxe() ~= false then --checks if you have a axe equiped
  1491. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  1492. local CutArguments = {
  1493. sectionId = 1,
  1494. faceVector = Vector3.new(0,0,-1),
  1495. height = 0.5,
  1496. hitPoints = Damage,
  1497. cooldown = 0,
  1498. cuttingClass = "Axe",
  1499. tool = GetAxe()
  1500. }
  1501. for i=1, 50 do
  1502. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  1503. end
  1504. end
  1505. end
  1506.  
  1507. TreeList = {} --Creates a table of the trees
  1508. for a,b in pairs(workspace:GetChildren()) do
  1509. if b.name == "TreeRegion" then
  1510. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  1511. table.insert(TreeList, NewTree)
  1512. end)
  1513. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  1514. if d.Name == "Model" then
  1515. table.insert(TreeList, d)
  1516. end
  1517. end
  1518. end
  1519. end
  1520.  
  1521. spawn(function() --used spawn so it wont interrupt any of the other things
  1522. CutEnabled = false
  1523. while wait(.5) do --Main loop to do the stuff
  1524. if CutEnabled == true then
  1525. if GetAxe() ~= false then --Checks if you have a axe equiped
  1526. for a,b in pairs(TreeList) do
  1527. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  1528. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  1529. if distance < 225 then --if distance lower than 225 then it will cut the tree
  1530. CutTree(b) --Calls the function with the tree to cut
  1531. end
  1532. else
  1533. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  1534. end
  1535. end
  1536. end
  1537. end
  1538. end
  1539. end)
  1540.  
  1541. mouse = game.Players.LocalPlayer:GetMouse() --Gets the Mouse
  1542. mouse.Button1Down:connect(function()
  1543. if GAxe == true and GetAxe() ~= false then
  1544. Target = mouse.Target
  1545. GCut(Target)
  1546. end
  1547. end)
  1548. --Credits to Johiro, if you decide to skid atleast give credits
  1549. end)
  1550. Goldaxe.MouseButton1Down:connect(function()
  1551.  
  1552. if GAxe == true then
  1553. GAxe = false
  1554. Goldaxe.Text = "Gold Axe Off"
  1555. Goldaxe.TextColor3 = Color3.new(255, 0, 0)
  1556. elseif GAxe == false then
  1557. GAxe = true
  1558. Goldaxe.Text = "Gold Axe On"
  1559. Goldaxe.TextColor3 = Color3.new(0, 1, 0)
  1560. --Credits to Johiro
  1561. end
  1562. end)
  1563.  
  1564.  
  1565. Harddrag.Name = "Harddrag"
  1566. Harddrag.Parent = WoodFrame
  1567. Harddrag.BackgroundColor3 = Color3.new(0, 0, 0)
  1568. Harddrag.BorderColor3 = Color3.new(0, 0, 0)
  1569. Harddrag.Position = UDim2.new(0, 3, 0, 49)
  1570. Harddrag.Size = UDim2.new(0, 165, 0, 20)
  1571. Harddrag.Font = Enum.Font.Fantasy
  1572. Harddrag.FontSize = Enum.FontSize.Size18
  1573. Harddrag.Text = "Hard drag"
  1574. Harddrag.TextColor3 = Color3.new(255, 0, 0)
  1575. Harddrag.TextSize = 15
  1576. Harddrag.MouseButton1Down:connect(function()
  1577.  
  1578. Harddrag.Text = "HARD DRAG ACTIVE"
  1579. Harddrag.TextColor3 = Color3.new(0, 1, 0)
  1580. loadstring(game:HttpGet('https://pastebin.com/raw/uMv85wZZ',true))()
  1581.  
  1582. end)
  1583.  
  1584.  
  1585. SellWood.Name = "SellWood"
  1586. SellWood.Parent = WoodFrame
  1587. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  1588. SellWood.BorderColor3 = Color3.new(0, 0, 0)
  1589. SellWood.Position = UDim2.new(0, 3, 0, 72)
  1590. SellWood.Size = UDim2.new(0, 165, 0, 20)
  1591. SellWood.Font = Enum.Font.Fantasy
  1592. SellWood.FontSize = Enum.FontSize.Size18
  1593. SellWood.Text = "Sell Cut Wood"
  1594. SellWood.TextColor3 = Color3.new(255, 0, 0)
  1595. SellWood.TextSize = 15
  1596. SellWood.MouseButton1Down:connect(function()
  1597. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  1598. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1599. if Log.Owner.Value == game.Players.LocalPlayer then
  1600. for i,v in pairs(Log:GetChildren()) do
  1601. if v.Name=="WoodSection" then
  1602. spawn(function()
  1603. for i=1,10 do
  1604. wait()
  1605. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1606. end
  1607. end)
  1608. end
  1609. end
  1610. spawn(function()
  1611. for i=1,20 do
  1612. wait()
  1613. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  1614. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  1615. end
  1616. end)
  1617. end
  1618. end
  1619. end
  1620. end)
  1621.  
  1622.  
  1623. SellPlanks.Name = "SellWood"
  1624. SellPlanks.Parent = WoodFrame
  1625. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  1626. SellPlanks.BorderColor3 = Color3.new(0, 0, 0)
  1627. SellPlanks.Position = UDim2.new(0, 3, 0, 95)
  1628. SellPlanks.Size = UDim2.new(0, 165, 0, 20)
  1629. SellPlanks.Font = Enum.Font.Fantasy
  1630. SellPlanks.FontSize = Enum.FontSize.Size18
  1631. SellPlanks.Text = "Sell Planks"
  1632. SellPlanks.TextColor3 = Color3.new(255, 0, 0)
  1633. SellPlanks.TextSize = 15
  1634. SellPlanks.MouseButton1Click:Connect(function()
  1635. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1636. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1637. if Plank.Owner.Value == game.Players.LocalPlayer then
  1638. for i,v in pairs(Plank:GetChildren()) do
  1639. if v.Name=="WoodSection" then
  1640. spawn(function()
  1641. for i=1,10 do
  1642. wait()
  1643. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1644. end
  1645. end)
  1646. end
  1647. end
  1648. spawn(function()
  1649. for i=1,20 do
  1650. wait()
  1651. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank.WoodSection)
  1652. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Plank.WoodSection)
  1653. end
  1654. end)
  1655. end
  1656. end
  1657. end
  1658. end)
  1659.  
  1660.  
  1661. TPWood.Name = "TPWood"
  1662. TPWood.Parent = WoodFrame
  1663. TPWood.BackgroundColor3 = Color3.new(0, 0, 0)
  1664. TPWood.BorderColor3 = Color3.new(0, 0, 0)
  1665. TPWood.Position = UDim2.new(0, 3, 0, 118)
  1666. TPWood.Size = UDim2.new(0, 165, 0, 20)
  1667. TPWood.Font = Enum.Font.Fantasy
  1668. TPWood.FontSize = Enum.FontSize.Size18
  1669. TPWood.Text = "TP Wood to You"
  1670. TPWood.TextColor3 = Color3.new(255, 0, 0)
  1671. TPWood.TextSize = 15
  1672. TPWood.MouseButton1Click:Connect(function()
  1673. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1674. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1675. if Log.Owner.Value == game.Players.LocalPlayer then
  1676. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  1677. for i=1,20 do
  1678. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  1679. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  1680. end
  1681. end
  1682. end
  1683. end
  1684. end)
  1685.  
  1686. TpAllPlanks.Name = "TpAllPlanks"
  1687. TpAllPlanks.Parent = WoodFrame
  1688. TpAllPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  1689. TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0)
  1690. TpAllPlanks.Position = UDim2.new(0, 3, 0, 141)
  1691. TpAllPlanks.Size = UDim2.new(0, 165, 0, 20)
  1692. TpAllPlanks.Font = Enum.Font.Fantasy
  1693. TpAllPlanks.FontSize = Enum.FontSize.Size18
  1694. TpAllPlanks.Text = "TP Planks to You"
  1695. TpAllPlanks.TextColor3 = Color3.new(255, 0, 0)
  1696. TpAllPlanks.TextSize = 15
  1697. TpAllPlanks.MouseButton1Click:Connect(function()
  1698. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1699. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1700. if Plank.Owner.Value == game.Players.LocalPlayer then
  1701. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  1702. sendNotice:Fire("Click where you want ALL the Planks to TP to")
  1703. local ButtonPress
  1704. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  1705. Square = game.Players.LocalPlayer:GetMouse().Target
  1706. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  1707. ButtonPress:Disconnect()
  1708. Plank:MoveTo(Square.Position)
  1709. for i=1,100 do
  1710. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1711. end
  1712. end
  1713. end)
  1714. end
  1715. end
  1716. end
  1717. end)
  1718.  
  1719. Type.Name = "Type"
  1720. Type.Parent = TptreeFrame
  1721. Type.BackgroundColor3 = Color3.new(0, 0, 0)
  1722. Type.BorderSizePixel = 1
  1723. Type.BorderColor3 = Color3.fromRGB(196, 40, 28)
  1724. Type.Position = UDim2.new(0, 0, 0, 0)
  1725. Type.Size = UDim2.new(0, 209, 0, 23)
  1726. Type.Font = Enum.Font.SourceSans
  1727. Type.Text = "Tree Type"
  1728. Type.TextColor3 = Color3.new(255, 0, 0)
  1729. Type.TextSize = 14
  1730.  
  1731. Tptree.Name = "Tptree"
  1732. Tptree.Parent = WoodFrame
  1733. Tptree.BackgroundColor3 = Color3.new(0, 0, 0)
  1734. Tptree.BorderColor3 = Color3.new(0, 0, 0)
  1735. Tptree.Position = UDim2.new(0, 3, 0, 164)
  1736. Tptree.Size = UDim2.new(0, 165, 0, 20)
  1737. Tptree.Font = Enum.Font.Fantasy
  1738. Tptree.FontSize = Enum.FontSize.Size18
  1739. Tptree.Text = "Port To Trees"
  1740. Tptree.TextColor3 = Color3.new(255, 0, 0)
  1741. Tptree.TextSize = 15
  1742.  
  1743. TptreeFrame.Name = "TptreeFrame"
  1744. TptreeFrame.Parent = MenuFrame
  1745. TptreeFrame.BorderSizePixel = 1
  1746. TptreeFrame.BackgroundTransparency = 1
  1747. TptreeFrame.BorderColor3 = Color3.new(0, 0, 0)
  1748. TptreeFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  1749. TptreeFrame.Size = UDim2.new(0, 170, 0, 210)
  1750. TptreeFrame.Visible = false
  1751.  
  1752. BirchTree.Name = "BirchTree"
  1753. BirchTree.Parent = TptreeFrame
  1754. BirchTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1755. BirchTree.BackgroundTransparency = 0
  1756. BirchTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1757. BirchTree.Position = UDim2.new(0, 0, 0, 26)
  1758. BirchTree.Size = UDim2.new(0, 50, 0, 50)
  1759. BirchTree.Image = "rbxassetid://4053569393"
  1760.  
  1761. CavecrawlerTree.Name = "CavecrawlerTree"
  1762. CavecrawlerTree.Parent = TptreeFrame
  1763. CavecrawlerTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1764. CavecrawlerTree.BackgroundTransparency = 0
  1765. CavecrawlerTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1766. CavecrawlerTree.Position = UDim2.new(0, 53, 0, 26)
  1767. CavecrawlerTree.Size = UDim2.new(0, 50, 0, 50)
  1768. CavecrawlerTree.Image = "rbxassetid://4053567003"
  1769. CavecrawlerTree.MouseButton1Click:Connect(function()
  1770.  
  1771. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  1772. Type.Text = "Cavecrawler Tree"
  1773. end)
  1774.  
  1775. CherryTree.Name = "CherryTree"
  1776. CherryTree.Parent = TptreeFrame
  1777. CherryTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1778. CherryTree.BackgroundTransparency = 0
  1779. CherryTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1780. CherryTree.Position = UDim2.new(0, 106, 0, 26)
  1781. CherryTree.Size = UDim2.new(0, 50, 0, 50)
  1782. CherryTree.Image = "rbxassetid://4053570076"
  1783.  
  1784. ElmTree.Name = "ElmTree"
  1785. ElmTree.Parent = TptreeFrame
  1786. ElmTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1787. ElmTree.BackgroundTransparency = 0
  1788. ElmTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1789. ElmTree.Position = UDim2.new(0, 159, 0, 26)
  1790. ElmTree.Size = UDim2.new(0, 50, 0, 50)
  1791. ElmTree.Image = "rbxassetid://4053570665"
  1792.  
  1793. Frosttree.Name = "Frosttree"
  1794. Frosttree.Parent = TptreeFrame
  1795. Frosttree.BackgroundColor3 = Color3.new(1, 1, 1)
  1796. Frosttree.BackgroundTransparency = 0
  1797. Frosttree.BorderColor3 = Color3.new(0.6, 0, 0)
  1798. Frosttree.Position = UDim2.new(0, 0, 0, 79)
  1799. Frosttree.Size = UDim2.new(0, 50, 0, 50)
  1800. Frosttree.Image = "rbxassetid://4053571917"
  1801.  
  1802. GenericTree.Name = "GenericTree"
  1803. GenericTree.Parent = TptreeFrame
  1804. GenericTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1805. GenericTree.BackgroundTransparency = 0
  1806. GenericTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1807. GenericTree.Position = UDim2.new(0, 53, 0, 79)
  1808. GenericTree.Size = UDim2.new(0, 50, 0, 50)
  1809. GenericTree.Image = "rbxassetid://4053574105"
  1810.  
  1811. ZombieTree.Name = "ZombieTree"
  1812. ZombieTree.Parent = TptreeFrame
  1813. ZombieTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1814. ZombieTree.BackgroundTransparency = 0
  1815. ZombieTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1816. ZombieTree.Position = UDim2.new(0, 106, 0, 79)
  1817. ZombieTree.Size = UDim2.new(0, 50, 0, 50)
  1818. ZombieTree.Image = "rbxassetid://4053578037"
  1819.  
  1820. GoldTree.Name = "GoldTree"
  1821. GoldTree.Parent = TptreeFrame
  1822. GoldTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1823. GoldTree.BackgroundTransparency = 0
  1824. GoldTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1825. GoldTree.Position = UDim2.new(0, 159, 0, 79)
  1826. GoldTree.Size = UDim2.new(0, 50, 0, 50)
  1827. GoldTree.Image = "rbxassetid://4053572372"
  1828. GoldTree.MouseButton1Click:Connect(function()
  1829.  
  1830. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  1831. Type.Text = "Gold Tree"
  1832. end)
  1833.  
  1834.  
  1835. LavaTree.Name = "LavaTree"
  1836. LavaTree.Parent = TptreeFrame
  1837. LavaTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1838. LavaTree.BackgroundTransparency = 0
  1839. LavaTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1840. LavaTree.Position = UDim2.new(0, 0, 0, 132)
  1841. LavaTree.Size = UDim2.new(0, 50, 0, 50)
  1842. LavaTree.Image = "rbxassetid://4053573529"
  1843.  
  1844. PalmTree.Name = "PalmTree"
  1845. PalmTree.Parent = TptreeFrame
  1846. PalmTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1847. PalmTree.BackgroundTransparency = 0
  1848. PalmTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1849. PalmTree.Position = UDim2.new(0, 53, 0, 132)
  1850. PalmTree.Size = UDim2.new(0, 50, 0, 50)
  1851. PalmTree.Image = "rbxassetid://4053574535"
  1852.  
  1853. PhantomTree.Name = "PhantomTree"
  1854. PhantomTree.Parent = TptreeFrame
  1855. PhantomTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1856. PhantomTree.BackgroundTransparency = 0
  1857. PhantomTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1858. PhantomTree.Position = UDim2.new(0, 106, 0, 132)
  1859. PhantomTree.Size = UDim2.new(0, 50, 0, 50)
  1860. PhantomTree.Image = "rbxassetid://4053575065"
  1861.  
  1862. PineTree.Name = "PineTree"
  1863. PineTree.Parent = TptreeFrame
  1864. PineTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1865. PineTree.BackgroundTransparency = 0
  1866. PineTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1867. PineTree.Position = UDim2.new(0, 159, 0, 132)
  1868. PineTree.Size = UDim2.new(0, 50, 0, 50)
  1869. PineTree.Image = "rbxassetid://4053575551"
  1870.  
  1871. FirTree.Name = "FirTree"
  1872. FirTree.Parent = TptreeFrame
  1873. FirTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1874. FirTree.BackgroundTransparency = 0
  1875. FirTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1876. FirTree.Position = UDim2.new(0, 0, 0, 185)
  1877. FirTree.Size = UDim2.new(0, 50, 0, 50)
  1878. FirTree.Image = "rbxassetid://4053571273"
  1879.  
  1880. Snowglowtree.Name = "Snowglowtree"
  1881. Snowglowtree.Parent = TptreeFrame
  1882. Snowglowtree.BackgroundColor3 = Color3.new(1, 1, 1)
  1883. Snowglowtree.BackgroundTransparency = 0
  1884. Snowglowtree.BorderColor3 = Color3.new(0.6, 0, 0)
  1885. Snowglowtree.Position = UDim2.new(0, 53, 0, 185)
  1886. Snowglowtree.Size = UDim2.new(0, 50, 0, 50)
  1887. Snowglowtree.Image = "rbxassetid://4053576507"
  1888. Snowglowtree.MouseButton1Click:Connect(function()
  1889. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1890. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  1891. Type.Text = "Snowglow Tree"
  1892. end)
  1893.  
  1894. Spooktree.Name = "Spooktree"
  1895. Spooktree.Parent = TptreeFrame
  1896. Spooktree.BackgroundColor3 = Color3.new(1, 1, 1)
  1897. Spooktree.BackgroundTransparency = 0
  1898. Spooktree.BorderColor3 = Color3.new(0.6, 0, 0)
  1899. Spooktree.Position = UDim2.new(0, 106, 0, 185)
  1900. Spooktree.Size = UDim2.new(0, 50, 0, 50)
  1901. Spooktree.Image = "rbxassetid://4053576987"
  1902.  
  1903.  
  1904. WalnutTree.Name = "WalnutTree"
  1905. WalnutTree.Parent = TptreeFrame
  1906. WalnutTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1907. WalnutTree.BackgroundTransparency = 0
  1908. WalnutTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1909. WalnutTree.Position = UDim2.new(0, 159, 0, 185)
  1910. WalnutTree.Size = UDim2.new(0, 50, 0, 50)
  1911. WalnutTree.Image = "rbxassetid://4053577500"
  1912.  
  1913. KoaTree.Name = "KoaTree"
  1914. KoaTree.Parent = TptreeFrame
  1915. KoaTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1916. KoaTree.BackgroundTransparency = 0
  1917. KoaTree.BorderColor3 = Color3.new(0.6, 0, 0)
  1918. KoaTree.Position = UDim2.new(0, 53, 0, 238)
  1919. KoaTree.Size = UDim2.new(0, 50, 0, 50)
  1920. KoaTree.Image = "rbxassetid://4053573002"
  1921.  
  1922. SinisterGlow.Name = "SinisterGlow"
  1923. SinisterGlow.Parent = TptreeFrame
  1924. SinisterGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  1925. SinisterGlow.BackgroundTransparency = 0
  1926. SinisterGlow.BorderColor3 = Color3.new(0.6, 0, 0)
  1927. SinisterGlow.Position = UDim2.new(0, 106, 0, 238)
  1928. SinisterGlow.Size = UDim2.new(0, 50, 0, 50)
  1929. SinisterGlow.Image = "rbxassetid://4053576051"
  1930.  
  1931. BirchTree.MouseButton1Click:Connect(function()
  1932.  
  1933. for i, v in pairs(game.Workspace:GetChildren()) do
  1934. if v.Name == "TreeRegion" then
  1935. for j, k in ipairs(v:GetChildren()) do
  1936. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Birch" then
  1937. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1938. break
  1939. end
  1940. end
  1941. end
  1942. end
  1943. Type.Text = "Birch Tree"
  1944. end)
  1945.  
  1946.  
  1947. CherryTree.MouseButton1Click:Connect(function()
  1948. for i, v in pairs(game.Workspace:GetChildren()) do
  1949. if v.Name == "TreeRegion" then
  1950. for j, k in ipairs(v:GetChildren()) do
  1951. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Cherry" then
  1952. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1953. break
  1954. end
  1955. end
  1956. end
  1957. end
  1958. Type.Text = "Cherry Tree"
  1959. end)
  1960.  
  1961. ElmTree.MouseButton1Click:Connect(function()
  1962. for i, v in pairs(game.Workspace:GetChildren()) do
  1963. if v.Name == "TreeRegion" then
  1964. for j, k in ipairs(v:GetChildren()) do
  1965. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Oak" then
  1966. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1967. break
  1968. end
  1969. end
  1970. end
  1971. end
  1972. Type.Text = "ElmTree"
  1973. end)
  1974.  
  1975. FirTree.MouseButton1Click:Connect(function()
  1976. for i, v in pairs(game.Workspace:GetChildren()) do
  1977. if v.Name == "TreeRegion" then
  1978. for j, k in ipairs(v:GetChildren()) do
  1979. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Fir" then
  1980. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1981. break
  1982. end
  1983. end
  1984. end
  1985. end
  1986. Type.Text = "Fir Tree"
  1987. end)
  1988.  
  1989. Frosttree.MouseButton1Click:Connect(function()
  1990. for i, v in pairs(game.Workspace:GetChildren()) do
  1991. if v.Name == "TreeRegion" then
  1992. for j, k in ipairs(v:GetChildren()) do
  1993. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Frost" then
  1994. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1995. break
  1996. end
  1997. end
  1998. end
  1999. end
  2000. Type.Text = "Frost Tree"
  2001. end)
  2002.  
  2003. GenericTree.MouseButton1Click:Connect(function()
  2004. for i, v in pairs(game.Workspace:GetChildren()) do
  2005. if v.Name == "TreeRegion" then
  2006. for j, k in ipairs(v:GetChildren()) do
  2007. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Generic" then
  2008. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2009. break
  2010. end
  2011. end
  2012. end
  2013. end
  2014. Type.Text = "Generic Tree"
  2015. end)
  2016.  
  2017.  
  2018. KoaTree.MouseButton1Click:Connect(function()
  2019. for i, v in pairs(game.Workspace:GetChildren()) do
  2020. if v.Name == "TreeRegion" then
  2021. for j, k in ipairs(v:GetChildren()) do
  2022. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Koa" then
  2023. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2024. break
  2025. end
  2026. end
  2027. end
  2028. end
  2029. Type.Text = "Koa Tree"
  2030. end)
  2031.  
  2032. LavaTree.MouseButton1Click:Connect(function()
  2033. for i, v in pairs(game.Workspace:GetChildren()) do
  2034. if v.Name == "TreeRegion" then
  2035. for j, k in ipairs(v:GetChildren()) do
  2036. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Volcano" then
  2037. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2038. break
  2039. end
  2040. end
  2041. end
  2042. end
  2043. Type.Text = "Lava Tree"
  2044. end)
  2045.  
  2046. PalmTree.MouseButton1Click:Connect(function()
  2047. for i, v in pairs(game.Workspace:GetChildren()) do
  2048. if v.Name == "TreeRegion" then
  2049. for j, k in ipairs(v:GetChildren()) do
  2050. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Palm" then
  2051. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2052. break
  2053. end
  2054. end
  2055. end
  2056. end
  2057. Type.Text = "Palm Tree"
  2058. end)
  2059.  
  2060. PhantomTree.MouseButton1Click:Connect(function()
  2061. for i, v in pairs(game.Workspace:GetChildren()) do
  2062. if v.Name == "TreeRegion" then
  2063. for j, k in ipairs(v:GetChildren()) do
  2064. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "LoneCave" then
  2065. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2066. break
  2067. end
  2068. end
  2069. end
  2070. end
  2071. Type.Text = "Phantom Tree"
  2072. end)
  2073.  
  2074. PineTree.MouseButton1Click:Connect(function()
  2075. for i, v in pairs(game.Workspace:GetChildren()) do
  2076. if v.Name == "TreeRegion" then
  2077. for j, k in ipairs(v:GetChildren()) do
  2078. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Pine" then
  2079. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2080. break
  2081. end
  2082. end
  2083. end
  2084. end
  2085. Type.Text = "Pine Tree"
  2086. end)
  2087.  
  2088. SinisterGlow.MouseButton1Click:Connect(function()
  2089. for i, v in pairs(game.Workspace:GetChildren()) do
  2090. if v.Name == "TreeRegion" then
  2091. for j, k in ipairs(v:GetChildren()) do
  2092. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
  2093. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2094. break
  2095. end
  2096. end
  2097. end
  2098. end
  2099. Type.Text = "Sinister Tree"
  2100. end)
  2101.  
  2102.  
  2103. Spooktree.MouseButton1Click:Connect(function()
  2104. for i, v in pairs(game.Workspace:GetChildren()) do
  2105. if v.Name == "TreeRegion" then
  2106. for j, k in ipairs(v:GetChildren()) do
  2107. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" then
  2108. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2109. break
  2110. end
  2111. end
  2112. end
  2113. end
  2114. Type.Text = "Spook Tree"
  2115. end)
  2116.  
  2117. WalnutTree.MouseButton1Click:Connect(function()
  2118. for i, v in pairs(game.Workspace:GetChildren()) do
  2119. if v.Name == "TreeRegion" then
  2120. for j, k in ipairs(v:GetChildren()) do
  2121. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Walnut" then
  2122. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2123. break
  2124. end
  2125. end
  2126. end
  2127. end
  2128. Type.Text = "Walnut Tree"
  2129. end)
  2130.  
  2131. ZombieTree.MouseButton1Click:Connect(function()
  2132. for i, v in pairs(game.Workspace:GetChildren()) do
  2133. if v.Name == "TreeRegion" then
  2134. for j, k in ipairs(v:GetChildren()) do
  2135. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "GreenSwampy" then
  2136. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  2137. break
  2138. end
  2139. end
  2140. end
  2141. end
  2142. Type.Text = "Zombie Tree"
  2143. end)
  2144.  
  2145. Treeaura.Name = "Tree aura"
  2146. Treeaura.Parent = WoodFrame
  2147. Treeaura.BackgroundColor3 = Color3.new(0, 0, 0)
  2148. Treeaura.BorderColor3 = Color3.new(0, 0, 0)
  2149. Treeaura.Position = UDim2.new(0, 3, 0, 187)
  2150. Treeaura.Size = UDim2.new(0, 165, 0, 20)
  2151. Treeaura.Font = Enum.Font.Fantasy
  2152. Treeaura.FontSize = Enum.FontSize.Size18
  2153. Treeaura.Text = "Tree Aura"
  2154. Treeaura.TextColor3 = Color3.new(255, 0, 0)
  2155. Treeaura.TextSize = 15
  2156. Treeaura.MouseButton1Down:connect(function()
  2157.  
  2158. if CutEnabled == true then
  2159. CutEnabled = false
  2160. Treeaura.Text = "Tree Aura off"
  2161. Treeaura.TextColor3 = Color3.new(255, 0, 0)
  2162. elseif CutEnabled == false then
  2163. CutEnabled = true
  2164. Treeaura.Text = "Tree Aura on"
  2165. Treeaura.TextColor3 = Color3.new(0, 1, 0)
  2166. end
  2167. end)
  2168. --Credits to Johiro
  2169.  
  2170. local function GetAxe() --Gets your current axe thats equiped when called
  2171. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  2172. return game.Players.LocalPlayer.Character.Tool --returns the axe when found
  2173. else
  2174. return false --returns false when not equiped
  2175. end
  2176. end
  2177.  
  2178. local function GetDamage(Axe, TreeClass)-- Gets the right Damage of the axe and returns it if called to prevent killing yourself like gold axe
  2179. if Axe.ToolTip == "Basic Hatchet" then return 0.2
  2180. elseif Axe.ToolTip == "Plain Axe" then return 0.55
  2181. elseif Axe.ToolTip == "Steel Axe" then return 0.93
  2182. elseif Axe.ToolTip == "Hardened Axe" then return 1.45
  2183. elseif Axe.ToolTip == "Silver Axe" then return 1.6
  2184. elseif Axe.ToolTip == "Rukiryaxe" then return 1.68
  2185. elseif Axe.ToolTip == "Beta Axe of Bosses" then return 1.45
  2186. elseif Axe.ToolTip == "Alpha Axe of Testing" then return 1.5
  2187. elseif Axe.ToolTip == "Fire Axe" then
  2188. if TreeClass ~= "Volcano" then return 0.6 else return 6.35 end
  2189. elseif Axe.ToolTip == "End Times Axe" then
  2190. if TreeClass ~= "LoneCave" then return 1.58 else return 10000000 end
  2191. elseif Axe.ToolTip == "Candy Cane Axe" then return 0
  2192. elseif Axe.ToolTip == "Johiro" then return 1.8
  2193. elseif Axe.ToolTip == "Beesaxe" then return 1.4
  2194. elseif Axe.ToolTip == "CHICKEN AXE" then return 0.9
  2195. elseif Axe.ToolTip == "Amber Axe" then return 3.39
  2196. elseif Axe.ToolTip == "The Many Axe" then return 10.2
  2197. elseif Axe.ToolTip == "Gingerbread Axe" then
  2198. if TreeClass == "Walnut" then return 8.5
  2199. elseif TreeClass == "Koa" then return 11 else return 1.2 end
  2200. elseif Axe.ToolTip == "Bird Axe" then
  2201. if TreeClass == "Volcano" then return 2.5 elseif TreeClass == "CaveCrawler" then return 3.9 else return 1.65 end
  2202. end
  2203. end
  2204.  
  2205. TreeList = {} --Creates a table of the trees
  2206. for a,b in pairs(workspace:GetChildren()) do
  2207. if b.name == "TreeRegion" then
  2208. b.ChildAdded:Connect(function(NewTree)--Creates functions that Adds new trees to the list
  2209. table.insert(TreeList, NewTree)
  2210. end)
  2211. for c,d in pairs(b:GetChildren()) do-- Adds the trees when first time starting the script
  2212. if d.Name == "Model" then
  2213. table.insert(TreeList, d)
  2214. end
  2215. end
  2216. end
  2217. end
  2218.  
  2219. local function CutTree(Tree) --Cuts the tree when called with the tree you want to cut
  2220. if GetAxe() ~= false then --checks if you have a axe equiped
  2221. Damage = GetDamage(GetAxe(), Tree.TreeClass.Value) --gets the Damage
  2222. local CutArguments = {
  2223. sectionId = 1,
  2224. faceVector = Vector3.new(0,0,-1),
  2225. height = 0.5,
  2226. hitPoints = Damage,
  2227. cooldown = 0,
  2228. cuttingClass = "Axe",
  2229. tool = GetAxe()
  2230. }
  2231. for i=1, 50 do
  2232. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.CutEvent, CutArguments)
  2233. end
  2234. end
  2235. end
  2236.  
  2237. spawn(function() --used spawn so it wont interrupt any of the other things
  2238. CutEnabled = false
  2239. while wait(.5) do --Main loop to do the stuff
  2240. if CutEnabled == true then
  2241. if GetAxe() ~= false then --Checks if you have a axe equiped
  2242. for a,b in pairs(TreeList) do
  2243. if not b:FindFirstChild("RootCut") and b:FindFirstChild("CutEvent") then --Checks if the tree is already cut
  2244. distance = (game.Players.LocalPlayer.Character.Head.Position - b.WoodSection.Position).magnitude --gets the distance between player and tree
  2245. if distance < 225 then --if distance lower than 225 then it will cut the tree
  2246. CutTree(b) --Calls the function with the tree to cut
  2247. end
  2248. else
  2249. table.remove(TreeList, a)--if tree already cut then it gets removed from the list
  2250. end
  2251. end
  2252. end
  2253. end
  2254. end
  2255. end)
  2256.  
  2257. BigPlank.Name = "BigPlank"
  2258. BigPlank.Parent = WoodFrame
  2259. BigPlank.BackgroundColor3 = Color3.new(0, 0, 0)
  2260. BigPlank.BorderColor3 = Color3.new(0, 0, 0)
  2261. BigPlank.Position = UDim2.new(0, 3, 0, 210)
  2262. BigPlank.Size = UDim2.new(0, 165, 0, 20)
  2263. BigPlank.Font = Enum.Font.Fantasy
  2264. BigPlank.FontSize = Enum.FontSize.Size18
  2265. BigPlank.Text = "Mod Wood"
  2266. BigPlank.TextColor3 = Color3.new(255, 0, 0)
  2267. BigPlank.TextSize = 15
  2268. BigPlank.MouseButton1Down:connect(function()
  2269. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  2270. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2271. if Log.Owner.Value == game.Players.LocalPlayer then
  2272. for i,v in pairs(Log:GetChildren()) do
  2273. if v.Name=="WoodSection" then
  2274. spawn(function()
  2275. for i=1,10 do
  2276. wait()
  2277. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2278. end
  2279. end)
  2280. end
  2281. end
  2282. spawn(function()
  2283. for i=1,20 do
  2284. wait()
  2285. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  2286. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  2287. end
  2288. end)
  2289. end
  2290. end
  2291. end
  2292. wait(2.0)
  2293. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2294. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2295. if Log.Owner.Value == game.Players.LocalPlayer then
  2296. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  2297. for i=1,20 do
  2298. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log.WoodSection)
  2299. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Log.WoodSection)
  2300. end
  2301. end
  2302. end
  2303. end
  2304.  
  2305. SawmillC = false
  2306. Mouse = game.Players.LocalPlayer:GetMouse()
  2307.  
  2308. Mouse.KeyDown:connect(function(key)
  2309. if key:lower() == "p" then
  2310. Treee = Mouse.Target
  2311. end
  2312. end)
  2313. Mouse.KeyDown:connect(function(key)
  2314. if key:lower() == "m" then
  2315. if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
  2316. Sawmill = Mouse.Target.Parent
  2317. else
  2318. Sawmill=Mouse.Target.Parent.Parent
  2319. end
  2320. if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
  2321. SawmillC = true
  2322. else
  2323. SawmillC = false
  2324. print"Something went wrong while setting the sawmill!"
  2325. end
  2326. if Treee ~= nil then
  2327. Mod(Treee)
  2328. else
  2329. print("Select tree with 'p!")
  2330. end
  2331. end
  2332. end)
  2333.  
  2334. function Mod(SelectedPart)
  2335. if SawmillC ~= true then
  2336. print'Set the sawmill with "m"!'
  2337. return
  2338. end
  2339. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  2340. print("Tree: "..SelectedPart.Parent.TreeClass.Value)
  2341. Tree = SelectedPart.Parent
  2342. Tree.PrimaryPart = SelectedPart
  2343. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  2344. Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
  2345. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  2346. end
  2347. end
  2348. end)
  2349.  
  2350. RemoveT.Name = "RemoveT"
  2351. RemoveT.Parent = WoodFrame
  2352. RemoveT.BackgroundColor3 = Color3.new(0, 0, 0)
  2353. RemoveT.BorderColor3 = Color3.new(0, 0, 0)
  2354. RemoveT.Position = UDim2.new(0, 3, 0, 233)
  2355. RemoveT.Size = UDim2.new(0, 165, 0, 20)
  2356. RemoveT.Font = Enum.Font.Fantasy
  2357. RemoveT.FontSize = Enum.FontSize.Size18
  2358. RemoveT.Text = "Remove Trees"
  2359. RemoveT.TextColor3 = Color3.new(255, 0, 0)
  2360. RemoveT.TextSize = 15
  2361. RemoveT.MouseButton1Down:connect(function()
  2362. RemoveT.BackgroundColor3 = Color3.new(0, 0, 0)
  2363. RemoveT.TextColor3 = Color3.new(0, 1, 0)
  2364. for i,v in pairs(game.Workspace:GetDescendants()) do
  2365. if v.Name == "WoodSection" and v.Parent:FindFirstChild("CutEvent") then
  2366. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.Parent)
  2367. game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v.Parent)
  2368. end
  2369. end
  2370. game.Workspace.DescendantAdded:connect(function(Thing)
  2371. wait(0.1)
  2372. if Thing.Name == "WoodSection" and Thing.Parent:FindFirstChild("CutEvent") then
  2373. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Thing.Parent)
  2374. game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(Thing.Parent)
  2375. end
  2376. end)
  2377. end)
  2378.  
  2379. Copymenu.Name = "Copymenu"
  2380. Copymenu.Parent = Picker
  2381. Copymenu.BackgroundColor3 = Color3.new(1, 1, 1)
  2382. Copymenu.BorderColor3 = Color3.new(0, 0, 0)
  2383. Copymenu.Position = UDim2.new(0, 15, 0,260)
  2384. Copymenu.Size = UDim2.new(0, 80, 0, 80)
  2385. Copymenu.ZIndex = 3
  2386. Copymenu.Image = "rbxassetid://3899462163"
  2387. Copymenu.ScaleType = Enum.ScaleType.Crop
  2388. Copymenu.MouseButton1Click:Connect(function()
  2389. CurrentItem.Image = "rbxassetid://3886256996"
  2390. AIntroImage.Visible = false
  2391. AIntroImage1.Visible = false
  2392. end)
  2393.  
  2394. CopyFrame.Name = "CopyFrame"
  2395. CopyFrame.Parent = MenuFrame
  2396. CopyFrame.BorderSizePixel = 1
  2397. CopyFrame.BackgroundTransparency = 0
  2398. CopyFrame.BorderColor3 = Color3.new(0, 0, 0)
  2399. CopyFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  2400. CopyFrame.Size = UDim2.new(0, 170, 0, 439)
  2401. CopyFrame.Visible = false
  2402.  
  2403. PlayerNameBox.Name = "PlayerNameBox"
  2404. PlayerNameBox.Parent = CopyFrame
  2405. PlayerNameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  2406. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  2407. PlayerNameBox.Position = UDim2.new(0, 3, 0, 3)
  2408. PlayerNameBox.Size = UDim2.new(0, 165, 0, 20)
  2409. PlayerNameBox.Font = Enum.Font.Fantasy
  2410. PlayerNameBox.FontSize = Enum.FontSize.Size18
  2411. PlayerNameBox.Text = "PLAYER NAME"
  2412. PlayerNameBox.TextColor3 = Color3.new(255, 0, 0)
  2413. PlayerNameBox.TextSize = 15
  2414.  
  2415. AXETRUCK.Name = "AXETRUCK"
  2416. AXETRUCK.Parent = CopyFrame
  2417. AXETRUCK.BackgroundColor3 = Color3.new(0, 0, 0)
  2418. AXETRUCK.BorderSizePixel = 1
  2419. AXETRUCK.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2420. AXETRUCK.Position = UDim2.new(0,175, 0, 3)
  2421. AXETRUCK.Size = UDim2.new(0, 165, 0, 20)
  2422. AXETRUCK.Font = Enum.Font.Fantasy
  2423. AXETRUCK.FontSize = Enum.FontSize.Size18
  2424. AXETRUCK.Text = "Axe + Truck S/Port"
  2425. AXETRUCK.TextColor3 = Color3.new(255, 0, 0)
  2426. AXETRUCK.TextSize = 15
  2427. AXETRUCK.MouseButton1Down:connect(function()
  2428. MainFrame.Visible = false
  2429. OpenFrame.Visible = true
  2430. loadstring(game:HttpGet('https://pastebin.com/raw/TYUpEE2R',true))()
  2431. end)
  2432.  
  2433. WireObjects.Name = "WireObjects"
  2434. WireObjects.Parent = CopyFrame
  2435. WireObjects.BackgroundColor3 = Color3.new(0, 0, 0)
  2436. WireObjects.BorderSizePixel = 1
  2437. WireObjects.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2438. WireObjects.Position = UDim2.new(0,175, 0, 26)
  2439. WireObjects.Size = UDim2.new(0, 165, 0, 20)
  2440. WireObjects.Font = Enum.Font.Fantasy
  2441. WireObjects.FontSize = Enum.FontSize.Size18
  2442. WireObjects.Text = "Wire Objects S/Port"
  2443. WireObjects.TextColor3 = Color3.new(255, 0, 0)
  2444. WireObjects.TextSize = 15
  2445. WireObjects.MouseButton1Down:connect(function()
  2446. loadstring(game:HttpGet('https://pastebin.com/raw/hf5D029M',true))()
  2447. MainFrame.Visible = false
  2448. OpenFrame.Visible = true
  2449.  
  2450. end)
  2451.  
  2452. giftsport.Name = "giftsport"
  2453. giftsport.Parent = CopyFrame
  2454. giftsport.BackgroundColor3 = Color3.new(0, 0, 0)
  2455. giftsport.BorderSizePixel = 1
  2456. giftsport.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2457. giftsport.Position = UDim2.new(0,175, 0, 49)
  2458. giftsport.Size = UDim2.new(0, 165, 0, 20)
  2459. giftsport.Font = Enum.Font.Fantasy
  2460. giftsport.FontSize = Enum.FontSize.Size18
  2461. giftsport.Text = "Gifts S/Port"
  2462. giftsport.TextColor3 = Color3.new(255, 0, 0)
  2463. giftsport.TextSize = 15
  2464. giftsport.MouseButton1Down:connect(function()
  2465. loadstring(game:HttpGet('https://pastebin.com/raw/br15QAkw',true))()
  2466. MainFrame.Visible = false
  2467. OpenFrame.Visible = true
  2468.  
  2469. end)
  2470.  
  2471. HardStructures.Name = "HardStructures"
  2472. HardStructures.Parent = CopyFrame
  2473. HardStructures.BackgroundColor3 = Color3.new(0, 0, 0)
  2474. HardStructures.BorderSizePixel = 1
  2475. HardStructures.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2476. HardStructures.Position = UDim2.new(0,175, 0, 72)
  2477. HardStructures.Size = UDim2.new(0, 165, 0, 20)
  2478. HardStructures.Font = Enum.Font.Fantasy
  2479. HardStructures.FontSize = Enum.FontSize.Size18
  2480. HardStructures.Text = "Glass + Conveyors S/Port"
  2481. HardStructures.TextColor3 = Color3.new(255, 0, 0)
  2482. HardStructures.TextSize = 15
  2483. HardStructures.MouseButton1Down:connect(function()
  2484. loadstring(game:HttpGet('https://pastebin.com/raw/sxGrqwEZ',true))()
  2485. MainFrame.Visible = false
  2486. OpenFrame.Visible = true
  2487.  
  2488. end)
  2489.  
  2490. other.Name = "other"
  2491. other.Parent = CopyFrame
  2492. other.BackgroundColor3 = Color3.new(0, 0, 0)
  2493. other.BorderSizePixel = 1
  2494. other.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2495. other.Position = UDim2.new(0,175, 0, 95)
  2496. other.Size = UDim2.new(0, 165, 0, 20)
  2497. other.Font = Enum.Font.Fantasy
  2498. other.FontSize = Enum.FontSize.Size18
  2499. other.Text = "Other S/Port"
  2500. other.TextColor3 = Color3.new(255, 0, 0)
  2501. other.TextSize = 15
  2502. other.MouseButton1Down:connect(function()
  2503. loadstring(game:HttpGet('https://pastebin.com/raw/e3MCdFDF',true))()
  2504. MainFrame.Visible = false
  2505. OpenFrame.Visible = true
  2506.  
  2507. end)
  2508.  
  2509.  
  2510. Paintingf.Name = "Paintingf"
  2511. Paintingf.Parent = CopyFrame
  2512. Paintingf.BackgroundColor3 = Color3.new(0, 0, 0)
  2513. Paintingf.BorderSizePixel = 1
  2514. Paintingf.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2515. Paintingf.Position = UDim2.new(0, 175, 0, 118)
  2516. Paintingf.Size = UDim2.new(0, 165, 0, 20)
  2517. Paintingf.Font = Enum.Font.Fantasy
  2518. Paintingf.FontSize = Enum.FontSize.Size18
  2519. Paintingf.Text = "Painting + Furn S/Port"
  2520. Paintingf.TextColor3 = Color3.new(255, 0, 0)
  2521. Paintingf.TextSize = 15
  2522. Paintingf.MouseButton1Down:connect(function()
  2523. loadstring(game:HttpGet('https://pastebin.com/raw/qw5Vqh62',true))()
  2524. MainFrame.Visible = false
  2525. OpenFrame.Visible = true
  2526.  
  2527. end)
  2528.  
  2529. TPtreesPlanks.Name = "Tree aura"
  2530. TPtreesPlanks.Parent = CopyFrame
  2531. TPtreesPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  2532. TPtreesPlanks.BorderSizePixel = 1
  2533. TPtreesPlanks.BorderColor3 = Color3.fromRGB(196, 40, 28)
  2534. TPtreesPlanks.Position = UDim2.new(0, 175, 0, 141)
  2535. TPtreesPlanks.Size = UDim2.new(0, 165, 0, 20)
  2536. TPtreesPlanks.Font = Enum.Font.Fantasy
  2537. TPtreesPlanks.FontSize = Enum.FontSize.Size18
  2538. TPtreesPlanks.Text = "Plank S/Port"
  2539. TPtreesPlanks.TextColor3 = Color3.new(255, 0, 0)
  2540. TPtreesPlanks.TextSize = 15
  2541. TPtreesPlanks.MouseButton1Down:connect(function()
  2542. loadstring(game:HttpGet('https://pastebin.com/raw/uQEpKgLN',true))()
  2543. MainFrame.Visible = false
  2544. OpenFrame.Visible = true
  2545.  
  2546. end)
  2547.  
  2548. CopyBase.Name = "CopyBase"
  2549. CopyBase.Parent = CopyFrame
  2550. CopyBase.BackgroundColor3 = Color3.new(0, 0, 0)
  2551. CopyBase.BorderColor3 = Color3.new(0, 0, 0)
  2552. CopyBase.Position = UDim2.new(0, 3, 0, 26)
  2553. CopyBase.Size = UDim2.new(0, 165, 0, 20)
  2554. CopyBase.Font = Enum.Font.Fantasy
  2555. CopyBase.FontSize = Enum.FontSize.Size18
  2556. CopyBase.Text = "Copy Base"
  2557. CopyBase.TextColor3 = Color3.new(255, 0, 0)
  2558. CopyBase.TextSize = 15
  2559. CopyBase.MouseButton1Down:connect(function()
  2560. loadstring(game:HttpGet('https://pastebin.com/raw/p9mWDwFv',true))()
  2561. end)
  2562.  
  2563.  
  2564. ItemDupe.Name = "ItemDupe"
  2565. ItemDupe.Parent = CopyFrame
  2566. ItemDupe.BackgroundColor3 = Color3.new(0, 0, 0)
  2567. ItemDupe.BorderColor3 = Color3.new(0, 0, 0)
  2568. ItemDupe.Position = UDim2.new(0, 3, 0, 49)
  2569. ItemDupe.Size = UDim2.new(0, 165, 0, 20)
  2570. ItemDupe.Font = Enum.Font.Fantasy
  2571. ItemDupe.FontSize = Enum.FontSize.Size18
  2572. ItemDupe.Text = "Dupe Mode"
  2573. ItemDupe.TextColor3 = Color3.new(255, 0, 0)
  2574. ItemDupe.TextSize = 15
  2575. ItemDupe.MouseButton1Down:connect(function()
  2576. --Functions, look here for the source and how it works if you want to know, also give me credits if you skid xD
  2577.  
  2578. --Prevent the game to kick you by letting the script error by not fincing the remote
  2579. if game.ReplicatedStorage.Transactions:FindFirstChild("AddLog") then
  2580. game.ReplicatedStorage.Transactions.AddLog:Destroy()
  2581. end
  2582.  
  2583. --Button function (toggle)
  2584. local Enabled = false
  2585. ItemDupe.MouseButton1Down:Connect(function()
  2586. if Enabled == true then
  2587. Enabled = false
  2588. ItemDupe.Text = "Dupe Mode: Disabled"
  2589. elseif Enabled == false then
  2590. Enabled = true
  2591. ItemDupe.Text = "Dupe Mode: Enabled"
  2592. end
  2593. end)
  2594.  
  2595.  
  2596. --Changes slot to -1 when Enabled to prevent saving
  2597. while wait(.25) do
  2598. if Enabled == true then
  2599. game.Players.LocalPlayer.CurrentSaveSlot.Value = -1
  2600. end
  2601. end
  2602.  
  2603. --Credits to Johiro
  2604. end)
  2605.  
  2606. GetWood.Name = "GetWood"
  2607. GetWood.Parent = CopyFrame
  2608. GetWood.BackgroundColor3 = Color3.new(0, 0, 0)
  2609. GetWood.BorderColor3 = Color3.new(0, 0, 0)
  2610. GetWood.Position = UDim2.new(0, 3, 0, 72)
  2611. GetWood.Size = UDim2.new(0, 165, 0, 20)
  2612. GetWood.Font = Enum.Font.Fantasy
  2613. GetWood.FontSize = Enum.FontSize.Size18
  2614. GetWood.Text = "Steal all Wood"
  2615. GetWood.TextColor3 = Color3.new(255, 0, 0)
  2616. GetWood.TextSize = 15
  2617. GetWood.MouseButton1Down:connect(function()
  2618. loadstring(game:HttpGet('https://pastebin.com/raw/uKAXDx1d',true))()
  2619. MainFrame.Visible = false
  2620. OpenFrame.Visible = true
  2621. end)
  2622.  
  2623. GetItems.Name = "GetItems"
  2624. GetItems.Parent = CopyFrame
  2625. GetItems.BackgroundColor3 = Color3.new(0, 0, 0)
  2626. GetItems.BorderColor3 = Color3.new(0, 0, 0)
  2627. GetItems.Position = UDim2.new(0, 3, 0, 95)
  2628. GetItems.Size = UDim2.new(0, 165, 0, 20)
  2629. GetItems.Font = Enum.Font.Fantasy
  2630. GetItems.FontSize = Enum.FontSize.Size18
  2631. GetItems.Text = "Steal all Items"
  2632. GetItems.TextColor3 = Color3.new(255, 0, 0)
  2633. GetItems.TextSize = 15
  2634. GetItems.MouseButton1Down:connect(function()
  2635. loadstring(game:HttpGet('https://pastebin.com/raw/qbZbq6Bi',true))()
  2636. MainFrame.Visible = false
  2637. OpenFrame.Visible = true
  2638. end)
  2639.  
  2640. GetAxes.Name = "GetAxes"
  2641. GetAxes.Parent = CopyFrame
  2642. GetAxes.BackgroundColor3 = Color3.new(0, 0, 0)
  2643. GetAxes.BorderColor3 = Color3.new(0, 0, 0)
  2644. GetAxes.Position = UDim2.new(0, 3, 0, 118)
  2645. GetAxes.Size = UDim2.new(0, 165, 0, 20)
  2646. GetAxes.Font = Enum.Font.Fantasy
  2647. GetAxes.FontSize = Enum.FontSize.Size18
  2648. GetAxes.Text = "Steal all Axes"
  2649. GetAxes.TextColor3 = Color3.new(255, 0, 0)
  2650. GetAxes.TextSize = 15
  2651. GetAxes.MouseButton1Down:connect(function()
  2652. loadstring(game:HttpGet('https://pastebin.com/raw/y61fFyKY',true))()
  2653. MainFrame.Visible = false
  2654. OpenFrame.Visible = true
  2655. end)
  2656.  
  2657.  
  2658. GetGifts.Name = "GetGifts"
  2659. GetGifts.Parent = CopyFrame
  2660. GetGifts.BackgroundColor3 = Color3.new(0, 0, 0)
  2661. GetGifts.BorderColor3 = Color3.new(0, 0, 0)
  2662. GetGifts.Position = UDim2.new(0, 3, 0, 141)
  2663. GetGifts.Size = UDim2.new(0, 165, 0, 20)
  2664. GetGifts.Font = Enum.Font.Fantasy
  2665. GetGifts.FontSize = Enum.FontSize.Size18
  2666. GetGifts.Text = "Steal all Gifts"
  2667. GetGifts.TextColor3 = Color3.new(255, 0, 0)
  2668. GetGifts.TextSize = 15
  2669. GetGifts.MouseButton1Down:connect(function()
  2670. loadstring(game:HttpGet('https://pastebin.com/raw/QSADN8bJ',true))()
  2671. MainFrame.Visible = false
  2672. OpenFrame.Visible = true
  2673. end)
  2674.  
  2675.  
  2676.  
  2677. GetStructure.Name = "GetStructure"
  2678. GetStructure.Parent = CopyFrame
  2679. GetStructure.BackgroundColor3 = Color3.new(0, 0, 0)
  2680. GetStructure.BorderColor3 = Color3.new(0, 0, 0)
  2681. GetStructure.Position = UDim2.new(0, 3, 0, 164)
  2682. GetStructure.Size = UDim2.new(0, 165, 0, 20)
  2683. GetStructure.Font = Enum.Font.Fantasy
  2684. GetStructure.FontSize = Enum.FontSize.Size18
  2685. GetStructure.Text = "Steal all Structures"
  2686. GetStructure.TextColor3 = Color3.new(255, 0, 0)
  2687. GetStructure.TextSize = 15
  2688. GetStructure.MouseButton1Down:connect(function()
  2689. loadstring(game:HttpGet('https://pastebin.com/raw/TtxVVGAn',true))()
  2690. MainFrame.Visible = false
  2691. OpenFrame.Visible = true
  2692. end)
  2693.  
  2694. GetFurniture.Name = "GetFurniture"
  2695. GetFurniture.Parent = CopyFrame
  2696. GetFurniture.BackgroundColor3 = Color3.new(0, 0, 0)
  2697. GetFurniture.BorderColor3 = Color3.new(0, 0, 0)
  2698. GetFurniture.Position = UDim2.new(0, 3, 0, 187)
  2699. GetFurniture.Size = UDim2.new(0, 165, 0, 20)
  2700. GetFurniture.Font = Enum.Font.Fantasy
  2701. GetFurniture.FontSize = Enum.FontSize.Size18
  2702. GetFurniture.Text = "Steal all Furniture"
  2703. GetFurniture.TextColor3 = Color3.new(255, 0, 0)
  2704. GetFurniture.TextSize = 15
  2705. GetFurniture.MouseButton1Down:connect(function()
  2706. loadstring(game:HttpGet('https://pastebin.com/raw/iQujeNTN',true))()
  2707. MainFrame.Visible = false
  2708. OpenFrame.Visible = true
  2709. end)
  2710.  
  2711.  
  2712. GetVehicle.Name = "GetVehicle"
  2713. GetVehicle.Parent = CopyFrame
  2714. GetVehicle.BackgroundColor3 = Color3.new(0, 0, 0)
  2715. GetVehicle.BorderColor3 = Color3.new(0, 0, 0)
  2716. GetVehicle.Position = UDim2.new(0, 3, 0, 210)
  2717. GetVehicle.Size = UDim2.new(0, 165, 0, 20)
  2718. GetVehicle.Font = Enum.Font.Fantasy
  2719. GetVehicle.FontSize = Enum.FontSize.Size18
  2720. GetVehicle.Text = "Steal all Box Vehicles"
  2721. GetVehicle.TextColor3 = Color3.new(255, 0, 0)
  2722. GetVehicle.TextSize = 15
  2723. GetVehicle.MouseButton1Down:connect(function()
  2724. loadstring(game:HttpGet('https://pastebin.com/raw/D0z4jG6d',true))()
  2725. MainFrame.Visible = false
  2726. OpenFrame.Visible = true
  2727. end)
  2728.  
  2729.  
  2730. GetWires.Name = "GetWires"
  2731. GetWires.Parent = CopyFrame
  2732. GetWires.BackgroundColor3 = Color3.new(0, 0, 0)
  2733. GetWires.BorderColor3 = Color3.new(0, 0, 0)
  2734. GetWires.Position = UDim2.new(0, 3, 0, 233)
  2735. GetWires.Size = UDim2.new(0, 165, 0, 20)
  2736. GetWires.Font = Enum.Font.Fantasy
  2737. GetWires.FontSize = Enum.FontSize.Size18
  2738. GetWires.Text = "Steal all Wires"
  2739. GetWires.TextColor3 = Color3.new(255, 0, 0)
  2740. GetWires.TextSize = 15
  2741. GetWires.MouseButton1Down:connect(function()
  2742. loadstring(game:HttpGet('https://pastebin.com/raw/QS7Te9aP',true))()
  2743. MainFrame.Visible = false
  2744. OpenFrame.Visible = true
  2745. end)
  2746.  
  2747. local BringUp = Instance.new("TextButton")
  2748.  
  2749. BringUp.Name = "BringUp"
  2750. BringUp.Parent = CopyFrame
  2751. BringUp.BackgroundColor3 = Color3.new(0, 0, 0)
  2752. BringUp.BorderColor3 = Color3.new(0, 0, 0)
  2753. BringUp.Position = UDim2.new(0, 3, 0, 256)
  2754. BringUp.Size = UDim2.new(0, 165, 0, 20)
  2755. BringUp.Font = Enum.Font.Fantasy
  2756. BringUp.FontSize = Enum.FontSize.Size18
  2757. BringUp.Text = "BringUp"
  2758. BringUp.TextColor3 = Color3.new(255, 0, 0)
  2759. BringUp.TextSize = 15
  2760. BringUp.MouseButton1Down:connect(function()
  2761. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  2762. end)
  2763.  
  2764.  
  2765. Slot.Name = "Slot"
  2766. Slot.Parent = CopyFrame
  2767. Slot.BackgroundColor3 = Color3.new(0, 0, 0)
  2768. Slot.BorderColor3 = Color3.new(0, 0, 0)
  2769. Slot.Position = UDim2.new(0, 3, 0, 279)
  2770. Slot.Size = UDim2.new(0, 165, 0, 20)
  2771. Slot.Font = Enum.Font.Fantasy
  2772. Slot.FontSize = Enum.FontSize.Size18
  2773. Slot.Text = "Base Slot Number "
  2774. Slot.TextColor3 = Color3.new(1, 1, 1)
  2775. Slot.TextSize = 15
  2776.  
  2777. --Locals
  2778. local MoneyCooldown = false
  2779. local CurrentSlot = game.Players.LocalPlayer:WaitForChild("CurrentSaveSlot").Value
  2780. local ScriptLoad = false
  2781. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild("CurrentlySavingOrLoading")
  2782.  
  2783. --Functions
  2784. local function CheckIfSlotAvailable(Slot)
  2785. for a,b in pairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer)) do
  2786. if a == Slot then
  2787. for c,d in pairs(b) do
  2788. if c == "NumSaves" and d ~= 0 then
  2789. return true
  2790. else
  2791. return false
  2792. end
  2793. end
  2794. end
  2795. end
  2796. end
  2797.  
  2798. local function CheckSlotNumber() --Checks if the slot number is right
  2799. if Slot.Text == "1" or Slot.Text == "2" or Slot.Text == "3" or Slot.Text == "4" or Slot.Text == "5" or Slot.Text == "6" then
  2800. local SlotNumber = tonumber(Slot.Text)
  2801. return SlotNumber
  2802. else return false
  2803. end
  2804. end
  2805.  
  2806. local function SendNotification(Title,Text,Duration) -- Sends Notification in the bottom right of the screen
  2807. game.StarterGui:SetCore("SendNotification", {
  2808. Title = Title;
  2809. Text = Text;
  2810. Icon = nil;
  2811. Duration = Duration
  2812. })
  2813. end
  2814.  
  2815. DMoney.Name = "DMoney"
  2816. DMoney.Parent = CopyFrame
  2817. DMoney.BackgroundColor3 = Color3.new(0, 0, 0)
  2818. DMoney.BorderColor3 = Color3.new(0, 0, 0)
  2819. DMoney.Position = UDim2.new(0, 3, 0, 302)
  2820. DMoney.Size = UDim2.new(0, 90, 0, 20)
  2821. DMoney.Font = Enum.Font.Fantasy
  2822. DMoney.FontSize = Enum.FontSize.Size18
  2823. DMoney.Text = "Dupe Money"
  2824. DMoney.TextColor3 = Color3.new(255, 0, 0)
  2825. DMoney.TextSize = 15
  2826. DMoney.MouseButton1Down:connect(function() --Sends the money and will come back after around 2 mins
  2827. if MoneyCooldown == true then
  2828. SendNotification("Cooldown Notification", "Wait for your Money to come back",2)
  2829. return
  2830. elseif MoneyCooldown == false then
  2831. MoneyCooldown = true
  2832. SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5)
  2833. game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  2834. SendNotification("Money Received", "You received your money that you have sent earlier", 5)
  2835. MoneyCooldown = false
  2836. end
  2837. end)
  2838.  
  2839. Load.Name = "Load"
  2840. Load.Parent = CopyFrame
  2841. Load.BackgroundColor3 = Color3.new(0, 0, 0)
  2842. Load.BorderColor3 = Color3.new(0, 0, 0)
  2843. Load.Position = UDim2.new(0, 97, 0, 312)
  2844. Load.Size = UDim2.new(0, 70, 0, 20)
  2845. Load.Font = Enum.Font.Fantasy
  2846. Load.FontSize = Enum.FontSize.Size18
  2847. Load.Text = "Load Slot"
  2848. Load.TextColor3 = Color3.new(1, 1, 1)
  2849. Load.TextSize = 15
  2850. Load.MouseButton1Down:connect(function() --Loads the slot you want
  2851. ScriptLoad = true
  2852. local CheckSlot = CheckSlotNumber()
  2853. if CheckSlot ~= false then
  2854. if CheckIfSlotAvailable(CheckSlot) == true then
  2855. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  2856. if LoadSlot == false then
  2857. SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  2858. end
  2859. if LoadSlot == true then
  2860. SendNotification("Reload Notification", "Loaded Your Slot", 2)
  2861. CurrentSlot = CheckSlot
  2862. end
  2863. else
  2864. SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  2865. end
  2866. else
  2867. SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  2868. end
  2869. ScriptLoad = false
  2870. end)
  2871.  
  2872. Store.Name = "Store"
  2873. Store.Parent = CopyFrame
  2874. Store.BackgroundColor3 = Color3.new(0, 0, 0)
  2875. Store.BorderColor3 = Color3.new(0, 0, 0)
  2876. Store.Position = UDim2.new(0, 3, 0, 325)
  2877. Store.Size = UDim2.new(0, 90, 0, 20)
  2878. Store.Font = Enum.Font.Fantasy
  2879. Store.FontSize = Enum.FontSize.Size18
  2880. Store.Text = "Store Axe"
  2881. Store.TextColor3 = Color3.new(255, 0, 0)
  2882. Store.TextSize = 15
  2883. Store.MouseButton1Down:connect(function() --Stores the Axes somewhere so you can restore them later
  2884. Amount = 0
  2885. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  2886. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2887. b.Parent = game.Players.LocalPlayer
  2888. Amount = Amount + 1
  2889. end
  2890. end
  2891. SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2)
  2892. end)
  2893.  
  2894. Restore.Name = "Restore"
  2895. Restore.Parent = CopyFrame
  2896. Restore.BackgroundColor3 = Color3.new(0, 0, 0)
  2897. Restore.BorderColor3 = Color3.new(0, 0, 0)
  2898. Restore.Position = UDim2.new(0, 3, 0, 348)
  2899. Restore.Size = UDim2.new(0, 165, 0, 20)
  2900. Restore.Font = Enum.Font.Fantasy
  2901. Restore.FontSize = Enum.FontSize.Size18
  2902. Restore.Text = "Restore Axe"
  2903. Restore.TextColor3 = Color3.new(1, 1, 1)
  2904. Restore.TextSize = 15
  2905. Restore.MouseButton1Down:connect(function() --Restores the axes that you stored with the Store function
  2906. Amount = 0
  2907. for a,b in pairs(game.Players.LocalPlayer:GetChildren()) do
  2908. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2909. b.Parent = game.Players.LocalPlayer.Backpack
  2910. Amount = Amount + 1
  2911. end
  2912. end
  2913. SendNotification("Restore Notification", "Restored "..Amount.." Axes that you Stored", 2)
  2914. end)
  2915.  
  2916. SaveSlot.Name = "SaveSlot"
  2917. SaveSlot.Parent = CopyFrame
  2918. SaveSlot.BackgroundColor3 = Color3.new(0, 0, 0)
  2919. SaveSlot.BorderColor3 = Color3.new(0, 0, 0)
  2920. SaveSlot.Position = UDim2.new(0, 3, 0, 371)
  2921. SaveSlot.Size = UDim2.new(0, 165, 0, 20)
  2922. SaveSlot.Font = Enum.Font.Fantasy
  2923. SaveSlot.FontSize = Enum.FontSize.Size18
  2924. SaveSlot.Text = "SaveSlot "
  2925. SaveSlot.TextColor3 = Color3.new(1, 1, 1)
  2926. SaveSlot.TextSize = 15
  2927. SaveSlot.MouseButton1Down:connect(function() --Saves the slot that you want
  2928. local CheckSlot = CheckSlotNumber()
  2929. if CheckSlot ~= false then
  2930. if CurrentSlot ~= -1 then
  2931. local SaveSlot = game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(CheckSlot)
  2932. if SaveSlot == true then
  2933. SendNotification("Save Notification", "Saved your Slot", 2)
  2934. elseif SaveSlot == false then
  2935. SendNotification("Already Saving", "Saving/Loading is currently in Progress", 1)
  2936. end
  2937. else
  2938. SendNotification("Error", "Load Your Slot First before saving", 1)
  2939. end
  2940. else
  2941. SendNotification("Incorrect Slot", "Enter a number in the upper field", 1)
  2942. end
  2943. end)
  2944.  
  2945. DropAxes.Name = "DropAxes"
  2946. DropAxes.Parent = CopyFrame
  2947. DropAxes.BackgroundColor3 = Color3.new(0, 0, 0)
  2948. DropAxes.BorderColor3 = Color3.new(0, 0, 0)
  2949. DropAxes.Position = UDim2.new(0, 3, 0, 417)
  2950. DropAxes.Size = UDim2.new(0, 165, 0, 20)
  2951. DropAxes.Font = Enum.Font.Fantasy
  2952. DropAxes.FontSize = Enum.FontSize.Size18
  2953. DropAxes.Text = "Drop Axes "
  2954. DropAxes.TextColor3 = Color3.new(255, 0, 0)
  2955. DropAxes.TextSize = 15
  2956. DropAxes.MouseButton1Down:connect(function() --Drops all your Axes
  2957. Amount = 0
  2958. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2959. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2960. game.ReplicatedStorage.Interaction.ClientInteracted:FireServer(b, "Drop tool", game.Players.LocalPlayer.Character.Head.CFrame)
  2961. Amount = Amount + 1
  2962. end
  2963. end
  2964. SendNotification("Axe Dropped", "Dropped "..Amount.." Axes from your Backpack",5)
  2965. end)
  2966.  
  2967. CountAxes.Name = "CountAxes"
  2968. CountAxes.Parent = CopyFrame
  2969. CountAxes.BackgroundColor3 = Color3.new(0, 0, 0)
  2970. CountAxes.BorderColor3 = Color3.new(0, 0, 0)
  2971. CountAxes.Position = UDim2.new(0, 3, 0, 394)
  2972. CountAxes.Size = UDim2.new(0, 165, 0, 20)
  2973. CountAxes.Font = Enum.Font.Fantasy
  2974. CountAxes.FontSize = Enum.FontSize.Size18
  2975. CountAxes.Text = "Count Axes "
  2976. CountAxes.TextColor3 = Color3.new(255, 0, 0)
  2977. CountAxes.TextSize = 15
  2978. CountAxes.MouseButton1Down:connect(function() --Counts Axes in your Backpack (Equiped Axes dont Count)
  2979. Amount = 0
  2980. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2981. if b.Name ~= "BlueprintTool" and b.Name == "Tool" then
  2982. Amount = Amount + 1
  2983. end
  2984. end
  2985. SendNotification("Axe Amount", "You have "..Amount.." Axes in your Backpack",2)
  2986. end)
  2987.  
  2988. Artmenu.Name = "Artmenu"
  2989. Artmenu.Parent = Picker
  2990. Artmenu.BackgroundColor3 = Color3.new(1, 1, 1)
  2991. Artmenu.BorderColor3 = Color3.new(0, 0, 0)
  2992. Artmenu.Position = UDim2.new(0, 15, 0, 345)
  2993. Artmenu.Size = UDim2.new(0, 80, 0, 80)
  2994. Artmenu.ZIndex = 3
  2995. Artmenu.Image = "rbxassetid://3907587419"
  2996. Artmenu.ScaleType = Enum.ScaleType.Crop
  2997. Artmenu.MouseButton1Click:Connect(function()
  2998. CurrentItem.Image = "rbxassetid://3886256996"
  2999. AIntroImage.Visible = true
  3000. AIntroImage1.Visible = true
  3001. end)
  3002.  
  3003.  
  3004. ArtFrame.Name = "ArtFrame"
  3005. ArtFrame.Parent = MenuFrame
  3006. ArtFrame.BorderSizePixel = 1
  3007. ArtFrame.BackgroundTransparency = 0
  3008. ArtFrame.BorderColor3 = Color3.new(0, 0, 0)
  3009. ArtFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  3010. ArtFrame.Size = UDim2.new(0, 170, 0, 280)
  3011. ArtFrame.Visible = false
  3012.  
  3013. Paint.Name = "Paint"
  3014. Paint.Parent = ArtFrame
  3015. Paint.BackgroundColor3 = Color3.new(0, 0, 0)
  3016. Paint.BorderColor3 = Color3.new(0, 0, 0)
  3017. Paint.Position = UDim2.new(0, 3, 0, 3)
  3018. Paint.Size = UDim2.new(0, 165, 0, 20)
  3019. Paint.Font = Enum.Font.Fantasy
  3020. Paint.Text = "Paint"
  3021. Paint.TextColor3 = Color3.new(255, 0, 0)
  3022. Paint.TextSize = 15
  3023. Paint.MouseButton1Down:connect(function()
  3024. MainFrame.Visible = false
  3025. OpenFrame.Visible = true
  3026. loadstring(game:HttpGet('https://pastebin.com/raw/KwtFxY8L',true))()
  3027. end)
  3028.  
  3029.  
  3030. PaintFill.Name = "PaintFill"
  3031. PaintFill.Parent = ArtFrame
  3032. PaintFill.BackgroundColor3 = Color3.new(0, 0, 0)
  3033. PaintFill.BorderColor3 = Color3.new(0, 0, 0)
  3034. PaintFill.Position = UDim2.new(0, 3, 0, 26)
  3035. PaintFill.Size = UDim2.new(0, 165, 0, 20)
  3036. PaintFill.Font = Enum.Font.Fantasy
  3037. PaintFill.FontSize = Enum.FontSize.Size18
  3038. PaintFill.Text = "Paint Fill"
  3039. PaintFill.TextColor3 = Color3.new(255, 0, 0)
  3040. PaintFill.TextSize = 15
  3041. PaintFill.MouseButton1Down:connect(function()
  3042. MainFrame.Visible = false
  3043. OpenFrame.Visible = true
  3044. loadstring(game:HttpGet('https://pastebin.com/raw/sc0gEqX5',true))()
  3045. end)
  3046.  
  3047.  
  3048.  
  3049. BaseFLOOR.Name = "BaseFLOOR"
  3050. BaseFLOOR.Parent = ArtFrame
  3051. BaseFLOOR.BackgroundColor3 = Color3.new(0, 0, 0)
  3052. BaseFLOOR.BorderColor3 = Color3.new(0, 0, 0)
  3053. BaseFLOOR.Position = UDim2.new(0, 3, 0, 49)
  3054. BaseFLOOR.Size = UDim2.new(0, 165, 0, 20)
  3055. BaseFLOOR.Font = Enum.Font.Fantasy
  3056. BaseFLOOR.FontSize = Enum.FontSize.Size18
  3057. BaseFLOOR.Text = "Base Floor Prints"
  3058. BaseFLOOR.TextColor3 = Color3.new(255, 0, 0)
  3059. BaseFLOOR.TextSize = 15
  3060. BaseFLOOR.MouseButton1Down:connect(function()
  3061. loadstring(game:HttpGet('https://pastebin.com/raw/M4qfj349',true))()
  3062.  
  3063. end)
  3064.  
  3065. SingleWalls.Name = "SingleWalls"
  3066. SingleWalls.Parent = ArtFrame
  3067. SingleWalls.BackgroundColor3 = Color3.new(0, 0, 0)
  3068. SingleWalls.BorderColor3 = Color3.new(0, 0, 0)
  3069. SingleWalls.Position = UDim2.new(0, 3, 0, 72)
  3070. SingleWalls.Size = UDim2.new(0, 165, 0, 20)
  3071. SingleWalls.Font = Enum.Font.Fantasy
  3072. SingleWalls.FontSize = Enum.FontSize.Size18
  3073. SingleWalls.Text = "Single Wall Prints"
  3074. SingleWalls.TextColor3 = Color3.new(255, 0, 0)
  3075. SingleWalls.TextSize = 15
  3076. SingleWalls.MouseButton1Down:connect(function()
  3077. loadstring(game:HttpGet('https://pastebin.com/raw/vaDSYZcr',true))()
  3078.  
  3079. end)
  3080.  
  3081. DoubleWalls.Name = "DoubleWalls"
  3082. DoubleWalls.Parent = ArtFrame
  3083. DoubleWalls.BackgroundColor3 = Color3.new(0, 0, 0)
  3084. DoubleWalls.BorderColor3 = Color3.new(0, 0, 0)
  3085. DoubleWalls.Position = UDim2.new(0, 3, 0, 95)
  3086. DoubleWalls.Size = UDim2.new(0, 165, 0, 20)
  3087. DoubleWalls.Font = Enum.Font.Fantasy
  3088. DoubleWalls.FontSize = Enum.FontSize.Size18
  3089. DoubleWalls.Text = "Double Wall Prints"
  3090. DoubleWalls.TextColor3 = Color3.new(255, 0, 0)
  3091. DoubleWalls.TextSize = 15
  3092. DoubleWalls.MouseButton1Down:connect(function()
  3093. loadstring(game:HttpGet('https://pastebin.com/raw/VMzdN1b1',true))()
  3094.  
  3095. end)
  3096.  
  3097. TripleWalls.Name = "TripleWalls"
  3098. TripleWalls.Parent = ArtFrame
  3099. TripleWalls.BackgroundColor3 = Color3.new(0, 0, 0)
  3100. TripleWalls.BorderColor3 = Color3.new(0, 0, 0)
  3101. TripleWalls.Position = UDim2.new(0, 3, 0, 118)
  3102. TripleWalls.Size = UDim2.new(0, 165, 0, 20)
  3103. TripleWalls.Font = Enum.Font.Fantasy
  3104. TripleWalls.FontSize = Enum.FontSize.Size18
  3105. TripleWalls.Text = "Triple Wall Prints"
  3106. TripleWalls.TextColor3 = Color3.new(255, 0, 0)
  3107. TripleWalls.TextSize = 15
  3108. TripleWalls.MouseButton1Down:connect(function()
  3109. loadstring(game:HttpGet('https://pastebin.com/raw/WGjKAWCp',true))()
  3110.  
  3111. end)
  3112.  
  3113. Hoofer.Name = "Hoofer"
  3114. Hoofer.Parent = ArtFrame
  3115. Hoofer.BackgroundColor3 = Color3.new(0, 0, 0)
  3116. Hoofer.BorderColor3 = Color3.new(0, 0, 0)
  3117. Hoofer.Position = UDim2.new(0, 3, 0, 141)
  3118. Hoofer.Size = UDim2.new(0, 165, 0, 20)
  3119. Hoofer.Font = Enum.Font.Fantasy
  3120. Hoofer.FontSize = Enum.FontSize.Size18
  3121. Hoofer.Text = "Hoofer Art Gui"
  3122. Hoofer.TextColor3 = Color3.new(255, 0, 0)
  3123. Hoofer.TextSize = 15
  3124. Hoofer.MouseButton1Down:connect(function()
  3125. loadstring(game:HttpGet('https://pastebin.com/raw/byWaCwR8',true))()
  3126. MainFrame.Visible = false
  3127. OpenFrame.Visible = true
  3128. end)
  3129.  
  3130. Landart.Name = "Landart"
  3131. Landart.Parent = ArtFrame
  3132. Landart.BackgroundColor3 = Color3.new(0, 0, 0)
  3133. Landart.BorderColor3 = Color3.new(0, 0, 0)
  3134. Landart.Position = UDim2.new(0, 3, 0, 164)
  3135. Landart.Size = UDim2.new(0, 165, 0, 20)
  3136. Landart.Font = Enum.Font.Fantasy
  3137. Landart.FontSize = Enum.FontSize.Size18
  3138. Landart.Text = "Custom Land Art"
  3139. Landart.TextColor3 = Color3.new(255, 0, 0)
  3140. Landart.TextSize = 15
  3141. Landart.MouseButton1Down:connect(function()
  3142. loadstring(game:HttpGet('https://pastebin.com/raw/Thdycw8W',true))()
  3143. MainFrame.Visible = false
  3144. OpenFrame.Visible = true
  3145. end)
  3146.  
  3147. BluePrints.Name = "BluePrints"
  3148. BluePrints.Parent = ArtFrame
  3149. BluePrints.BackgroundColor3 = Color3.new(0, 0, 0)
  3150. BluePrints.BorderColor3 = Color3.new(0, 0, 0)
  3151. BluePrints.Position = UDim2.new(0, 3, 0, 187)
  3152. BluePrints.Size = UDim2.new(0, 165, 0, 20)
  3153. BluePrints.Font = Enum.Font.Fantasy
  3154. BluePrints.FontSize = Enum.FontSize.Size18
  3155. BluePrints.Text = "BluePrints"
  3156. BluePrints.TextColor3 = Color3.new(255, 0, 0)
  3157. BluePrints.TextSize = 15
  3158. BluePrints.MouseButton1Down:connect(function()
  3159.  
  3160. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  3161. local clone = v:Clone()
  3162. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  3163. end
  3164. end)
  3165.  
  3166.  
  3167. MaxLand.Name = "MaxLand"
  3168. MaxLand.Parent = ArtFrame
  3169. MaxLand.BackgroundColor3 = Color3.new(0, 0, 0)
  3170. MaxLand.BorderColor3 = Color3.new(0, 0, 0)
  3171. MaxLand.Position = UDim2.new(0, 3, 0, 210)
  3172. MaxLand.Size = UDim2.new(0, 165, 0, 20)
  3173. MaxLand.Font = Enum.Font.Fantasy
  3174. MaxLand.FontSize = Enum.FontSize.Size18
  3175. MaxLand.Text = "MaxLand"
  3176. MaxLand.TextColor3 = Color3.new(255, 0, 0)
  3177. MaxLand.TextSize = 15
  3178. MaxLand.MouseButton1Down:connect(function()
  3179.  
  3180. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  3181. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  3182. base = v
  3183. square = v.OriginSquare
  3184. end
  3185. end
  3186. function makebase(pos)
  3187. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  3188. Event:FireServer(base, pos)
  3189. end
  3190. spos = square.Position
  3191. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  3192. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  3193. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  3194. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  3195. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  3196. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  3197. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  3198. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  3199. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  3200. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  3201. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  3202. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  3203. --Corners--
  3204. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  3205. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  3206. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  3207. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  3208. --Corners--
  3209. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  3210. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  3211. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  3212. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  3213. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  3214. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  3215. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  3216. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  3217.  
  3218. end)
  3219.  
  3220.  
  3221.  
  3222. WipeBase.Name = "WipeBase"
  3223. WipeBase.Parent = ArtFrame
  3224. WipeBase.BackgroundColor3 = Color3.new(0, 0, 0)
  3225. WipeBase.BorderColor3 = Color3.new(0, 0, 0)
  3226. WipeBase.Position = UDim2.new(0, 3, 0, 233)
  3227. WipeBase.Size = UDim2.new(0, 165, 0, 20)
  3228. WipeBase.Font = Enum.Font.Fantasy
  3229. WipeBase.FontSize = Enum.FontSize.Size18
  3230. WipeBase.Text = "Wipe Base"
  3231. WipeBase.TextColor3 = Color3.new(255, 0, 0)
  3232. WipeBase.TextSize = 15
  3233. WipeBase.MouseButton1Down:Connect(function()
  3234. plr = game.Players.LocalPlayer.Name
  3235. pmds = game.Workspace.PlayerModels
  3236. PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure
  3237. for i, v in pairs(pmds:GetChildren()) do
  3238. 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
  3239. PlaceR:FireServer(v)
  3240. end
  3241. end
  3242. end)
  3243.  
  3244. WCollide = "Nothing"
  3245.  
  3246. toolamenu.Name = "toolamenu"
  3247. toolamenu.Parent = Picker
  3248. toolamenu.BackgroundColor3 = Color3.new(1, 1, 1)
  3249. toolamenu.BorderColor3 = Color3.new(0, 0, 0)
  3250. toolamenu.Position = UDim2.new(0, 15, 0,430)
  3251. toolamenu.Size = UDim2.new(0, 80, 0, 80)
  3252. toolamenu.ZIndex = 3
  3253. toolamenu.Image = "rbxassetid://3916428981"
  3254. toolamenu.ScaleType = Enum.ScaleType.Crop
  3255. toolamenu.MouseButton1Click:Connect(function()
  3256. CurrentItem.Image = "rbxassetid://3886256996"
  3257. AIntroImage.Visible = false
  3258. AIntroImage1.Visible = false
  3259.  
  3260. end)
  3261.  
  3262. toolaFrame.Name = "toolaFrame"
  3263. toolaFrame.Parent = MenuFrame
  3264. toolaFrame.BorderSizePixel = 1
  3265. toolaFrame.BackgroundTransparency = 0
  3266. toolaFrame.BorderColor3 = Color3.new(0, 0, 0)
  3267. toolaFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  3268. toolaFrame.Size = UDim2.new(0, 170, 0, 442)
  3269. toolaFrame.Visible = false
  3270.  
  3271. JumpText.Name = "JumpText"
  3272. JumpText.Parent = toolaFrame
  3273. JumpText.BackgroundColor3 = Color3.new(0, 0, 0)
  3274. JumpText.BorderColor3 = Color3.new(0, 0, 0)
  3275. JumpText.Position = UDim2.new(0, 147, 0, 26)
  3276. JumpText.Size = UDim2.new(0, 21, 0, 20)
  3277. JumpText.Font = Enum.Font.Fantasy
  3278. JumpText.FontSize = Enum.FontSize.Size18
  3279. JumpText.Text = "50"
  3280. JumpText.TextColor3 = Color3.new(255, 0, 0)
  3281. JumpText.TextSize = 15
  3282.  
  3283. JumpPower.Name = "JumpPowerLabel"
  3284. JumpPower.Parent = toolaFrame
  3285. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  3286. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  3287. JumpPower.Position = UDim2.new(0, 3, 0, 26)
  3288. JumpPower.Size = UDim2.new(0, 140, 0, 20)
  3289. JumpPower.Font = Enum.Font.Fantasy
  3290. JumpPower.FontSize = Enum.FontSize.Size18
  3291. JumpPower.Text = "Jump Power"
  3292. JumpPower.TextColor3 = Color3.new(255, 0, 0)
  3293. JumpPower.TextSize = 15
  3294.  
  3295. player = game.Players.LocalPlayer
  3296. Jump = 50
  3297.  
  3298. JumpPower.MouseButton1Down:connect(function()
  3299. Jump = JumpText.Text
  3300. end)
  3301.  
  3302. player.Character.Humanoid.JumpPower = Jump
  3303.  
  3304. player.Character.Humanoid.Changed:connect(function()
  3305. player.Character.Humanoid.JumpPower = Jump
  3306.  
  3307. end)
  3308.  
  3309. WalkspeedLabel.Name = "WalkspeedLabel"
  3310. WalkspeedLabel.Parent = toolaFrame
  3311. WalkspeedLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  3312. WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0)
  3313. WalkspeedLabel.Position = UDim2.new(0, 3, 0, 3)
  3314. WalkspeedLabel.Size = UDim2.new(0, 140, 0, 20)
  3315. WalkspeedLabel.Font = Enum.Font.Fantasy
  3316. WalkspeedLabel.FontSize = Enum.FontSize.Size18
  3317. WalkspeedLabel.Text = "Walkspeed"
  3318. WalkspeedLabel.TextColor3 = Color3.new(255, 0, 0)
  3319. WalkspeedLabel.TextSize = 15
  3320.  
  3321. WalkSpeed.Name = "WalkSpeed"
  3322. WalkSpeed.Parent = toolaFrame
  3323. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  3324. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  3325. WalkSpeed.Position = UDim2.new(0, 147, 0, 3)
  3326. WalkSpeed.Size = UDim2.new(0, 21, 0, 20)
  3327. WalkSpeed.Font = Enum.Font.Fantasy
  3328. WalkSpeed.FontSize = Enum.FontSize.Size18
  3329. WalkSpeed.Text = "V"
  3330. WalkSpeed.TextColor3 = Color3.new(255, 0, 0)
  3331. WalkSpeed.TextSize = 15
  3332.  
  3333. WalkspeedLabel.MouseButton1Down:connect(function()
  3334. local walkspeedplayer = game:GetService("Players").LocalPlayer
  3335. local walkspeedmouse = walkspeedplayer:GetMouse()
  3336.  
  3337. local walkspeedenabled = false
  3338.  
  3339. function x_walkspeed(key)
  3340. if (key == "v") then
  3341. if walkspeedenabled == false then
  3342. _G.WS = 150;
  3343.  
  3344. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3345. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3346. Humanoid.WalkSpeed = _G.WS;
  3347. end)
  3348. Humanoid.WalkSpeed = _G.WS;
  3349.  
  3350. walkspeedenabled = true
  3351. elseif walkspeedenabled == true then
  3352. _G.WS = 15;
  3353. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3354. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3355. Humanoid.WalkSpeed = _G.WS;
  3356. end)
  3357. Humanoid.WalkSpeed = _G.WS;
  3358.  
  3359. walkspeedenabled = false
  3360. end
  3361. end
  3362. end
  3363.  
  3364. walkspeedmouse.KeyDown:connect(x_walkspeed)
  3365.  
  3366. end)
  3367.  
  3368. AntiBlack.Name = "AntiBlackLabel"
  3369. AntiBlack.Parent = toolaFrame
  3370. AntiBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  3371. AntiBlack.BorderColor3 = Color3.new(0, 0, 0)
  3372. AntiBlack.Position = UDim2.new(0, 3, 0, 49)
  3373. AntiBlack.Size = UDim2.new(0, 165, 0, 20)
  3374. AntiBlack.Font = Enum.Font.Fantasy
  3375. AntiBlack.FontSize = Enum.FontSize.Size18
  3376. AntiBlack.Text = "Anti Black List (OFF)"
  3377. AntiBlack.TextColor3 = Color3.new(255, 0, 0)
  3378. AntiBlack.TextSize = 15
  3379. AntiBlack.MouseButton1Click:connect(function()
  3380. AntiBlack.TextColor3 = Color3.new(0, 1, 0)
  3381. AntiBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  3382. AntiBlack.Text = "Anti Black List (ON)"
  3383. local plr = game.Players.LocalPlayer
  3384. local cframe
  3385. for i,v in next, workspace:GetDescendants() do
  3386. if v:IsA("SpawnLocation") then
  3387. v.Touched:Connect(function(h)
  3388. if h.Parent == plr.Character and cframe then
  3389. plr.Character:SetPrimaryPartCFrame(cframe)
  3390. end
  3391. end)
  3392. end
  3393. end
  3394.  
  3395. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  3396. if game.Players.LocalPlayer.Character.PrimaryPart then
  3397. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  3398. end
  3399. end)
  3400.  
  3401. for i,v in next, debug.getregistry() do
  3402. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  3403. debug.setupvalue(v,"lastUpdate",math.huge)
  3404. break
  3405. end
  3406. end
  3407.  
  3408. for i,v in next, workspace.Effects:GetChildren() do
  3409. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  3410. v:Destroy()
  3411. end
  3412. end
  3413. end)
  3414.  
  3415. GriefFly.Name = "GriefFly"
  3416. GriefFly.Parent = toolaFrame
  3417. GriefFly.BackgroundColor3 = Color3.new(0, 0, 0)
  3418. GriefFly.BorderColor3 = Color3.new(0, 0, 0)
  3419. GriefFly.Position = UDim2.new(0, 3, 0, 72)
  3420. GriefFly.Size = UDim2.new(0, 110, 0, 20)
  3421. GriefFly.Font = Enum.Font.Fantasy
  3422. GriefFly.FontSize = Enum.FontSize.Size18
  3423. GriefFly.Text = "Grief Fly Off "
  3424. GriefFly.TextColor3 = Color3.new(255, 0, 0)
  3425. GriefFly.TextSize = 15
  3426. GriefFly.MouseButton1Click:connect(function()
  3427. GriefFly.Text = "Grief Fly On "
  3428. GriefFly.TextColor3 = Color3.new(0, 1, 0)
  3429. StopGriefFly.Text = "Stop Fly"
  3430. Speed = 2
  3431. Force = 800000
  3432.  
  3433. --Script:
  3434. lplayer = game:GetService("Players").LocalPlayer
  3435. Mouse = lplayer:GetMouse()
  3436. speedfly = Speed
  3437. T = lplayer.Character.HumanoidRootPart
  3438. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3439. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3440.  
  3441. local function fly()
  3442. flying = true
  3443. local BG = Instance.new('BodyGyro', T)
  3444. local BV = Instance.new('BodyVelocity', T)
  3445. BG.P = 9e4
  3446. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3447. BG.cframe = T.CFrame
  3448. BV.velocity = Vector3.new(0, 0.1, 0)
  3449. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3450. spawn(function()
  3451. repeat wait()
  3452. lplayer.Character.Humanoid.PlatformStand = true
  3453. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3454. SPEED = 50
  3455. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3456. SPEED = 0
  3457. end
  3458. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3459. 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
  3460. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3461. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3462. 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
  3463. else
  3464. BV.velocity = Vector3.new(0, 0.1, 0)
  3465. end
  3466. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3467. until not flying
  3468. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3469. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3470. SPEED = 0
  3471. BG:destroy()
  3472. BV:destroy()
  3473. lplayer.Character.Humanoid.PlatformStand = false
  3474. end)
  3475. end
  3476. Mouse.KeyDown:connect(function(KEY)
  3477. if KEY:lower() == 'w' then
  3478. CONTROL.F = speedfly
  3479. elseif KEY:lower() == 's' then
  3480. CONTROL.B = -speedfly
  3481. elseif KEY:lower() == 'a' then
  3482. CONTROL.L = -speedfly
  3483. elseif KEY:lower() == 'd' then
  3484. CONTROL.R = speedfly
  3485. end
  3486. end)
  3487. Mouse.KeyUp:connect(function(KEY)
  3488. if KEY:lower() == 'w' then
  3489. CONTROL.F = 0
  3490. elseif KEY:lower() == 's' then
  3491. CONTROL.B = 0
  3492. elseif KEY:lower() == 'a' then
  3493. CONTROL.L = 0
  3494. elseif KEY:lower() == 'd' then
  3495. CONTROL.R = 0
  3496. end
  3497. end)
  3498. fly()
  3499.  
  3500.  
  3501. -- Made by JackMcJagger15
  3502.  
  3503. power = Force -- change this to make it more or less powerful
  3504.  
  3505. game:GetService('RunService').Stepped:connect(function()
  3506. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3507. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3508. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3509. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3510. end)
  3511.  
  3512. wait(.1)
  3513. local bambam = Instance.new("BodyThrust")
  3514. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3515. bambam.Force = Vector3.new(power,0,power)
  3516. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3517.  
  3518. while wait(0.2) do
  3519. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:connect(function()
  3520. script:Remove()
  3521. end)
  3522. end
  3523. end)
  3524.  
  3525. StopGriefFly.Name = "StopGriefFly"
  3526. StopGriefFly.Parent = toolaFrame
  3527. StopGriefFly.BackgroundColor3 = Color3.new(0, 0, 0)
  3528. StopGriefFly.BorderColor3 = Color3.new(0, 0, 0)
  3529. StopGriefFly.Position = UDim2.new(0, 117, 0, 72)
  3530. StopGriefFly.Size = UDim2.new(0, 51, 0, 20)
  3531. StopGriefFly.Font = Enum.Font.Fantasy
  3532. StopGriefFly.FontSize = Enum.FontSize.Size18
  3533. StopGriefFly.Text = "Stop Fly"
  3534. StopGriefFly.TextColor3 = Color3.new(255, 0, 0)
  3535. StopGriefFly.TextSize = 15
  3536. StopGriefFly.MouseButton1Click:connect(function()
  3537. GriefFly.TextColor3 = Color3.new(1, 1, 1)
  3538. active = false
  3539. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  3540. if flying then
  3541. end
  3542. GriefFly.Text = "Grief Fly Off "
  3543. StopGriefFly.Text = "Press Fly"
  3544. GriefFly.TextColor3 = Color3.new(255, 0, 0)
  3545. end)
  3546.  
  3547. Fly.Name = "Fly"
  3548. Fly.Parent = toolaFrame
  3549. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  3550. Fly.BorderColor3 = Color3.new(0, 0, 0)
  3551. Fly.Position = UDim2.new(0, 3, 0, 95)
  3552. Fly.Size = UDim2.new(0, 165, 0, 20)
  3553. Fly.Font = Enum.Font.Fantasy
  3554. Fly.FontSize = Enum.FontSize.Size18
  3555. Fly.Text = "Fly (Press again to STOP)"
  3556. Fly.TextColor3 = Color3.new(255, 0, 0)
  3557. Fly.TextSize = 15
  3558. Fly.MouseButton1Down:connect(function()
  3559.  
  3560.  
  3561. flying = not flying
  3562. repeat wait()
  3563. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3564. local mouse = game.Players.LocalPlayer:GetMouse()
  3565. repeat wait() until mouse
  3566. local plr = game.Players.LocalPlayer
  3567. local torso = plr.Character.Torso
  3568. local deb = true
  3569. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3570. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3571. local maxspeed = 200
  3572. local speed = 0
  3573. if flying then
  3574. end
  3575.  
  3576. function FlyFunction()
  3577. local bg = Instance.new("BodyGyro", torso)
  3578. bg.P = 9e4
  3579. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3580. bg.cframe = torso.CFrame
  3581. local bv = Instance.new("BodyVelocity", torso)
  3582. bv.velocity = Vector3.new(0,0.1,0)
  3583. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3584. repeat wait()
  3585. plr.Character.Humanoid.PlatformStand = true
  3586. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3587. speed = speed+.5+(speed/maxspeed)
  3588. if speed > maxspeed then
  3589. speed = maxspeed
  3590. end
  3591. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3592. speed = speed-1
  3593. if speed < 0 then
  3594. speed = 0
  3595. end
  3596. end
  3597. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3598. 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
  3599. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3600. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3601. 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
  3602. else
  3603. bv.velocity = Vector3.new(0,0.1,0)
  3604. end
  3605. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3606. until not flying
  3607. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3608. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3609. speed = 0
  3610. bg:Destroy()
  3611. bv:Destroy()
  3612. plr.Character.Humanoid.PlatformStand = false
  3613. end
  3614. mouse.KeyDown:connect(function(key)
  3615. if key:lower() == "w" then
  3616. ctrl.f = 1
  3617. elseif key:lower() == "s" then
  3618. ctrl.b = -1
  3619. elseif key:lower() == "a" then
  3620. ctrl.l = -1
  3621. elseif key:lower() == "d" then
  3622. ctrl.r = 1
  3623.  
  3624. end
  3625. end)
  3626. mouse.KeyUp:connect(function(key)
  3627. if key:lower() == "w" then
  3628. ctrl.f = 0
  3629. elseif key:lower() == "s" then
  3630. ctrl.b = 0
  3631. elseif key:lower() == "a" then
  3632. ctrl.l = 0
  3633. elseif key:lower() == "d" then
  3634. ctrl.r = 0
  3635. end
  3636. end)
  3637. FlyFunction()
  3638.  
  3639. end)
  3640.  
  3641. PinkWires.Name = "PinkWires"
  3642. PinkWires.Parent = toolaFrame
  3643. PinkWires.BackgroundColor3 = Color3.new(0, 0, 0)
  3644. PinkWires.BorderColor3 = Color3.new(0, 0, 0)
  3645. PinkWires.Position = UDim2.new(0, 3, 0, 118)
  3646. PinkWires.Size = UDim2.new(0, 165, 0, 20)
  3647. PinkWires.Font = Enum.Font.Fantasy
  3648. PinkWires.FontSize = Enum.FontSize.Size18
  3649. PinkWires.Text = "Pink Wires"
  3650. PinkWires.TextColor3 = Color3.new(255, 0, 0)
  3651. PinkWires.TextSize = 15
  3652. PinkWires.MouseButton1Click:connect(function()
  3653. local typecurrent = false
  3654. if typecurrent == true then
  3655. typecurrent = false
  3656. PinkWires.TextColor3 = Color3.new(0.666667, 0, 0)
  3657. PinkWires.Text = "Pink Wires: Magenta Icicle"
  3658. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  3659. c.Name = "Wire"
  3660. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  3661. d:Destroy()
  3662. elseif typecurrent == false then
  3663. typecurrent = true
  3664. PinkWires.TextColor3 = Color3.new(0, 1,0)
  3665. PinkWires.Text = "Pink Wires: Active"
  3666. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  3667. a.Name = "Wire"
  3668. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  3669. b:Destroy()
  3670. end
  3671. end)
  3672.  
  3673.  
  3674. ClickTP.Name = "ClickTP"
  3675. ClickTP.Parent = toolaFrame
  3676. ClickTP.BackgroundColor3 = Color3.new(0, 0, 0)
  3677. ClickTP.BorderColor3 = Color3.new(0, 0, 0)
  3678. ClickTP.Position = UDim2.new(0, 3, 0, 164)
  3679. ClickTP.Size = UDim2.new(0, 165, 0, 20)
  3680. ClickTP.Font = Enum.Font.Fantasy
  3681. ClickTP.FontSize = Enum.FontSize.Size18
  3682. ClickTP.Text = "ClickTP"
  3683. ClickTP.TextColor3 = Color3.new(255, 0, 0)
  3684. ClickTP.TextSize = 15
  3685. ClickTP.MouseButton1Click:Connect(function()
  3686. mouse = game.Players.LocalPlayer:GetMouse()
  3687. tool = Instance.new("Tool")
  3688. tool.RequiresHandle = false
  3689. tool.Name = "Click Teleport"
  3690. tool.Activated:connect(function()
  3691. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  3692. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  3693. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  3694. end)
  3695. tool.Parent = game.Players.LocalPlayer.Backpack
  3696. end)
  3697.  
  3698. Noclip.Name = "Noclip"
  3699. Noclip.Parent = toolaFrame
  3700. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  3701. Noclip.BorderColor3 = Color3.new(0, 0, 0)
  3702. Noclip.Position = UDim2.new(0, 3, 0, 187)
  3703. Noclip.Size = UDim2.new(0, 165, 0, 20)
  3704. Noclip.Font = Enum.Font.Fantasy
  3705. Noclip.FontSize = Enum.FontSize.Size18
  3706. Noclip.Text = "No clip"
  3707. Noclip.TextColor3 = Color3.new(255, 0, 0)
  3708. Noclip.TextSize = 15
  3709. noclip = false
  3710. game:GetService('RunService').Stepped:connect(function()
  3711. if noclip then
  3712. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3713. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  3714. Noclip.TextColor3 = Color3.new(0, 1, 0)
  3715. Noclip.Text = "No Clip On"
  3716. end
  3717. end)
  3718. Noclip.MouseButton1Down:connect(function()
  3719. noclip = not noclip
  3720. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  3721. Noclip.TextColor3 = Color3.new(255, 0, 0)
  3722. Noclip.Text = "No Clip Off"
  3723.  
  3724. end)
  3725. AntiAFKtime.Name = "AntiAFKtime"
  3726. AntiAFKtime.Parent = toolaFrame
  3727. AntiAFKtime.BackgroundColor3 = Color3.new(0, 0, 0)
  3728. AntiAFKtime.BorderColor3 = Color3.new(0, 0, 0)
  3729. AntiAFKtime.Position = UDim2.new(0, 3, 0, 210)
  3730. AntiAFKtime.Size = UDim2.new(0, 165, 0, 20)
  3731. AntiAFKtime.Font = Enum.Font.Fantasy
  3732. AntiAFKtime.FontSize = Enum.FontSize.Size18
  3733. AntiAFKtime.Text = "AFK for: 0 Seconds"
  3734. AntiAFKtime.TextColor3 = Color3.new(255, 0, 0)
  3735. AntiAFKtime.TextSize = 15
  3736.  
  3737.  
  3738. AntiAFK.Name = "AntiAFK"
  3739. AntiAFK.Parent = toolaFrame
  3740. AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0)
  3741. AntiAFK.BorderColor3 = Color3.new(0, 0, 0)
  3742. AntiAFK.Position = UDim2.new(0, 3, 0, 233)
  3743. AntiAFK.Size = UDim2.new(0, 165, 0, 20)
  3744. AntiAFK.Font = Enum.Font.Fantasy
  3745. AntiAFK.FontSize = Enum.FontSize.Size18
  3746. AntiAFK.Text = "Start Anti-AFK Mode"
  3747. AntiAFK.TextColor3 = Color3.new(255, 0, 0)
  3748. AntiAFK.TextSize = 15
  3749. AntiAFK.MouseButton1Down:Connect(function()
  3750.  
  3751. if afkactive == true then
  3752. afkactive = false
  3753. AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0)
  3754. AntiAFKtime.TextColor3 = Color3.new(0, 1, 0)
  3755. AntiAFK.Text = "Start Anti-AFK Mode"
  3756. elseif afkactive == false then
  3757. afkactive = true
  3758. AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0)
  3759. AntiAFKtime.TextColor3 = Color3.new(1, 1, 1)
  3760. AntiAFK.Text = "Stop Anti-AFK Mode"
  3761.  
  3762. logtime = coroutine.wrap(function()
  3763. afktotaltime=0
  3764. while afkactive == true do
  3765. wait(1)
  3766. afktotaltime=afktotaltime+1
  3767. AntiAFKtime.Text = "AFK for: "..afktotaltime.." Seconds"
  3768. end
  3769. end)
  3770.  
  3771. messageBot = coroutine.wrap(function()
  3772. while afkactive == true do
  3773. wait(900)
  3774. possiblechats = {"afk", "brb", "I'm AFK"}
  3775. decide=math.random(1,#possiblechats)
  3776. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(possiblechats[decide], "All")
  3777. game.Players:Chat("/e point")
  3778. end
  3779. end)
  3780.  
  3781. moveChar = coroutine.wrap(function()
  3782. plr = game:service'Players'.LocalPlayer
  3783. char = plr.Character
  3784. hum = char:FindFirstChildOfClass'Humanoid'
  3785. while afkactive==true do
  3786. wait(1)
  3787. hum:Move(Vector3.new(1, 0, 0), false)
  3788. wait(1)
  3789. hum:Move(Vector3.new(-1, 0, 0), false)
  3790. wait(1)
  3791. hum:Move(Vector3.new(1, 0, 0), false)
  3792. wait(1)
  3793. hum:Move(Vector3.new(-1, 0, 0), false)
  3794. wait(1)
  3795. hum:Move(Vector3.new(0, 1, 0), false)
  3796. wait(1)
  3797. hum:Move(Vector3.new(0, 1, 0), false)
  3798. wait(60)
  3799. end
  3800. end)
  3801.  
  3802. logtime()
  3803. moveChar()
  3804. messageBot()
  3805.  
  3806. end
  3807. end)
  3808.  
  3809.  
  3810. Fog.Name = "Fog"
  3811. Fog.Parent = toolaFrame
  3812. Fog.BackgroundColor3 = Color3.new(0, 0, 0)
  3813. Fog.BorderColor3 = Color3.new(0, 0, 0)
  3814. Fog.Position = UDim2.new(0, 3, 0, 256)
  3815. Fog.Size = UDim2.new(0, 165, 0, 20)
  3816. Fog.Font = Enum.Font.Fantasy
  3817. Fog.FontSize = Enum.FontSize.Size18
  3818. Fog.Text = "Remove Fog"
  3819. Fog.TextColor3 = Color3.new(255, 0, 0)
  3820. Fog.TextSize = 15
  3821. Fog.MouseButton1Down:connect(function()
  3822. Fog.BackgroundColor3 = Color3.new(0, 0, 0)
  3823. Fog.TextColor3 = Color3.new(0, 1, 0)
  3824. game.Lighting.Changed:connect(function()
  3825. game.Lighting.TimeOfDay = "12:00:00"
  3826. game.Lighting.FogEnd = 9999
  3827. game.Lighting.Brightness = 2
  3828. end)
  3829. end)
  3830.  
  3831.  
  3832. PinkCar = Instance.new("TextButton")
  3833. TpCar = Instance.new("TextButton")
  3834. PinkCars = Instance.new("TextButton")
  3835.  
  3836. PinkCar.Name = "PinkCar"
  3837. PinkCar.Parent = toolaFrame
  3838. PinkCar.BackgroundColor3 = Color3.new(0, 0, 0)
  3839. PinkCar.BorderColor3 = Color3.new(0, 0, 0)
  3840. PinkCar.Position = UDim2.new(0, 3, 0, 302)
  3841. PinkCar.Size = UDim2.new(0, 140, 0, 20)
  3842. PinkCar.Font = Enum.Font.Fantasy
  3843. PinkCar.FontSize = Enum.FontSize.Size18
  3844. PinkCar.Text = "Pink Car Spawner"
  3845. PinkCar.TextColor3 = Color3.new(255, 0, 0)
  3846. PinkCar.TextSize = 15
  3847.  
  3848. PinkCars.Name = "PinkCars"
  3849. PinkCars.Parent = toolaFrame
  3850. PinkCars.BackgroundColor3 = Color3.new(0, 0, 0)
  3851. PinkCars.BorderColor3 = Color3.new(0, 0, 0)
  3852. PinkCars.Position = UDim2.new(0, 147, 0, 302)
  3853. PinkCars.Size = UDim2.new(0, 21, 0, 20)
  3854. PinkCars.Font = Enum.Font.Fantasy
  3855. PinkCars.FontSize = Enum.FontSize.Size18
  3856. PinkCars.Text = "C"
  3857. PinkCars.TextColor3 = Color3.new(255, 0, 0)
  3858. PinkCars.TextSize = 15
  3859.  
  3860. PinkCar.MouseButton1Click:connect(function()
  3861. PinkCars.TextColor3 = Color3.new(0, 1, 0)
  3862. PinkCar.TextColor3 = Color3.new(0, 1, 0)
  3863. if _G.Executed == false or _G.Executed == nil then
  3864. _G.Executed = true
  3865. Spawned = false
  3866. Spawning = false
  3867. SpawnPad = nil
  3868. workspace.PlayerModels.ChildAdded:connect(function(Added)
  3869. if Spawned == false and Spawning == false then
  3870. Owner = nil
  3871. CheckTries = 0
  3872. CheckSuccess = false
  3873. repeat
  3874. wait()
  3875. CheckTries = CheckTries + 1
  3876. if Added:FindFirstChild("Owner") and Added:FindFirstChild("Type") and Added.Type.Value == "Vehicle" and Added:FindFirstChild("Settings") and Added.Settings:FindFirstChild("Color") then
  3877. CheckSuccess = true
  3878. Owner = Added.Owner.Value
  3879. end
  3880. until CheckTries == 75 or CheckSuccess == true
  3881. if Owner == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(Owner) == true then
  3882. Spawning = true
  3883. Added:WaitForChild("Settings")
  3884. Added.Settings:WaitForChild("Color")
  3885. if tostring(Added.Settings.Color.Value) == tostring(1032) then
  3886. Spawned = true
  3887. Spawning = false
  3888. print(Spawned)
  3889. elseif tostring(Added.Settings.Color.Value) ~= tostring(1032) then
  3890. if SpawnPad:FindFirstChild("ButtonRemote_SpawnButton") and SpawnPad:FindFirstChild("Owner") then
  3891. if SpawnPad.Owner.Value == game.Players.LocalPlayer or game.ReplicatedStorage.Interaction.ClientIsWhitelisted:InvokeServer(SpawnPad.Owner.Value) == true then
  3892. Spawning = false
  3893. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(SpawnPad.ButtonRemote_SpawnButton)
  3894. end
  3895. end
  3896. end
  3897. end
  3898. end
  3899. end)
  3900.  
  3901. mouse = game.Players.LocalPlayer:GetMouse()
  3902. mouse.KeyDown:connect(function(key)
  3903. if key:lower() == "c" then
  3904. if mouse.Target.Parent:FindFirstChild("ButtonRemote_SpawnButton") then
  3905. SpawnPad = mouse.Target.Parent
  3906. Spawned = false
  3907. Spawning = false
  3908. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(mouse.Target.Parent.ButtonRemote_SpawnButton)
  3909. else
  3910. Spawned = true
  3911. Spawning = false
  3912. end
  3913. end
  3914. end)
  3915. end
  3916. spawn(function()
  3917. repeat
  3918. wait()
  3919. if Spawned == true then
  3920. Spawned = false
  3921. game:GetService("StarterGui"):SetCore("SendNotification", {
  3922. Title = "Pink Car",
  3923. Text = "Successful Spawned."
  3924. })
  3925. end
  3926. until Spawned == true
  3927. end)
  3928. end)
  3929.  
  3930. TpCar.Name = "TpCar"
  3931. TpCar.Parent = toolaFrame
  3932. TpCar.BackgroundColor3 = Color3.new(0, 0, 0)
  3933. TpCar.BorderColor3 = Color3.new(0, 0, 0)
  3934. TpCar.Position = UDim2.new(0, 3, 0, 325)
  3935. TpCar.Size = UDim2.new(0, 165, 0, 20)
  3936. TpCar.Font = Enum.Font.Fantasy
  3937. TpCar.FontSize = Enum.FontSize.Size18
  3938. TpCar.Text = "TP Cars"
  3939. TpCar.TextColor3 = Color3.new(255, 0, 0)
  3940. TpCar.TextSize = 15
  3941.  
  3942. TpCarFrame.Name = "TpCarFrame"
  3943. TpCarFrame.Parent = MenuFrame
  3944. TpCarFrame.BorderSizePixel = 1
  3945. TpCarFrame.BackgroundTransparency = 0
  3946. TpCarFrame.BorderColor3 = Color3.new(0, 0, 0)
  3947. TpCarFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  3948. TpCarFrame.Size = UDim2.new(0, 170, 0, 327)
  3949. TpCarFrame.Visible = false
  3950.  
  3951. SpawnPointa.Name = "SpawnPointa"
  3952. SpawnPointa.Parent = TpCarFrame
  3953. SpawnPointa.BackgroundColor3 = Color3.new(0, 0, 0)
  3954. SpawnPointa.BorderColor3 = Color3.new(0, 0, 0)
  3955. SpawnPointa.Position = UDim2.new(0, 3, 0, 3)
  3956. SpawnPointa.Size = UDim2.new(0, 165, 0, 20)
  3957. SpawnPointa.Font = Enum.Font.Fantasy
  3958. SpawnPointa.Text = "Spawn Point"
  3959. SpawnPointa.TextColor3 = Color3.new(255, 0, 0)
  3960. SpawnPointa.TextSize = 15
  3961.  
  3962. furnabox.Name = "furnabox"
  3963. furnabox.Parent = TpCarFrame
  3964. furnabox.BackgroundColor3 = Color3.new(0, 0, 0)
  3965. furnabox.BorderColor3 = Color3.new(0, 0, 0)
  3966. furnabox.Position = UDim2.new(0, 3, 0, 26)
  3967. furnabox.Size = UDim2.new(0, 165, 0, 20)
  3968. furnabox.Font = Enum.Font.Fantasy
  3969. furnabox.Text = "Box Cars + Furnishings"
  3970. furnabox.TextColor3 = Color3.new(255, 0, 0)
  3971. furnabox.TextSize = 15
  3972.  
  3973. LinkLogic.Name = "LinkLogic"
  3974. LinkLogic.Parent = TpCarFrame
  3975. LinkLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  3976. LinkLogic.BorderColor3 = Color3.new(0, 0, 0)
  3977. LinkLogic.Position = UDim2.new(0, 3, 0, 49)
  3978. LinkLogic.Size = UDim2.new(0, 165, 0, 20)
  3979. LinkLogic.Font = Enum.Font.Fantasy
  3980. LinkLogic.Text = "Link's Logic"
  3981. LinkLogic.TextColor3 = Color3.new(255, 0, 0)
  3982. LinkLogic.TextSize = 15
  3983.  
  3984. Bshack.Name = "Bshack"
  3985. Bshack.Parent = TpCarFrame
  3986. Bshack.BackgroundColor3 = Color3.new(0, 0, 0)
  3987. Bshack.BorderColor3 = Color3.new(0, 0, 0)
  3988. Bshack.Position = UDim2.new(0, 3, 0, 72)
  3989. Bshack.Size = UDim2.new(0, 165, 0, 20)
  3990. Bshack.Font = Enum.Font.Fantasy
  3991. Bshack.Text = "Bob's Shack"
  3992. Bshack.TextColor3 = Color3.new(255, 0, 0)
  3993. Bshack.TextSize = 15
  3994.  
  3995. Docka.Name = "Docka"
  3996. Docka.Parent = TpCarFrame
  3997. Docka.BackgroundColor3 = Color3.new(0, 0, 0)
  3998. Docka.BorderColor3 = Color3.new(0, 0, 0)
  3999. Docka.Position = UDim2.new(0, 3, 0, 95)
  4000. Docka.Size = UDim2.new(0, 165, 0, 20)
  4001. Docka.Font = Enum.Font.Fantasy
  4002. Docka.Text = "Dock"
  4003. Docka.TextColor3 = Color3.new(255, 0, 0)
  4004. Docka.TextSize = 15
  4005.  
  4006. FineShop.Name = "FineShop"
  4007. FineShop.Parent = TpCarFrame
  4008. FineShop.BackgroundColor3 = Color3.new(0, 0, 0)
  4009. FineShop.BorderColor3 = Color3.new(0, 0, 0)
  4010. FineShop.Position = UDim2.new(0, 3, 0, 118)
  4011. FineShop.Size = UDim2.new(0, 165, 0, 20)
  4012. FineShop.Font = Enum.Font.Fantasy
  4013. FineShop.Text = "Fine Arts Shop"
  4014. FineShop.TextColor3 = Color3.new(255, 0, 0)
  4015. FineShop.TextSize = 15
  4016.  
  4017. Deny.Name = "Deny"
  4018. Deny.Parent = TpCarFrame
  4019. Deny.BackgroundColor3 = Color3.new(0, 0, 0)
  4020. Deny.BorderColor3 = Color3.new(0, 0, 0)
  4021. Deny.Position = UDim2.new(0, 3, 0, 141)
  4022. Deny.Size = UDim2.new(0, 165, 0, 20)
  4023. Deny.Font = Enum.Font.Fantasy
  4024. Deny.Text = "The Den"
  4025. Deny.TextColor3 = Color3.new(255, 0, 0)
  4026. Deny.TextSize = 15
  4027.  
  4028. OfSight.Name = "OfSight"
  4029. OfSight.Parent = TpCarFrame
  4030. OfSight.BackgroundColor3 = Color3.new(0, 0, 0)
  4031. OfSight.BorderColor3 = Color3.new(0, 0, 0)
  4032. OfSight.Position = UDim2.new(0, 3, 0, 164)
  4033. OfSight.Size = UDim2.new(0, 165, 0, 20)
  4034. OfSight.Font = Enum.Font.Fantasy
  4035. OfSight.Text = "Shrine Of Sight"
  4036. OfSight.TextColor3 = Color3.new(255, 0, 0)
  4037. OfSight.TextSize = 15
  4038.  
  4039. SKI.Name = "SKI"
  4040. SKI.Parent = TpCarFrame
  4041. SKI.BackgroundColor3 = Color3.new(0, 0, 0)
  4042. SKI.BorderColor3 = Color3.new(0, 0, 0)
  4043. SKI.Position = UDim2.new(0, 3, 0, 187)
  4044. SKI.Size = UDim2.new(0, 165, 0, 20)
  4045. SKI.Font = Enum.Font.Fantasy
  4046. SKI.Text = "Ski Lodge"
  4047. SKI.TextColor3 = Color3.new(255, 0, 0)
  4048. SKI.TextSize = 15
  4049.  
  4050. LightHouse.Name = "LightHouse"
  4051. LightHouse.Parent = TpCarFrame
  4052. LightHouse.BackgroundColor3 = Color3.new(0, 0, 0)
  4053. LightHouse.BorderColor3 = Color3.new(0, 0, 0)
  4054. LightHouse.Position = UDim2.new(0, 3, 0, 210)
  4055. LightHouse.Size = UDim2.new(0, 165, 0, 20)
  4056. LightHouse.Font = Enum.Font.Fantasy
  4057. LightHouse.Text = "Light House"
  4058. LightHouse.TextColor3 = Color3.new(255, 0, 0)
  4059. LightHouse.TextSize = 15
  4060.  
  4061. LavaTreeA.Name = "LavaTreeA"
  4062. LavaTreeA.Parent = TpCarFrame
  4063. LavaTreeA.BackgroundColor3 = Color3.new(0, 0, 0)
  4064. LavaTreeA.BorderColor3 = Color3.new(0, 0, 0)
  4065. LavaTreeA.Position = UDim2.new(0, 3, 0, 233)
  4066. LavaTreeA.Size = UDim2.new(0, 165, 0, 20)
  4067. LavaTreeA.Font = Enum.Font.Fantasy
  4068. LavaTreeA.Text = "Volcano"
  4069. LavaTreeA.TextColor3 = Color3.new(255, 0, 0)
  4070. LavaTreeA.TextSize = 15
  4071.  
  4072. PalmTreeA.Name = "PalmTreeA"
  4073. PalmTreeA.Parent = TpCarFrame
  4074. PalmTreeA.BackgroundColor3 = Color3.new(0, 0, 0)
  4075. PalmTreeA.BorderColor3 = Color3.new(0, 0, 0)
  4076. PalmTreeA.Position = UDim2.new(0, 3, 0, 256)
  4077. PalmTreeA.Size = UDim2.new(0, 165, 0, 20)
  4078. PalmTreeA.Font = Enum.Font.Fantasy
  4079. PalmTreeA.Text = "Palm Island"
  4080. PalmTreeA.TextColor3 = Color3.new(255, 0, 0)
  4081. PalmTreeA.TextSize = 15
  4082.  
  4083. SnowglowtreeA.Name = "SnowglowtreeA"
  4084. SnowglowtreeA.Parent = TpCarFrame
  4085. SnowglowtreeA.BackgroundColor3 = Color3.new(0, 0, 0)
  4086. SnowglowtreeA.BorderColor3 = Color3.new(0, 0, 0)
  4087. SnowglowtreeA.Position = UDim2.new(0, 3, 0, 279)
  4088. SnowglowtreeA.Size = UDim2.new(0, 165, 0, 20)
  4089. SnowglowtreeA.Font = Enum.Font.Fantasy
  4090. SnowglowtreeA.Text = "Snowglowd Island"
  4091. SnowglowtreeA.TextColor3 = Color3.new(255, 0, 0)
  4092. SnowglowtreeA.TextSize = 15
  4093.  
  4094. GoldTreeA.Name = "GoldTree"
  4095. GoldTreeA.Parent = TpCarFrame
  4096. GoldTreeA.BackgroundColor3 = Color3.new(0, 0, 0)
  4097. GoldTreeA.BorderColor3 = Color3.new(0, 0, 0)
  4098. GoldTreeA.Position = UDim2.new(0, 3, 0,302)
  4099. GoldTreeA.Size = UDim2.new(0, 165, 0, 20)
  4100. GoldTreeA.Font = Enum.Font.Fantasy
  4101. GoldTreeA.Text = "Swamp"
  4102. GoldTreeA.TextColor3 = Color3.new(255, 0, 0)
  4103. GoldTreeA.TextSize = 15
  4104.  
  4105.  
  4106. function TeleportCar(Pos)
  4107. if game.Players.LocalPlayer.Character then
  4108. Character = game.Players.LocalPlayer.Character
  4109. if Character.Humanoid.SeatPart ~= nil then
  4110. Car = Character.Humanoid.SeatPart.Parent
  4111. spawn(function()
  4112. for i=1,5 do
  4113. wait()
  4114. Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0))
  4115. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main)
  4116. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main)
  4117. end
  4118. end)
  4119. end
  4120. end
  4121. end
  4122.  
  4123. SpawnPointa.MouseButton1Down:connect(function()
  4124. TeleportCar(CFrame.new(155, 3, 74))
  4125. end)
  4126.  
  4127. furnabox.MouseButton1Down:connect(function()
  4128. TeleportCar(CFrame.new(517, 3, -1607.1))
  4129. end)
  4130.  
  4131. LinkLogic.MouseButton1Down:connect(function()
  4132. TeleportCar(CFrame.new(4616.7, 3, -733.5))
  4133. end)
  4134.  
  4135. Bshack.MouseButton1Down:connect(function()
  4136. TeleportCar(CFrame.new(233.1, 7.8, -2536.2))
  4137. end)
  4138.  
  4139. Docka.MouseButton1Down:connect(function()
  4140. TeleportCar(CFrame.new(1087.2, -1.2, -189.7))
  4141. end)
  4142.  
  4143. FineShop.MouseButton1Down:connect(function()
  4144. TeleportCar(CFrame.new(5207, -166, 719))
  4145. end)
  4146.  
  4147. Deny.MouseButton1Down:connect(function()
  4148. TeleportCar(CFrame.new(327.4, 59.8, 1984.2))
  4149. end)
  4150.  
  4151. OfSight.MouseButton1Down:connect(function()
  4152. TeleportCar(CFrame.new(-1600, 205, 919))
  4153. end)
  4154.  
  4155. SKI.MouseButton1Down:connect(function()
  4156. TeleportCar(CFrame.new(1244.8, 59.8, 2278.3))
  4157. end)
  4158.  
  4159. LightHouse.MouseButton1Down:connect(function()
  4160. TeleportCar(CFrame.new(1488.1, 355.2, 3265))
  4161. end)
  4162.  
  4163. LavaTreeA.MouseButton1Down:connect(function()
  4164. TeleportCar(CFrame.new(-1584.4, 623, 1112.9))
  4165. end)
  4166.  
  4167. PalmTreeA.MouseButton1Down:connect(function()
  4168. TeleportCar(CFrame.new(4290.8, -5.9, -1794.2))
  4169. end)
  4170.  
  4171. SnowglowtreeA.MouseButton1Down:connect(function()
  4172. TeleportCar(CFrame.new(-1092.2, -5.9, -938.2))
  4173. end)
  4174.  
  4175. GoldTreeA.MouseButton1Down:connect(function()
  4176. TeleportCar(CFrame.new(-1231.8, 152.7, -540.3))
  4177. end)
  4178.  
  4179. CarRotate.Name = "CarRotate"
  4180. CarRotate.Parent = toolaFrame
  4181. CarRotate.BackgroundColor3 = Color3.new(0, 0, 0)
  4182. CarRotate.BorderColor3 = Color3.new(0, 0, 0)
  4183. CarRotate.Position = UDim2.new(0, 3, 0, 348)
  4184. CarRotate.Size = UDim2.new(0, 140, 0, 20)
  4185. CarRotate.Font = Enum.Font.Fantasy
  4186. CarRotate.FontSize = Enum.FontSize.Size18
  4187. CarRotate.Text = "Car Rotater"
  4188. CarRotate.TextColor3 = Color3.new(255, 0, 0)
  4189. CarRotate.TextSize = 15
  4190.  
  4191. CarRotates.Name = "CarRotates"
  4192. CarRotates.Parent = toolaFrame
  4193. CarRotates.BackgroundColor3 = Color3.new(0, 0, 0)
  4194. CarRotates.BorderColor3 = Color3.new(0, 0, 0)
  4195. CarRotates.Position = UDim2.new(0, 147, 0, 348)
  4196. CarRotates.Size = UDim2.new(0, 21, 0, 20)
  4197. CarRotates.Font = Enum.Font.Fantasy
  4198. CarRotates.FontSize = Enum.FontSize.Size18
  4199. CarRotates.Text = "R"
  4200. CarRotates.TextColor3 = Color3.new(255, 0, 0)
  4201. CarRotates.TextSize = 15
  4202.  
  4203. CarRotate.MouseButton1Click:connect(function()
  4204. local Turn = game:GetService("Players").LocalPlayer:GetMouse()
  4205. function Turn2(key)
  4206. if (key == "r") then
  4207. function RotateCar()
  4208. if game.Players.LocalPlayer.Character then
  4209. Character = game.Players.LocalPlayer.Character
  4210. if Character.Humanoid.SeatPart ~= nil then
  4211. Car = Character.Humanoid.SeatPart.Parent
  4212. spawn(function()
  4213. local Pos = CFrame.new(Car.Main.Position)
  4214. for i=1,5 do
  4215. wait()
  4216. Car:SetPrimaryPartCFrame(Pos * CFrame.Angles(math.rad(Character.HumanoidRootPart.Orientation.x), math.rad(Character.HumanoidRootPart.Orientation.y), 0))
  4217. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(Car.Main)
  4218. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Car.Main)
  4219. end
  4220. end)
  4221. end
  4222. end
  4223. end
  4224. RotateCar()
  4225. end
  4226. end
  4227. Turn.KeyDown:connect(Turn2)
  4228. end)
  4229.  
  4230. Brid.Name = "Bridge"
  4231. Brid.Parent = toolaFrame
  4232. Brid.BackgroundColor3 = Color3.new(0, 0, 0)
  4233. Brid.BorderColor3 = Color3.new(0, 0, 0)
  4234. Brid.Position = UDim2.new(0, 3, 0, 371)
  4235. Brid.Size = UDim2.new(0, 115, 0, 20)
  4236. Brid.Font = Enum.Font.Fantasy
  4237. Brid.FontSize = Enum.FontSize.Size18
  4238. Brid.Text = "Bridge"
  4239. Brid.TextColor3 = Color3.new(255, 0, 0)
  4240. Brid.TextSize = 15
  4241.  
  4242. Bridup.Name = "Bridge"
  4243. Bridup.Parent = toolaFrame
  4244. Bridup.BackgroundColor3 = Color3.new(0, 0, 0)
  4245. Bridup.BorderColor3 = Color3.new(0, 0, 0)
  4246. Bridup.Position = UDim2.new(0, 147, 0, 371)
  4247. Bridup.Size = UDim2.new(0, 21, 0, 20)
  4248. Bridup.Font = Enum.Font.Fantasy
  4249. Bridup.FontSize = Enum.FontSize.Size18
  4250. Bridup.Text = "U"
  4251. Bridup.TextColor3 = Color3.new(255, 0, 0)
  4252. Bridup.TextSize = 15
  4253.  
  4254. BridDown.Name = "Bridge"
  4255. BridDown.Parent = toolaFrame
  4256. BridDown.BackgroundColor3 = Color3.new(0, 0, 0)
  4257. BridDown.BorderColor3 = Color3.new(0, 0, 0)
  4258. BridDown.Position = UDim2.new(0, 122, 0, 371)
  4259. BridDown.Size = UDim2.new(0, 21, 0, 20)
  4260. BridDown.Font = Enum.Font.Fantasy
  4261. BridDown.FontSize = Enum.FontSize.Size18
  4262. BridDown.Text = "D"
  4263. BridDown.TextColor3 = Color3.new(255, 0, 0)
  4264. BridDown.TextSize = 15
  4265.  
  4266. local BridgeD = false
  4267. BridDown.MouseButton1Click:connect(function()
  4268. if BridgeD == false then
  4269. for _,v in pairs(game.workspace.Bridge.VerticalLiftBridge.Lift:GetChildren()) do
  4270. v.CFrame = v.CFrame + Vector3.new(0, -26, 0)
  4271. end
  4272. BridgeD = true
  4273. end
  4274. end)
  4275.  
  4276. Bridup.MouseButton1Click:connect(function()
  4277. if BridgeD == true then
  4278. for _,v in pairs(game.workspace.Bridge.VerticalLiftBridge.Lift:GetChildren()) do
  4279. v.CFrame = v.CFrame + Vector3.new(0, 26, 0)
  4280. end
  4281. BridgeD = false
  4282. end
  4283. end)
  4284.  
  4285.  
  4286. ReJoinServer.Name = "ReJoinServer"
  4287. ReJoinServer.Parent = toolaFrame
  4288. ReJoinServer.BackgroundColor3 = Color3.new(0, 0, 0)
  4289. ReJoinServer.BorderColor3 = Color3.new(0, 0, 0)
  4290. ReJoinServer.Position = UDim2.new(0, 3, 0, 394)
  4291. ReJoinServer.Size = UDim2.new(0, 165, 0, 20)
  4292. ReJoinServer.Font = Enum.Font.Fantasy
  4293. ReJoinServer.FontSize = Enum.FontSize.Size18
  4294. ReJoinServer.Text = "ReJoin Server"
  4295. ReJoinServer.TextColor3 = Color3.new(255, 0, 0)
  4296. ReJoinServer.TextSize = 15
  4297. ReJoinServer.MouseButton1Down:connect(function()
  4298. local placeId = "13822889"
  4299. game:GetService("TeleportService"):Teleport(placeId)
  4300. end)
  4301.  
  4302. Reset.Name = "Reset"
  4303. Reset.Parent = toolaFrame
  4304. Reset.BackgroundColor3 = Color3.new(0, 0, 0)
  4305. Reset.BorderColor3 = Color3.new(0, 0, 0)
  4306. Reset.Position = UDim2.new(0, 3, 0, 417)
  4307. Reset.Size = UDim2.new(0, 165, 0, 20)
  4308. Reset.Font = Enum.Font.Fantasy
  4309. Reset.FontSize = Enum.FontSize.Size18
  4310. Reset.Text = "Reset Character"
  4311. Reset.TextColor3 = Color3.new(255, 0, 0)
  4312. Reset.TextSize = 15
  4313. Reset.MouseButton1Click:connect(function()
  4314. game.Players.LocalPlayer.Character.Head:Destroy()
  4315. end)
  4316.  
  4317. Buymenu.Name = "Buymenu"
  4318. Buymenu.Parent = Picker
  4319. Buymenu.BackgroundColor3 = Color3.new(1, 1, 1)
  4320. Buymenu.BorderColor3 = Color3.new(0, 0, 0)
  4321. Buymenu.Position = UDim2.new(0, 15, 0,515)
  4322. Buymenu.Size = UDim2.new(0, 80, 0, 80)
  4323. Buymenu.ZIndex = 3
  4324. Buymenu.Image = "rbxassetid://3936608288"
  4325. Buymenu.ScaleType = Enum.ScaleType.Crop
  4326. Buymenu.MouseButton1Click:Connect(function()
  4327. CurrentItem.Image = "rbxassetid://3886256996"
  4328. AIntroImage.Visible = true
  4329. AIntroImage1.Visible = true
  4330. end)
  4331.  
  4332. BuyFrame.Name = "BuyFrame"
  4333. BuyFrame.Parent = MenuFrame
  4334. BuyFrame.BorderSizePixel = 1
  4335. BuyFrame.BackgroundTransparency = 0
  4336. BuyFrame.BorderColor3 = Color3.new(0, 0, 0)
  4337. BuyFrame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  4338. BuyFrame.Size = UDim2.new(0, 170, 0, 141)
  4339. BuyFrame.Visible = false
  4340.  
  4341. wrus.Name = "wrus"
  4342. wrus.Parent = BuyFrame
  4343. wrus.BackgroundColor3 = Color3.new(0, 0, 0)
  4344. wrus.BorderColor3 = Color3.new(0, 0, 0)
  4345. wrus.Position = UDim2.new(0, 3, 0, 3)
  4346. wrus.Size = UDim2.new(0, 164, 0, 20)
  4347. wrus.Font = Enum.Font.Fantasy
  4348. wrus.FontSize = Enum.FontSize.Size18
  4349. wrus.Text = "Wod R Us"
  4350. wrus.TextColor3 = Color3.new(255, 0, 0)
  4351. wrus.TextSize = 15
  4352. wrus.MouseButton1Click:connect(function()
  4353. loadstring(game:HttpGet('https://pastebin.com/raw/zqpfJ5ef',true))()
  4354. MainFrame.Visible = false
  4355. OpenFrame.Visible = true
  4356.  
  4357. end)
  4358.  
  4359. fshop.Name = "fshop"
  4360. fshop.Parent = BuyFrame
  4361. fshop.BackgroundColor3 = Color3.new(0, 0, 0)
  4362. fshop.BorderColor3 = Color3.new(0, 0, 0)
  4363. fshop.Position = UDim2.new(0, 3, 0, 26)
  4364. fshop.Size = UDim2.new(0, 164, 0, 20)
  4365. fshop.Font = Enum.Font.Fantasy
  4366. fshop.FontSize = Enum.FontSize.Size18
  4367. fshop.Text = "Furniture Store"
  4368. fshop.TextColor3 = Color3.new(255, 0, 0)
  4369. fshop.TextSize = 15
  4370. fshop.MouseButton1Click:connect(function()
  4371. loadstring(game:HttpGet('https://pastebin.com/raw/kkvhSQqm',true))()
  4372. MainFrame.Visible = false
  4373. OpenFrame.Visible = true
  4374. end)
  4375.  
  4376. bcps.Name = "bcps"
  4377. bcps.Parent = BuyFrame
  4378. bcps.BackgroundColor3 = Color3.new(0, 0, 0)
  4379. bcps.BorderColor3 = Color3.new(0, 0, 0)
  4380. bcps.Position = UDim2.new(0, 3, 0, 49)
  4381. bcps.Size = UDim2.new(0, 164, 0, 20)
  4382. bcps.Font = Enum.Font.Fantasy
  4383. bcps.FontSize = Enum.FontSize.Size18
  4384. bcps.Text = "Bobs, Car, Pics"
  4385. bcps.TextColor3 = Color3.new(255, 0, 0)
  4386. bcps.TextSize = 15
  4387. bcps.MouseButton1Click:connect(function()
  4388. loadstring(game:HttpGet('https://pastebin.com/raw/Ss7D3Uxj',true))()
  4389. MainFrame.Visible = false
  4390. OpenFrame.Visible = true
  4391.  
  4392. end)
  4393.  
  4394. ls.Name = "ls"
  4395. ls.Parent = BuyFrame
  4396. ls.BackgroundColor3 = Color3.new(0, 0, 0)
  4397. ls.BorderColor3 = Color3.new(0, 0, 0)
  4398. ls.Position = UDim2.new(0, 3, 0, 72)
  4399. ls.Size = UDim2.new(0, 164, 0, 20)
  4400. ls.Font = Enum.Font.Fantasy
  4401. ls.FontSize = Enum.FontSize.Size18
  4402. ls.Text = "Logic Store"
  4403. ls.TextColor3 = Color3.new(255, 0, 0)
  4404. ls.TextSize = 15
  4405. ls.MouseButton1Click:connect(function()
  4406. loadstring(game:HttpGet('https://pastebin.com/raw/zWgwSGj6',true))()
  4407. MainFrame.Visible = false
  4408. OpenFrame.Visible = true
  4409. end)
  4410.  
  4411. bp.Name = "bp"
  4412. bp.Parent = BuyFrame
  4413. bp.BackgroundColor3 = Color3.new(0, 0, 0)
  4414. bp.BorderColor3 = Color3.new(0, 0, 0)
  4415. bp.Position = UDim2.new(0, 3, 0, 95)
  4416. bp.Size = UDim2.new(0, 164, 0, 20)
  4417. bp.Font = Enum.Font.Fantasy
  4418. bp.FontSize = Enum.FontSize.Size18
  4419. bp.Text = "Blue Prints"
  4420. bp.TextColor3 = Color3.new(255, 0, 0)
  4421. bp.TextSize = 15
  4422. bp.MouseButton1Click:connect(function()
  4423. loadstring(game:HttpGet('https://pastebin.com/raw/5HaFXJqZ',true))()
  4424. MainFrame.Visible = false
  4425. OpenFrame.Visible = true
  4426. end)
  4427.  
  4428. Halloween.Name = "Halloween"
  4429. Halloween.Parent = BuyFrame
  4430. Halloween.BackgroundColor3 = Color3.new(0, 0, 0)
  4431. Halloween.BorderColor3 = Color3.new(0, 0, 0)
  4432. Halloween.Position = UDim2.new(0, 3, 0, 118)
  4433. Halloween.Size = UDim2.new(0, 164, 0, 20)
  4434. Halloween.Font = Enum.Font.Fantasy
  4435. Halloween.FontSize = Enum.FontSize.Size18
  4436. Halloween.Text = "Halloween"
  4437. Halloween.TextColor3 = Color3.new(255, 0, 0)
  4438. Halloween.TextSize = 15
  4439. Halloween.MouseButton1Click:connect(function()
  4440. loadstring(game:HttpGet('https://pastebin.com/raw/aj3n8VDw',true))()
  4441. MainFrame.Visible = false
  4442. OpenFrame.Visible = true
  4443. end)
  4444.  
  4445. Btoolamenu.Name = "Btoolamenu"
  4446. Btoolamenu.Parent = Picker
  4447. Btoolamenu.BackgroundColor3 = Color3.new(1, 1, 1)
  4448. Btoolamenu.BorderColor3 = Color3.new(0, 0, 0)
  4449. Btoolamenu.Position = UDim2.new(0, 15, 0,600)
  4450. Btoolamenu.Size = UDim2.new(0, 80, 0, 80)
  4451. Btoolamenu.ZIndex = 3
  4452. Btoolamenu.Image = "rbxassetid://3953123880"
  4453. Btoolamenu.ScaleType = Enum.ScaleType.Crop
  4454. Btoolamenu.MouseButton1Click:Connect(function()
  4455. CurrentItem.Image = "rbxassetid://3886256996"
  4456. AIntroImage.Visible = true
  4457. AIntroImage1.Visible = true
  4458. end)
  4459.  
  4460. LT2GUI2Frame.Name = "LT2GUI2Frame"
  4461. LT2GUI2Frame.Parent = MenuFrame
  4462. LT2GUI2Frame.BorderSizePixel = 1
  4463. LT2GUI2Frame.BackgroundTransparency = 0
  4464. LT2GUI2Frame.BorderColor3 = Color3.new(0, 0, 0)
  4465. LT2GUI2Frame.BackgroundColor3 = Color3.fromRGB(151, 0, 0)
  4466. LT2GUI2Frame.Size = UDim2.new(0, 170, 0, 255)
  4467. LT2GUI2Frame.Visible = false
  4468.  
  4469. FunStuffHOVER.Name = "FunStuffHOVER"
  4470. FunStuffHOVER.Parent = LT2GUI2Frame
  4471. FunStuffHOVER.BackgroundColor3 = Color3.new(0, 0, 0)
  4472. FunStuffHOVER.BorderColor3 = Color3.new(0, 0, 0)
  4473. FunStuffHOVER.Position = UDim2.new(0, 3, 0, 3)
  4474. FunStuffHOVER.Size = UDim2.new(0, 165, 0, 20)
  4475. FunStuffHOVER.Font = Enum.Font.Fantasy
  4476. FunStuffHOVER.FontSize = Enum.FontSize.Size18
  4477. FunStuffHOVER.Text = "Hover Board"
  4478. FunStuffHOVER.TextColor3 = Color3.new(255, 0, 0)
  4479. FunStuffHOVER.TextSize = 15
  4480. FunStuffHOVER.MouseButton1Click:connect(function()
  4481. loadstring(game:HttpGet('https://pastebin.com/raw/DabYym5D',true))()
  4482.  
  4483. end)
  4484.  
  4485. FunStuffTHOMAS.Name = "FunStuffTHOMAS"
  4486. FunStuffTHOMAS.Parent = LT2GUI2Frame
  4487. FunStuffTHOMAS.BackgroundColor3 = Color3.new(0, 0, 0)
  4488. FunStuffTHOMAS.BorderColor3 = Color3.new(0, 0, 0)
  4489. FunStuffTHOMAS.Position = UDim2.new(0, 3, 0, 26)
  4490. FunStuffTHOMAS.Size = UDim2.new(0, 165, 0, 20)
  4491. FunStuffTHOMAS.Font = Enum.Font.Fantasy
  4492. FunStuffTHOMAS.FontSize = Enum.FontSize.Size18
  4493. FunStuffTHOMAS.Text = "Thomas The Tank"
  4494. FunStuffTHOMAS.TextColor3 = Color3.new(255, 0, 0)
  4495. FunStuffTHOMAS.TextSize = 15
  4496. FunStuffTHOMAS.MouseButton1Click:connect(function()
  4497. loadstring(game:HttpGet('http://pastebin.com/raw/tMr759X7',true))()
  4498.  
  4499. end)
  4500.  
  4501. FunStuffPOLICE.Name = "FunStuffPOLICE"
  4502. FunStuffPOLICE.Parent = LT2GUI2Frame
  4503. FunStuffPOLICE.BackgroundColor3 = Color3.new(0, 0, 0)
  4504. FunStuffPOLICE.BorderColor3 = Color3.new(0, 0, 0)
  4505. FunStuffPOLICE.Position = UDim2.new(0, 3, 0, 49)
  4506. FunStuffPOLICE.Size = UDim2.new(0, 165, 0, 20)
  4507. FunStuffPOLICE.Font = Enum.Font.Fantasy
  4508. FunStuffPOLICE.FontSize = Enum.FontSize.Size18
  4509. FunStuffPOLICE.Text = "Police Man"
  4510. FunStuffPOLICE.TextColor3 = Color3.new(255, 0, 0)
  4511. FunStuffPOLICE.TextSize = 15
  4512. FunStuffPOLICE.MouseButton1Click:connect(function()
  4513. loadstring(game:HttpGet('https://pastebin.com/raw/FR9Fzcqw',true))()
  4514.  
  4515. end)
  4516.  
  4517. FunStuffSPRAY.Name = "FunStuffSPRAY"
  4518. FunStuffSPRAY.Parent = LT2GUI2Frame
  4519. FunStuffSPRAY.BackgroundColor3 = Color3.new(0, 0, 0)
  4520. FunStuffSPRAY.BorderColor3 = Color3.new(0, 0, 0)
  4521. FunStuffSPRAY.Position = UDim2.new(0, 3, 0, 72)
  4522. FunStuffSPRAY.Size = UDim2.new(0, 165, 0, 20)
  4523. FunStuffSPRAY.Font = Enum.Font.Fantasy
  4524. FunStuffSPRAY.FontSize = Enum.FontSize.Size18
  4525. FunStuffSPRAY.Text = "Spray Can"
  4526. FunStuffSPRAY.TextColor3 = Color3.new(255, 0, 0)
  4527. FunStuffSPRAY.TextSize = 15
  4528. FunStuffSPRAY.MouseButton1Click:connect(function()
  4529. loadstring(game:HttpGet('http://pastebin.com/raw/raYkCjyy',true))()
  4530.  
  4531. end)
  4532.  
  4533. FunStuffCOCA.Name = "FunStuffCOCA"
  4534. FunStuffCOCA.Parent = LT2GUI2Frame
  4535. FunStuffCOCA.BackgroundColor3 = Color3.new(0, 0, 0)
  4536. FunStuffCOCA.BorderColor3 = Color3.new(0, 0, 0)
  4537. FunStuffCOCA.Position = UDim2.new(0, 3, 0, 95)
  4538. FunStuffCOCA.Size = UDim2.new(0, 165, 0, 20)
  4539. FunStuffCOCA.Font = Enum.Font.Fantasy
  4540. FunStuffCOCA.FontSize = Enum.FontSize.Size18
  4541. FunStuffCOCA.Text = "Coca Cola"
  4542. FunStuffCOCA.TextColor3 = Color3.new(255, 0, 0)
  4543. FunStuffCOCA.TextSize = 15
  4544. FunStuffCOCA.MouseButton1Click:connect(function()
  4545. loadstring(game:HttpGet('https://pastebin.com/raw/nMu90Kdq',true))()
  4546.  
  4547. end)
  4548.  
  4549. FunStuffLEAKED.Name = "FunStuffLEAKED"
  4550. FunStuffLEAKED.Parent = LT2GUI2Frame
  4551. FunStuffLEAKED.BackgroundColor3 = Color3.new(0, 0, 0)
  4552. FunStuffLEAKED.BorderColor3 = Color3.new(0, 0, 0)
  4553. FunStuffLEAKED.Position = UDim2.new(0, 3, 0, 118)
  4554. FunStuffLEAKED.Size = UDim2.new(0, 165, 0, 20)
  4555. FunStuffLEAKED.Font = Enum.Font.Fantasy
  4556. FunStuffLEAKED.FontSize = Enum.FontSize.Size18
  4557. FunStuffLEAKED.Text = "Leaked Items"
  4558. FunStuffLEAKED.TextColor3 = Color3.new(255, 0, 0)
  4559. FunStuffLEAKED.TextSize = 15
  4560. FunStuffLEAKED.MouseButton1Down:connect(function()
  4561. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  4562. end)
  4563.  
  4564.  
  4565. FunStuffFLASH.Name = "FunStuffFLASH"
  4566. FunStuffFLASH.Parent = LT2GUI2Frame
  4567. FunStuffFLASH.BackgroundColor3 = Color3.new(0, 0, 0)
  4568. FunStuffFLASH.BorderColor3 = Color3.new(0, 0, 0)
  4569. FunStuffFLASH.Position = UDim2.new(0, 3, 0, 141)
  4570. FunStuffFLASH.Size = UDim2.new(0, 165, 0, 20)
  4571. FunStuffFLASH.Font = Enum.Font.Fantasy
  4572. FunStuffFLASH.FontSize = Enum.FontSize.Size18
  4573. FunStuffFLASH.Text = "Flash Light"
  4574. FunStuffFLASH.TextColor3 = Color3.new(255, 0, 0)
  4575. FunStuffFLASH.TextSize = 15
  4576. FunStuffFLASH.MouseButton1Click:Connect(function()
  4577.  
  4578. FunStuffFLASH.BackgroundColor3 = Color3.new(0.14902, 0.490196, 0.109804)
  4579. -- Created by supersonicfan111
  4580. local p=game:GetService"Players".LocalPlayer
  4581. local c=p.Character
  4582. local surf='SmoothNoOutlines'
  4583. if not c then error'Cannot find character, please respawn, then rerun the script' end
  4584.  
  4585. -- Flashlight Handle
  4586. local hand=Instance.new"Part"
  4587. hand.BrickColor=BrickColor.DarkGray()
  4588. hand.Parent=c
  4589. hand.Anchored=false
  4590. hand.Locked=true
  4591. hand.CanCollide=false
  4592. hand.FormFactor='Custom'
  4593. hand.Size=Vector3.new(1,1,2)
  4594. hand.TopSurface,hand.BottomSurface=surf,surf
  4595.  
  4596. -- Torch Effect
  4597. local fe=Instance.new"Part"
  4598. fe.BrickColor=BrickColor.new"Black"
  4599. fe.Parent=c
  4600. fe.Anchored=false
  4601. fe.Locked=true
  4602. fe.CanCollide=false
  4603. fe.FormFactor='Custom'
  4604. fe.Size=Vector3.new(.8,.8,.2)
  4605. fe.TopSurface,hand.BottomSurface=surf,surf
  4606.  
  4607. -- Welding stuff
  4608.  
  4609. -- Flash to Right Arm
  4610. local weld1=Instance.new"Weld"
  4611. weld1.Parent=hand
  4612. weld1.Part0=hand
  4613. weld1.Part1=c['Right Arm']
  4614. weld1.C0=CFrame.new(0, 1.5, 0)
  4615.  
  4616. -- Torch Effect to Flash
  4617. local weld2=Instance.new"Weld"
  4618. weld2.Parent=hand
  4619. weld2.Part0=hand
  4620. weld2.Part1=fe
  4621. weld2.C0=CFrame.new(0, 0, 1)
  4622.  
  4623. -- Right Arm Weld
  4624. local ra=Instance.new"Weld"
  4625. ra.Parent=c['Torso']
  4626. ra.Part0=c['Right Arm']
  4627. ra.Part1=c['Torso']
  4628. ra.C0=CFrame.new(-1.5,1,0)*CFrame.Angles(math.rad(180),0,0)
  4629.  
  4630.  
  4631.  
  4632. -- Flashlight Functionality
  4633.  
  4634. local flashlightOn = false
  4635. local Battery=50
  4636.  
  4637. -- Handles turning the flashlight on/off
  4638. p:GetMouse().Button1Down:connect(function()
  4639. flashlightOn=not flashlightOn
  4640. if flashlightOn then
  4641. fe.BrickColor=BrickColor.new"New Yeller"
  4642. light=Instance.new"SurfaceLight"
  4643. light.Parent=fe
  4644. light.Range=1000
  4645. light.Face="Back"
  4646. light.Brightness=10
  4647. fe.Material="Neon"
  4648. else
  4649. fe.BrickColor=BrickColor.new"Black"
  4650. if light then light:destroy() end
  4651. fe.Material="SmoothPlastic"
  4652. end
  4653. end)
  4654.  
  4655. -- Battery Modules
  4656.  
  4657. -- Depleting and Charging
  4658. spawn(function()
  4659. while wait(1) do
  4660. if flashlightOn then
  4661. if Battery > 0 then
  4662. Battery=Battery-1
  4663. end
  4664. else
  4665. if Battery < 100 then
  4666. Battery=Battery+1
  4667. end
  4668. end
  4669. print(Battery)
  4670. end
  4671. end)
  4672.  
  4673. -- Turning off flashlight if the battery is too low
  4674. spawn(function()
  4675. while wait() do
  4676. if Battery <= 0 then
  4677. flashlightOn=false
  4678. if light then light:destroy() end
  4679. fe.BrickColor=BrickColor.new"Black"
  4680. fe.Material="SmoothPlastic"
  4681. end
  4682. end
  4683. end)
  4684.  
  4685. local stepped = game:GetService'RunService'.RenderStepped
  4686. end)
  4687.  
  4688.  
  4689.  
  4690. DeleteTool.Name = "DeleteTool "
  4691. DeleteTool.Parent = LT2GUI2Frame
  4692. DeleteTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4693. DeleteTool.BorderColor3 = Color3.new(0, 0, 0)
  4694. DeleteTool.Position = UDim2.new(0, 3, 0, 187)
  4695. DeleteTool.Size = UDim2.new(0, 165, 0, 20)
  4696. DeleteTool.Font = Enum.Font.Fantasy
  4697. DeleteTool.FontSize = Enum.FontSize.Size18
  4698. DeleteTool.Text = "Delete Tool"
  4699. DeleteTool.TextColor3 = Color3.new(255, 0, 0)
  4700. DeleteTool.TextSize = 15
  4701.  
  4702. MoveTool.Name = "DeleteTool "
  4703. MoveTool.Parent = LT2GUI2Frame
  4704. MoveTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4705. MoveTool.BorderColor3 = Color3.new(0, 0, 0)
  4706. MoveTool.Position = UDim2.new(0, 3, 0, 210)
  4707. MoveTool.Size = UDim2.new(0, 165, 0, 20)
  4708. MoveTool.Font = Enum.Font.Fantasy
  4709. MoveTool.FontSize = Enum.FontSize.Size18
  4710. MoveTool.Text = "Move Tool"
  4711. MoveTool.TextColor3 = Color3.new(255, 0, 0)
  4712. MoveTool.TextSize = 15
  4713.  
  4714. CopyTool.Name = "DeleteTool "
  4715. CopyTool.Parent = LT2GUI2Frame
  4716. CopyTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4717. CopyTool.BorderColor3 = Color3.new(0, 0, 0)
  4718. CopyTool.Position = UDim2.new(0, 3, 0, 233)
  4719. CopyTool.Size = UDim2.new(0, 165, 0, 20)
  4720. CopyTool.Font = Enum.Font.Fantasy
  4721. CopyTool.FontSize = Enum.FontSize.Size18
  4722. CopyTool.Text = "Copy Tool"
  4723. CopyTool.TextColor3 = Color3.new(255, 0, 0)
  4724. CopyTool.TextSize = 15
  4725.  
  4726. DeleteTool.MouseButton1Down:connect(function()
  4727.  
  4728. if BTool == "Delete" then
  4729. BTool = "Nothing"
  4730. DeleteTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4731. else
  4732. BTool = "Delete"
  4733. DeleteTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4734. end
  4735. end)
  4736.  
  4737. MoveTool.MouseButton1Down:connect(function()
  4738.  
  4739. if BTool == "Move" then
  4740. BTool = "Nothing"
  4741. MoveTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4742. else
  4743. BTool = "Move"
  4744. MoveTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4745. end
  4746. end)
  4747.  
  4748. CopyTool.MouseButton1Down:connect(function()
  4749.  
  4750. if BTool == "Copy" then
  4751. BTool = "Nothing"
  4752. CopyTool.BackgroundColor3 = Color3.new(0, 0, 0)
  4753.  
  4754. else
  4755. BTool = "Copy"
  4756. CopyTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  4757.  
  4758. end
  4759. end)
  4760.  
  4761. Mouse.Button1Up:connect(function()
  4762. MDown = false
  4763. end)
  4764.  
  4765. Mouse.Button1Down:connect(function()
  4766. MDown = true
  4767. if BTool == "Copy" then
  4768. if Mouse.Target ~= nil then
  4769. Clone = Mouse.Target:clone()
  4770. Clone.Parent = game.Workspace
  4771. end
  4772. end
  4773.  
  4774. if BTool == "Delete" then
  4775. if Mouse.Target ~= nil then
  4776. Mouse.Target:remove()
  4777. end
  4778. end
  4779.  
  4780. if BTool == "Move" then
  4781. if Mouse.Target ~= nil then
  4782. MoveObject = Mouse.Target
  4783. end
  4784. end
  4785.  
  4786. wait()
  4787. if Clone ~= nil then
  4788. Clone.CanCollide = false
  4789. repeat
  4790. wait()
  4791. SubX = Clone.Size.X/2
  4792. SubY = Clone.Size.Y/2
  4793. SubZ = Clone.Size.Z/2
  4794. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  4795. until MDown == false
  4796. Clone.CanCollide = true
  4797. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  4798. Clone = nil
  4799. end
  4800.  
  4801. if MoveObject ~= nil then
  4802. MoveObject.CanCollide = false
  4803. repeat
  4804. wait()
  4805. SubX = MoveObject.Size.X/2
  4806. SubY = MoveObject.Size.Y/2
  4807. SubZ = MoveObject.Size.Z/2
  4808. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  4809. until MDown == false
  4810. MoveObject.CanCollide = true
  4811. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  4812. MoveObject= nil
  4813. end
  4814. end)
  4815.  
  4816.  
  4817. local Menus = {
  4818. [Player] = PlayerFrame;
  4819. [Teleport] = Waypoints;
  4820. [AIntroImage] = BloodFrameInfo;
  4821. [Woodmenu] = WoodFrame;
  4822. [Copymenu] = CopyFrame;
  4823. [PaintFill] = PaintFills;
  4824. [Artmenu] = ArtFrame;
  4825. [toolamenu] = toolaFrame;
  4826. [Buymenu] = BuyFrame;
  4827. [TpCar] = TpCarFrame;
  4828. [Tptree] = TptreeFrame;
  4829. [Btoolamenu] = LT2GUI2Frame;
  4830. }
  4831. for button,frame in pairs(Menus) do
  4832. button.MouseButton1Click:connect(function()
  4833. if frame.Visible then
  4834. frame.Visible = false
  4835. return
  4836. end
  4837. for k,v in pairs(Menus) do
  4838. v.Visible = v == frame
  4839. end
  4840. end)
  4841. end
  4842.  
  4843.  
  4844. --- Open/Close ---
  4845.  
  4846. Open.MouseButton1Down:connect(function()
  4847. OpenFrame.Visible = false
  4848. MainFrame.Visible = true
  4849. end)
  4850.  
  4851. Minimize.MouseButton1Down:connect(function()
  4852. MainFrame.Visible = false
  4853. OpenFrame.Visible = true
  4854. end)
  4855.  
  4856. CloseBLOOD.MouseButton1Down:connect(function()
  4857. BLOOD:destroy()
  4858. end)
  4859.  
  4860. --bring up menu
  4861. CurrentItem.MouseButton1Click:Connect(function()
  4862. if Picker.Visible == false then
  4863. Picker.Visible = true
  4864. else
  4865. Picker.Visible = false
  4866. end
  4867. end)
  4868. end)
  4869.  
  4870. Exit.Name = "Exit"
  4871. Exit.Parent = Main
  4872. Exit.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  4873. Exit.BorderSizePixel = 0
  4874. Exit.Position = UDim2.new(0.932129622, 0, 0.0999998078, 0)
  4875. Exit.Size = UDim2.new(0, 32, 0, 32)
  4876. Exit.Font = Enum.Font.SourceSans
  4877. Exit.Text = "X"
  4878. Exit.TextColor3 = Color3.new(1, 1, 1)
  4879. Exit.TextScaled = true
  4880. Exit.TextSize = 14
  4881. Exit.TextWrapped = true
  4882. Exit.MouseButton1Down:connect(function()
  4883. Open.Visible = true
  4884. Main.Visible = false
  4885. end)
  4886.  
  4887. Duper.Name = "DuperGUI"
  4888. Duper.Parent = Main
  4889. Duper.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  4890. Duper.BorderSizePixel = 0
  4891. Duper.Position = UDim2.new(0.241211399, 0, 0.075000003, 0)
  4892. Duper.Size = UDim2.new(0, 147, 0, 35)
  4893. Duper.Font = Enum.Font.Cartoon
  4894. Duper.Text = "DuperGUI"
  4895. Duper.TextColor3 = Color3.new(1, 1, 1)
  4896. Duper.TextScaled = true
  4897. Duper.TextSize = 14
  4898. Duper.TextWrapped = true
  4899. Duper.MouseButton1Down:connect(function()
  4900. local i1i11l11i1iiII1liIi = {} for lIl1ii1iilliIl1iI1liI = 0, 255 do local I1l11iIililliliIIi1, l1l1l1ii11iiI1ll1il = string.char(lIl1ii1iilliIl1iI1liI), string.char(lIl1ii1iilliIl1iI1liI, 0) i1i11l11i1iiII1liIi[l1l1l1ii11iiI1ll1il] = I1l11iIililliliIIi1 end local lIlIliIliIIl1I11Illi1 = function(IlIiIi1IllilIIlII11, liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1) if iiiIiIiIiiii1llilII >= 256 then iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1 = 0, i11i1IlIlIiIi1111l1 + 1 if i11i1IlIlIiIi1111l1 >= 256 then liilllI11I1liIlilIl = {} i11i1IlIlIiIi1111l1 = 1 end end liilllI11I1liIlilIl[string.char(iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1)] = IlIiIi1IllilIIlII11 iiiIiIiIiiii1llilII = iiiIiIiIiiii1llilII + 1 return liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1 end local function IIl1Il1i1i1IiiI1liI(lIliiI11Ii1iilIii1111) local iI1l1liIl1II1I11I11 = #lIliiI11Ii1iilIii1111 local liilllI11I1liIlilIl = {} local iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1 = 0, 1 local iI11iIiiiIiI111Iiii = {} local IIIi11lIIlllI1llIli = 1 local illl1liiiI1llIIilil = string.sub(lIliiI11Ii1iilIii1111, 1, 2) iI11iIiiiIiI111Iiii[IIIi11lIIlllI1llIli] = i1i11l11i1iiII1liIi[illl1liiiI1llIIilil] or liilllI11I1liIlilIl[illl1liiiI1llIIilil] IIIi11lIIlllI1llIli = IIIi11lIIlllI1llIli + 1 for lIl1ii1iilliIl1iI1liI = 3, iI1l1liIl1II1I11I11, 2 do local IlIIIlI1Ili1IIil1Ii = string.sub(lIliiI11Ii1iilIii1111, lIl1ii1iilliIl1iI1liI, lIl1ii1iilliIl1iI1liI + 1) local lIliIIIIillllilIi11I1 = i1i11l11i1iiII1liIi[illl1liiiI1llIIilil] or liilllI11I1liIlilIl[illl1liiiI1llIIilil] local ii1ii1IliIIi1I1iliI = i1i11l11i1iiII1liIi[IlIIIlI1Ili1IIil1Ii] or liilllI11I1liIlilIl[IlIIIlI1Ili1IIil1Ii] if ii1ii1IliIIi1I1iliI then iI11iIiiiIiI111Iiii[IIIi11lIIlllI1llIli] = ii1ii1IliIIi1I1iliI IIIi11lIIlllI1llIli = IIIi11lIIlllI1llIli + 1 liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1 = lIlIliIliIIl1I11Illi1(lIliIIIIillllilIi11I1 .. string.sub(ii1ii1IliIIi1I1iliI, 1, 1), liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1) else local lIlIiI11lii1l1IiIIli1 = lIliIIIIillllilIi11I1 .. string.sub(lIliIIIIillllilIi11I1, 1, 1) iI11iIiiiIiI111Iiii[IIIi11lIIlllI1llIli] = lIlIiI11lii1l1IiIIli1 IIIi11lIIlllI1llIli = IIIi11lIIlllI1llIli + 1 liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1 = lIlIliIliIIl1I11Illi1(lIlIiI11lii1l1IiIIli1, liilllI11I1liIlilIl, iiiIiIiIiiii1llilII, i11i1IlIlIiIi1111l1) end illl1liiiI1llIIilil = IlIIIlI1Ili1IIil1Ii end return table.concat(iI11iIiiiIiI111Iiii) end local iIIlIliIlIililiilII = function(lIliiI11Ii1iilIii1111) return ({ lIliiI11Ii1iilIii1111:sub(5):gsub("..", function(lI1ii1Ii11lIiIi1Ili) return string.char(tonumber(lI1ii1Ii11lIiIi1Ili, 16)) end) })[1] end loadstring(IIl1Il1i1i1IiiI1liI(iIIlIliIlIililiilII("LPH|6C006F00630061006C002000490006013100310049006C000B01310069000E016C000E010801690020003D00200061007300730065007200740020000001020104016C000A016900080109010B0123016C00090106010C011301150174006F006E0075006D0062001A011D01010103011D01220110010901690049003C012A01080128010A011401200075006E007000610063006B0035011F0120006900280124010601220149000D0129010901430170001F012001360120010A0153013E014E0128013C01550121014900430119017400660065006E0076004B0137014E011201270123010E0107010A0128016601650074006D00780161007400610062006C0065006D0104013C010E01600128010C01100184012101430174007900700081011E01370121016201250153010D013D010D010C0143016700780169016B01820138018901110187019801970139018C016F0073007400720069006E006700A001610129011001B30107014E013C01040115011A0172006F007200A0014E015E016F013E012401B6018B0115013100A001660045016300740069002F01A1012A015D012301120154012101280128002301D00126010F013100D501BF012C001D01B30108013D010B019301270189012900B00139017201E301D5013B0194014D01B20175018501A401B4014301D8015D01DA016F01DD0121013A007300750062002800350029003A006700FE01000222002E002E002200DF01C9016E00CB01CD016E002800D5012101D301E2014101E401E201E80169006600A10114025401160225010C0109013A00620079007400650028003200E8013D0015013700C701740068006A01A101B601970160010A01EE0196014301DD0150012601DC01290175010D01120275019601D201250121024F014900FD01FF0128003100DF0131002900E80172007801750072006E00200022002200200065006C001901A0015D010D0162010F01F201E401B8011D0244023C024702E2012E00630068006100720042023A0116023A0141012A01610170021E0245023702750148024E02360050024D011C02FB01EB0136024101730108012000300232029101200127013702F1014101DC01C5010501140286026202260164023A0052027000700234028A01ED013D019401E801820235020B017A028602C70115016E004E012000520274005402560273028E02D9010901910265015B025D02AD02AF029302C001C0011302860104016A0164005A026E00C202C102A2025B0120000D020F02CE01FB014F01D201B4013A0185012800C7024C014F0161013A015E011001D1016502F701BE02DB01FB01490225022702D7019402C10107011201B401DF01BF0160026101E7029901BF011A02E502ED029601EF029202EB02DB01C201E802BF0120002B002000C701B90255021D014001EF02B402B601DB02C302C2028B02C902CA01CC01CC02F201520199015E01E201BF01D302B00103033402D902B701E301DF015F029502BF019702E401DF01B1024802F801B402A502EA023E026F01C0017201B4023D01F6018F02A201F401BF01240226022802F702E602F402C4014900EA02F202A601C301F501FD023300F102BD023E03FA02F6023D03F902F5026501FD023400AC02530201032701990105031101D8013B0120002A00FE02360037005B03320031003600FC021D018D0224039F02B5025703200036003500350033005F03FD021D0361021F03B301E4016603320035006C0302032903D802EF020703C102C8010C0310024D019601DA021F029701470228000601E6014502D20162012201EA028E02D602B1016101D8012203D1013E0240029502400169001A0281029403170291031203DC0113018902B002C80213023E02BE020C013D01A0024D02A1014001D1029102DF02890143013000DF013000C902BC011D0284013B012B018701F301F6018E03AD03D401600209019303930195032B0161029803200064006F001D02A60363028502AA033A024002F40171033B01D103FD02320020005E00AC03AF03D40189018701B103580394018203890353017B02860398013D0215028B031001C403DA02D801600152033103A2028E03AE03DA01E0030E01D2038F032C03F703AF031301FD02C7017C030003B002D303DC01CF03D60311015A025C029001A403F10337029002CF0287034301D903DB03D701BF039102C103110165012D00FE0251024F03B0020E0487010503400112043C0015018703DD03EB03E60310012000250020001202210495031F026401FF036103A80322049F033404E8016100C402FE022000B703B5037C037C030A03CA020D030404170237029D022901EB0115030A03D60204031903DB021C03E502BD02CF030B01FA03DA02E403940213032101D302EE03B70161025B04BA03490015031B027703D702550306039301B8011501B5033C04C2026E035504200357042C022000B503A2034E03AE02010341043D0403042F042D00D903E2038103C80312012B040B0186035404EC0256046C00DF0133002A0260034F027303DA032F04E30384048403E70371048A0473048C0420005D038D0491041C04310030003200420366032800160498039F039704E4018804BC029A0471030B014E02DF0132003000E8015803340032003900340039005A03B90476034F0418037A036B04E8012F002000340035003000330035003900BC0432003700330037003000BB04760391044304C80245047F035301B0047102E4019602D701E6017102DB0212034900D4023701B50162018901060493012A0143017B00F001D9013103EA043303E20236034803EE023A033C03440349033A036003A5047D004D01F6043903F50115013703F3023F03FB024C035E02EE01710254010603560315017B00FF046600B703BE029801EC01F203BD03C601DF013800CA03CC03E6030F0189037A033B015B001505F003BB03A0030F015D00BE03A9048303EC038704A301EA03E20454013B03B8031605F103FA01F301E801D6044C015D01510129033A031F0243015802B603BD012505BA03D7022805AB021A05C6041D05E9018801EA04D503A9031101C403AD03FC03DF03FE03B203B4034405AC03F30106045E05A00340014301AB031C05CB034E051A0495014B046F013E022B05A003AA042E056C00E8036002DA04A301D1012A0124050F032605480531035D0054055D0514021E02DC049A0305010B0521050E053D0177059103FA01DA04830440012A0575042F023102470467055F0287036A0576011501DD0155039405A0024F041401C60116013D04B503B70301043D04A503D4030E04840123015804CE0320030804AA05D8039304ED01DD038803FA01E10333029A05140295059D05B2053D02B405F8032C01DC03BD05FE03BF0590040803BB023E059103B4014105270464010701C905F70287020902C705CE05EC02D00531006B026D026F02A6055005A805AA033A05A505A403170379036A041B03BB027205AF04BF0222036203E2012503DA042101280348052B0333050F05D305DA04D50562043403E302AB0334001E047A04560251032A0360022C031F0566035E035B0337005D03BF04EB058F0226038B01580368036A03760399049602DB04730375036003C004E3055904E301C60544047E03CC0251038504D301B9053C01DF049102E1046B04E304E5040401F801D20183041A03B40258046004D9029F03E30164044303EC0245034A03F601010507058B016D033B02B40228059405C7010A031F053402D3018605C00511055B054605170538050F0162051B054D0547060C057201820387054E063705BC0329056C05E403C3018604700530052806360633055F0436052705F3031D06C8023D05D40520056204420559021305450578054705180551064B052D06E2019803300653014D054E040504A703D0035305C105F6035705DA01590576044D064904DF028B05980361054B056405CC038006E9042B04E6039C0503035E0696046F05D70130037E053901E1023503E402FA04F704F5011C047A06420689014406180675064F065C06AB02A10429007D058D065F058105800283059C0585055806690088050206A401B506CF028E059F05780499052D03B90598066B0598052201B8059706DB01C9069F056F048A06A3051D06810607045205AA05CA064F058206AE05C701B005DB03BC058606B003F9035803C50696066905BB05F5035605E206C005E006EA06B505F9030004C6056D06F6056F069F034301F3063F05CA05D2012000D205F806CF056204D8056E027702AC055105A905D5047D041F04F505F906D6056B063C05FA06BE0698016A05FA03F10333041F0372010E014D046C06B101A9035101CD05B90313072202CF021607020619074C01D804CE01B50174022B043E02700125076E018601EC05ED01A3010D01ED0420005B00CF043600330039008E0520001105DF015B005E033000300036003C073E073607340042073000380045077D003F0735003200340037004B07ED04FF04FF0446061707D50175025907A903430123007B00340036003400310056073901CE0298033B02D2022B06CF0129070503CB067B0632061003D605360615031C0428005E07C60462073400DF013600CE044E02A3043500DF01690374038D0462073200B304750336008D046A03AB0331003800370039004E028F0789072000CB04310090079407C70493079607D204DF01480742074E02BB0438009D07350062079D07310060078D042E02B303FE02390031008007FE02D1048D043A0786079D04A707C701FF0400043300D00432008F0473063505790577064A05050158073D05E4013D053C01C4033E05010660042E06C70165054E043E01B906A4015F013C015407BE01A002300788017301FB02D90614072207680718078205A905D9075C0636069E052000770741077A079D04CC04B30452079307380075039D07C904B4077C0732009307690337004E023A07A20720003300380068039D07C704A0073000AB0336008D079307340038006B037B075107EB07620736009707D00401087807ED079D04C704AB07340033003000AF0735008D07AB073100F707FD07A707B9042000B807FE023100370088029105610351016F060604D40749005B00A407390032003C07CD021502D002170769001503FD0215055A0435061403E8013E087A023207AE0328042506DF05C2026604E3071802DA078A0165017504E907C80433007B07BA0493073300FB053800F107B3041B08FA07FE07080181079607EB0774033900AF07AE07B804A0078E071B052E029F046108FE074A076708960767084207FD074F079607DF019707CB043600AB071006AB03C804610781078E078C075B03AB07F707CB042608900407082B088A02D1072F08EB04A0023208340836085D07EE04680330009707A7071608320038008408BB04A0075B037B0768084E026A035508C6044F07EB071B087D077008A807C60439003300EB07A7073600930736008E075F0868031408BA076F08BC078D07A40830005F08080114089C081A089107BA04A408FF0789084C03380042073300E7077707A4043500FD07BC07B9044E028E07D208A404B708A304AB03FF0703089D04BC070F08D2049A07C3080D080A08F3079C07FE07350819085107FD0760075F08CE04AE077B07FF079307B4045F0860073500EE083800C4089D045B035A08D1084E02A204B707600337007C085908C6054C08D8074E08E507DC0715017707D004390020089D0882080008D508F707FB079808FB075E0381078507A6079E04FE07A407B407A404DD08BC071109940766085F08C804A2047B07BC071908CB04A6086A030F0982085107B2073400B1086007B4073A07FE082509B3088208F00820000806D2085E030109FD027C078C0820042E08C401300895059208BB0494080C09EE04BC048608CB04760852076208C90456084A078D0438009C08B304A2047D08CF042E09350827091A08370938003900270941098A07F9087B0769031208B4042C09BD08C60442079707B4048108FB0821089107CF048D04F707B4079607B508A3076207C90894079D084F07CE084F097C088707390053097608A204A60811085809FE075A0940099F0767035F09810761091A098E0459096609620807086909EB0710066D099309C70470099E077309430764082E027C095B03A6088E047C074E02BC04EC08A40742098209AE07D9037C030709F30188010A09C5014E09FE029D087C09F7079A071B08AF0750077009FF0743076C08DB085B0397071108AB035D036A09FE0260077A08BA07A9080F096708D104C409D2045F08650997072C095A09A607AF075B0819082108CC096207DB08A308C604390735008109B40445092D08BA058A05310833084C09370821068403D4011F056404770734097909AE08C804DF015207EB078E07CC09F10767081E087C095E03740893096803AB085D0389097B078F072009CB08F807370034099D07B308A908FA08AE073100A608AE0711088107B9049F096608AF07A3094D0327085D094A08B7064D08BA0943060B09E807EE048D07D408DE080F0AE90916085A03660881074A075F08B0085B089D07F908B408E50867038E04CE093907120837006A03200A3D0A98076B08940917096703370AA208EE0811081D0A1108D208BB04F5086903F807F707810996073900EE09DA02F009D3074A09F3093508F5092C07F7098D02D6038804D005F30111074F01290AB8090F012C0AAA062E0ACF08CF0473095007AB076C09140A8307EC07480A3E09F2079D045B08EE08590AA4083D09F707AB07470A99085B088C0705082308A204B407690339092109B108000884085A03B304AF08AC095E03B4070A0865098107CA04F50724018908C4068E08480990087301640A4D0933022107670722012407700A1C022B0AE0032D0ABC092F0A9409130994072E029A074307AB073A079908B8047608D0045309C608BE092909FE07AA087E073508390A2908A607C8092000AD0720097B095709AF07B508A507FE075B03F3080F09AB03890958085E0896097709C6045007D90327080B085F0AA60AE101A80A3C01AA0A3708450849044708110737060609B20A0809730ADB07B60A770707084C0AB5087F0AC10AB70834097608D108AC09C904FD07B008E10A2908EC08C904E2081909820A160AC604CA04FD08F508CB08FD07AF089F090309FB056B03F507390737090708580AA2096A03EC094D03A50A4709E90A1C07A90A9308ED0A480468043305F10A1503B709F40AB909B40A740AF80AEE04BA074A0A52071D086208CB048707B107820AFD0768038F07A00A1B08EE07CA0462083D0B8E0415096703A4047F0875034C0B08062A099909E909B108AD078B0AC2088F07970762070309EC094A07E70A240BF109630A280B3A02F6099401690AA9036B0A5B046D0A57060801700A30070C063307BC06410743075D008805EF0376065006B006C3079A045A07C7074900F5095E0B620A9108D4062601710762047307F403830B40081F02860BAC0A6607A003E0073C086A075B07D9026D07E9043106D9065904610441085D04E801BE075A0669061905790B96027B0B34043405920B52035E016E0731066505720A63038C06290337076B033A07730B9E0B7A05BD03A706C4076401C607A40B3C076C073E050F04C301900B06096D0BB3026F0B40076808BA04290BDE07AE0AD102E1074E05CA071004A90B7E06970B330611038A0B42088B06830BC007770B650211071F03A30B8703A50B6D06A70B9701950B7E06AB0BC30B2503C50B9E074A07B30BAD065B0649056C00290B980B3406D60B9B0B820BF30BD50B2E06D70BAC0B3107AE0B61013308B508F908C90BAD0A8E0BAF0A69078C0B39082307070C9406CF0B940B1101960B3505890BFA0BF60B7507F90A75039D0AD0098D0748078407D70A5B08CC098A0AB304F6083C09A907CF0A7C08A4048D0487094F0A0C0B590AB7081E0AB3044A07D208AA07A00809085908EE08BC07580BF7088F0A1E08D508CF0A6B0369033E0A50075C0ABA07150A0202D80B750BAE06F00BF706B80BDF0BA903C907BD0BE40B0F0CE60B93066C062401A80306038501B701A8023D075607A403D902CD05D602E903420127048E0BDD04AD03DF030A0188043305D1076D06B903E801F402560CEF038501370240077403450A3C0795046E056106420299015F0C24046203DF015E07470A34004D07B70A62079B09AE08DD08B508C70ACC043B0A750386080B085808D10406089D08FD07D90AA208980A940722087D02270C0F0B510B6609B7089C080608B5088D09EA09A007B00826086E0C550C8502710C73012801740C1A08530704058304790C85039402A5023F013008EA04800C300A9C08E208AC091808390A3D0BA7070C086703C804B70861077309AF08F807F9072A09980C2809000A7E0967035A09EE080A082E091E080F08FF07C0085A09A908CB08020A3B091E09F90881095F08FB09B308890A150AA00ADF094F0A3B0B7109FD0AD108CC09B308090BDF0C0801160834093B0C200000081208480B8A07E708BC0759087E070E0B8D07F60C11080E0B370AB407BC046208B90A5908490BF00C5C0AB5048305C003E301E307590C5B0066094A073300770CB30C2D057A0CB60C7D0CB90CD501BB0C28083D0B7C07810A7C073907200A870AF708CC096809B007A7079D07B008DB09C70A59084A0A6B038C073409580B8F076408CE04B4084A077F08100BB304B9042E096107D208A3045F03840CE9075908D50AA5082E0D290C1C0A470B5A032308D60A280C070D9D04F607990A9F0AA708E90C920A64084D0B8208A304390ACB085D0805082F0C1C0AF307C40CBA07530D740976081C08D7091D092108450BC6045A09040A4207EC09A90C100D570C720CAE0C5D035908170D9A06B40CE7031C0D1D077E0CBA0C2F0A7C073800460D300AB0086B09AB08DC08F507C9049F09B3081D0ABB04A608C308950C570D500784097D00750D1804110DD807130D2108D204C704180D2C05E503B50C5E0C810D1E0D0A01200D030976086107930DB904DB09490B150A64083E0DFE021E089A0782078D04150DD50852072608200D4F075409FE07B508F5085908930C4E0A9607A00C50079D073508FB05BC04B408AB09620870099F0D9D07B9047A0A8D07A608920D640939092E027F08CD043E0AA407A80C0F0D9B0D770DAD0C3100740CC904A707A20D6D051A0DA50D7C0CA70DC5031F0D2F0ADC08860D200DCA04690817088F09BC0775092108980C5A034F0B700D620DAE08290CF708CF0A4F07B4045D0DC008BA072008B2088D04C904C30D470AA907C40C250D7D08AD079F093409B7079A0D700C120D730C0A0842073100E90D5F0622067F0DA60DB80CEF0DA90DB70A1F0876089C08A608B0094E0274039D0A1108910AB5087A0A6509F508D0085909DD0834099F0894078D07CE090B08C409AF083F0BD30C7D022409A404CF0AC1080F089D09BE096803BD0DB70A5A033D095908DF0C290D410E5609D10924091C0A380A3B0E060EFE07970D5C09980C50074C0A7403930C3A077908CB0A17087F0A4F07980CA204AE09B50D530D4C099A07D1043F0B21088C072908EA08D70A08010309200A8F07740D4D01E80B32070006330850075207ED0BD90B760BAF06F10BF706AA0CBA031A0E760102040907FC0B6E0B00060D0737012707B002940B900352036201DF041802900E29032203E1014705E501FE038D03600A1F052603EA01910B8E02AC0BF4069B0E3405A3018D02570C9601980113042008B5030A033007CF027C0CA6012C0404057D0EFE0B0D01800EEB082A05B60E9C059702A60EA50234070405CE02710172058604310028004607EE045F005F00AD016400650078004301940E160470031605E40B3901530419037B068401E00B91044606CD05F4064005FB06BC0EAC0EE90B7F0E710B44075B001D03E1043502E30E2A05710AE407B50A6404FE06F7059F03EC0A030206024C024E022B02150122007300590278047E04EE04EC0AF706E60E0B076204EC0A4A0200027E0289088D0EFE050A07FF06F6067C03990D5E02C805EC01D107710C6205C70B4D03460652012B0149095805EA0E2202C40B7F0E3807B20B6605B302A603170760024301930866053404B201EB01B301F601BD0E9103AF0B75035B083400C20EE10564012D03CB066402C2072108B00C5E02CC0BB2029A045601280FAD0B3C0FFF0BEB0B530746067A03AA03460F7B0213041C0A1C0A7D030E024604F0012C03DD02E0034904280009022E006A07DD023906AD03CB0651088A06B60E9402970681031804DC01D6070C0C2404AB0CBF0140026D0F45066C06A80BC201F2013F02620C5B0C5E028B035501590CB10EF90310055C0CD5029F0EEC01A10E8806CA0694015F023502B90E2E078C02F2033B012706790F6502EE04660F8908B60E940133052B01A50192024C060C0C7301E3010D05730F820F2300D1023804E0049B0F2000A104460CB903480C310389065907A80FC101DE0316024D056604E0021605060CA7013E00D30B6806B50B5106F1067804F702710F030322026C00740BB50FEF0B7B05620B980FE90397027605B40BC107040100042A05B709A10FD801A30F1104D00FC60FDA0F660AFA01990FDD04B90BE30FDA0B860E9004DD0FE0053C05550C670770013D055A0C0D09FC0987070B082D0EAD08D108CD0AFE02BF0886081B080908980806088D07D20866086009AD08430C7309D1049D0AFE0C4F0A8F094807530B1110FA0FC80A5B09B5071C08A408D10CA204EB0CD1085D03420CA204BB04CE0B5F02830B5101B20213014E0468074B047502CE053507AA029C042F100C021F0611025907C70E6E073F01D6028D03C707C0033602D2019303810DF3022E06E4016A07A40FE304E3031E02FA03430225011A04BF0BDC01E60D5908400F840F7803BA0B54033E014910361095064D10CF0F7A0D1C0A410FD50239014306940F6E0A5A0C3510B905591022044E109F0DF50C5E106E018E0BCE03B50FB101571066104C106810CF0F150D0B086C108C023510A80BF50F990172102B0474102C07CF0F9F0D50102A05A706F20F6E107205430FB706FB016110D10F520320003E009D0469035F0A6010AA0662106A0BBE03AC0B010613025E01880550067E0F990F6F01B20F9310EF0EDD012F0FBC03C2030E01DD0F0B04AC0A8E1036059010C90EA80B3F02CD0FD6029F10E50798105203EF0F4B08700FB410A603B61071012204EB04E00F5401770CBD103E05BF104001F00E000664026E07A80F830EA010B9106F01BB1032105E0F100270024A1037105A10441011046A0C81034810D906D910671082104F10E80D5210D7025410170706017F104B10690FB6105C107C0D9406D1108F10A310E11058108110B6106A10A10DB001DE0B700F7D10C20765108010EE10CA108410E610871003038910AD0C0701BE016E10620AC410D806CF01F71003114E1077107C0DCB0FBE10B40A4E10C1106F101605B1013C0723001711C8101911CF0FE9037C0CA502E904CF100803D510CB023410F801731013119C043E01360F18043D106B0BE7102611C506A80FEC10DA1075105B00F01079103604F8017C10430F7E10F6102F11B201E41005115110071182106A050A117E0657072404DE106B0F8702461102114811F910B40485100C11E90A49090F1164102E1157113810CA10151140118D109710F41097051111471163116910B4046B10B7062511BF02CE10561092107403EB0978047211CD1028115610B20C9B1090029D10BF0E7A11E910CC0EA410750CD010A81060055510AC105D02831127115510EB10B2109704E7022311CB1053108F11EA107D0BF30AAE106811B010A31076119410C406961095029E116A11A905E90FC60E9402B710AF10F00390101C0487119F108911CC0B60028C119001A3116102A5115A0C21119411730FCF0F6711A411AD11D3100609C710BC11CE0F5B001B110E1146022301BC0BCC1084113A111C04BF11B811C1118C0EC402DF0131100B03D6102F01D8101211581140013A103311BB03C503AB03E60E22045F0172029C0459074603CE03A501DC01DC105211F003DF1039025611ED10DD116E11E70D5110B60E0D115E11CA11601181113C11E4106511350FAC11A2106A110111F4116D1183106F11FB105111E81098118511F311FF11EF105B0FF1100D047B10BA0EE7020011611107125A10E5104B11E10DD6024E111A035011540C6202D0018A018D026D0F9C02B8106911C701B1066603C8047111CD110E123A11750477042C088E1139117D11EF048C064F01B502AA06C6059D0BEE0B9F0B7806FE021C0332123912EB10AB0BC411720FC611C811FB1149041E0EF00E8A042612110D06044B03BF07850EF00BC610B3102211BD11C711FA11C310FC11AC06840EB60FF301BB102A11D8112C11DB116C115A10DF1128043411A5023E1038014010A60142100B01EE110D1248126D0F06121112CA103F11FC1016123211181265027C12E3105911F71186101F12F30F8A100B11F2102B12B9113B11861204110A123500401145105311B50255116B1162111C124A1140114E12611250129112F8106411700E16114B12B510CA10A0125205FC113C076E006F001C01BB114C12B610381274110601D410691246046B129C1275106E12A40FE810A5013F106311E611470278123811B6127B121A127D124E107F1251115E05F0115411FD11E210A412F6115B11F9115D11A1127110101292121411A6126611FD1043118312A31230111D1289126F0C8B124F117C0F5F10E90AC0110412D212DC110812E60D7011AB12701054012F03D812AC12A2127E006D04311297117A1291109310781137124712C8129A1086019C104A10BC06B5127C11EB10AF11750388112503300FAA106900B511790B7912051392118B03C511B41204130C139A112F0B9C11ED126310001377119510EC12D211EE120613A8118B05C70EBC06D111A11023130E13A61052011113A9108B110A045D022F13D210A611A812C9104E103A132C12671266040B13901165012604211328132313FB12F001F812F512AA05A2118005A602B4017A0F4910770F8A0EB90B4101C5054204D511B912D7108512D4123111D001BF12ED0D7212E41129036F127B02C907EA11A401EC11E8113413E6036D050A114101680F6012F912DA129B121B123D1101128E1203122313DB126013F2120B126C06DD10D0129912EF126C123D119E1280124211171244028412CA12DC1209128812A410E71209112212EA12E6041D134513E312F5115B101312F50E9B0327133013991075040A08EE097E045B077F05A40EB80C870596075D00CF0E3607011215019D064D131D11F612AF11A204E8012E04750C3F077F12B313441399118611B9132D04A5103F078A13FC121A0F7C0341126412D20FA00BF412B61323014612FE1205134A125C121B13CA10D90FDB0BAE12AB025B136400D6114E012B11BA125F133011BE12CF02C012D201EE11CF12D603D1129C13F1128A13D00781126213E802ED139D125A1106118A129613F50F371173111E13F4133D11CD125D0CA2133B138713BC12491194129F1275134E13041479130012DE12FD121713FD137504810EA7130907A913EE056B0C27105B004407B013140D0E14B313CF135F11A4108D07BA13C5133607BE132F0440139012A10438002414BC133607C7138A06C913F00FE6045312750534026401F712E70FD912F612B0059406AB13F91207135A0CEE04B212A9121A110914D0131E0EA3069311B312AA1247142114DC0FF9044B144514CF0F20146212D8035D00E801120514054212C70F470FC403F3109012D51352143E1324113514C310B1025712D913860EF20B1814D10F650CEB0F5912D30F2013441464145F12B5134F14FE072A054B132F10EE09741495115514A21257143C06D6134C1446147714561479143813B6115113780F58134E0FCF015613110D8E145712A405C5025C13D90EE3139D13E5133C1071126F0866134110E71174138714A2127F13E4127B138313EF11EB138613FE13061493130C12C71211147813CB129E137B0D6611B711A313B110B2149113811395128B13E91182128E13AC1487125B114C112012CA0EFA13D007D50FB00FB90BEA05A7115E05EF037305C907E8106D0A8504B701EE03C6071E0F750B26016103CA149A0FB90B750F7B0271121D07DA14BB0E8A0643139A13C1134B1390053202E714D313FD134B1336128A02E90BF9017802A903DC024E148814C0138511B30FB7028B14EF0A31034402F6142F033F01CE063E12730140125B14CC134312C207801471100004D2147C0CD414F30E0401CF07E11490087506DB14970BD814E314B903DB14F106AE0F9503CB14D80F16151C07181510015B12631495116A145A121D06DB078A057113730535077E145E120D15C5102A12F0111E0F0303680C20158502DE142A01B204111111156202D51442011C04351523017F02FF04FD146103CE147F05E20EA00332153D137F14F8145012AF135914C6057E04AB0175006500CD1498064E15A903A003800C740A2F15D0145015C102E1135E13901360139B147012E211910BE0128D13F313A5149D13E512941388109F0EE91202129D11D3110B14B314BC140814A31477139914F112A7143C05E8140F12BA14801300148615A9146015AB147315EE13F6135110ED1410149B13A01102133202FA14341280037F11A9119E109A15561032131013BC058A1117071513A01591110005841453149611951599114213A11360147C152413A1112C082914B3157E11071380110913AB117B152913A215B1113513A515B4118A144813B814F510AA1529155E12B715EE1242135215341554151E114A0CEE149B132E04CC15231367152000D711D71198146A15E41380033B106D15C1127312C312681321039014F502EB1145026C00C612FC139B1390151C128B1592017015C01472158915E4128A13C514E81297135210EA138E15C70E7D15BB14EF13C80247150116801385159201B7140314C2149312A00DBD149415B014EF15C6015A031414150F1614AF03261019143B071C14B2139404D115B7135903450CBB13810A3E119F1343012A127D139910A10468032D1424163014B50332144B081C02A81551081501E30A1516BA0217162510A70DAD134914090F1D16B4133A147613201624012D1693072516B5142716D7152A1628089104231647162F16E00D20133416E707B4041C05070F1514C507171419164802700B1B143F161E141E1681152016B4042216251448165D104A160A162C1286111C084616C61392153C073016B10ADA15B0127516B112CF154D121F16CB11E7072816BE157E136D04E8015013810352139B0F5913E11091143A035413F106DD13DF139C04DD15FE1191136C15E111E3159F147512A1147A152213A413F7157415FA10BD14D71242160A140C16DD12160DDF12F113FF108F1391168013F915F8137815FC15AF14EE15C113F015FF132616CE125B04FF15E0109C1691159313BF0F6B1690128F058009581616165A16181626105D163E1136081C1661164116C2104316AA051C04F9086F162F14071427165416D016FC05C4132E147515C813290AD712B4103F012515D507270487153A1192106E043D04D6163E0409159108A90F5605BD0FD011A006C10FD102A701CB13470CCD1344120516F005A116481460035103BE0BA6022E086501AB0BA113F6160B15040146157B16C7014713B90F5F01B101E601BD0FCA0F7916B6102B15D30FBC0E39032102940F0604B71028042A01380FAB02FD0277026E145D1407174C13FB165F11290015133315C6111417661243017C14DD133B12C905AA0C6C0F3914CD16A216FD02FE1674010017E00B6812DC153310BB120C143910E015E011E7133611A0163617FC16B3160D14A516FD15B7164710F211BA16F513AE14A814AE1588158315F115B51615128C13F515451151178913711676150811AE16C8140114B21529134A1787127011C914E70FD60F5313E8112E15BF066515ED03411560011215E20E6E1364021715840EDB143C15E80FD70F820F4C061016B1168511EA147D143316E4165610F0142613FF1476170215040509176003E9160104AD1035104215EB02131503153C1233173F1243042415D9141D15E514B503F5162217DA0F35171C117814E311F31400154415141593069E171C15D60FEC06AF177502A017350445066A0B3D15E90F2315791725157B1727158314CA152B175C14E50F2D154D1573056015E514431412174D146316CB1137150804EE0D25013004DD14BA17260EA9174608AB1798170817CD174F02571595177517431598170C09631571174F152C044B15E417CF14E6174B06C9151A1385145414091756159F0FAA178D17B7015D07E9175F15E804130120134B1690108517CA0FB1158F12B3158A178316D314E1177717A617C9118114C6150B16AF11C515DF17F4140115F617F6109617F514F617381790179D17BC179F17B117B203B40FE40FDB0B09184F12B1011015E0179717081815151B18B017880358041B15B4171D18F1062A171317C317DA13620BC6173015A003740B2E1826151413C605B709481105159811C912D817F51745153E04D9153E17D9112D11AA16DF15C014E6136413461754171116B2165E17E410F2157A105B17F2135D1757175F179313FA15F9138B10B6164610F1119A125C18AD14D612041690176817A5124C177C137F169B1666186917FB10BD1602146C168F0598155602A813C4163B16AC13BC065D03AF1360164C171F149017AF11CA04D21668167C0DBF1388170D139D048618D9162E166017DC16C311AB1575140516180DA40E990F2C13B601AD155318CC0EB812DB15E0135D13DA117118DE1143176F1294166513C6166713A5016913E815A70A5612EB156F15A716441119124C189D1660175F1863176118651702186717551872189F16521883179B15A418CC1259174C010516A31676100E14621898120016CA1875154E04DD0EA10FAB04E5141D179603260FDA019611FE154F170801B6146005CD0F6D05DD04750F1A07C810A80B680BE5142112A51574010C01CF0E840CD10ED30EC402D60ED80E3F1750089D14E718DE0EE60548067E0FE30EB218430F6F0C930B74043801E018A603E2182601F00EB60CCD07E20E60152A05A81336027013EF11E0034007B30B0F194206CF1212193608B812D20E6E0065007700D40EF3181501D90EF618C503F818B301DF0E04036D075F0153015405A8034206EB152102FE187401550C01198F130419C210B7010719F10E0A19260B5301C20E15190019F20383101419B70C1619B60C91023E115D00290B9B0D2E19F20F7501C6051A0FA3172018ED0F4B05ED02EB042401D5180A131C0F75171D07A9052A05CF0765179214440FF301D8013C06250F5310BA0E2E13930F9F028A16A803A01333026119CD062005090124055612440FDF03E90FC206DC03AA0E9711E20195103619300F7B0269190A15231722144507ED17CC0F64145F1470196905180352120603570FDD047B022A054A150B0474182712900295058D196C137619AC0BB3017919AE0E30086515990F7E190C0537198119701465125106A104861933067401550382028A19480971198D1951049019880B0B019319820B84168D1475028F14E911EA045713BD199414F206FC188604F70176052300B5011C072102C7194201DC0FD2037F19BC0381192E0FEA04C707550397013A02960E1904ED02CE0E55198E15210E26019E0E6A058E0F90190E01DF0EE702F8180D0510013806EE17AC15961813072C13D6192E19B60297143F17C5186113E115A8185118C8186A18BF186C187810BE141D035A18B518D312F815B818AD16211264178C155517C418DE15741557180C187618FE19F6116A17A814DC1864180616061ABC168717D415C1139715EE095416B9152B1350059F158B181B04A510A315BF03B311AB10C515211A871918115E123416B015111A90121F1A501366177E139C15BA159E15BF0EFD17A310C015A710C2152B1A3D18E817BE16B8152F1A5D12C2177518B911CE1594185315DC17730B321A2007291690104818A1189016051A9A14A61863133511E40E161A4E17181AD0180316EB12381A70180E1ABB16151A0B1A9D180D1AB618F112101AD002021AA816621A071A9513BA188D126918DC17D01801123218CC172617AD123507A3025205D117680C4607AB0354169210570B5E0AD106891A3F04BD0134165715561A8F16F619671A6D125B1A4F185D1AC212BF0BC412AD18BF19AF183311ED1199164913661A6D1A5217691A99138D15DD18191AB7185317D502F415031AA916591ABB16C414081AC714BB18FC19791A6B18A416001AB0167B11EF15131AB4146916BF196B196E178716E815C31A861656013E08AE1A721AD915581AF012951A4E189C14E211991AE511E6157712A11AC7150512941A5D18A61A2C06261AD018101AC918B91ACB186D185A17BF14AF1A731A5E18B41AF40FB61AA71A171AEC13E31A75159619BD188016FE02C808C21639167B183F14C716AE078018B113CB16C918AF11D20487189E163C078603DF1A021BD8164F16701693139218B7096F139918F20410019C18C3183E012815ED199518F1176812CE1A8813821093164517A91774129B1A43105C117E1AA414BF1A1D14E51A8C15EF1A8F15281B631A09164B1A471AF7197F15FB13BD1A5418331B6F1ACB1AB418B01ACF1A5D18B31A751A091A8B107C1A8614261BD2152704E819180263198A039C023C0273023F022B014A14181B4F1A451BC510B20657026000730660004D01AA02CC013701760003015B1520006D007500AA01200033011601DA153101330172002200EC198819531B4817A817BC0B481BC703B6014B1B4106CC199503BD193C08431BF017791ADC0F561B2200581BBC015A1B10016D0069001C015F1B6C00611B631B651B671B6100691B32011A016D1B481AD713441B711B8814AB0AE618491B2005771BAF0A720239179603511B6F1BD0157F1B9D045814DF01821B591B2000AA016500700020008A1B8C1B641B1C018F1B911B6B1B941B7D1B7614541B7C161913A41B7A16501AA410B91BC9188214C21A851693145513C0199214C21918063A1BE212CD1A931AA41ABD12961AD21A9516AA18A01447026A13E9156C13EB158A193219710CED05A214BB1BAA1A8415CC185F1A6318F01A2E1B60176E189A16B914331B051B011AFE103B1BE91A3F1B7715411B771A6A1A151BA915381B26168217361B8511361A03131D1A8815A711C50E2C13AA11E916B011411AA415431AA715DF1ABD1B301AC611521AFC17461A2913001CF214311BBE18041CE101061C9E103E1A7601401A34130B1C310F2C1A451A181C391AB91B1E1C1E0E9318C117C0101A1BE316021C3A11C504291C1B1BD01BB11AD01A6213971A9D145E1AB71AE21B7A1AE51BAD1AB318E212F11AAC16401BB51AF71B301B651AED1BDB1AAD14DD1A16136B1A3A12FB1B4916CD188513CF18431C6017C21B2E1C951BEF17141BFE1B2911190FE001060C2B104302DA041319F4184A184017B3141F1B5018211BE515AC18E7159D1AF8126D13DD1B7013DF1B9F02ED155D1C501C4B1C1212521CBC18541AC815EE1BD4164717A7176212F11A08165818E71A721A561CEA1A451CEC1A471CDE1AA81A611A8A1C5B11581CC01B221A051C241A82118413AA140016291A4F040C1C1D062A10E00B631C4E1030003C071C1B05144217D11AE215A918221BD61AEC154D17E71B2D1B801CAC1AF315411CC114921CF7138C1C8C122312641AF41AA31A361CDC1A8213F81B781CFA1B7A1C7E12C7186D10B81A281B01122E1AB91B521AF31A7E1C7601161C9205BE1CB9141A1C08132D13BD15EC1B3F1A281AC115221C13131513331C0F1C491A3318261C6A0B4D1A2C1C7D1A981B0B182A1C2F1C0C1A5610941CE21BCC11301C3E01DA1CA21ABA10A01C611CA21C44198310B10CA2184B18C01C1E1BD31BAB1CFB19B51C5918891CE91B8B1CF51B461CBC1CC91C3D1C851C3F1C481CD51C7F1CC61C141AC21CA71AEF1CC51CD11B5618C81C8F1C2C1B551C091D931CCB17971B831C5515D315191D65018A17D01C6F18FE17FC1283168916C41ABE196A19C61BCB1B8C163D044304A11C1C07FC1C4819661C6A12F7196A1C981AE4159A1AAE1CD91B9E1A6F12DC01731C2603A905E01BF01BE112B71C211DB91C0B1D8D1C0D1D8301FD19331B861C4E1CF91B4318011D7B1CC11A7D1C2C1D141D1B1DC01896129A1CB8165017B31C6818641A770D82038810C005F11CEB1C0E15A71BBE013D0646036D0F6F1D251DD2154408DF03A711D418CE025A1CEE19591C05053A06FC0496196B1D7D1D12010013F114FF05B20A741D3B064713771D0A18711D2A1C2F1DC91B6C19C51AC51BBC198B164111881CF21B901D23183C148914191338033E06F419C50295198C1DA4060205FB02C40F7F1D191BA61B931DB615331D991DA803C81BC71AC71BCA1AB61CF3139E1D3B14AF05A11DED17A31D751D3E18A505391D3211430F5B10AB0AA71C4117A518AA1CFA196C1C431D6E1CB104AE18711CDC1B6F19DE1B4B1D761C351BCE11791C621DC71C7C1C3C1C701DF612101D2A1B121DD11CE31BA51A171D871C711AF21BB81C1E12BA1C7915531C9B1CB916681DE610A00F9A0F160265066419ED141F1DE010C6014907730DCA0FB00FF71DD005761D231D5B101E082917011E9501031E2A13971C81110A13651DA91A9D1CCD0F231C441AC31DE3198601E519BC0663064210F81D0901171BBE1B2D1CC01B381DFA1C3A1DC61D3E1151102119351C3D1B8210771CDA1D1A1D5C1DDD1D5E1D401C071DEB1D501DED1D521DBB1C98135C01E61C4A1CDC1D161DC118DF1D781DE11DCB1C111D1E1D601AE81BF31D93151C1A281DB4157818591DC41C761DC40E1B1C981C0F1EF41C8C18091C211C2A1A141E0D1C561E041E4E1A311A261A331A331CD31C341A471AD71CBB15D91C331C201C600ADF1C3713251C491CC815281C141C6310E81C521BA51BF21C271D4F1CEB10DF06731E9910231EF00AC51DCE053E11A51C3D1DE213151DF81944176B1CD41AAB187612AF1CF013341E421C361EE612381EEF1DE61BCE18F21D871ED118C218501EE01A1D1D2517E01D1011571D451E651EBE18B31CF3124B1E7A1E6501641ECD1C521ED81C071C081BDD1C0A1C5A1EE01C2D1A0E1CAD1D9511121C3D042B1DDB1CD21C01132613701EA611AD1E681EAA116A1EB11E591E9E1C5B1E0F187D1ED61C051EF61CD91A2A1CB709CD1EEF19EE1CA91E6312C01E9514601C801E2C10641CDE18851E69153E1E881EA718201BE913471EB21C991E2F1B551DCA1CA21EE31D8F1C4C1EF11A6F1ACB1E611D301E3F1EA616901E4F1D491E931E6217F61B541D7C0EF61D0A1EB716FD12FB1DF211FD1DFE1D7D14091E32056419E31C961B061ED01EAD101B1E021E001F961C531E0E1EDB18E51E9C1CDE1CB31E6E1EBA1ED21E591CC50EA00E191EC711071F2906330567128F112C0B811E641C4407DE1EA318871E401D3A1C8B1ED71B9C1A930F461D6D13E11BA01EE61D7A13A31E701AF11B911EF81E61174D110C1D3A1E4F1E2E1E5B1D2B1E5D1D1412BD1CE51DE91A4D1C9712541C981EE01EF21A01184A1F7504150A381601033A16FB1A13033707FE1A291B001A8318791AA104D10487182714071B5D1E2214621F8F18501691183114290A5119EC0F490C8F17DC17800C7D1B7F060416EC162618A80F1C060C0960159706E40B4206A002C505BE07B10E4402F70A381973179002860FE8026C0F830156021C19780074001C03C519791BC6168E164D05BE070F1FFF1EE304EA0544194019B5055B1BDA15D60E901F0203831F1F021607D614DA15AB020317B71EBD11E70771033219111947192A1CD106AE1F1019171947194D09C50F6F1FB70F00187716C3077013CA19881FA002C711771FF901791F4E012A057911850FC01F7F1F0E01C31FBA0FC51F8E08870E0A1F5B1C2C175D0643047F1F9F03A61F0A01211FFE1E081F1E1EED047C1F860F7A02130369008D03CF1FA201C61F6C004A15371DEC1F9614EE1FD91E0306251E821E9C08A61C2A1E1D1BA91C381CD41BE813B01C971E671DE71EEA1B5F1DBC1E381F4C1CE81D431F3312DB1DF31EC01A481F0E1D371F3E1CEC1E9B1DEA1D3D1FFF1F0A1DFA1E411F9F1E421E1011C9182A1DA81E5A1D4D1E201AB61E671E3C1A551E4C1E6B1E8212C81EB41E4B15CD1CCD1EB91E3216A41E2313641EE21C3A1A231A141FC51E581E6C1E191FA615CA1E3C1E711ECD1E291C331A211ADD07131D76014B13C918941DB61DCB1B8816951D311DC3193017261FF701281F4E101B08F51F671C3F1D031DCD1D301F9716C512D81A0B168A1C4C1F101E911C921ED91D07202F1E461F311E0B20E91D3C1FF71E1320F41B1520531D421FE21A441E4C17BB1EF71CF5103616A304561F4704D001C5163C167E185F16FF1A821862163D1C2B160A1B6716641F92176107041B6B1F73162B1C761EBF1B781E15012D00CE1C611EF91CDA1EA31C061E53203E1D2D1F5620201B5820231BD11D701C4216721CD51D741CD71D7A02E41EB11C201D3E1FBC1A441F9D1EDE1D0C2018200320B610581D3B1F4E1DF6153E1FB918FB1E421F3120A61E73181C02AF121C01BF20AB1F111C932075047E160220E7070E0D4620341D5413492047209A1D93175D02BB1DCE16ED1CC2201C135D1E67127F1EF11F502083102A1F291E54209A20CC1DE31E251B0D20E21DBB1A01207420DA1A501FEF1BAB206320451FF71F6620F51E9C1D1220EA20741A941EAF16961E4E1FFE1FF420B41C3B1E8C170718F614D714E2142F1888032C19701A700129030F14D51E8F05782088027200611B53160E1C2E1DB11D4418FF20131831176A0F0615D507251CFE2027188E171720911DA01D081C820BAF039D1A910E8A0F1D023B18BE17C005A217091505178419711FE21B25181118AC177F06B3173C182D18022137211F150F040621C203FF0B13022921E4143D18D31FAC15D51FC71F581509075A155C15AC03D70F7802000601217A1742219420DA20DB1E6910BD14DE209920E01E2E1FD31A421DD51AD01D8E1EE61A11206A20FB206C20401F6E205B20121ABC20401E181D0A21281B101A4D1FF11DFA2009209A1E411E2021A11E991EB3200F03261022173A01C0178D20D620281D2A056E1F7114A00B54160F152E20991029183F147C2177217C184014650CFC062E00D520D81334186B148C20201EEA1CB0206C1419168C21D81E581F18145D16801AC41D55218310400F9E0E241EDB20271E7C05F01F271FA4213308AB214E20621C3B1D1E0EA72195203B1DBA07B021A32196205B004B07B5215421BB218E04B921A821AE21A51CBE21AD21BB21A204C221B621261EBC07CA21BF213B1DA404CE21C721D021B421AC214F20AE213608C621D721BB213700D221DB21B321DD21DA21B221261E5220E221FB1C261EDE18E621F21F641CB404DE21E321821E5E03EE21E721821EB008F221EB2151209512EA21A9212108F621A9213B07FA21D821E121D621EF21EC21FF210322F321641CA6210722F721CF0F44070022BB21F41F0F22B321170D1222E821F9210B22A92114221822AE21AE131522F021BD211B2210220E222122D0211722B121082251202A1C8B0F930E3310282139212A211503770068004E0181014A21751FEB1209206519B101671932118219BB19C1197A0FC20EB21D4022B41DCD20CB20B41D1F15A4033D12D3011F054411861A0C0F170F1F027D0545197E0F690449102410591F2305801CB00C2A05DC0F681C911382052202C3012D03790FA30AF81A0103FA0EF50652225C0554223502562230173B056E018E152F15770FC807160FFB0E6B2232076D2206075E013C0657195C19E304E60377024121B517E2077322BF0675226501BC1F6922E80E8702B31F50129D1FAA037D22E6160C21811A0B19BF03680C8C220F078C0753229122670599033E1894176918B310D0036422920222004C005402610070006800200053006300AC01700074003A0059020C0C1903B41F21052716A822AA22AC22AE22B0226900B222B42291212F04060C590C53039F0288053F22CA1B5413AB198D1A5702941BD20522003A005702C32299053307E2113D2270059A22D60550020402FF0E22005B005E003A005D002B003A00250064002A00D3220B02FF1C7702670220027B021902B706C120811183034508290F3A006D007C016C022800BB227200AB22AD22AF22B122B322E722941B672256024305DD13A2022C0BB30165226A04D810B7220F192105B403290A1A187C1037057D1F64019D06610FB201630F6101E2195D16D814B405FD05BA021B23620F3E12340771225C010F0C34042E067E0FF706930BBE0B681060021503A813DA19CC10840342022B239505EC0535021F235C04711222232E0BA5055A16E211AA0FED01FC224C00500048007C001A081B084300030E30004100A3044207320044003500470042074500BB043409300042004400430039004200410069034300440046006023210837004600920C33005823980833004300480752236E095A23300044006D23420757231A08512355231B08BB07BC074400B404F70775230B086E237A238E048123390734007523450078231C0847001A08900AE70D320047007B094400D204190B4100752341008E2387231C080A0DBC0745008323480743009D239023350CF70733004200D00405083200A523420075234600A623912308063907AB236C237C074700BB07430055238C23B323A823B623AC234600D308FB0D320046007523AF088623A7237623D308A22336009B23BF23BF08B10BAD0959087523AB23CA239123480B0A0D7C0777233700C823BF23E30AA123A3233000A523D8237B0DC623FD0C4100A9231C0A30005A238C09E6233000C323BC23A304BC0746001C0AE823A404EA2339073100EE231C0AE6232408BC079C23D809AE235908542342003200EA23C323DE2348078D23FF238E04C323F923EB2398237C079A236207BA07FF230F09EA238123B523AA23AD237C070724D00808240424FC234807C9237923CB23DC23190B45007523E52327249123A304EA232108C3231A245007BE23F023A223012455239F232108E223CF234807D7232E24AA085A1108069C23680E7503EE236A03F0233C248223DB0C0A0DA523DC23CE045423BC23F223350CED233F24D123A304532423240D1044003400410037004100010D41003900440039006523A523C323812363237023712331009723942344001C0A692436006E234600C904C7237907D1232108A5236923EB23900A9C23350807088E049C2307247C07692438006E23752377230E2404243024BB07EA23BC234400D023FF237C08442432004500A9094400360092246A2362233900F623812356233300692437006E230C242524BF237F24B307DC23572342074807030DA3049A246E23D004A7245123D1232C0FAD091C085523AD24E4231C085C23B123A924A3045424D10477237C07A223FB0D0A0D65245E2436004200380066239224380062230B0869249808EF08CB085D23390041004300CD24A324BB24892443076107B1247424CC08712356246F23F0234F079124D00436244124A3040A0DEA23F523AD235A240B245E03A9240F24D308440D32000724F32412245924E8237C24D104EE231A088C24102482231F24AE23E8231C24770EA923B723EE23C904FF23C224042403091B08C52497245D03EB23DF23FF231C240D25480749244124C0241A250C25AC23FE245424740EDE24592343074600B5248B24412429082225AA070824AB245523E3245924B52426248F237B23F223D30808065F239C0845008D0752233F25D1244100D32455235F244100B9234200460038004425FC23A4046924BC24CB0869032B25D1233A25BC07CF041125A5233C25342597243625C1249623CE04BB24330056237124350046004F074500CF2377242025ED24B824C1091B08A2239124A92315245D23D12385243B2518256207402438251B084B24A3044D247B24190B1B242908A0237D23C904DA23C5238123C9047425B223F0231A24BA07B10B920C7B09B80480232C2458240825952389234324FD23D1238F25BA073907D104A30420245523E30A7C070B24F123D123B804A025900AFB23A10AEA23440D4824A9243907440D05249E259125AC257B0D4F07AF25E3232D247C250624D3088123AA25CE049625E6238223BC2399257B090D0EEE23A4041A25B00894239623F723A5238E249624C72555234200340043008E07CC2445009F24310041004400CF047824B6248E253A244F24EB24A824102522249A25B2242825A324EE23390737240424B325880A1C0AB923BB2355230806542333244C24D623BF23F7259523B804C3233E24A825C52591244A0773251C0ADB2394237025860C9725EA241B25AC232B098F2408257124B4251C0ABA2506256C25BE25210834240D104324222491248A24E0235A0939076124BA087B09BA23E624BD259E23242633005223FE24B5237523F0252D255D259F23E6236424D1044F23090E3F25FA24BF084600C723160D6E235D233700420051235323E6242C257C25D125AA0802242026BD238507A924CF04B8049523DC234B26D3254E2692247223B225BF0822249824242441264124A4258A233226A924B0235A26E925F423E82303267B259E23D5256A03B425A72533264A2674258523ED24E625A7256C26CB23FB259A254B0BF8254200A7071524DE2329084100D725EE251D25BF234300080133007523570E310062239A24340961074226480B39006E2395261D0E8623172479239A269F239D23032579239F26BE249E26A3268623A126A407A426A026A826A226A526AA26A726AC26AF26A926B026AB26B126B426B326B626AE26B526B8266B0D8E23DC256A236725AE230508E423AB2346266E090B26F4074200E5231B08D725C6268E04C8262E26C6260D1029266B030A08BC232B242A256F232108BA23B00C0626D7263508BA231124A523450EF4088E0D190B5F0E722545007209CA04FF07F707D50C6A03FA23D426A425DF2339075A094100D50C3907BC23F5260B081C0A5A095A23900C8B269C08150AE726CB08AF08CF04A223FD26D004CF26FD26E72643006F230B083C26D50C0B0889265F0E7B0D3F25420DEB265D03BF081A086A03B8040508A5230B08A3041A08A523AF087F2570232E26AA08A5237C247D255D230D0E8E04FF07310043008D23C60C9D08EB263F255E24DE2570233500430060232E02CC04BA045D240210B023C826712365096B248F07B607A7077209B02345006023A2241C082E024100DF253400420061076B23CB087323592350269424AA08FB237C2377239F25D00484259C23AD091925ED242924C6249C25F125E625440D0508190BBA2308069124080622268C24D2253125D4254F26E7244124CE250124E72509265A2716265D279025AB250D0EFD0C312648077526BE2550243C25BC245A23BA04B5241E257C259D084400652537006023360041004600AD07CA044200D72542266207602396266E2331008623CF04A3279D23A4277923A7274E27A6279D238727020B862337252D0986239C23B2279D23B32779232B26B8279D23B9278623BB27B7279D2349263500C0278D254207CC241108AD07980805088909DF25C4265423D226FA24C9265D2353267E23CF27BB072926D1267E231627EC23D90CF4077E23F9262D271A08DE271C0A7B2339275A11C72629278E0D4526D924F526662435009C23A304BA23420D6123EB274F23DA24552334007624D8260B26F1274300F327ED27B0087E235107E70DDF272F27DD27D326FA267E238E07F4070B26DE27A404A523E127FF271C083A279427B2238E26C7250028E9275027BB04F4273127BF0833275B083027460071240C245523DB24AA235E24A2233F24E8266A0369251C089A24370C0708EE0C712446007C087508FC26920C1A24CE244200A508F526150ACC2756246E0D7E271224B625AB25CF046227E323B02728247D2367275927ED247125B10B6B274E28680E162529248A2789245B238E277A245327ED275D238D2336003027C90476232A254226A2049F277209A1276E2382246828FE23C4276B2843076D2869286C288E237C077228A126CA043508970D2809D7253900E8265727EF27D327CE262926CB26CE27CE268E04D6277E280A0BD50CDA2709282D278B25D50C21092E2689281028E4278328602319288909ED271C285207E2276024332845005327C323AE073F257F2663236424F72366096A249827D8254300CC24460050279B2735009824AB23F52697235A234F07812364242B2466254300D1045B031E088123FA249A23AA077D28272556248D27E6248F2787236523B5084500E025D925F42367236E24632334009326ED23972698086728C4277226900D6828DA28DD287228DA28A9275A037228E1283725B008E025AB094526410761243E28CC26D4278128D227E6276D235E08E42397244500F82723278C283927EA26E627DC2672096723790A4F07AB23450ECD263A27A425F728440007244500F9088E260B2621092F2799283327AD0730278B26DE23D2042E258D2777231A080A0896278F076623DC2574095E243800DC25A824B0288E046A234025A423ED2767235107D925A3246B237B28B223A328DA248224A10A66091B087D2864274A261026A725AD27A723D8271725EC25F1236B258726E62353277C08E50C4B27AD079C23C7044400DA24D3284907A2046524A0279826C427BD255E2872285629592958295B2968285629492697230C274807880A3E266624EC289428F228D127ED28CE26BC078628D5260A290C276624F528F7287B0D88280728A4047C07E126AA08BA23792953232527DA2604288725021013293227570E3A265B276A033800AD28E8263800AB28DC256E248E0A4D291E104F0735003A28F0245007AA237624B9046E24890900083E28392987232E25C1237126BF237127E825612694255328EF25A924C824F724BB25D8087B09AA07BB238525AA25B125F0235625EF08F423A10A0708C8247729A9232C273F280F252D25BC29190BB325C223082557256827ED248F25E9249C08F707B8251726EB23332575244329E423F624F823CF26AD25C029552508256926F623F7241124FB236426E6239924A524AE24E624722687235C2434254A07B524E829A7235C0341292110E729A429DC233425A707ED29A429B628F629F908E624B6277C2590251C267D23F4246D288723EA25A10AF52322241325AA08C3247523C828A723B30807245E24AA2336006725B223CA04CB045A2363287C07D628D628A2274207150A8E23202A6E23222A1F2AA126470A212A8F27272A232A292A2C2A282A2E2A2B2A2F2A1F2A292AA927AB09232A342A342A87275207212A392A3C2A3B2A3E2A232A3D2A402A3F2A1F2AFE296024212A452A452A7B254426212A4A2A4D2A4C2A4F2A232A4E2A512A502A1F2A49263700562A582A212A0D241F2A5B2ABF085D2ADE235A2A612A232A5F2A642A622A5C2A8E23CB08682AC1294A076B2A692A6E2333276F2A6D28702A7508722A752A682A762A712A772A7A2A6F2A9C260B08682A7D2A7D2AA126F908682A822A852A842A872A6F2A862A892A882A750872260008682A8E2A4926860C63236124E826ED234A254207C3286729EF286A295A25D026F4282B248C29D524CE27D50C7E2874030E287F28E1269F2AD8278E04A52AFF07AD2A1F2726271327C904AA2A5A25082825270329BB2887255A110727DA23072763097D25BB287723FC28F528A22ADE26D327A52A9729A72A2627F1286C29F328AC2AB32AAF2AD12A9C23D12AB52AAA23B72A7C297023D104BA07BC2AD50CBE2AD50CC02A1D27ED23A92A6E29C62AED28C92A0B08CB2AEE270429480B8628D02AAE2AE92AAE2AD42AAE2AD62AC32AAF2AD92ABA2ADC2AC904BD2AFD0CBF2A8C282F273100B223C42AA12A7029E72A1F270424EA2AA92AED2ACF2A0A0BB02AB72AD32A0E2BB42A480B6824D82A8C28DA2ABB2AFB2ADE2AFD2AE02AFF2A892660280429E52A052BA42A1F278C09092BCD2AAB2A0D2BD12AF12AB12AF32AB12AB52A7A0D040BB82A7E23F92A8E04192B7E2A1B2B0B08E12A2F27302B202BC52A222BC82A242B6309FA28EB2AD427CE2A0010EF2AB12A2B2B0528D52A132BA404152BB92ADB2A352B8B261A2BA404FE2A450E04280329CF27E30A86287403002870230D29C12A10291C0AE8260724890951233F09C82629083027C6274D29BA07C8267B28CB045E244625AC233409FA24572A9E29A6297C25E123A9294807C327BE25AA2560271626AE251926A423D6291024D82974290E25DB29F323D308DE29D729FA23D52362076B2A052A02267825D9297F230827FD29D123712562262E2693242D25050EC623C429D2291D0EFC29AA29FF23AC29E823AE29BB07A6258C096F27B329A3238A26CD254B24C32AF8241326EA243F289C269E231125FA23022A2E251E2BEB23BA29912B7525F0236F27A425AF293E24B22BCA297D23CC292426CF29C22B5F260E2AB00C4B258E0759089B27632439276323CC24F107A127522966285429C8278E230F09E22B6B2AE32B9626E52B6D2899279626E92BEC2BE22BE92BCC25E926E22B9C269A0A9626F32BF62BF22BE22BA126BA04F92BFC2B9626FA2B292AC323D1083F25A125472597239A2A0A2B9C2A67290806EE2AEE2AA62A082B152BD409C12A482BCC2601287B0D1A08D927FA279128900C91289C23D927252716275825F72ACC26342B2D274E28072B2127902521270428DF2A372B1A08FC2A3907FC2A5A09BC07652309292A258E263D25F6289D085E238123F6288926AB236A032B090F29CA041D280926FF075527CD240E28EA234825C826602443002A256803F0267F26C6239E288D23F123022CCF04AE07C309F92676247F26D2045F247C2847269F29492815252B241624B2255B27B5257D235F27B1290806C82B9F2B1B269325EA25FD25E623FF25E30A0226CD24CB255126CE25542655235626752758266F2CA02995245D262E028423E0238923CE254400882454230829D825DA25B023DD25DF25E125812CCB231A24D529A025622C2F24EA2596233425E826DD24E025A624C728BF2333282D091C087F26A3242F276B238A294F291D0EAE231C2AD82898083725CC04E22BB22CB52CE22BFE29D924B72CE22B7B256123E22BBD256624BE2CC12C9626BF2CC42CC22C7209C52CC32CC62C9808C82C72095D2A7B28E22B7E2B9F24D02CD32C9626D12CD62CD42CFE28D82C9808D72CD52C8E23EA238E2398279507D2040C27100B5E236629082CCA26F028EC2A5A095C2BD226242C552BDE2AFF270727F525C3098926DA27D427090E172B9025E92AFA28022BEC2ADA27DB248129B42AA7076E294B256F23BA079C234E28F325152C2B28EC260B08072B1127AF2A5924252723278C091E277D25282C1B27C509A82A2427AF2327270B26D225162DB10B0D280428552C0429232C45269025032DD825722903279025092DF225AA080C2DFF261627102D2527072B282763252A27372D182D25271A2D9E27CC2A2A0E1E2DFE247B293B2DE625242D8329442CBA074F23032DE024F926A2044500402CAD282E02A1250824380DB223A123692B3A284200702B5A03BB04AF08DC256A03662394275A262F265C2396075329AE248E2398239D276B2DA126362649078F27702D9B264226722643076B2D762D762DA927D22342267B2D7B2D8727602675086B2D802D37257827E9264226852DFE29E32549078A2D8A2DBD2576236B2D4926902D4226922D952D912D6B2D5D2AE32A4226992D5D2AEF231D0E6D2840281D0E9C267D27A22D8E23A42D6C27A62DA32DA32DA126592CA1278F27AD2D1D0EAF2DB22DA62DB32DA1277226F524B62DA62DB72DBB2DBA2DBD2DA12787279607A62DFE293727A127C32DC62DC22DC82DA1277B250428A127BD25CC2D1D0ECE2DD12DA62DD22DDD2BA62D49266E24D62DD92DD52DDB2D1D0ED72D7E2B5A116E237A0DE12D6D28E22D5423E42DE72D8E23E52DB929E12DF02BEB2D5423ED2DFD0CEC2DE92DF02DF02D9C264E2BE12DF62DF92DE92DFA2DF82DE92DA1269729E12DFF2DFF2D8F275D2BE12D042E072EE92D082EE12D7226CE04E92D87272A0EE12D0F2E122E0E2E142EE12D3725FA24E92DBD257D23E12D49261B2E8C2CE92D1D2E212EE92D5D2AA22BE12DDF2D272EE92D282E262E292E8E237E23B3246B2A2E2ECC08302E332E2D2E342EB3246D287B0D372E2D2E382EED2D9025B3249C263E2ECC08402E432E2D2E402E752872260827B3248727AF2A4A2E2D2E4B2E4F2E4E2E2D2EE528FE292627B324542E572E2D2E582E562E2D2E7B25D72AB3245D2E602E5C2E622E5F2E2D2EBD257E29E424652E2D2E49268B262D2E5D2A6C2EB3246E2E712E6D2E2D2E7E2B1624A624ED2D4D23A624A12634098E237C2E7A2E7D2E7B2E812E7D2E8F2760077D2E7226852EA624872E8A2E862E8C2EA624A92751077D2E8F2E8F2E8727920DA6243725952EAE24972E9A2E7D2E972EFE293400C027C828A12E9D23C828E829E8297E2B66259D23A72EAA2E9D23DA286B2A04096828A126AD0D6828AE2E8F2768037228B52EB82EB72E72283725530A6828BC2EBC2EB52E7B25CC24722849269B247228C22E7E2B142A7228C92ECC2ECB2ECE2E6828CD2ED02ECF2EC4277E2B5F09232A7D2A4926CE24212A7D2A7E2B8929E22B8F27DE2E9626A92736296E23DF2CE52EED2D8909DE2C9C266227E52EEB2EEE2EEA2EF02EED2EF12E992AEF2EA526150A4200470AF8276B03C32A4526C5266729EC2CE92C9D2A61250C2C0C2B0D298E285E2B79297B233B2BD226152CF72306282A2DF72A0B2B9E27CC260928602BDE27090E202DDF272E271628B42A512B252C1C2B7D29092F70230B2FAA08472B6309DF083E0E322D322B1C27242F2027DB2A402C0E2DFB28422DDF271B2DC6260027292B0824F62627272B2FA10C9E2AF7235729EE27AE23DB2AB5235D250B083F09452F13264E28552CC30CA523D409AE230428AF08022B5E28E527422F832795230727A909452F0B26522F5A25592CB3082227162C532F5908CA0C532FF325F92ACF04A1230A080D2EC1265F2B412B5F2B152D11270B26B8048926BC236A03B2236007F826D2235F2F8625552F0827692FFC26462D182E05082127A22B8E0A5F2BC3260428A5231A2D742F0424772F532FB52B672F480BFD26822F162D8A26832F872F7D2511276E0D1D273E2DCE25742F8C098E2F5A25AB094825602F360B652F2727432F922F6A2F152DB42A400D972FBC23702F5F2BDA264F2F752FA324F208792F45288F2FA82F2C277F2F942FAD2F882F842FB12FBC23882F392D8B2F3B2B142B0008B82B7D2F682F5A2F882F032DEC234C2F942F9A2F0A2FC52F9E2F002B7724B72FD0044B2A6925602F6A03AB28BC23662FA92FBD2F5825162D2A0EAF2FAE2FD60D1628732F3B2B762F7023BA2F5924E22F452FF5246C2FC32F3D2D8926E42F712FC42F9D2FEB2FBC23142BDF2F7C2F912FBD2FCE2F232F6E2FF52F862F8926152DD52FFC2FA02FEE2FF323BB2F1308B804582FB308F22F9C23B223FF2FE12FBC2F5A2FAC2F6F2FF62FE82F712FB32FC725042816305E286E24C62EDC2F012B1E088B26A72FF02F1930FD26EE24F42F2F304C2F31301F30D62F0C2772240D30C9042D09DC2FD0049429F90DDD2F7409E02F0F30CC2F932FE42FAD2F05301E30B22F35305D2BC3234307B82F3E300030F12F2E30B325E52FC02F7023D2230730942F0A30B42F8D2F403050302D306A2F03300C274730882F9A2F0930FB2FB42FA02F5D306028CB2F6107482F0309C6240A0837274C3024302A25480B2B30CB2FAA2F710D812F152DC12F992F4930FC2F6C277330E42CC7043E30B424B5235729AF08A808773001305A2F45306D2F1D30C22F722F5B30762F5007532F52238730CA2F8C302E30212DBF2FF62F5730E92F593067308C2F68249530993051306030462D160DE72F6430232F66308A2F35306930782F542F672F6D30123070309D081530A530012B5227C10941302C307E2F1A307B3090307E30EA2FB42F8130A530393081245729150A6A248830DC2AC92F4B0B3508A42FBE297830BD2F1B30B02FC33058302030EC2FDD24C92F42298324EF2FD530CD2F462D962FD12FAC301227122CAF300B307724BD0C0E30BF3003091130D50C6F301430DD3074301725D3301830C030932FD730E82F7D30DA303530C730DE30762808245E286609CF239D087C2329262F278526C72ABD0A0A0D29260409EA2310310A0B4526202711270724F423E7274A0785260B2C0210C9040D311131C6260409D9261E3190256E090428CC246229D50CDB2482230F2C75088526002F0E31FA2A9C2FEE271F2AB42A53271931202A822D4D2FB008D02D7023D72516313F312D313C312F31B00C2231562F25310724133126313E31AA2373232B31C826193110281B314D2347314C319C2F8E26E826332C86253A0AFB2A352BF926822FD5290630DB2ABB281F27202A6331112D1B273C0DBB2823276231462A472BBB28C3266731232D3E31212941312C3152316F265431DC2A4B3133310428ED27CB0813277831332C4F287B317E311A312B27572A1B081D0E1A085825420785262431BD0A602A5029E0278B3170319A2377310F09193182243B319331E423D7270010FD2E6028150A0D106308F0305A097D09A73174311D27622B3A0765244600CD244C2922298F07D62B66246609CC048B23740E4C25452682264A25582547254A259A246223BC2488076107122706249A31072CF12891318526EF286829C30CEE2A9131CC2D5E083800EB2256196805940FF103D302E801")))()
  4901. end)
  4902.  
  4903. Ferry.Name = "Ferry"
  4904. Ferry.Parent = Main
  4905. Ferry.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  4906. Ferry.BorderSizePixel = 0
  4907. Ferry.Position = UDim2.new(0.0123971412, 0, 0.0499999523, 0)
  4908. Ferry.Size = UDim2.new(0, 147, 0, 35)
  4909. Ferry.Font = Enum.Font.Cartoon
  4910. Ferry.Text = "Ferry"
  4911. Ferry.TextColor3 = Color3.new(1, 1, 1)
  4912. Ferry.TextScaled = true
  4913. Ferry.TextSize = 14
  4914. Ferry.TextWrapped = true
  4915. Ferry.MouseButton1Down:connect(function()
  4916. ------------------
  4917. --CRACKED BY RTX/LiLWally
  4918. --https://v3rmillion.net/member.php?action=profile&uid=516951
  4919. ------------------
  4920.  
  4921. Found=false;Tool="None"Down=false
  4922. Mouse=game.Players.LocalPlayer:GetMouse()
  4923. Client=game.ReplicatedStorage.Interaction.ClientSetListPlayer;players=game.Players
  4924. for bbab,cbab in pairs(players:GetPlayers())do if cbab.Name~=
  4925. players.LocalPlayer.Name then
  4926. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,cbab,false)end end
  4927. players.PlayerAdded:connect(function(bbab)
  4928. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,bbab,false)end)
  4929. function move(bbab)
  4930. bbab:MoveTo(
  4931. game.Players.LocalPlayer.Character.Head.Position+Vector3.new(5,-4,5))bbab.WoodSection.Anchored=true;wait(2)
  4932. bbab.WoodSection.Anchored=false end
  4933. function tree(bbab,cbab)
  4934. for dbab,_cab in pairs(bbab:GetChildren())do if _cab.Name=="TreeClass"then
  4935. if
  4936. _cab.Value==cbab then if Found==false then move(bbab)Found=true end end end end end;local dc_a=Instance.new("ScreenGui")
  4937. local _d_a=Instance.new("TextButton")local ad_a=Instance.new("ImageLabel")
  4938. local bd_a=Instance.new("TextLabel")local cd_a=Instance.new("Frame")
  4939. local dd_a=Instance.new("Frame")local __aa=Instance.new("ImageLabel")
  4940. local a_aa=Instance.new("ImageButton")local b_aa=Instance.new("TextLabel")
  4941. local c_aa=Instance.new("Frame")local d_aa=Instance.new("ImageButton")
  4942. local _aaa=Instance.new("TextLabel")local aaaa=Instance.new("ImageButton")
  4943. local baaa=Instance.new("TextLabel")local caaa=Instance.new("ImageButton")
  4944. local daaa=Instance.new("TextLabel")local _baa=Instance.new("ImageButton")
  4945. local abaa=Instance.new("TextLabel")local bbaa=Instance.new("ImageButton")
  4946. local cbaa=Instance.new("TextLabel")local dbaa=Instance.new("Frame")
  4947. local _caa=Instance.new("Frame")local acaa=Instance.new("ImageLabel")
  4948. local bcaa=Instance.new("ImageButton")local ccaa=Instance.new("TextLabel")
  4949. local dcaa=Instance.new("Frame")local _daa=Instance.new("ImageButton")
  4950. local adaa=Instance.new("TextLabel")local bdaa=Instance.new("ImageButton")
  4951. local cdaa=Instance.new("TextLabel")local ddaa=Instance.new("ImageButton")
  4952. local __ba=Instance.new("TextLabel")local a_ba=Instance.new("ImageButton")
  4953. local b_ba=Instance.new("TextLabel")local c_ba=Instance.new("ImageButton")
  4954. local d_ba=Instance.new("TextLabel")local _aba=Instance.new("Frame")
  4955. local aaba=Instance.new("Frame")local baba=Instance.new("Frame")
  4956. local caba=Instance.new("ImageLabel")local daba=Instance.new("TextLabel")
  4957. local _bba=Instance.new("TextLabel")local abba=Instance.new("TextLabel")
  4958. local bbba=Instance.new("ImageButton")local cbba=Instance.new("TextLabel")
  4959. local dbba=Instance.new("Frame")local _cba=Instance.new("Frame")
  4960. local acba=Instance.new("Frame")local bcba=Instance.new("ImageLabel")
  4961. local ccba=Instance.new("ImageButton")local dcba=Instance.new("TextLabel")
  4962. local _dba=Instance.new("ImageButton")local adba=Instance.new("TextLabel")
  4963. local bdba=Instance.new("ImageButton")local cdba=Instance.new("TextLabel")
  4964. local ddba=Instance.new("ImageButton")local __ca=Instance.new("TextLabel")
  4965. local a_ca=Instance.new("ImageButton")local b_ca=Instance.new("TextLabel")
  4966. local c_ca=Instance.new("ImageLabel")local d_ca=Instance.new("TextBox")
  4967. local _aca=Instance.new("ImageButton")local aaca=Instance.new("TextLabel")
  4968. local baca=Instance.new("ImageButton")local caca=Instance.new("TextLabel")
  4969. local daca=Instance.new("ImageButton")local _bca=Instance.new("TextLabel")
  4970. local abca=Instance.new("ImageButton")local bbca=Instance.new("TextLabel")
  4971. local cbca=Instance.new("ImageButton")local dbca=Instance.new("TextLabel")
  4972. local _cca=Instance.new("Frame")local acca=Instance.new("Frame")
  4973. local bcca=Instance.new("Frame")local ccca=Instance.new("ImageLabel")
  4974. local dcca=Instance.new("ImageButton")local _dca=Instance.new("TextLabel")
  4975. local adca=Instance.new("TextLabel")local bdca=Instance.new("ImageButton")
  4976. local cdca=Instance.new("TextLabel")local ddca=Instance.new("ImageButton")
  4977. local __da=Instance.new("TextLabel")local a_da=Instance.new("ImageButton")
  4978. local b_da=Instance.new("TextLabel")local c_da=Instance.new("ImageButton")
  4979. local d_da=Instance.new("TextLabel")local _ada=Instance.new("ImageButton")
  4980. local aada=Instance.new("TextLabel")local bada=Instance.new("ImageButton")
  4981. local cada=Instance.new("TextLabel")local dada=Instance.new("ImageButton")
  4982. local _bda=Instance.new("TextLabel")local abda=Instance.new("TextButton")
  4983. local bbda=Instance.new("ImageLabel")local cbda=Instance.new("TextLabel")
  4984. local dbda=Instance.new("TextButton")local _cda=Instance.new("ImageLabel")
  4985. local acda=Instance.new("TextLabel")local bcda=Instance.new("TextButton")
  4986. local ccda=Instance.new("ImageLabel")local dcda=Instance.new("TextLabel")
  4987. local _dda=Instance.new("TextButton")local adda=Instance.new("ImageLabel")
  4988. local bdda=Instance.new("TextLabel")local cdda=Instance.new("Frame")
  4989. local ddda=Instance.new("Frame")local ___b=Instance.new("Frame")
  4990. local a__b=Instance.new("ImageLabel")local b__b=Instance.new("ImageButton")
  4991. local c__b=Instance.new("TextLabel")local d__b=Instance.new("ImageButton")
  4992. local _a_b=Instance.new("TextLabel")local aa_b=Instance.new("ImageLabel")
  4993. local ba_b=Instance.new("TextBox")local ca_b=Instance.new("ImageLabel")
  4994. local da_b=Instance.new("TextBox")local _b_b=Instance.new("Frame")
  4995. local ab_b=Instance.new("Frame")local bb_b=Instance.new("Frame")
  4996. local cb_b=Instance.new("ImageLabel")local db_b=Instance.new("ImageButton")
  4997. local _c_b=Instance.new("TextLabel")local ac_b=Instance.new("ScrollingFrame")
  4998. local bc_b=Instance.new("UIListLayout")local cc_b=Instance.new("TextLabel")
  4999. local dc_b=Instance.new("TextLabel")local _d_b=Instance.new("TextLabel")
  5000. local ad_b=Instance.new("TextLabel")local bd_b=Instance.new("TextLabel")
  5001. local cd_b=Instance.new("TextLabel")local dd_b=Instance.new("TextLabel")
  5002. local __ab=Instance.new("TextLabel")local a_ab=Instance.new("TextLabel")
  5003. local b_ab=Instance.new("TextLabel")local c_ab=Instance.new("TextLabel")
  5004. local d_ab=Instance.new("TextLabel")local _aab=Instance.new("TextLabel")
  5005. local aaab=Instance.new("TextLabel")local baab=Instance.new("TextLabel")
  5006. local caab=Instance.new("TextLabel")local daab=Instance.new("TextLabel")
  5007. local _bab=Instance.new("TextLabel")local abab=game.Players.LocalPlayer
  5008. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Your Account :",Text=game.Players.LocalPlayer.Name})
  5009. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Checking Whitelist :",Text="Whitelisted"})dc_a.Name="FERRYLT2"dc_a.Parent=game.CoreGui;_d_a.Name="b2"
  5010. _d_a.Parent=dc_a
  5011. _d_a.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)_d_a.BorderSizePixel=0;_d_a.ClipsDescendants=true
  5012. _d_a.Position=UDim2.new(-0.00200000009,0,0.529999971,0)_d_a.Selectable=false;_d_a.Size=UDim2.new(0,160,0,30)
  5013. _d_a.Font=Enum.Font.SourceSansBold;_d_a.Text=""_d_a.TextColor3=Color3.new(1,1,1)
  5014. _d_a.TextScaled=true;_d_a.TextSize=14;_d_a.TextStrokeTransparency=0.69999998807907
  5015. _d_a.TextWrapped=true;ad_a.Parent=_d_a;ad_a.BackgroundColor3=Color3.new(1,1,1)
  5016. ad_a.BackgroundTransparency=1;ad_a.Size=UDim2.new(0,20,0,20)ad_a.Visible=false
  5017. ad_a.Image="rbxassetid://210453768"ad_a.ImageTransparency=0.20000000298023;bd_a.Parent=_d_a
  5018. bd_a.BackgroundColor3=Color3.new(1,1,1)bd_a.BackgroundTransparency=1;bd_a.Size=UDim2.new(1,0,1,0)
  5019. bd_a.ZIndex=2;bd_a.Font=Enum.Font.SourceSansBold;bd_a.Text="MAIN MENU"
  5020. bd_a.TextColor3=Color3.new(1,1,1)bd_a.TextScaled=true;bd_a.TextSize=14
  5021. bd_a.TextStrokeTransparency=0.69999998807907;bd_a.TextWrapped=true;cd_a.Name="woods"cd_a.Parent=dc_a
  5022. cd_a.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)cd_a.BorderSizePixel=0
  5023. cd_a.Position=UDim2.new(0.629000008,0,-1,0)cd_a.Size=UDim2.new(0,241,0,330)dd_a.Parent=cd_a
  5024. dd_a.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)dd_a.BorderSizePixel=0;dd_a.Size=UDim2.new(0,242,0,39)
  5025. __aa.Name="WOOD MENU"__aa.Parent=cd_a;__aa.BackgroundColor3=Color3.new(1,1,1)
  5026. __aa.BackgroundTransparency=1;__aa.Position=UDim2.new(0.103139281,0,0.0204323977,0)
  5027. __aa.Size=UDim2.new(0,167,0,24)__aa.Image="rbxassetid://2978417973"a_aa.Name="minim6"a_aa.Parent=cd_a
  5028. a_aa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_aa.BackgroundTransparency=1;a_aa.BorderSizePixel=0;a_aa.Position=UDim2.new(0.900565624,0,
  5029. -0.000636407116,0)
  5030. a_aa.Size=UDim2.new(0,25,0,13)a_aa.Image="rbxassetid://2790389767"
  5031. a_aa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)a_aa.ScaleType=Enum.ScaleType.Slice
  5032. a_aa.SliceCenter=Rect.new(8,8,248,248)b_aa.Name="minim5"b_aa.Parent=a_aa
  5033. b_aa.AnchorPoint=Vector2.new(0.5,0.5)b_aa.BackgroundTransparency=1
  5034. b_aa.Position=UDim2.new(0.494003624,0,0.5,0)b_aa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5035. b_aa.Font=Enum.Font.Cartoon;b_aa.Text="-"b_aa.TextColor3=Color3.new(0,0,0)
  5036. b_aa.TextSize=21;c_aa.Parent=cd_a
  5037. c_aa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)c_aa.BorderSizePixel=0
  5038. c_aa.Position=UDim2.new(-0.00414937781,0,0.881818175,0)c_aa.Size=UDim2.new(0,242,0,39)d_aa.Name="volcano"
  5039. d_aa.Parent=cd_a
  5040. d_aa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)d_aa.BackgroundTransparency=1;d_aa.BorderSizePixel=0
  5041. d_aa.Position=UDim2.new(0.208800852,0,0.147848472,0)d_aa.Size=UDim2.new(0,143,0,41)
  5042. d_aa.Image="rbxassetid://2790389767"d_aa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5043. d_aa.ScaleType=Enum.ScaleType.Slice;d_aa.SliceCenter=Rect.new(8,8,248,248)
  5044. d_aa.MouseButton1Down:connect(function()for bbab,cbab in
  5045. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"Volcano")end end)_aaa.Name="volcanotext"_aaa.Parent=d_aa
  5046. _aaa.AnchorPoint=Vector2.new(0.5,0.5)_aaa.BackgroundTransparency=1
  5047. _aaa.Position=UDim2.new(0.494003624,0,0.5,0)_aaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5048. _aaa.Font=Enum.Font.Cartoon;_aaa.Text="VOLCANO"_aaa.TextColor3=Color3.new(0,0,0)
  5049. _aaa.TextSize=25;aaaa.Name="palm"aaaa.Parent=cd_a
  5050. aaaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)aaaa.BackgroundTransparency=1;aaaa.BorderSizePixel=0
  5051. aaaa.Position=UDim2.new(0.204651475,0,0.293303013,0)aaaa.Size=UDim2.new(0,143,0,41)
  5052. aaaa.Image="rbxassetid://2790389767"aaaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5053. aaaa.ScaleType=Enum.ScaleType.Slice;aaaa.SliceCenter=Rect.new(8,8,248,248)
  5054. aaaa.MouseButton1Down:connect(function()for bbab,cbab in
  5055. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"Palm")end end)baaa.Name="palm"baaa.Parent=aaaa
  5056. baaa.AnchorPoint=Vector2.new(0.5,0.5)baaa.BackgroundTransparency=1
  5057. baaa.Position=UDim2.new(0.494003624,0,0.5,0)baaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5058. baaa.Font=Enum.Font.Cartoon;baaa.Text="PALM"baaa.TextColor3=Color3.new(0,0,0)
  5059. baaa.TextSize=25;caaa.Name="greenwood"caaa.Parent=cd_a
  5060. caaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)caaa.BackgroundTransparency=1;caaa.BorderSizePixel=0
  5061. caaa.Position=UDim2.new(0.204651475,0,0.435727239,0)caaa.Size=UDim2.new(0,143,0,41)
  5062. caaa.Image="rbxassetid://2790389767"caaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5063. caaa.ScaleType=Enum.ScaleType.Slice;caaa.SliceCenter=Rect.new(8,8,248,248)
  5064. caaa.MouseButton1Down:connect(function()
  5065. for bbab,cbab in
  5066. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"GreenSwampy")end end)daaa.Name="greenwood"daaa.Parent=caaa
  5067. daaa.AnchorPoint=Vector2.new(0.5,0.5)daaa.BackgroundTransparency=1
  5068. daaa.Position=UDim2.new(0.494003624,0,0.5,0)daaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5069. daaa.Font=Enum.Font.Cartoon;daaa.Text="GREEN WOOD"daaa.TextColor3=Color3.new(0,0,0)
  5070. daaa.TextSize=25;_baa.Name="goldenwood"_baa.Parent=cd_a
  5071. _baa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_baa.BackgroundTransparency=1;_baa.BorderSizePixel=0
  5072. _baa.Position=UDim2.new(0.200502098,0,0.578151464,0)_baa.Size=UDim2.new(0,143,0,41)
  5073. _baa.Image="rbxassetid://2790389767"_baa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5074. _baa.ScaleType=Enum.ScaleType.Slice;_baa.SliceCenter=Rect.new(8,8,248,248)
  5075. _baa.MouseButton1Down:connect(function()
  5076. for bbab,cbab in
  5077. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"GoldSwampy")end end)abaa.Name="goldenwood"abaa.Parent=_baa
  5078. abaa.AnchorPoint=Vector2.new(0.5,0.5)abaa.BackgroundTransparency=1
  5079. abaa.Position=UDim2.new(0.494003624,0,0.5,0)abaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5080. abaa.Font=Enum.Font.Cartoon;abaa.Text="GOLDEN WOOD"abaa.TextColor3=Color3.new(0,0,0)
  5081. abaa.TextSize=24;bbaa.Name="bluewood"bbaa.Parent=cd_a
  5082. bbaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bbaa.BackgroundTransparency=1;bbaa.BorderSizePixel=0
  5083. bbaa.Position=UDim2.new(0.19635272,0,0.726636291,0)bbaa.Size=UDim2.new(0,143,0,41)
  5084. bbaa.Image="rbxassetid://2790389767"bbaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5085. bbaa.ScaleType=Enum.ScaleType.Slice;bbaa.SliceCenter=Rect.new(8,8,248,248)
  5086. bbaa.MouseButton1Down:connect(function()
  5087. for bbab,cbab in
  5088. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"CaveCrawler")end end)cbaa.Name="bluewood"cbaa.Parent=bbaa
  5089. cbaa.AnchorPoint=Vector2.new(0.5,0.5)cbaa.BackgroundTransparency=1
  5090. cbaa.Position=UDim2.new(0.494003624,0,0.5,0)cbaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5091. cbaa.Font=Enum.Font.Cartoon;cbaa.Text="BLUE WOOD"cbaa.TextColor3=Color3.new(0,0,0)
  5092. cbaa.TextSize=25;dbaa.Name="bringmenu"dbaa.Parent=cd_a
  5093. dbaa.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)dbaa.BorderSizePixel=0
  5094. dbaa.Position=UDim2.new(-1.08387113,0,-0.00256957673,0)dbaa.Size=UDim2.new(0,241,0,330)_caa.Parent=dbaa
  5095. _caa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)_caa.BorderSizePixel=0;_caa.Size=UDim2.new(0,242,0,39)
  5096. acaa.Name="BRING MENU"acaa.Parent=dbaa;acaa.BackgroundColor3=Color3.new(1,1,1)
  5097. acaa.BackgroundTransparency=1;acaa.Position=UDim2.new(0.103139281,0,0.0204323977,0)
  5098. acaa.Size=UDim2.new(0,167,0,24)acaa.Image="rbxassetid://2978417876"bcaa.Name="minim7"bcaa.Parent=dbaa
  5099. bcaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bcaa.BackgroundTransparency=1;bcaa.BorderSizePixel=0;bcaa.Position=UDim2.new(0.900565624,0,
  5100. -0.000636407116,0)
  5101. bcaa.Size=UDim2.new(0,25,0,13)bcaa.Image="rbxassetid://2790389767"
  5102. bcaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)bcaa.ScaleType=Enum.ScaleType.Slice
  5103. bcaa.SliceCenter=Rect.new(8,8,248,248)ccaa.Name="minim7"ccaa.Parent=bcaa
  5104. ccaa.AnchorPoint=Vector2.new(0.5,0.5)ccaa.BackgroundTransparency=1
  5105. ccaa.Position=UDim2.new(0.494003624,0,0.5,0)ccaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5106. ccaa.Font=Enum.Font.Cartoon;ccaa.Text="-"ccaa.TextColor3=Color3.new(0,0,0)
  5107. ccaa.TextSize=21;dcaa.Parent=dbaa
  5108. dcaa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)dcaa.BorderSizePixel=0
  5109. dcaa.Position=UDim2.new(-0.00414937781,0,0.881818175,0)dcaa.Size=UDim2.new(0,242,0,39)_daa.Name="volcano2"
  5110. _daa.Parent=dbaa
  5111. _daa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_daa.BackgroundTransparency=1;_daa.BorderSizePixel=0
  5112. _daa.Position=UDim2.new(0.208800852,0,0.147848472,0)_daa.Size=UDim2.new(0,143,0,41)
  5113. _daa.Image="rbxassetid://2790389767"_daa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5114. _daa.ScaleType=Enum.ScaleType.Slice;_daa.SliceCenter=Rect.new(8,8,248,248)
  5115. _daa.MouseButton1Down:connect(function()
  5116. Found=false
  5117. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  5118. cbab.Name=="TreeRegion"then
  5119. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"Volcano")end end end end)adaa.Name="volcanotext2"adaa.Parent=_daa
  5120. adaa.AnchorPoint=Vector2.new(0.5,0.5)adaa.BackgroundTransparency=1
  5121. adaa.Position=UDim2.new(0.494003624,0,0.5,0)adaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5122. adaa.Font=Enum.Font.Cartoon;adaa.Text="VOLCANO"adaa.TextColor3=Color3.new(0,0,0)
  5123. adaa.TextSize=25;bdaa.Name="palm2"bdaa.Parent=dbaa
  5124. bdaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdaa.BackgroundTransparency=1;bdaa.BorderSizePixel=0
  5125. bdaa.Position=UDim2.new(0.204651475,0,0.293303013,0)bdaa.Size=UDim2.new(0,143,0,41)
  5126. bdaa.Image="rbxassetid://2790389767"bdaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5127. bdaa.ScaleType=Enum.ScaleType.Slice;bdaa.SliceCenter=Rect.new(8,8,248,248)
  5128. bdaa.MouseButton1Down:connect(function()
  5129. Found=false
  5130. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  5131. cbab.Name=="TreeRegion"then
  5132. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"Palm")end end end end)cdaa.Name="palm2"cdaa.Parent=bdaa
  5133. cdaa.AnchorPoint=Vector2.new(0.5,0.5)cdaa.BackgroundTransparency=1
  5134. cdaa.Position=UDim2.new(0.494003624,0,0.5,0)cdaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5135. cdaa.Font=Enum.Font.Cartoon;cdaa.Text="PALM"cdaa.TextColor3=Color3.new(0,0,0)
  5136. cdaa.TextSize=25;ddaa.Name="greenwood2"ddaa.Parent=dbaa
  5137. ddaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddaa.BackgroundTransparency=1;ddaa.BorderSizePixel=0
  5138. ddaa.Position=UDim2.new(0.204651475,0,0.435727239,0)ddaa.Size=UDim2.new(0,143,0,41)
  5139. ddaa.Image="rbxassetid://2790389767"ddaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5140. ddaa.ScaleType=Enum.ScaleType.Slice;ddaa.SliceCenter=Rect.new(8,8,248,248)
  5141. ddaa.MouseButton1Down:connect(function()
  5142. Found=false
  5143. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  5144. cbab.Name=="TreeRegion"then
  5145. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"GreenSwampy")end end end end)__ba.Name="greenwood2"__ba.Parent=ddaa
  5146. __ba.AnchorPoint=Vector2.new(0.5,0.5)__ba.BackgroundTransparency=1
  5147. __ba.Position=UDim2.new(0.494003624,0,0.5,0)__ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5148. __ba.Font=Enum.Font.Cartoon;__ba.Text="GREEN WOOD"__ba.TextColor3=Color3.new(0,0,0)
  5149. __ba.TextSize=25;a_ba.Name="goldenwood2"a_ba.Parent=dbaa
  5150. a_ba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_ba.BackgroundTransparency=1;a_ba.BorderSizePixel=0
  5151. a_ba.Position=UDim2.new(0.200502098,0,0.578151464,0)a_ba.Size=UDim2.new(0,143,0,41)
  5152. a_ba.Image="rbxassetid://2790389767"a_ba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5153. a_ba.ScaleType=Enum.ScaleType.Slice;a_ba.SliceCenter=Rect.new(8,8,248,248)
  5154. a_ba.MouseButton1Down:connect(function()
  5155. Found=false
  5156. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  5157. cbab.Name=="TreeRegion"then
  5158. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"GoldSwampy")end end end end)b_ba.Name="goldenwood2"b_ba.Parent=a_ba
  5159. b_ba.AnchorPoint=Vector2.new(0.5,0.5)b_ba.BackgroundTransparency=1
  5160. b_ba.Position=UDim2.new(0.494003624,0,0.5,0)b_ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5161. b_ba.Font=Enum.Font.Cartoon;b_ba.Text="GOLDEN WOOD"b_ba.TextColor3=Color3.new(0,0,0)
  5162. b_ba.TextSize=24;c_ba.Name="bluewood2"c_ba.Parent=dbaa
  5163. c_ba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)c_ba.BackgroundTransparency=1;c_ba.BorderSizePixel=0
  5164. c_ba.Position=UDim2.new(0.19635272,0,0.726636291,0)c_ba.Size=UDim2.new(0,143,0,41)
  5165. c_ba.Image="rbxassetid://2790389767"c_ba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5166. c_ba.ScaleType=Enum.ScaleType.Slice;c_ba.SliceCenter=Rect.new(8,8,248,248)
  5167. c_ba.MouseButton1Down:connect(function()
  5168. Found=false
  5169. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  5170. cbab.Name=="TreeRegion"then
  5171. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"CavCrawler")end end end end)d_ba.Name="bluewood2"d_ba.Parent=c_ba
  5172. d_ba.AnchorPoint=Vector2.new(0.5,0.5)d_ba.BackgroundTransparency=1
  5173. d_ba.Position=UDim2.new(0.494003624,0,0.5,0)d_ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5174. d_ba.Font=Enum.Font.Cartoon;d_ba.Text="BLUE WOOD"d_ba.TextColor3=Color3.new(0,0,0)
  5175. d_ba.TextSize=25;_aba.Name="creditsmenu"_aba.Parent=dc_a
  5176. _aba.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_aba.BorderSizePixel=0
  5177. _aba.Position=UDim2.new(0.349999994,0,-1,0)_aba.Size=UDim2.new(0,447,0,330)aaba.Parent=_aba
  5178. aaba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)aaba.BorderSizePixel=0;aaba.Size=UDim2.new(0,447,0,39)
  5179. baba.Parent=_aba
  5180. baba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)baba.BorderSizePixel=0
  5181. baba.Position=UDim2.new(0,0,0.881818175,0)baba.Size=UDim2.new(0,447,0,39)caba.Name="CREDITS"
  5182. caba.Parent=_aba;caba.BackgroundColor3=Color3.new(1,1,1)
  5183. caba.BackgroundTransparency=1;caba.Position=UDim2.new(0.311592132,0,0.0204323977,0)
  5184. caba.Size=UDim2.new(0,167,0,24)caba.Image="rbxassetid://2978329813"daba.Name="creditsnum2"
  5185. daba.Parent=_aba;daba.BackgroundColor3=Color3.new(1,1,1)
  5186. daba.BackgroundTransparency=1;daba.BorderSizePixel=0
  5187. daba.Position=UDim2.new(0.185043171,0,0.367304683,0)daba.Size=UDim2.new(0,231,0,25)
  5188. daba.Font=Enum.Font.Cartoon;daba.Text="-RBXLStealit[TEAM]"
  5189. daba.TextColor3=Color3.new(1,1,1)daba.TextSize=25;daba.TextWrapped=true;_bba.Name="creditsnum3"
  5190. _bba.Parent=_aba;_bba.BackgroundColor3=Color3.new(1,1,1)
  5191. _bba.BackgroundTransparency=1;_bba.BorderSizePixel=0
  5192. _bba.Position=UDim2.new(0.204970941,0,0.439242482,0)_bba.Size=UDim2.new(0,104,0,25)
  5193. _bba.Font=Enum.Font.Cartoon;_bba.Text="-CharWar"_bba.TextColor3=Color3.new(1,1,1)
  5194. _bba.TextSize=25;_bba.TextWrapped=true;abba.Name="creditsnum"abba.Parent=_aba
  5195. abba.BackgroundColor3=Color3.new(1,1,1)abba.BackgroundTransparency=1;abba.BorderSizePixel=0
  5196. abba.Position=UDim2.new(0.205177397,0,0.29457736,0)abba.Size=UDim2.new(0,269,0,25)
  5197. abba.Font=Enum.Font.Cartoon;abba.Text="-FerryDeveloper [OWNER]"
  5198. abba.TextColor3=Color3.new(1,1,1)abba.TextSize=25;abba.TextWrapped=true;bbba.Name="minim3"
  5199. bbba.Parent=_aba
  5200. bbba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bbba.BackgroundTransparency=1;bbba.BorderSizePixel=0;bbba.Position=UDim2.new(0.943400443,0,
  5201. -0.000636407116,0)
  5202. bbba.Size=UDim2.new(0,25,0,13)bbba.Image="rbxassetid://2790389767"
  5203. bbba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)bbba.ScaleType=Enum.ScaleType.Slice
  5204. bbba.SliceCenter=Rect.new(8,8,248,248)cbba.Name="minim3"cbba.Parent=bbba
  5205. cbba.AnchorPoint=Vector2.new(0.5,0.5)cbba.BackgroundTransparency=1
  5206. cbba.Position=UDim2.new(0.494003624,0,0.5,0)cbba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5207. cbba.Font=Enum.Font.Cartoon;cbba.Text="-"cbba.TextColor3=Color3.new(0,0,0)
  5208. cbba.TextSize=21;dbba.Name="ferrymenu"dbba.Parent=dc_a
  5209. dbba.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)dbba.BorderSizePixel=0
  5210. dbba.Position=UDim2.new(0.349999994,0,-1,0)dbba.Size=UDim2.new(0,447,0,330)_cba.Parent=dbba
  5211. _cba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)_cba.BorderSizePixel=0;_cba.Size=UDim2.new(0,447,0,39)
  5212. acba.Parent=dbba
  5213. acba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)acba.BorderSizePixel=0
  5214. acba.Position=UDim2.new(0,0,0.881818175,0)acba.Size=UDim2.new(0,447,0,39)bcba.Name="FERRY MENU"
  5215. bcba.Parent=dbba;bcba.BackgroundColor3=Color3.new(1,1,1)
  5216. bcba.BackgroundTransparency=1;bcba.Position=UDim2.new(0.311592132,0,0.0204323977,0)
  5217. bcba.Size=UDim2.new(0,167,0,24)bcba.Image="rbxassetid://2978304809"ccba.Name="planks"ccba.Parent=dbba
  5218. ccba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ccba.BackgroundTransparency=1;ccba.BorderSizePixel=0
  5219. ccba.Position=UDim2.new(0.0261745248,0,0.381181777,0)ccba.Size=UDim2.new(0,143,0,41)
  5220. ccba.Image="rbxassetid://2790389767"ccba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5221. ccba.ScaleType=Enum.ScaleType.Slice;ccba.SliceCenter=Rect.new(8,8,248,248)
  5222. ccba.MouseButton1Click:connect(function()
  5223. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="TreeClass"local dbab=0
  5224. for _cab,acab in
  5225. pairs(game.Workspace.PlayerModels:GetChildren())do
  5226. if acab:FindFirstChild("Owner")and
  5227. tostring(acab.Owner.Value)==bbab then
  5228. if cbab~="TreeClass"then
  5229. if
  5230.  
  5231. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5232. if acab.PrimaryPart then
  5233. acab.PrimaryPart.CFrame=
  5234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5235. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5236. acab.PrimaryPart.CFrame=
  5237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5238. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5239. acab.PrimaryPart.CFrame=
  5240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5241. if acab:FindFirstChild("TreeClass")then
  5242. if acab.WoodSection then
  5243. acab.WoodSection.CFrame=
  5244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5245. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5246. acab.WoodSection.CFrame=
  5247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5248. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5249. acab.WoodSection.CFrame=
  5250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)dcba.Name="plankstext"dcba.Parent=ccba
  5251. dcba.AnchorPoint=Vector2.new(0.5,0.5)dcba.BackgroundTransparency=1
  5252. dcba.Position=UDim2.new(0.494003624,0,0.5,0)dcba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5253. dcba.Font=Enum.Font.Cartoon;dcba.Text="PLANKS"dcba.TextColor3=Color3.new(0,0,0)
  5254. dcba.TextSize=25;_dba.Name="loose"_dba.Parent=dbba
  5255. _dba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_dba.BackgroundTransparency=1;_dba.BorderSizePixel=0
  5256. _dba.Position=UDim2.new(0.0261745248,0,0.532696962,0)_dba.Size=UDim2.new(0,143,0,41)
  5257. _dba.Image="rbxassetid://2790389767"_dba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5258. _dba.ScaleType=Enum.ScaleType.Slice;_dba.SliceCenter=Rect.new(8,8,248,248)
  5259. _dba.MouseButton1Click:connect(function()
  5260. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Loose Item"local dbab=0
  5261. for _cab,acab in
  5262. pairs(game.Workspace.PlayerModels:GetChildren())do
  5263. if acab:FindFirstChild("Owner")and
  5264. tostring(acab.Owner.Value)==bbab then
  5265. if cbab~="TreeClass"then
  5266. if
  5267.  
  5268. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5269. if acab.PrimaryPart then
  5270. acab.PrimaryPart.CFrame=
  5271. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5272. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5273. acab.PrimaryPart.CFrame=
  5274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5275. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5276. acab.PrimaryPart.CFrame=
  5277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5278. if acab:FindFirstChild("TreeClass")then
  5279. if acab.WoodSection then
  5280. acab.WoodSection.CFrame=
  5281. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5282. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5283. acab.WoodSection.CFrame=
  5284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5285. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5286. acab.WoodSection.CFrame=
  5287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)adba.Name="loosetext"adba.Parent=_dba
  5288. adba.AnchorPoint=Vector2.new(0.5,0.5)adba.BackgroundTransparency=1
  5289. adba.Position=UDim2.new(0.494003624,0,0.5,0)adba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5290. adba.Font=Enum.Font.Cartoon;adba.Text="LOOSE ITEM"adba.TextColor3=Color3.new(0,0,0)
  5291. adba.TextSize=21;bdba.Name="vehicle"bdba.Parent=dbba
  5292. bdba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdba.BackgroundTransparency=1;bdba.BorderSizePixel=0
  5293. bdba.Position=UDim2.new(0.0261745248,0,0.681181788,0)bdba.Size=UDim2.new(0,143,0,41)
  5294. bdba.Image="rbxassetid://2790389767"bdba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5295. bdba.ScaleType=Enum.ScaleType.Slice;bdba.SliceCenter=Rect.new(8,8,248,248)
  5296. bdba.MouseButton1Click:connect(function()
  5297. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Vehicle"local dbab=0
  5298. for _cab,acab in
  5299. pairs(game.Workspace.PlayerModels:GetChildren())do
  5300. if acab:FindFirstChild("Owner")and
  5301. tostring(acab.Owner.Value)==bbab then
  5302. if cbab~="TreeClass"then
  5303. if
  5304.  
  5305. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5306. if acab.PrimaryPart then
  5307. acab.PrimaryPart.CFrame=
  5308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5309. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5310. acab.PrimaryPart.CFrame=
  5311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5312. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5313. acab.PrimaryPart.CFrame=
  5314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5315. if acab:FindFirstChild("TreeClass")then
  5316. if acab.WoodSection then
  5317. acab.WoodSection.CFrame=
  5318. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5319. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5320. acab.WoodSection.CFrame=
  5321. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5322. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5323. acab.WoodSection.CFrame=
  5324. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)cdba.Name="vehicletext"cdba.Parent=bdba
  5325. cdba.AnchorPoint=Vector2.new(0.5,0.5)cdba.BackgroundTransparency=1
  5326. cdba.Position=UDim2.new(0.494003624,0,0.5,0)cdba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5327. cdba.Font=Enum.Font.Cartoon;cdba.Text="VEHICLE"cdba.TextColor3=Color3.new(0,0,0)
  5328. cdba.TextSize=21;ddba.Name="gift"ddba.Parent=dbba
  5329. ddba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddba.BackgroundTransparency=1;ddba.BorderSizePixel=0
  5330. ddba.Position=UDim2.new(0.648098469,0,0.381181777,0)ddba.Size=UDim2.new(0,143,0,41)
  5331. ddba.Image="rbxassetid://2790389767"ddba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5332. ddba.ScaleType=Enum.ScaleType.Slice;ddba.SliceCenter=Rect.new(8,8,248,248)
  5333. ddba.MouseButton1Click:connect(function()
  5334. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Gift"local dbab=0
  5335. for _cab,acab in
  5336. pairs(game.Workspace.PlayerModels:GetChildren())do
  5337. if acab:FindFirstChild("Owner")and
  5338. tostring(acab.Owner.Value)==bbab then
  5339. if cbab~="TreeClass"then
  5340. if
  5341.  
  5342. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5343. if acab.PrimaryPart then
  5344. acab.PrimaryPart.CFrame=
  5345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5346. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5347. acab.PrimaryPart.CFrame=
  5348. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5349. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5350. acab.PrimaryPart.CFrame=
  5351. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5352. if acab:FindFirstChild("TreeClass")then
  5353. if acab.WoodSection then
  5354. acab.WoodSection.CFrame=
  5355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5356. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5357. acab.WoodSection.CFrame=
  5358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5359. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5360. acab.WoodSection.CFrame=
  5361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)__ca.Name="gifttext"__ca.Parent=ddba
  5362. __ca.AnchorPoint=Vector2.new(0.5,0.5)__ca.BackgroundTransparency=1
  5363. __ca.Position=UDim2.new(0.494003624,0,0.5,0)__ca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5364. __ca.Font=Enum.Font.Cartoon;__ca.Text="GIFT"__ca.TextColor3=Color3.new(0,0,0)
  5365. __ca.TextSize=25;a_ca.Name="axe"a_ca.Parent=dbba
  5366. a_ca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_ca.BackgroundTransparency=1;a_ca.BorderSizePixel=0
  5367. a_ca.Position=UDim2.new(0.648098469,0,0.532696962,0)a_ca.Size=UDim2.new(0,143,0,41)
  5368. a_ca.Image="rbxassetid://2790389767"a_ca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5369. a_ca.ScaleType=Enum.ScaleType.Slice;a_ca.SliceCenter=Rect.new(8,8,248,248)
  5370. a_ca.MouseButton1Click:connect(function()
  5371. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Tool"local dbab=0
  5372. for _cab,acab in
  5373. pairs(game.Workspace.PlayerModels:GetChildren())do
  5374. if acab:FindFirstChild("Owner")and
  5375. tostring(acab.Owner.Value)==bbab then
  5376. if cbab~="TreeClass"then
  5377. if
  5378.  
  5379. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5380. if acab.PrimaryPart then
  5381. acab.PrimaryPart.CFrame=
  5382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5383. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5384. acab.PrimaryPart.CFrame=
  5385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5386. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5387. acab.PrimaryPart.CFrame=
  5388. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5389. if acab:FindFirstChild("TreeClass")then
  5390. if acab.WoodSection then
  5391. acab.WoodSection.CFrame=
  5392. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5393. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5394. acab.WoodSection.CFrame=
  5395. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5396. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5397. acab.WoodSection.CFrame=
  5398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)b_ca.Name="axetext"b_ca.Parent=a_ca
  5399. b_ca.AnchorPoint=Vector2.new(0.5,0.5)b_ca.BackgroundTransparency=1
  5400. b_ca.Position=UDim2.new(0.494003624,0,0.5,0)b_ca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5401. b_ca.Font=Enum.Font.Cartoon;b_ca.Text="AXE"b_ca.TextColor3=Color3.new(0,0,0)
  5402. b_ca.TextSize=25;c_ca.Name="ayoh"c_ca.Parent=dbba
  5403. c_ca.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)c_ca.BackgroundTransparency=1
  5404. c_ca.Position=UDim2.new(0.277404934,0,0.224242419,0)c_ca.Size=UDim2.new(0,196,0,45)
  5405. c_ca.Image="rbxassetid://2790389767"c_ca.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  5406. c_ca.ScaleType=Enum.ScaleType.Slice;c_ca.SliceCenter=Rect.new(8,8,248,248)d_ca.Name="Bangsad"
  5407. d_ca.Parent=c_ca;d_ca.AnchorPoint=Vector2.new(0.5,0.5)
  5408. d_ca.BackgroundTransparency=1;d_ca.Position=UDim2.new(0.5,0,0.5,0)
  5409. d_ca.Size=UDim2.new(1,0,0.899999976,0)d_ca.Font=Enum.Font.Cartoon;d_ca.Text="PLAYERS NAME"
  5410. d_ca.TextColor3=Color3.new(1,1,1)d_ca.TextSize=25;_aca.Name="wipebase"_aca.Parent=dbba
  5411. _aca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_aca.BackgroundTransparency=1;_aca.BorderSizePixel=0
  5412. _aca.Position=UDim2.new(0.724161029,0,0.890272677,0)_aca.Size=UDim2.new(0,109,0,33)
  5413. _aca.Image="rbxassetid://2790389767"_aca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5414. _aca.ScaleType=Enum.ScaleType.Slice;_aca.SliceCenter=Rect.new(8,8,248,248)
  5415. _aca.MouseButton1Click:Connect(function()
  5416. abab=game.Players.LocalPlayer;plr=d_ca.Text;pmds=game.Workspace.PlayerModels
  5417. PlaceR=game.ReplicatedStorage.Interaction.DestroyStructure
  5418. for bbab,cbab in pairs(pmds:GetChildren())do
  5419. if
  5420.  
  5421. cbab:FindFirstChild("Owner")and
  5422. cbab.Owner.Value~=nil and
  5423. cbab.Owner.Value==game.Players[plr]and
  5424. cbab:FindFirstChild("ItemName")and
  5425. cbab:FindFirstChild("Type")and
  5426. (cbab.PrimaryPart~=nil or cbab:FindFirstChild("MainCFrame"))then PlaceR:FireServer(cbab)end end end)aaca.Name="wipebase"aaca.Parent=_aca
  5427. aaca.AnchorPoint=Vector2.new(0.5,0.5)aaca.BackgroundTransparency=1
  5428. aaca.Position=UDim2.new(0.494003624,0,0.5,0)aaca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5429. aaca.Font=Enum.Font.Cartoon;aaca.Text="WIPE BASE"aaca.TextColor3=Color3.new(0,0,0)
  5430. aaca.TextSize=21;baca.Name="minim2"baca.Parent=dbba
  5431. baca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)baca.BackgroundTransparency=1;baca.BorderSizePixel=0;baca.Position=UDim2.new(0.943400443,0,
  5432. -0.000636407116,0)
  5433. baca.Size=UDim2.new(0,25,0,13)baca.Image="rbxassetid://2790389767"
  5434. baca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)baca.ScaleType=Enum.ScaleType.Slice
  5435. baca.SliceCenter=Rect.new(8,8,248,248)caca.Name="minim2"caca.Parent=baca
  5436. caca.AnchorPoint=Vector2.new(0.5,0.5)caca.BackgroundTransparency=1
  5437. caca.Position=UDim2.new(0.494003624,0,0.5,0)caca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5438. caca.Font=Enum.Font.Cartoon;caca.Text="-"caca.TextColor3=Color3.new(0,0,0)
  5439. caca.TextSize=21;daca.Name="copybase"daca.Parent=dbba
  5440. daca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)daca.BackgroundTransparency=1;daca.BorderSizePixel=0
  5441. daca.Position=UDim2.new(0.648098469,0,0.681181788,0)daca.Size=UDim2.new(0,143,0,41)
  5442. daca.Image="rbxassetid://2790389767"daca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5443. daca.ScaleType=Enum.ScaleType.Slice;daca.SliceCenter=Rect.new(8,8,248,248)
  5444. daca.MouseButton1Click:Connect(function()
  5445. abab=game.Players.LocalPlayer;plr=d_ca.Text;pmds=game.Workspace.PlayerModels
  5446. PlaceR=game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  5447. PlaceS=game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure;Property=nil;MProperty=nil
  5448. for bbab,cbab in
  5449. pairs(game.Workspace.Properties:GetChildren())do
  5450. if
  5451.  
  5452. cbab:FindFirstChild("Owner")and cbab.Owner.Value~=nil and cbab.Owner.Value==game.Players[plr]then Property=cbab.OriginSquare end end
  5453. for bbab,cbab in
  5454. pairs(game.Workspace.Properties:GetChildren())do
  5455. if
  5456.  
  5457. cbab:FindFirstChild("Owner")and cbab.Owner.Value~=nil and cbab.Owner.Value==game.Players.LocalPlayer then MProperty=cbab.OriginSquare end end
  5458. function copypart(bbab)if bbab:FindFirstChild("MainCFrame")then Cframe=bbab.MainCFrame.Value else
  5459. Cframe=bbab.PrimaryPart.CFrame end;X=
  5460. Property.Position.X-Cframe.X
  5461. Y=Property.Position.Y-Cframe.Y;Z=Property.Position.Z-Cframe.Z
  5462. PlaceR:FireServer(bbab.ItemName.Value,
  5463. (
  5464. CFrame.new(MProperty.Position.X,MProperty.Position.Y,MProperty.Position.Z)*CFrame.Angles(Cframe:toEulerAnglesXYZ()))-Vector3.new(X,Y,Z),game.Players.LocalPlayer)wait()end
  5465. for bbab,cbab in pairs(pmds:GetChildren())do
  5466. if
  5467.  
  5468. cbab:FindFirstChild("Owner")and
  5469. cbab.Owner.Value~=nil and
  5470. cbab.Owner.Value==game.Players[plr]and
  5471. cbab:FindFirstChild("ItemName")and
  5472. cbab:FindFirstChild("Type")and
  5473. (cbab.PrimaryPart~=nil or cbab:FindFirstChild("MainCFrame"))then copypart(cbab)end end end)_bca.Name="copybasetext"_bca.Parent=daca
  5474. _bca.AnchorPoint=Vector2.new(0.5,0.5)_bca.BackgroundTransparency=1
  5475. _bca.Position=UDim2.new(0.494003624,0,0.5,0)_bca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5476. _bca.Font=Enum.Font.Cartoon;_bca.Text="COPY BASE"_bca.TextColor3=Color3.new(0,0,0)
  5477. _bca.TextSize=25;abca.Name="painting"abca.Parent=dbba
  5478. abca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)abca.BackgroundTransparency=1;abca.BorderSizePixel=0
  5479. abca.Position=UDim2.new(0.379642069,0,0.396333277,0)abca.Size=UDim2.new(0,109,0,33)
  5480. abca.Image="rbxassetid://2790389767"abca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5481. abca.ScaleType=Enum.ScaleType.Slice;abca.SliceCenter=Rect.new(8,8,248,248)
  5482. abca.MouseButton1Click:connect(function()
  5483. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Painting"local dbab=0
  5484. for _cab,acab in
  5485. pairs(game.Workspace.PlayerModels:GetChildren())do
  5486. if acab:FindFirstChild("Owner")and
  5487. tostring(acab.Owner.Value)==bbab then
  5488. if cbab~="TreeClass"then
  5489. if
  5490.  
  5491. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5492. if acab.PrimaryPart then
  5493. acab.PrimaryPart.CFrame=
  5494. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5495. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5496. acab.PrimaryPart.CFrame=
  5497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5498. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5499. acab.PrimaryPart.CFrame=
  5500. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5501. if acab:FindFirstChild("TreeClass")then
  5502. if acab.WoodSection then
  5503. acab.WoodSection.CFrame=
  5504. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5505. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5506. acab.WoodSection.CFrame=
  5507. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5508. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5509. acab.WoodSection.CFrame=
  5510. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)bbca.Name="paintingtext"bbca.Parent=abca
  5511. bbca.AnchorPoint=Vector2.new(0.5,0.5)bbca.BackgroundTransparency=1
  5512. bbca.Position=UDim2.new(0.494003624,0,0.5,0)bbca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5513. bbca.Font=Enum.Font.Cartoon;bbca.Text="PAINTING"bbca.TextColor3=Color3.new(0,0,0)
  5514. bbca.TextSize=21;cbca.Name="wire"cbca.Parent=dbba
  5515. cbca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)cbca.BackgroundTransparency=1;cbca.BorderSizePixel=0
  5516. cbca.Position=UDim2.new(0.375167787,0,0.675121188,0)cbca.Size=UDim2.new(0,109,0,33)
  5517. cbca.Image="rbxassetid://2790389767"cbca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5518. cbca.ScaleType=Enum.ScaleType.Slice;cbca.SliceCenter=Rect.new(8,8,248,248)
  5519. cbca.MouseButton1Click:connect(function()
  5520. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Wire"local dbab=0
  5521. for _cab,acab in
  5522. pairs(game.Workspace.PlayerModels:GetChildren())do
  5523. if acab:FindFirstChild("Owner")and
  5524. tostring(acab.Owner.Value)==bbab then
  5525. if cbab~="TreeClass"then
  5526. if
  5527.  
  5528. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  5529. if acab.PrimaryPart then
  5530. acab.PrimaryPart.CFrame=
  5531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5532. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  5533. acab.PrimaryPart.CFrame=
  5534. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5535. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  5536. acab.PrimaryPart.CFrame=
  5537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end else
  5538. if acab:FindFirstChild("TreeClass")then
  5539. if acab.WoodSection then
  5540. acab.WoodSection.CFrame=
  5541. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5542. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  5543. acab.WoodSection.CFrame=
  5544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  5545. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  5546. acab.WoodSection.CFrame=
  5547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)dbab=dbab+1;if dbab==10 then dbab=0;wait(0.1)end end end end end end end)dbca.Name="wiretext"dbca.Parent=cbca
  5548. dbca.AnchorPoint=Vector2.new(0.5,0.5)dbca.BackgroundTransparency=1
  5549. dbca.Position=UDim2.new(0.494003624,0,0.5,0)dbca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5550. dbca.Font=Enum.Font.Cartoon;dbca.Text="WIRE"dbca.TextColor3=Color3.new(0,0,0)
  5551. dbca.TextSize=21;_cca.Name="Border5"_cca.Parent=dc_a
  5552. _cca.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_cca.BorderSizePixel=0
  5553. _cca.Position=UDim2.new(0.349999994,0,-1,0)_cca.Size=UDim2.new(0,447,0,330)acca.Parent=_cca
  5554. acca.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)acca.BorderSizePixel=0;acca.Size=UDim2.new(0,447,0,39)
  5555. bcca.Parent=_cca
  5556. bcca.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)bcca.BorderSizePixel=0
  5557. bcca.Position=UDim2.new(0,0,0.881818175,0)bcca.Size=UDim2.new(0,447,0,39)ccca.Name="LT 2\"FERRY\""
  5558. ccca.Parent=_cca;ccca.BackgroundColor3=Color3.new(1,1,1)
  5559. ccca.BackgroundTransparency=1;ccca.Position=UDim2.new(0.309354991,0,0.0204323977,0)
  5560. ccca.Size=UDim2.new(0,167,0,24)ccca.Image="rbxassetid://2978220566"dcca.Name="Dupe"dcca.Parent=_cca
  5561. dcca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)dcca.BackgroundTransparency=1;dcca.BorderSizePixel=0
  5562. dcca.Position=UDim2.new(0.274290383,0,0.662502229,0)dcca.Size=UDim2.new(0,200,0,50)
  5563. dcca.Image="rbxassetid://2790389767"dcca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5564. dcca.ScaleType=Enum.ScaleType.Slice;dcca.SliceCenter=Rect.new(8,8,248,248)
  5565. dcca.MouseButton1Down:connect(function()
  5566. plr=game:GetService("Players").LocalPlayer;slot=plr.CurrentSaveSlot
  5567. if Option==false then
  5568. if slot.Value==-1 then
  5569. game:GetService("StarterGui"):SetCore("SendNotification",{Title="STATUS DUPE :",Text="DUPE ACTIVE!"})Option=true;slot.RobloxLocked=true
  5570. dcca.BackgroundColor3=Color3.new(0,1,0)adca.Text="Status Dupe : Active"end else
  5571. game:GetService("StarterGui"):SetCore("SendNotification",{Title="STATUS DUPE :",Text="DUPE NOT ACTIVE!"})Option=false;slot.RobloxLocked=false
  5572. dcca.BackgroundColor3=Color3.new(0.7,0,0)adca.Text="Status Dupe : Not Active"
  5573. adca.Text=Color3.new(63,253,4)end end)_dca.Name="Dupetext"_dca.Parent=dcca
  5574. _dca.AnchorPoint=Vector2.new(0.5,0.5)_dca.BackgroundTransparency=1
  5575. _dca.Position=UDim2.new(0.494003624,0,0.5,0)_dca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5576. _dca.Font=Enum.Font.Cartoon;_dca.Text="DUPE"_dca.TextColor3=Color3.new(0,0,0)
  5577. _dca.TextSize=39;adca.Name="DupeLabel"adca.Parent=_cca;adca.Active=true
  5578. adca.BackgroundColor3=Color3.new(1,1,1)adca.BackgroundTransparency=1
  5579. adca.Position=UDim2.new(0.274654567,0,0.803698897,0)adca.Size=UDim2.new(0,200,0,21)
  5580. adca.Font=Enum.Font.Cartoon;adca.Text="Status Dupe : Not Active"
  5581. adca.TextColor3=Color3.new(0.247059,0.992157,0.0156863)adca.TextSize=14;adca.TextWrapped=true;bdca.Name="woodmenu"
  5582. bdca.Parent=_cca
  5583. bdca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdca.BackgroundTransparency=1;bdca.BorderSizePixel=0
  5584. bdca.Position=UDim2.new(0.0261745248,0,0.193303004,0)bdca.Size=UDim2.new(0,143,0,41)
  5585. bdca.Image="rbxassetid://2790389767"bdca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5586. bdca.ScaleType=Enum.ScaleType.Slice;bdca.SliceCenter=Rect.new(8,8,248,248)cdca.Name="woodmenutext"
  5587. cdca.Parent=bdca;cdca.AnchorPoint=Vector2.new(0.5,0.5)
  5588. cdca.BackgroundTransparency=1;cdca.Position=UDim2.new(0.494003624,0,0.5,0)
  5589. cdca.Size=UDim2.new(0.0926923454,0,0.899999917,0)cdca.Font=Enum.Font.Cartoon;cdca.Text="WOOD MENU"
  5590. cdca.TextColor3=Color3.new(0,0,0)cdca.TextSize=21;ddca.Name="tpsystem"ddca.Parent=_cca
  5591. ddca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddca.BackgroundTransparency=1;ddca.BorderSizePixel=0
  5592. ddca.Position=UDim2.new(0.0261745248,0,0.344818175,0)ddca.Size=UDim2.new(0,143,0,41)
  5593. ddca.Image="rbxassetid://2790389767"ddca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5594. ddca.ScaleType=Enum.ScaleType.Slice;ddca.SliceCenter=Rect.new(8,8,248,248)__da.Name="tpsystemtext"
  5595. __da.Parent=ddca;__da.AnchorPoint=Vector2.new(0.5,0.5)
  5596. __da.BackgroundTransparency=1;__da.Position=UDim2.new(0.494003624,0,0.5,0)
  5597. __da.Size=UDim2.new(0.0926923454,0,0.899999917,0)__da.Font=Enum.Font.Cartoon;__da.Text="TP SYSTEM"
  5598. __da.TextColor3=Color3.new(0,0,0)__da.TextSize=21;a_da.Name="maxland"a_da.Parent=_cca
  5599. a_da.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_da.BackgroundTransparency=1;a_da.BorderSizePixel=0
  5600. a_da.Position=UDim2.new(0.0261745248,0,0.493303031,0)a_da.Size=UDim2.new(0,143,0,41)
  5601. a_da.Image="rbxassetid://2790389767"a_da.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5602. a_da.ScaleType=Enum.ScaleType.Slice;a_da.SliceCenter=Rect.new(8,8,248,248)
  5603. a_da.MouseButton1Click:connect(function()
  5604. for bbab,cbab in
  5605. pairs(game:GetService("Workspace").Properties:GetChildren())do
  5606. if cbab:FindFirstChild("Owner")and
  5607. cbab.Owner.Value==game.Players.LocalPlayer then base=cbab;square=cbab.OriginSquare end end
  5608. function makebase(bbab)
  5609. local cbab=game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty;cbab:FireServer(base,bbab)end;spos=square.Position
  5610. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z))
  5611. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z))
  5612. makebase(CFrame.new(spos.X,spos.Y,spos.Z+40))
  5613. makebase(CFrame.new(spos.X,spos.Y,spos.Z-40))
  5614. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+40))
  5615. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-40))
  5616. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+40))
  5617. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-40))
  5618. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z))
  5619. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z))
  5620. makebase(CFrame.new(spos.X,spos.Y,spos.Z+80))
  5621. makebase(CFrame.new(spos.X,spos.Y,spos.Z-80))
  5622. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+80))
  5623. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-80))
  5624. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+80))
  5625. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-80))
  5626. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+80))
  5627. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+80))
  5628. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+40))
  5629. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-40))
  5630. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+40))
  5631. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-40))
  5632. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-80))
  5633. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-80))end)b_da.Name="maxlandtext"b_da.Parent=a_da
  5634. b_da.AnchorPoint=Vector2.new(0.5,0.5)b_da.BackgroundTransparency=1
  5635. b_da.Position=UDim2.new(0.494003624,0,0.5,0)b_da.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5636. b_da.Font=Enum.Font.Cartoon;b_da.Text="MAX LAND"b_da.TextColor3=Color3.new(0,0,0)
  5637. b_da.TextSize=21;c_da.Name="goldaxe"c_da.Parent=_cca
  5638. c_da.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)c_da.BackgroundTransparency=1;c_da.BorderSizePixel=0
  5639. c_da.Position=UDim2.new(0.648098469,0,0.193303004,0)c_da.Size=UDim2.new(0,143,0,41)
  5640. c_da.Image="rbxassetid://2790389767"c_da.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5641. c_da.ScaleType=Enum.ScaleType.Slice;c_da.SliceCenter=Rect.new(8,8,248,248)
  5642. c_da.MouseButton1Click:connect(function()
  5643. Detect=coroutine.wrap(function()
  5644. Player=game.Players.LocalPlayer;mouse=Player:GetMouse()
  5645. mouse.Button1Down:connect(function()MouseDown=true end)
  5646. mouse.Button1Up:connect(function()MouseDown=false end)end)Detect()Player=game.Players.LocalPlayer
  5647. mouse=Player:GetMouse()
  5648. game:GetService('RunService').RenderStepped:connect(function()
  5649. if
  5650. Player.Character:FindFirstChild("Tool")then
  5651. if MouseDown==true then
  5652. if mouse.Target.Name=="WoodSection"then
  5653. targetWood=mouse.Target;Tool=Player.Character.Tool
  5654. Height=
  5655. targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y+targetWood.Size.Y/2
  5656. local bbab=Ray.new(Player.Character.Head.Position,
  5657. (
  5658. (targetWood.CFrame*CFrame.new(0,Height-
  5659. targetWood.Size.Y/2,0)).p-Player.Character.Head.Position).unit*200)
  5660. part,_,p=workspace:FindPartOnRay(bbab,Player.Character)function fixVector(dcab)
  5661. return Vector3.new(math.floor(dcab.X+0.5),math.floor(dcab.Y+0.5),math.floor(
  5662. dcab.Z+0.5))end
  5663. local cbab=fixVector(targetWood.CFrame:vectorToObjectSpace(p))if cbab.Y~=0 then return end
  5664. local dbab=CFrame.new(Player.Character.Head.Position,mouse.Hit.p)
  5665. local _cab=dbab:toObjectSpace(targetWood.CFrame*CFrame.Angles(math.pi/2,0,0))local acab=_cab.lookVector;local bcab=acab.Y>=0 and 1 or-1
  5666. if
  5667. cbab.X==1 then cbab=Vector3.new(0,0,-1)*bcab elseif cbab.X==-1 then cbab=
  5668. Vector3.new(0,0,1)*bcab elseif cbab.Z==1 then
  5669. cbab=Vector3.new(1,0,0)*bcab elseif cbab.Z==-1 then cbab=Vector3.new(-1,0,0)*bcab end;local ccab=targetWood.Parent.CutEvent
  5670. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(ccab,{sectionId=targetWood.ID.Value,faceVector=cbab,height=Height,hitPoints=0.2,cooldown=0,cuttingClass="Axe",tool=Player.Character.Tool})end end end end)end)d_da.Name="goldaxetext"d_da.Parent=c_da
  5671. d_da.AnchorPoint=Vector2.new(0.5,0.5)d_da.BackgroundTransparency=1
  5672. d_da.Position=UDim2.new(0.494003624,0,0.5,0)d_da.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5673. d_da.Font=Enum.Font.Cartoon;d_da.Text="GOLD AXE"d_da.TextColor3=Color3.new(0,0,0)
  5674. d_da.TextSize=21;_ada.Name="painttools"_ada.Parent=_cca
  5675. _ada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_ada.BackgroundTransparency=1;_ada.BorderSizePixel=0
  5676. _ada.Position=UDim2.new(0.648098469,0,0.344818175,0)_ada.Size=UDim2.new(0,143,0,41)
  5677. _ada.Image="rbxassetid://2790389767"_ada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5678. _ada.ScaleType=Enum.ScaleType.Slice;_ada.SliceCenter=Rect.new(8,8,248,248)
  5679. _ada.MouseButton1Down:Connect(function()
  5680. local bbab=Instance.new("ScreenGui")local cbab=Instance.new("Frame")
  5681. local dbab=Instance.new("ImageButton")local _cab=Instance.new("ScrollingFrame")
  5682. local acab=Instance.new("ImageButton")local bcab=Instance.new("Frame")
  5683. local ccab=Instance.new("ImageButton")local dcab=Instance.new("Frame")
  5684. local _dab=Instance.new("ImageButton")local adab=Instance.new("Frame")
  5685. local bdab=Instance.new("ImageButton")local cdab=Instance.new("Frame")
  5686. local ddab=Instance.new("ImageButton")local __bb=Instance.new("Frame")
  5687. local a_bb=Instance.new("ImageButton")local b_bb=Instance.new("Frame")
  5688. local c_bb=Instance.new("ImageButton")local d_bb=Instance.new("Frame")
  5689. local _abb=Instance.new("ImageButton")local aabb=Instance.new("Frame")
  5690. local babb=Instance.new("ImageButton")local cabb=Instance.new("Frame")
  5691. local dabb=Instance.new("ImageButton")local _bbb=Instance.new("Frame")
  5692. local abbb=Instance.new("ImageButton")local bbbb=Instance.new("Frame")
  5693. local cbbb=Instance.new("ImageButton")local dbbb=Instance.new("Frame")
  5694. local _cbb=Instance.new("ImageButton")local acbb=Instance.new("Frame")
  5695. local bcbb=Instance.new("ImageButton")local ccbb=Instance.new("Frame")
  5696. local dcbb=Instance.new("ImageButton")local _dbb=Instance.new("Frame")
  5697. local adbb=Instance.new("ImageButton")local bdbb=Instance.new("Frame")
  5698. local cdbb=Instance.new("ImageButton")local ddbb=Instance.new("Frame")
  5699. local __cb=Instance.new("ImageButton")local a_cb=Instance.new("Frame")
  5700. local b_cb=Instance.new("ImageButton")local c_cb=Instance.new("Frame")bbab.Name="ColorPicker"
  5701. bbab.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")cbab.Name="ChangeColor"cbab.Parent=bbab
  5702. cbab.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)cbab.BorderColor3=Color3.new(0,0,0)cbab.BorderSizePixel=2;cbab.Position=UDim2.new(0,10,1,
  5703. -110)
  5704. cbab.Size=UDim2.new(0,100,0,100)cbab.ZIndex=2;bbab.Enabled=false;dbab.Name="CurrentColor"
  5705. dbab.Parent=cbab
  5706. dbab.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)dbab.BorderColor3=Color3.new(0,0,0)dbab.BorderSizePixel=2
  5707. dbab.Position=UDim2.new(0,10,0,10)dbab.Size=UDim2.new(0,80,0,80)dbab.ZIndex=2
  5708. dbab.Image="rbxassetid://2712547918"dbab.ScaleType=Enum.ScaleType.Crop;_cab.Name="Picker"
  5709. _cab.Parent=bbab
  5710. _cab.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)_cab.BorderColor3=Color3.new(0,0,0)_cab.BorderSizePixel=2;_cab.Position=UDim2.new(0,10,1,
  5711. -320)
  5712. _cab.Size=UDim2.new(0,100,0,200)_cab.CanvasPosition=Vector2.new(0,700)
  5713. _cab.CanvasSize=UDim2.new(0,0,0,900)_cab.ScrollBarThickness=7
  5714. _cab.VerticalScrollBarPosition=Enum.VerticalScrollBarPosition.Left;_cab.Visible=false;acab.Name="Birch"acab.Parent=_cab
  5715. acab.BackgroundColor3=Color3.new(1,1,1)acab.BorderColor3=Color3.new(0,0,0)
  5716. acab.Position=UDim2.new(0,10,0,5)acab.Size=UDim2.new(0,80,0,40)acab.ZIndex=3
  5717. acab.Image="rbxassetid://2712547918"acab.ScaleType=Enum.ScaleType.Crop;bcab.Name="DropShadow"
  5718. bcab.Parent=acab;bcab.BackgroundColor3=Color3.new(0,0,0)bcab.BorderSizePixel=0
  5719. bcab.Position=UDim2.new(0,4,0,4)bcab.Size=UDim2.new(1,0,1,0)bcab.ZIndex=2;ccab.Name="Grey"
  5720. ccab.Parent=_cab;ccab.BackgroundColor3=Color3.new(1,1,1)
  5721. ccab.BorderColor3=Color3.new(0,0,0)ccab.Position=UDim2.new(0,10,0,55)
  5722. ccab.Size=UDim2.new(0,80,0,40)ccab.ZIndex=3;ccab.Image="rbxassetid://924320031"
  5723. ccab.ScaleType=Enum.ScaleType.Crop;dcab.Name="DropShadow"dcab.Parent=ccab
  5724. dcab.BackgroundColor3=Color3.new(0,0,0)dcab.BorderSizePixel=0;dcab.Position=UDim2.new(0,4,0,4)
  5725. dcab.Size=UDim2.new(1,0,1,0)dcab.ZIndex=2;_dab.Name="Walnut"_dab.Parent=_cab
  5726. _dab.BackgroundColor3=Color3.new(1,1,1)_dab.BorderColor3=Color3.new(0,0,0)
  5727. _dab.Position=UDim2.new(0,10,0,105)_dab.Size=UDim2.new(0,80,0,40)_dab.ZIndex=3
  5728. _dab.Image="rbxassetid://2712559790"_dab.ScaleType=Enum.ScaleType.Crop;adab.Name="DropShadow"
  5729. adab.Parent=_dab;adab.BackgroundColor3=Color3.new(0,0,0)adab.BorderSizePixel=0
  5730. adab.Position=UDim2.new(0,4,0,4)adab.Size=UDim2.new(1,0,1,0)adab.ZIndex=2;bdab.Name="Generic"
  5731. bdab.Parent=_cab;bdab.BackgroundColor3=Color3.new(1,1,1)
  5732. bdab.BorderColor3=Color3.new(0,0,0)bdab.Position=UDim2.new(0,10,0,155)
  5733. bdab.Size=UDim2.new(0,80,0,40)bdab.ZIndex=3;bdab.Image="rbxassetid://2712568624"
  5734. bdab.ScaleType=Enum.ScaleType.Crop;cdab.Name="DropShadow"cdab.Parent=bdab
  5735. cdab.BackgroundColor3=Color3.new(0,0,0)cdab.BorderSizePixel=0;cdab.Position=UDim2.new(0,4,0,4)
  5736. cdab.Size=UDim2.new(1,0,1,0)cdab.ZIndex=2;ddab.Name="Oak"ddab.Parent=_cab
  5737. ddab.BackgroundColor3=Color3.new(1,1,1)ddab.BorderColor3=Color3.new(0,0,0)
  5738. ddab.Position=UDim2.new(0,10,0,205)ddab.Size=UDim2.new(0,80,0,40)ddab.ZIndex=3
  5739. ddab.Image="rbxassetid://2712579185"ddab.ScaleType=Enum.ScaleType.Crop;__bb.Name="DropShadow"
  5740. __bb.Parent=ddab;__bb.BackgroundColor3=Color3.new(0,0,0)__bb.BorderSizePixel=0
  5741. __bb.Position=UDim2.new(0,4,0,4)__bb.Size=UDim2.new(1,0,1,0)__bb.ZIndex=2;a_bb.Name="Pine"
  5742. a_bb.Parent=_cab;a_bb.BackgroundColor3=Color3.new(1,1,1)
  5743. a_bb.BorderColor3=Color3.new(0,0,0)a_bb.Position=UDim2.new(0,10,0,255)
  5744. a_bb.Size=UDim2.new(0,80,0,40)a_bb.ZIndex=3;a_bb.Image="rbxassetid://2712591183"
  5745. a_bb.ScaleType=Enum.ScaleType.Crop;b_bb.Name="DropShadow"b_bb.Parent=a_bb
  5746. b_bb.BackgroundColor3=Color3.new(0,0,0)b_bb.BorderSizePixel=0;b_bb.Position=UDim2.new(0,4,0,4)
  5747. b_bb.Size=UDim2.new(1,0,1,0)b_bb.ZIndex=2;c_bb.Name="Palm"c_bb.Parent=_cab
  5748. c_bb.BackgroundColor3=Color3.new(1,1,1)c_bb.BorderColor3=Color3.new(0,0,0)
  5749. c_bb.Position=UDim2.new(0,10,0,305)c_bb.Size=UDim2.new(0,80,0,40)c_bb.ZIndex=3
  5750. c_bb.Image="rbxassetid://2712597395"c_bb.ScaleType=Enum.ScaleType.Crop;d_bb.Name="DropShadow"
  5751. d_bb.Parent=c_bb;d_bb.BackgroundColor3=Color3.new(0,0,0)d_bb.BorderSizePixel=0
  5752. d_bb.Position=UDim2.new(0,4,0,4)d_bb.Size=UDim2.new(1,0,1,0)d_bb.ZIndex=2;_abb.Name="Cherry"
  5753. _abb.Parent=_cab;_abb.BackgroundColor3=Color3.new(1,1,1)
  5754. _abb.BorderColor3=Color3.new(0,0,0)_abb.Position=UDim2.new(0,10,0,355)
  5755. _abb.Size=UDim2.new(0,80,0,40)_abb.ZIndex=3;_abb.Image="rbxassetid://2712608599"
  5756. _abb.ScaleType=Enum.ScaleType.Crop;aabb.Name="DropShadow"aabb.Parent=_abb
  5757. aabb.BackgroundColor3=Color3.new(0,0,0)aabb.BorderSizePixel=0;aabb.Position=UDim2.new(0,4,0,4)
  5758. aabb.Size=UDim2.new(1,0,1,0)aabb.ZIndex=2;babb.Name="Koa"babb.Parent=_cab
  5759. babb.BackgroundColor3=Color3.new(1,1,1)babb.BorderColor3=Color3.new(0,0,0)
  5760. babb.Position=UDim2.new(0,10,0,355)babb.Size=UDim2.new(0,80,0,40)babb.ZIndex=3
  5761. babb.Image="rbxassetid://2712612798"babb.ScaleType=Enum.ScaleType.Crop;cabb.Name="DropShadow"
  5762. cabb.Parent=babb;cabb.BackgroundColor3=Color3.new(0,0,0)cabb.BorderSizePixel=0
  5763. cabb.Position=UDim2.new(0,4,0,4)cabb.Size=UDim2.new(1,0,1,0)cabb.ZIndex=2;dabb.Name="Volcano"
  5764. dabb.Parent=_cab;dabb.BackgroundColor3=Color3.new(1,1,1)
  5765. dabb.BorderColor3=Color3.new(0,0,0)dabb.Position=UDim2.new(0,10,0,405)
  5766. dabb.Size=UDim2.new(0,80,0,40)dabb.ZIndex=3;dabb.Image="rbxassetid://2712618609"
  5767. dabb.ScaleType=Enum.ScaleType.Crop;_bbb.Name="DropShadow"_bbb.Parent=dabb
  5768. _bbb.BackgroundColor3=Color3.new(0,0,0)_bbb.BorderSizePixel=0;_bbb.Position=UDim2.new(0,4,0,4)
  5769. _bbb.Size=UDim2.new(1,0,1,0)_bbb.ZIndex=2;abbb.Name="GreenSwampy"abbb.Parent=_cab
  5770. abbb.BackgroundColor3=Color3.new(1,1,1)abbb.BorderColor3=Color3.new(0,0,0)
  5771. abbb.Position=UDim2.new(0,10,0,455)abbb.Size=UDim2.new(0,80,0,40)abbb.ZIndex=3
  5772. abbb.Image="rbxassetid://2712623896"abbb.ScaleType=Enum.ScaleType.Crop;bbbb.Name="DropShadow"
  5773. bbbb.Parent=abbb;bbbb.BackgroundColor3=Color3.new(0,0,0)bbbb.BorderSizePixel=0
  5774. bbbb.Position=UDim2.new(0,4,0,4)bbbb.Size=UDim2.new(1,0,1,0)bbbb.ZIndex=2
  5775. cbbb.Name="GoldSwampy"cbbb.Parent=_cab;cbbb.BackgroundColor3=Color3.new(1,1,1)
  5776. cbbb.BorderColor3=Color3.new(0,0,0)cbbb.Position=UDim2.new(0,10,0,505)
  5777. cbbb.Size=UDim2.new(0,80,0,40)cbbb.ZIndex=3;cbbb.Image="rbxassetid://2712631457"
  5778. cbbb.ScaleType=Enum.ScaleType.Crop;dbbb.Name="DropShadow"dbbb.Parent=cbbb
  5779. dbbb.BackgroundColor3=Color3.new(0,0,0)dbbb.BorderSizePixel=0;dbbb.Position=UDim2.new(0,4,0,4)
  5780. dbbb.Size=UDim2.new(1,0,1,0)dbbb.ZIndex=2;_cbb.Name="GenericSpecial"_cbb.Parent=_cab
  5781. _cbb.BackgroundColor3=Color3.new(1,1,1)_cbb.BorderColor3=Color3.new(0,0,0)
  5782. _cbb.Position=UDim2.new(0,10,0,555)_cbb.Size=UDim2.new(0,80,0,40)_cbb.ZIndex=3
  5783. _cbb.Image="rbxassetid://2712639396"_cbb.ScaleType=Enum.ScaleType.Crop;acbb.Name="DropShadow"
  5784. acbb.Parent=_cbb;acbb.BackgroundColor3=Color3.new(0,0,0)acbb.BorderSizePixel=0
  5785. acbb.Position=UDim2.new(0,4,0,4)acbb.Size=UDim2.new(1,0,1,0)acbb.ZIndex=2;bcbb.Name="SnowGlow"
  5786. bcbb.Parent=_cab;bcbb.BackgroundColor3=Color3.new(1,1,1)
  5787. bcbb.BorderColor3=Color3.new(0,0,0)bcbb.Position=UDim2.new(0,10,0,605)
  5788. bcbb.Size=UDim2.new(0,80,0,40)bcbb.ZIndex=3;bcbb.Image="rbxassetid://2712651454"
  5789. bcbb.ScaleType=Enum.ScaleType.Crop;ccbb.Name="DropShadow"ccbb.Parent=bcbb
  5790. ccbb.BackgroundColor3=Color3.new(0,0,0)ccbb.BorderSizePixel=0;ccbb.Position=UDim2.new(0,4,0,4)
  5791. ccbb.Size=UDim2.new(1,0,1,0)ccbb.ZIndex=2;dcbb.Name="Frost"dcbb.Parent=_cab
  5792. dcbb.BackgroundColor3=Color3.new(1,1,1)dcbb.BorderColor3=Color3.new(0,0,0)
  5793. dcbb.Position=UDim2.new(0,10,0,655)dcbb.Size=UDim2.new(0,80,0,40)dcbb.ZIndex=3
  5794. dcbb.Image="rbxassetid://2712667804"dcbb.ScaleType=Enum.ScaleType.Crop;_dbb.Name="DropShadow"
  5795. _dbb.Parent=dcbb;_dbb.BackgroundColor3=Color3.new(0,0,0)_dbb.BorderSizePixel=0
  5796. _dbb.Position=UDim2.new(0,4,0,4)_dbb.Size=UDim2.new(1,0,1,0)_dbb.ZIndex=2
  5797. adbb.Name="CaveCrawler"adbb.Parent=_cab;adbb.BackgroundColor3=Color3.new(1,1,1)
  5798. adbb.BorderColor3=Color3.new(0,0,0)adbb.Position=UDim2.new(0,10,0,705)
  5799. adbb.Size=UDim2.new(0,80,0,40)adbb.ZIndex=3;adbb.Image="rbxassetid://2712673980"
  5800. adbb.ScaleType=Enum.ScaleType.Crop;bdbb.Name="DropShadow"bdbb.Parent=adbb
  5801. bdbb.BackgroundColor3=Color3.new(0,0,0)bdbb.BorderSizePixel=0;bdbb.Position=UDim2.new(0,4,0,4)
  5802. bdbb.Size=UDim2.new(1,0,1,0)bdbb.ZIndex=2;cdbb.Name="LoneCave"cdbb.Parent=_cab
  5803. cdbb.BackgroundColor3=Color3.new(1,1,1)cdbb.BorderColor3=Color3.new(0,0,0)
  5804. cdbb.Position=UDim2.new(0,10,0,755)cdbb.Size=UDim2.new(0,80,0,40)cdbb.ZIndex=3
  5805. cdbb.Image="rbxassetid://2712693147"cdbb.ScaleType=Enum.ScaleType.Crop;ddbb.Name="DropShadow"
  5806. ddbb.Parent=cdbb;ddbb.BackgroundColor3=Color3.new(0,0,0)ddbb.BorderSizePixel=0
  5807. ddbb.Position=UDim2.new(0,4,0,4)ddbb.Size=UDim2.new(1,0,1,0)ddbb.ZIndex=2;__cb.Name="Spooky"
  5808. __cb.Parent=_cab;__cb.BackgroundColor3=Color3.new(1,1,1)
  5809. __cb.BorderColor3=Color3.new(0,0,0)__cb.Position=UDim2.new(0,10,0,805)
  5810. __cb.Size=UDim2.new(0,80,0,40)__cb.ZIndex=3;__cb.Image="rbxassetid://2712696822"
  5811. __cb.ScaleType=Enum.ScaleType.Crop;a_cb.Name="DropShadow"a_cb.Parent=__cb
  5812. a_cb.BackgroundColor3=Color3.new(0,0,0)a_cb.BorderSizePixel=0;a_cb.Position=UDim2.new(0,4,0,4)
  5813. a_cb.Size=UDim2.new(1,0,1,0)a_cb.ZIndex=2;b_cb.Name="SpookyNeon"b_cb.Parent=_cab
  5814. b_cb.BackgroundColor3=Color3.new(1,1,1)b_cb.BorderColor3=Color3.new(0,0,0)
  5815. b_cb.Position=UDim2.new(0,10,0,855)b_cb.Size=UDim2.new(0,80,0,40)b_cb.ZIndex=3
  5816. b_cb.Image="rbxassetid://2712700047"b_cb.ScaleType=Enum.ScaleType.Crop;c_cb.Name="DropShadow"
  5817. c_cb.Parent=b_cb;c_cb.BackgroundColor3=Color3.new(0,0,0)c_cb.BorderSizePixel=0
  5818. c_cb.Position=UDim2.new(0,4,0,4)c_cb.Size=UDim2.new(1,0,1,0)c_cb.ZIndex=2;woodtype="Birch"
  5819. local d_cb=Instance.new("Tool",game.Players.LocalPlayer.Backpack)d_cb.RequiresHandle=false;d_cb.Name="Paint"
  5820. d_cb.ToolTip="Changes A Stucture's Wood Type"
  5821. d_cb.Equipped:connect(function(_acb)bbab.Enabled=true
  5822. _acb.Button1Down:connect(function()
  5823. if
  5824.  
  5825. _acb.Target.Parent:FindFirstChild("Type")or _acb.Target.Parent:FindFirstChild("BlueprintWoodClass")then local aacb
  5826. if _acb.Target.Parent:FindFirstChild("MainCFrame")then
  5827. aacb=_acb.Target.Parent.MainCFrame.Value else aacb=_acb.Target.Parent.PrimaryPart.CFrame end
  5828. if _acb.Target.Parent~=nil then
  5829. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(_acb.Target.Parent.ItemName.Value,aacb,game.Players.LocalPlayer,woodtype,_acb.Target.Parent,false)end else end end)end)
  5830. d_cb.Unequipped:connect(function(_acb)bbab.Enabled=false end)
  5831. acab.MouseButton1Click:Connect(function()dbab.Image=acab.Image;woodtype="Birch"end)
  5832. ccab.MouseButton1Click:Connect(function()dbab.Image=ccab.Image;woodtype=nil end)
  5833. _dab.MouseButton1Click:Connect(function()dbab.Image=_dab.Image;woodtype="Walnut"end)
  5834. bdab.MouseButton1Click:Connect(function()dbab.Image=bdab.Image;woodtype="Generic"end)
  5835. ddab.MouseButton1Click:Connect(function()dbab.Image=ddab.Image;woodtype="Oak"end)
  5836. a_bb.MouseButton1Click:Connect(function()dbab.Image=a_bb.Image;woodtype="Pine"end)
  5837. c_bb.MouseButton1Click:Connect(function()dbab.Image=c_bb.Image;woodtype="Palm"end)
  5838. babb.MouseButton1Click:Connect(function()dbab.Image=babb.Image;woodtype="Koa"end)
  5839. dabb.MouseButton1Click:Connect(function()dbab.Image=dabb.Image;woodtype="Volcano"end)
  5840. abbb.MouseButton1Click:Connect(function()dbab.Image=abbb.Image;woodtype="GreenSwampy"end)
  5841. cbbb.MouseButton1Click:Connect(function()dbab.Image=cbbb.Image;woodtype="GoldSwampy"end)
  5842. _cbb.MouseButton1Click:Connect(function()dbab.Image=_cbb.Image
  5843. woodtype="GenericSpecial"end)
  5844. bcbb.MouseButton1Click:Connect(function()dbab.Image=bcbb.Image;woodtype="SnowGlow"end)
  5845. dcbb.MouseButton1Click:Connect(function()dbab.Image=dcbb.Image;woodtype="Frost"end)
  5846. adbb.MouseButton1Click:Connect(function()dbab.Image=adbb.Image;woodtype="CaveCrawler"end)
  5847. cdbb.MouseButton1Click:Connect(function()dbab.Image=cdbb.Image;woodtype="LoneCave"end)
  5848. __cb.MouseButton1Click:Connect(function()dbab.Image=__cb.Image;woodtype="Spooky"end)
  5849. b_cb.MouseButton1Click:Connect(function()dbab.Image=b_cb.Image;woodtype="SpookyNeon"end)
  5850. dbab.MouseButton1Click:Connect(function()if _cab.Visible==false then _cab.Visible=true else
  5851. _cab.Visible=false end end)end)aada.Name="painttools"aada.Parent=_ada
  5852. aada.AnchorPoint=Vector2.new(0.5,0.5)aada.BackgroundTransparency=1
  5853. aada.Position=UDim2.new(0.494003624,0,0.5,0)aada.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5854. aada.Font=Enum.Font.Cartoon;aada.Text="PAINT TOOLS"aada.TextColor3=Color3.new(0,0,0)
  5855. aada.TextSize=21;bada.Name="fvckferry"bada.Parent=_cca
  5856. bada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bada.BackgroundTransparency=1;bada.BorderSizePixel=0
  5857. bada.Position=UDim2.new(0.648098469,0,0.493303031,0)bada.Size=UDim2.new(0,143,0,41)
  5858. bada.Image="rbxassetid://2790389767"bada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5859. bada.ScaleType=Enum.ScaleType.Slice;bada.SliceCenter=Rect.new(8,8,248,248)
  5860. cada.Name="fvckferrytext"cada.Parent=bada;cada.AnchorPoint=Vector2.new(0.5,0.5)
  5861. cada.BackgroundTransparency=1;cada.Position=UDim2.new(0.494003624,0,0.5,0)
  5862. cada.Size=UDim2.new(0.0926923454,0,0.899999917,0)cada.Font=Enum.Font.Cartoon;cada.Text="FERRY MENU!"
  5863. cada.TextColor3=Color3.new(0,0,0)cada.TextSize=21;dada.Name="minim"dada.Parent=_cca
  5864. dada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)dada.BackgroundTransparency=1;dada.BorderSizePixel=0;dada.Position=UDim2.new(0.943400443,0,
  5865. -0.000636407116,0)
  5866. dada.Size=UDim2.new(0,25,0,13)dada.Image="rbxassetid://2790389767"
  5867. dada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)dada.ScaleType=Enum.ScaleType.Slice
  5868. dada.SliceCenter=Rect.new(8,8,248,248)_bda.Name="minim"_bda.Parent=dada
  5869. _bda.AnchorPoint=Vector2.new(0.5,0.5)_bda.BackgroundTransparency=1
  5870. _bda.Position=UDim2.new(0.494003624,0,0.5,0)_bda.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5871. _bda.Font=Enum.Font.Cartoon;_bda.Text="-"_bda.TextColor3=Color3.new(0,0,0)
  5872. _bda.TextSize=21;abda.Name="b3"abda.Parent=dc_a
  5873. abda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)abda.BorderSizePixel=0;abda.ClipsDescendants=true
  5874. abda.Position=UDim2.new(-0.00200000009,0,0.601364493,0)abda.Selectable=false;abda.Size=UDim2.new(0,160,0,30)
  5875. abda.Font=Enum.Font.SourceSansBold;abda.Text=""abda.TextColor3=Color3.new(1,1,1)
  5876. abda.TextScaled=true;abda.TextSize=14;abda.TextStrokeTransparency=0.69999998807907
  5877. abda.TextWrapped=true;bbda.Parent=abda;bbda.BackgroundColor3=Color3.new(1,1,1)
  5878. bbda.BackgroundTransparency=1;bbda.Size=UDim2.new(0,20,0,20)bbda.Visible=false
  5879. bbda.Image="rbxassetid://2513701731"bbda.ImageTransparency=0.20000000298023;cbda.Parent=abda
  5880. cbda.BackgroundColor3=Color3.new(1,1,1)cbda.BackgroundTransparency=1;cbda.Size=UDim2.new(1,0,1,0)
  5881. cbda.ZIndex=2;cbda.Font=Enum.Font.SourceSansBold;cbda.Text="FERRY MENU"
  5882. cbda.TextColor3=Color3.new(1,1,1)cbda.TextScaled=true;cbda.TextSize=14
  5883. cbda.TextStrokeTransparency=0.69999998807907;cbda.TextWrapped=true;dbda.Name="b4"dbda.Parent=dc_a
  5884. dbda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)dbda.BorderSizePixel=0;dbda.ClipsDescendants=true
  5885. dbda.Position=UDim2.new(-0.00065229123,0,0.673099458,0)dbda.Selectable=false;dbda.Size=UDim2.new(0,160,0,30)
  5886. dbda.Font=Enum.Font.SourceSansBold;dbda.Text=""dbda.TextColor3=Color3.new(1,1,1)
  5887. dbda.TextScaled=true;dbda.TextSize=14;dbda.TextStrokeTransparency=0.69999998807907
  5888. dbda.TextWrapped=true;_cda.Parent=dbda;_cda.BackgroundColor3=Color3.new(1,1,1)
  5889. _cda.BackgroundTransparency=1;_cda.Size=UDim2.new(0,20,0,20)_cda.Visible=false
  5890. _cda.Image="rbxassetid://856547512"_cda.ImageTransparency=0.20000000298023;acda.Parent=dbda
  5891. acda.BackgroundColor3=Color3.new(1,1,1)acda.BackgroundTransparency=1
  5892. acda.Size=UDim2.new(0.993749976,0,1,0)acda.ZIndex=2;acda.Font=Enum.Font.SourceSansBold
  5893. acda.Text="WOOD MENU"acda.TextColor3=Color3.new(1,1,1)acda.TextScaled=true
  5894. acda.TextSize=14;acda.TextStrokeTransparency=0.69999998807907;acda.TextWrapped=true
  5895. bcda.Name="b5"bcda.Parent=dc_a
  5896. bcda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)bcda.BorderSizePixel=0;bcda.ClipsDescendants=true
  5897. bcda.Position=UDim2.new(-0.00100000005,0,0.745224178,0)bcda.Selectable=false;bcda.Size=UDim2.new(0,160,0,30)
  5898. bcda.Font=Enum.Font.SourceSansBold;bcda.Text=""bcda.TextColor3=Color3.new(1,1,1)
  5899. bcda.TextScaled=true;bcda.TextSize=14;bcda.TextStrokeTransparency=0.69999998807907
  5900. bcda.TextWrapped=true;ccda.Parent=bcda;ccda.BackgroundColor3=Color3.new(1,1,1)
  5901. ccda.BackgroundTransparency=1;ccda.Size=UDim2.new(0,20,0,20)ccda.Visible=false
  5902. ccda.Image="rbxassetid://2927751166"ccda.ImageTransparency=0.20000000298023;dcda.Parent=bcda
  5903. dcda.BackgroundColor3=Color3.new(1,1,1)dcda.BackgroundTransparency=1
  5904. dcda.Size=UDim2.new(0.995362461,0,1,0)dcda.ZIndex=2;dcda.Font=Enum.Font.SourceSansBold
  5905. dcda.Text="INSTANT BLUEPRINT"dcda.TextColor3=Color3.new(1,1,1)dcda.TextScaled=true
  5906. dcda.TextSize=14;dcda.TextStrokeTransparency=0.69999998807907;dcda.TextWrapped=true
  5907. _dda.Name="b6"_dda.Parent=dc_a
  5908. _dda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)_dda.BorderSizePixel=0;_dda.ClipsDescendants=true
  5909. _dda.Position=UDim2.new(-0.00234770891,0,0.819688082,0)_dda.Selectable=false;_dda.Size=UDim2.new(0,160,0,30)
  5910. _dda.Font=Enum.Font.SourceSansBold;_dda.Text=""_dda.TextColor3=Color3.new(1,1,1)
  5911. _dda.TextScaled=true;_dda.TextSize=14;_dda.TextStrokeTransparency=0.69999998807907
  5912. _dda.TextWrapped=true;adda.Parent=_dda;adda.BackgroundColor3=Color3.new(1,1,1)
  5913. adda.BackgroundTransparency=1;adda.Size=UDim2.new(0,20,0,20)adda.Visible=false
  5914. adda.Image="rbxassetid://2664323359"adda.ImageTransparency=0.20000000298023;bdda.Parent=_dda
  5915. bdda.BackgroundColor3=Color3.new(1,1,1)bdda.BackgroundTransparency=1;bdda.Size=UDim2.new(1,0,1,0)
  5916. bdda.ZIndex=2;bdda.Font=Enum.Font.SourceSansBold;bdda.Text="CREDITS"
  5917. bdda.TextColor3=Color3.new(1,1,1)bdda.TextScaled=true;bdda.TextSize=14
  5918. bdda.TextStrokeTransparency=0.69999998807907;bdda.TextWrapped=true;cdda.Name="blueprint"cdda.Parent=dc_a
  5919. cdda.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)cdda.BorderSizePixel=0
  5920. cdda.Position=UDim2.new(0.523999989,0,-1,0)cdda.Size=UDim2.new(0,447,0,330)ddda.Parent=cdda
  5921. ddda.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)ddda.BorderSizePixel=0;ddda.Size=UDim2.new(0,447,0,39)
  5922. ___b.Parent=cdda
  5923. ___b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)___b.BorderSizePixel=0
  5924. ___b.Position=UDim2.new(0,0,0.881818175,0)___b.Size=UDim2.new(0,447,0,39)a__b.Name="INSTANT BLUEPRINT"
  5925. a__b.Parent=cdda;a__b.BackgroundColor3=Color3.new(1,1,1)
  5926. a__b.BackgroundTransparency=1;a__b.Position=UDim2.new(0.284746498,0,0.0204323977,0)
  5927. a__b.Size=UDim2.new(0,197,0,24)a__b.Image="rbxassetid://2978371575"b__b.Name="minim4"b__b.Parent=cdda
  5928. b__b.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)b__b.BackgroundTransparency=1;b__b.BorderSizePixel=0;b__b.Position=UDim2.new(0.943400443,0,
  5929. -0.000636407116,0)
  5930. b__b.Size=UDim2.new(0,25,0,13)b__b.Image="rbxassetid://2790389767"
  5931. b__b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)b__b.ScaleType=Enum.ScaleType.Slice
  5932. b__b.SliceCenter=Rect.new(8,8,248,248)c__b.Name="minim4"c__b.Parent=b__b
  5933. c__b.AnchorPoint=Vector2.new(0.5,0.5)c__b.BackgroundTransparency=1
  5934. c__b.Position=UDim2.new(0.494003624,0,0.5,0)c__b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5935. c__b.Font=Enum.Font.Cartoon;c__b.Text="-"c__b.TextColor3=Color3.new(0,0,0)
  5936. c__b.TextSize=21;d__b.Name="ok"d__b.Parent=cdda
  5937. d__b.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)d__b.BackgroundTransparency=1;d__b.BorderSizePixel=0
  5938. d__b.Position=UDim2.new(0.335055172,0,0.599363565,0)d__b.Size=UDim2.new(0,143,0,41)
  5939. d__b.Image="rbxassetid://2790389767"d__b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  5940. d__b.ScaleType=Enum.ScaleType.Slice;d__b.SliceCenter=Rect.new(8,8,248,248)
  5941. d__b.MouseButton1Click:connect(function()
  5942. abab=game.Players.LocalPlayer;local bbab=ba_b.Text;local cbab=da_b.Text;local dbab
  5943. local _cab=game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  5944. for acab,bcab in
  5945. pairs(game.Workspace.PlayerModels:GetChildren())do
  5946. if bcab:FindFirstChild("Owner")and
  5947. tostring(bcab.Owner.Value)==bbab then
  5948. if bcab:FindFirstChild("Type")and bcab.Type.Value==
  5949. "Blueprint"then
  5950. if
  5951. bcab:FindFirstChild("MainCFrame")then dbab=bcab.MainCFrame.Value else dbab=bcab.PrimaryPart.CFrame end;if bcab~=nil then
  5952. _cab:FireServer(bcab.Name,dbab,game.Players.LocalPlayer,cbab,bcab,false)end end end end end)_a_b.Name="oktext"_a_b.Parent=d__b
  5953. _a_b.AnchorPoint=Vector2.new(0.5,0.5)_a_b.BackgroundTransparency=1
  5954. _a_b.Position=UDim2.new(0.494003624,0,0.5,0)_a_b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5955. _a_b.Font=Enum.Font.Cartoon;_a_b.Text="OK!"_a_b.TextColor3=Color3.new(0,0,0)
  5956. _a_b.TextSize=40;aa_b.Name="haha"aa_b.Parent=cdda
  5957. aa_b.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)aa_b.BackgroundTransparency=1
  5958. aa_b.Position=UDim2.new(0.277404934,0,0.224242419,0)aa_b.Size=UDim2.new(0,196,0,45)
  5959. aa_b.Image="rbxassetid://2790389767"aa_b.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  5960. aa_b.ScaleType=Enum.ScaleType.Slice;aa_b.SliceCenter=Rect.new(8,8,248,248)ba_b.Name="bangsad2"
  5961. ba_b.Parent=aa_b;ba_b.AnchorPoint=Vector2.new(0.5,0.5)
  5962. ba_b.BackgroundTransparency=1;ba_b.Position=UDim2.new(0.5,0,0.5,0)
  5963. ba_b.Size=UDim2.new(1,0,0.899999976,0)ba_b.Font=Enum.Font.Cartoon;ba_b.Text="PLAYERS HERE"
  5964. ba_b.TextColor3=Color3.new(1,1,1)ba_b.TextSize=25;ca_b.Name="HIHI"ca_b.Parent=cdda
  5965. ca_b.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)ca_b.BackgroundTransparency=1
  5966. ca_b.Position=UDim2.new(0.293064922,0,0.409090936,0)ca_b.Size=UDim2.new(0,181,0,37)
  5967. ca_b.Image="rbxassetid://2790389767"ca_b.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  5968. ca_b.ScaleType=Enum.ScaleType.Slice;ca_b.SliceCenter=Rect.new(8,8,248,248)da_b.Name="bangsad3"
  5969. da_b.Parent=ca_b;da_b.AnchorPoint=Vector2.new(0.5,0.5)
  5970. da_b.BackgroundTransparency=1;da_b.Position=UDim2.new(0.5,0,0.5,0)
  5971. da_b.Size=UDim2.new(1,0,0.899999976,0)da_b.Font=Enum.Font.Cartoon;da_b.Text="Volcano"
  5972. da_b.TextColor3=Color3.new(1,1,1)da_b.TextSize=25;_b_b.Name="blueprintcodes"_b_b.Parent=cdda
  5973. _b_b.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_b_b.BorderSizePixel=0
  5974. _b_b.Position=UDim2.new(-0.561521292,0,-0.000956892967,0)_b_b.Size=UDim2.new(0,238,0,330)ab_b.Parent=_b_b
  5975. ab_b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)ab_b.BorderSizePixel=0;ab_b.Size=UDim2.new(0,238,0,39)
  5976. bb_b.Parent=_b_b
  5977. bb_b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)bb_b.BorderSizePixel=0
  5978. bb_b.Position=UDim2.new(0,0,0.881818175,0)bb_b.Size=UDim2.new(0,238,0,39)cb_b.Name="CODE BLUEPRINT"
  5979. cb_b.Parent=_b_b;cb_b.BackgroundColor3=Color3.new(1,1,1)
  5980. cb_b.BackgroundTransparency=1
  5981. cb_b.Position=UDim2.new(0.0964094698,0,0.0204323977,0)cb_b.Size=UDim2.new(0,189,0,24)
  5982. cb_b.Image="rbxassetid://2978835053"db_b.Name="minim4"db_b.Parent=_b_b
  5983. db_b.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)db_b.BackgroundTransparency=1;db_b.BorderSizePixel=0;db_b.Position=UDim2.new(0.910271406,0,
  5984. -0.000636430224,0)
  5985. db_b.Size=UDim2.new(0,22,0,13)db_b.Image="rbxassetid://2790389767"
  5986. db_b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)db_b.ScaleType=Enum.ScaleType.Slice
  5987. db_b.SliceCenter=Rect.new(8,8,248,248)_c_b.Name="minim4"_c_b.Parent=db_b
  5988. _c_b.AnchorPoint=Vector2.new(0.5,0.5)_c_b.BackgroundTransparency=1
  5989. _c_b.Position=UDim2.new(0.494003624,0,0.5,0)_c_b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  5990. _c_b.Font=Enum.Font.Cartoon;_c_b.Text="-"_c_b.TextColor3=Color3.new(0,0,0)
  5991. _c_b.TextSize=21;ac_b.Name="testframe"ac_b.Parent=_b_b
  5992. ac_b.BackgroundColor3=Color3.new(0.670588,0.670588,0.670588)ac_b.Position=UDim2.new(0.0269681793,0,0.154545456,0)
  5993. ac_b.Size=UDim2.new(0,218,0,232)ac_b.CanvasPosition=Vector2.new(0,116)bc_b.Parent=ac_b
  5994. cc_b.Name="1"cc_b.Parent=ac_b;cc_b.BackgroundColor3=Color3.new(1,1,1)
  5995. cc_b.BackgroundTransparency=1;cc_b.Size=UDim2.new(0,200,0,50)
  5996. cc_b.Font=Enum.Font.Cartoon;cc_b.Text="Birch"cc_b.TextColor3=Color3.new(1,1,1)
  5997. cc_b.TextScaled=true;cc_b.TextSize=14;cc_b.TextWrapped=true;dc_b.Name="2"dc_b.Parent=ac_b
  5998. dc_b.BackgroundColor3=Color3.new(1,1,1)dc_b.BackgroundTransparency=1;dc_b.Size=UDim2.new(0,200,0,50)
  5999. dc_b.Font=Enum.Font.Cartoon;dc_b.Text="nil"dc_b.TextColor3=Color3.new(1,1,1)
  6000. dc_b.TextScaled=true;dc_b.TextSize=14;dc_b.TextWrapped=true;_d_b.Name="3"_d_b.Parent=ac_b
  6001. _d_b.BackgroundColor3=Color3.new(1,1,1)_d_b.BackgroundTransparency=1;_d_b.Size=UDim2.new(0,200,0,50)
  6002. _d_b.Font=Enum.Font.Cartoon;_d_b.Text="Walnut"_d_b.TextColor3=Color3.new(1,1,1)
  6003. _d_b.TextScaled=true;_d_b.TextSize=14;_d_b.TextWrapped=true;ad_b.Name="4"ad_b.Parent=ac_b
  6004. ad_b.BackgroundColor3=Color3.new(1,1,1)ad_b.BackgroundTransparency=1;ad_b.Size=UDim2.new(0,200,0,50)
  6005. ad_b.Font=Enum.Font.Cartoon;ad_b.Text="Generic"ad_b.TextColor3=Color3.new(1,1,1)
  6006. ad_b.TextScaled=true;ad_b.TextSize=14;ad_b.TextWrapped=true;bd_b.Name="5"bd_b.Parent=ac_b
  6007. bd_b.BackgroundColor3=Color3.new(1,1,1)bd_b.BackgroundTransparency=1;bd_b.Size=UDim2.new(0,200,0,50)
  6008. bd_b.Font=Enum.Font.Cartoon;bd_b.Text="Oak"bd_b.TextColor3=Color3.new(1,1,1)
  6009. bd_b.TextScaled=true;bd_b.TextSize=14;bd_b.TextWrapped=true;cd_b.Name="6"cd_b.Parent=ac_b
  6010. cd_b.BackgroundColor3=Color3.new(1,1,1)cd_b.BackgroundTransparency=1;cd_b.Size=UDim2.new(0,200,0,50)
  6011. cd_b.Font=Enum.Font.Cartoon;cd_b.Text="Pine"cd_b.TextColor3=Color3.new(1,1,1)
  6012. cd_b.TextScaled=true;cd_b.TextSize=14;cd_b.TextWrapped=true;dd_b.Name="7"dd_b.Parent=ac_b
  6013. dd_b.BackgroundColor3=Color3.new(1,1,1)dd_b.BackgroundTransparency=1;dd_b.Size=UDim2.new(0,200,0,50)
  6014. dd_b.Font=Enum.Font.Cartoon;dd_b.Text="Palm"dd_b.TextColor3=Color3.new(1,1,1)
  6015. dd_b.TextScaled=true;dd_b.TextSize=14;dd_b.TextWrapped=true;__ab.Name="8"__ab.Parent=ac_b
  6016. __ab.BackgroundColor3=Color3.new(1,1,1)__ab.BackgroundTransparency=1;__ab.Size=UDim2.new(0,200,0,50)
  6017. __ab.Font=Enum.Font.Cartoon;__ab.Text="Koa"__ab.TextColor3=Color3.new(1,1,1)
  6018. __ab.TextScaled=true;__ab.TextSize=14;__ab.TextWrapped=true;a_ab.Name="9"a_ab.Parent=ac_b
  6019. a_ab.BackgroundColor3=Color3.new(1,1,1)a_ab.BackgroundTransparency=1;a_ab.Size=UDim2.new(0,200,0,50)
  6020. a_ab.Font=Enum.Font.Cartoon;a_ab.Text="Volcano"a_ab.TextColor3=Color3.new(1,1,1)
  6021. a_ab.TextScaled=true;a_ab.TextSize=14;a_ab.TextWrapped=true;b_ab.Name="10"b_ab.Parent=ac_b
  6022. b_ab.BackgroundColor3=Color3.new(1,1,1)b_ab.BackgroundTransparency=1;b_ab.Size=UDim2.new(0,200,0,50)
  6023. b_ab.Font=Enum.Font.Cartoon;b_ab.Text="GreenSwampy"b_ab.TextColor3=Color3.new(1,1,1)
  6024. b_ab.TextScaled=true;b_ab.TextSize=14;b_ab.TextWrapped=true;c_ab.Name="11"c_ab.Parent=ac_b
  6025. c_ab.BackgroundColor3=Color3.new(1,1,1)c_ab.BackgroundTransparency=1
  6026. c_ab.Position=UDim2.new(0.0229357798,0,0.00606060587,0)c_ab.Size=UDim2.new(0,200,0,50)
  6027. c_ab.Font=Enum.Font.Cartoon;c_ab.Text="GoldSwampy"c_ab.TextColor3=Color3.new(1,1,1)
  6028. c_ab.TextScaled=true;c_ab.TextSize=14;c_ab.TextWrapped=true;d_ab.Name="12"d_ab.Parent=ac_b
  6029. d_ab.BackgroundColor3=Color3.new(1,1,1)d_ab.BackgroundTransparency=1;d_ab.Size=UDim2.new(0,200,0,50)
  6030. d_ab.Font=Enum.Font.Cartoon;d_ab.Text="GenericSpecial"d_ab.TextColor3=Color3.new(1,1,1)
  6031. d_ab.TextScaled=true;d_ab.TextSize=14;d_ab.TextWrapped=true;_aab.Name="13"_aab.Parent=ac_b
  6032. _aab.BackgroundColor3=Color3.new(1,1,1)_aab.BackgroundTransparency=1;_aab.Size=UDim2.new(0,200,0,50)
  6033. _aab.Font=Enum.Font.Cartoon;_aab.Text="SnowGlow"_aab.TextColor3=Color3.new(1,1,1)
  6034. _aab.TextScaled=true;_aab.TextSize=14;_aab.TextWrapped=true;aaab.Name="14"aaab.Parent=ac_b
  6035. aaab.BackgroundColor3=Color3.new(1,1,1)aaab.BackgroundTransparency=1;aaab.Size=UDim2.new(0,200,0,50)
  6036. aaab.Font=Enum.Font.Cartoon;aaab.Text="Frost"aaab.TextColor3=Color3.new(1,1,1)
  6037. aaab.TextScaled=true;aaab.TextSize=14;aaab.TextWrapped=true;baab.Name="15"baab.Parent=ac_b
  6038. baab.BackgroundColor3=Color3.new(1,1,1)baab.BackgroundTransparency=1;baab.Size=UDim2.new(0,200,0,50)
  6039. baab.Font=Enum.Font.Cartoon;baab.Text="CaveCrawler"baab.TextColor3=Color3.new(1,1,1)
  6040. baab.TextScaled=true;baab.TextSize=14;baab.TextWrapped=true;caab.Name="16"caab.Parent=ac_b
  6041. caab.BackgroundColor3=Color3.new(1,1,1)caab.BackgroundTransparency=1;caab.Size=UDim2.new(0,200,0,50)
  6042. caab.Font=Enum.Font.Cartoon;caab.Text="LoneCave"caab.TextColor3=Color3.new(1,1,1)
  6043. caab.TextScaled=true;caab.TextSize=14;caab.TextWrapped=true;daab.Name="17"daab.Parent=ac_b
  6044. daab.BackgroundColor3=Color3.new(1,1,1)daab.BackgroundTransparency=1;daab.Size=UDim2.new(0,200,0,50)
  6045. daab.Font=Enum.Font.Cartoon;daab.Text="Spooky"daab.TextColor3=Color3.new(1,1,1)
  6046. daab.TextScaled=true;daab.TextSize=14;daab.TextWrapped=true;_bab.Name="18"_bab.Parent=ac_b
  6047. _bab.BackgroundColor3=Color3.new(1,1,1)_bab.BackgroundTransparency=1;_bab.Size=UDim2.new(0,200,0,50)
  6048. _bab.Font=Enum.Font.Cartoon;_bab.Text="SpookyNeon"_bab.TextColor3=Color3.new(1,1,1)
  6049. _bab.TextScaled=true;_bab.TextSize=14;_bab.TextWrapped=true
  6050. function SCRIPT_HYYQ80_FAKESCRIPT()
  6051. local bbab=Instance.new('LocalScript')bbab.Parent=_d_a
  6052. local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  6053. while wait(.2)do local dbab=bbab.Parent.ImageLabel:clone()
  6054. game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent;dbab.Visible=true
  6055. local _cab=cbab[math.random(1,#cbab)]dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  6056. dbab:TweenPosition(UDim2.new(_cab,0,
  6057. -1,0),"Out","Quad",1,true)end end
  6058. coroutine.resume(coroutine.create(SCRIPT_HYYQ80_FAKESCRIPT))
  6059. function SCRIPT_TEHT81_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  6060. bbab.Parent=dc_a;repeat wait()until game.Players.LocalPlayer.Character
  6061. local cbab=game.Players.LocalPlayer.Character;local dbab=cbab:WaitForChild("Humanoid")
  6062. local _cab=Instance.new("Sound",bbab.Parent)_cab.SoundId="rbxassetid://408524543"_cab.Volume=1
  6063. local acab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}local bcab=true;local ccab=Instance.new("Sound",bbab.Parent)
  6064. ccab.SoundId="rbxassetid://452267918"local dcab=bbab.Parent.b2;local _dab=bbab.Parent.b3
  6065. local adab=bbab.Parent.b4;local bdab=bbab.Parent.b5;local cdab=bbab.Parent.b6;local ddab=false;local __bb=false
  6066. local a_bb=bbab.Parent.Border5;local b_bb=bbab.Parent.ferrymenu;local c_bb=bbab.Parent.woods
  6067. local d_bb=bbab.Parent.blueprint;local _abb=bbab.Parent.creditsmenu
  6068. local aabb=Instance.new("BlurEffect",workspace.CurrentCamera)aabb.Size=0
  6069. function bluron()for i=0,20,1 do aabb.Size=i;wait()end end
  6070. function bluroff()for i=20,0,-1 do aabb.Size=i;wait()end end
  6071. dbab.Died:Connect(function()aabb:Destroy()end)
  6072. dcab.MouseButton1Click:Connect(function()ccab:Play()
  6073. if ddab==false then ddab=true
  6074. if
  6075. aabb.Size~=20 then
  6076. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  6077. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end
  6078. a_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  6079. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  6080. a_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end end)
  6081. _dab.MouseButton1Click:Connect(function()ccab:Play()
  6082. if ddab==false then ddab=true
  6083. if
  6084. aabb.Size~=20 then
  6085. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  6086. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end
  6087. b_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  6088. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  6089. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end end)
  6090. adab.MouseButton1Click:Connect(function()ccab:Play()
  6091. if ddab==false then ddab=true
  6092. if
  6093. aabb.Size~=20 then
  6094. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  6095. c_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  6096. c_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  6097. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  6098. c_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  6099. bdab.MouseButton1Click:Connect(function()ccab:Play()
  6100. if ddab==false then ddab=true
  6101. if
  6102. aabb.Size~=20 then
  6103. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  6104. d_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  6105. d_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  6106. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  6107. d_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  6108. cdab.MouseButton1Click:Connect(function()ccab:Play()
  6109. if ddab==false then ddab=true
  6110. if
  6111. aabb.Size~=20 then
  6112. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  6113. _abb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  6114. _abb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  6115. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  6116. _abb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  6117. dcab.MouseEnter:Connect(function()_cab:Play()dcab.TextLabel.TextColor3=Color3.new(255 /255,
  6118. 100 /255,100 /255)
  6119. dcab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  6120. dcab.MouseLeave:Connect(function()
  6121. dcab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  6122. dcab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  6123. _dab.MouseEnter:Connect(function()_cab:Play()_dab.TextLabel.TextColor3=Color3.new(255 /255,
  6124. 100 /255,100 /255)
  6125. _dab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  6126. _dab.MouseLeave:Connect(function()
  6127. _dab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  6128. _dab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  6129. adab.MouseEnter:Connect(function()_cab:Play()adab.TextLabel.TextColor3=Color3.new(255 /255,
  6130. 100 /255,100 /255)
  6131. adab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  6132. adab.MouseLeave:Connect(function()
  6133. adab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  6134. adab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  6135. bdab.MouseEnter:Connect(function()_cab:Play()bdab.TextLabel.TextColor3=Color3.new(255 /255,
  6136. 100 /255,100 /255)
  6137. bdab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  6138. bdab.MouseLeave:Connect(function()
  6139. bdab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  6140. bdab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  6141. cdab.MouseEnter:Connect(function()_cab:Play()cdab.TextLabel.TextColor3=Color3.new(255 /255,
  6142. 100 /255,100 /255)
  6143. cdab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  6144. cdab.MouseLeave:Connect(function()
  6145. cdab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  6146. cdab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)end
  6147. coroutine.resume(coroutine.create(SCRIPT_TEHT81_FAKESCRIPT))
  6148. function SCRIPT_RJTR66_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  6149. bbab.Parent=abda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  6150. while wait(.2)do
  6151. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  6152. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  6153. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  6154. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  6155. coroutine.resume(coroutine.create(SCRIPT_RJTR66_FAKESCRIPT))
  6156. function SCRIPT_VUYD83_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  6157. bbab.Parent=dbda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  6158. while wait(.2)do
  6159. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  6160. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  6161. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  6162. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  6163. coroutine.resume(coroutine.create(SCRIPT_VUYD83_FAKESCRIPT))
  6164. function SCRIPT_OVKE74_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  6165. bbab.Parent=bcda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  6166. while wait(.2)do
  6167. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  6168. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  6169. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  6170. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  6171. coroutine.resume(coroutine.create(SCRIPT_OVKE74_FAKESCRIPT))
  6172. function SCRIPT_AZJR74_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  6173. bbab.Parent=_dda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  6174. while wait(.2)do
  6175. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  6176. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  6177. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  6178. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  6179. coroutine.resume(coroutine.create(SCRIPT_AZJR74_FAKESCRIPT))
  6180. end)
  6181.  
  6182. Dirt.Name = "Dirt"
  6183. Dirt.Parent = Main
  6184. Dirt.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  6185. Dirt.BorderSizePixel = 0
  6186. Dirt.Position = UDim2.new(0.467981458, 0, 0.0749999061, 0)
  6187. Dirt.Size = UDim2.new(0, 147, 0, 35)
  6188. Dirt.Font = Enum.Font.Cartoon
  6189. Dirt.Text = "Dirt"
  6190. Dirt.TextColor3 = Color3.new(1, 1, 1)
  6191. Dirt.TextScaled = true
  6192. Dirt.TextSize = 14
  6193. Dirt.TextWrapped = true
  6194. Dirt.MouseButton1Down:connect(function()
  6195. local t=string.byte;local r=string.char;local c=string.sub;local b=table.concat;local s=math.ldexp;local Y=getfenv or function()return _ENV end;local l=setmetatable;local u=select;local i=unpack;local f=tonumber;local function h(t)local e,o,n="","",{}local d=256;local a={}for l=0,d-1 do a[l]=r(l)end;local l=1;local function i()local e=f(c(t,l,l),36)l=l+1;local o=f(c(t,l,l+e-1),36)l=l+e;return o end;e=r(i())n[1]=e;while l<#t do local l=i()if a[l]then o=a[l]else o=e..c(e,1,1)end;a[d]=e..c(o,1,1)n[#n+1],e,d=o,o,d+1 end;return table.concat(n)end;local a=h('2121Y2751X2142751Y22622521V21Y22922E22822322421X1X27427521X21V22721Z1X21127922Y22E22E22A22T21Z22E1X1327922227W22A2291O1D1D22A21V27F21Z21S27I1C21T2252271D22821V22D1D1N21S2301K22A22G23F1N27927521727923J21625U26525X21627523F21E29526521E27523E2161I1Y2652981Y2371229C1227523229L29K29F29Q29J29W23I1Y29Q26527923I21629E29U1Y2A42752A7');local n=bit and bit.bxor or function(l,e)local o,n=1,0 while l>0 and e>0 do local c,a=l%2,e%2 if c~=a then n=n+o end l,e,o=(l-c)/2,(e-a)/2,o*2 end if l<e then l=e end while l>0 do local e=l%2 if e>0 then n=n+o end l,o=(l-e)/2,o*2 end return n end local function e(e,l,o)if o then local l=(e/2^(l-1))%2^((o-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 o()local c,e,o,a=t(a,l,l+3);c=n(c,34)e=n(e,34)o=n(o,34)a=n(a,34)l=l+4;return(a*16777216)+(o*65536)+(e*256)+c;end;local function d()local e=n(t(a,l,l),34);l=l+1;return e;end;local function E()local l=o();local n=o();local c=1;local o=(e(n,1,20)*(2^32))+l;local l=e(n,21,31);local e=((-1)^e(n,32));if(l==0)then if(o==0)then return e*0;else l=1;c=0;end;elseif(l==2047)then return(o==0)and(e*(1/0))or(e*(0/0));end;return s(e,l-1023)*(c+(o/(2^52)));end;local f=o;local function h(e)local o;if(not e)then e=f();if(e==0)then return'';end;end;o=c(a,l,l+e-1);l=l+e;local e={}for l=1,#o do e[l]=r(n(t(c(o,l,l)),34))end return b(e);end;local l=o;local function f(...)return{...},u('#',...)end local function b()local r={0,0,0,0,0,0,0,0,0};local c={};local l={};local a={r,nil,c,nil,l};local l=o()local t={0,0,0,0};for o=1,l do local e=d();local l;if(e==1)then l=(d()~=0);elseif(e==2)then l=E();elseif(e==3)then l=h();end;t[o]=l;end;a[2]=t a[4]=d();for l=1,o()do c[l-1]=b();end;for a=1,o()do local c=n(o(),92);local o=n(o(),255);local n=e(c,1,2);local l=e(o,1,11);local l={l,e(c,3,11),nil,nil,o};if(n==0)then l[3]=e(c,12,20);l[5]=e(c,21,29);elseif(n==1)then l[3]=e(o,12,33);elseif(n==2)then l[3]=e(o,12,32)-1048575;elseif(n==3)then l[3]=e(o,12,32)-1048575;l[5]=e(c,21,29);end;r[a]=l;end;return a;end;local function X(l,e,h)local o=l[1];local e=l[2];local n=l[3];local l=l[4];return function(...)local r=o;local t=e;local e=n;local n=l;local E=f local o=1;local d=-1;local f={};local a={...};local c=u('#',...)-1;local l={};local e={};for l=0,c do if(l>=n)then f[l-n]=a[l+1];else e[l]=a[l+1];end;end;local l=c-n+1 local l;local n;while true do l=r[o];n=l[1];if n<=7 then if n<=3 then if n<=1 then if n==0 then do return end;else e[l[2]]=(l[3]~=0);end;elseif n>2 then e[l[2]]();d=A;else e[l[2]]=(l[3]~=0);end;elseif n<=5 then if n==4 then local n=l[2];local a={};local o=0;local c=d;for l=n+1,c do o=o+1;a[o]=e[l];end;local c={e[n](i(a,1,c-n))};local l=n+l[5]-2;o=0;for l=n,l do o=o+1;e[l]=c[o];end;d=l;else e[l[2]]=h[t[l[3]]];end;elseif n>6 then local o=l[2];local n=e[l[3]];e[o+1]=n;e[o]=n[t[l[5]]];else local n=l[2];local c={};local o=0;local l=n+l[3]-1;for l=n+1,l do o=o+1;c[o]=e[l];end;local c,l=E(e[n](i(c,1,l-n)));l=l+n-1;o=0;for l=n,l do o=o+1;e[l]=c[o];end;d=l;end;elseif n<=11 then if n<=9 then if n>8 then e[l[2]]=t[l[3]];else local n;local u,n;local a;local c;local f;local s;local n;e[l[2]]=h[t[l[3]]];o=o+1;l=r[o];e[l[2]]=h[t[l[3]]];o=o+1;l=r[o];n=l[2];s=e[l[3]];e[n+1]=s;e[n]=s[t[l[5]]];o=o+1;l=r[o];e[l[2]]=t[l[3]];o=o+1;l=r[o];e[l[2]]=(l[3]~=0);o=o+1;l=r[o];n=l[2];f={};c=0;a=n+l[3]-1;for l=n+1,a do c=c+1;f[c]=e[l];end;u,a=E(e[n](i(f,1,a-n)));a=a+n-1;c=0;for l=n,a do c=c+1;e[l]=u[c];end;d=a;o=o+1;l=r[o];n=l[2];f={};c=0;a=d;for l=n+1,a do c=c+1;f[c]=e[l];end;u={e[n](i(f,1,a-n))};a=n+l[5]-2;c=0;for l=n,a do c=c+1;e[l]=u[c];end;d=a;o=o+1;l=r[o];e[l[2]]();d=n;o=o+1;l=r[o];do return end;end;elseif n==10 then e[l[2]]=t[l[3]];else e[l[2]]();d=A;end;elseif n<=13 then if n==12 then local n=l[2];local a={};local o=0;local c=d;for l=n+1,c do o=o+1;a[o]=e[l];end;local c={e[n](i(a,1,c-n))};local l=n+l[5]-2;o=0;for l=n,l do o=o+1;e[l]=c[o];end;d=l;else local o=l[2];local n=e[l[3]];e[o+1]=n;e[o]=n[t[l[5]]];end;elseif n<=14 then do return end;elseif n>15 then e[l[2]]=h[t[l[3]]];else local n=l[2];local c={};local o=0;local l=n+l[3]-1;for l=n+1,l do o=o+1;c[o]=e[l];end;local c,l=E(e[n](i(c,1,l-n)));l=l+n-1;o=0;for l=n,l do o=o+1;e[l]=c[o];end;d=l;end;o=o+1;end;end;end;return X(b(),{},Y())();
  6196. end)
  6197.  
  6198. Open.Name = "Open"
  6199. Open.Parent = ScreenGui
  6200. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  6201. Open.BorderSizePixel = 0
  6202. Open.Position = UDim2.new(0.801999986, 0, -0.03299999999999999999, 0)
  6203. Open.Size = UDim2.new(0, 100, 0, 30)
  6204. Open.Font = Enum.Font.Cartoon
  6205. Open.Text = "Open"
  6206. Open.TextColor3 = Color3.new(1, 1, 1)
  6207. Open.TextScaled = true
  6208. Open.TextSize = 14
  6209. Open.TextWrapped = true
  6210. Open.MouseButton1Down:connect(function()
  6211. Main.Visible = true
  6212. Open.Visible = false
  6213. end)
Add Comment
Please, Sign In to add comment