Advertisement
mikwbm

LT2 limited gui - MikeTheNoob#8463

Apr 2nd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.23 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. --[ dont fucking leak or i will delete your fortnite account copyright claim by MikeTheNoob#8463
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local LT2clone = Instance.new("TextButton")
  9. local close = Instance.new("TextButton")
  10. local lt2gui2 = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Position = UDim2.new(0.724945128, 0, 0.66393441, 0)
  18. Frame.Selectable = true
  19. Frame.Size = UDim2.new(0, 226, 0, 165)
  20. Frame.Style = Enum.FrameStyle.RobloxRound
  21.  
  22. title.Name = "title"
  23. title.Parent = Frame
  24. title.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  25. title.Position = UDim2.new(0.0770034119, 0, 0.0437346473, 0)
  26. title.Size = UDim2.new(0, 163, 0, 18)
  27. title.Font = Enum.Font.SourceSans
  28. title.Text = "LT2 gui V1 - made by mikwbm"
  29. title.TextColor3 = Color3.new(1, 0, 1)
  30. title.TextSize = 14
  31.  
  32. LT2clone.Name = "LT2clone"
  33. LT2clone.Parent = Frame
  34. LT2clone.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  35. LT2clone.Position = UDim2.new(0.122414954, 0, 0.274137139, 0)
  36. LT2clone.Size = UDim2.new(0, 143, 0, 29)
  37. LT2clone.Font = Enum.Font.SourceSans
  38. LT2clone.Text = "LT2 clone tool"
  39. LT2clone.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  40. LT2clone.TextSize = 14
  41. LT2clone.MouseButton1Click:connect(function()
  42. local Character = game.Players.LocalPlayer.Character
  43. local Mouse = game.Players.LocalPlayer:GetMouse()
  44. local Land = nil
  45.  
  46. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  47. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  48. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  49. break
  50. end
  51. end
  52.  
  53. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  54. if v.Owner.Value == game.Players.LocalPlayer then
  55. Land = v
  56. break
  57. end
  58. end
  59.  
  60. function Clone(Item)
  61. local Info = {}
  62. Info.Name = "Wire"
  63. Info.Type = Item
  64. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  65.  
  66. local Points = {Land.OriginSquare.Position - Vector3.new(0,100,0), Land.OriginSquare.Position - Vector3.new(0,100,0)}
  67. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  68. end
  69.  
  70. local Tool = Instance.new("Tool")
  71. Tool.Name = "Clone"
  72. Tool.RequiresHandle = false
  73. Tool.Parent = game.Players.LocalPlayer.Backpack
  74.  
  75. Tool.Activated:Connect(function()
  76. if Mouse.Target and Land then
  77. local Target = Mouse.Target
  78.  
  79. if Target.Parent:IsA("Model") and Target.Parent:FindFirstChild("Main") then
  80. Target = Target.Parent
  81. elseif Target.Parent.Parent:IsA("Model") and Target.Parent.Parent:FindFirstChild("Main") then
  82. Target = Target.Parent.Parent
  83. elseif Target.Parent:IsA("Model") and Target.Parent:FindFirstChild("CutEvent") then
  84. Target = Target.Parent
  85. end
  86.  
  87. Clone(Target)
  88. else
  89. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  90. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  91. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  92. break
  93. end
  94. end
  95.  
  96. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  97. if v.Owner.Value == game.Players.LocalPlayer then
  98. Land = v
  99. break
  100. end
  101. end
  102. end
  103. end)
  104. end)
  105.  
  106.  
  107. close.Name = "close"
  108. close.Parent = Frame
  109. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  110. close.Position = UDim2.new(0.879828751, 0, -0.0458714366, 0)
  111. close.Size = UDim2.new(0, 32, 0, 26)
  112. close.Font = Enum.Font.SourceSans
  113. close.Text = "X"
  114. close.TextColor3 = Color3.new(1, 0, 0)
  115. close.TextSize = 14
  116. close.MouseButton1Click:connect(function()
  117. Frame.Visible = false
  118. end)
  119.  
  120. lt2gui2.Name = "lt2gui2"
  121. lt2gui2.Parent = Frame
  122. lt2gui2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  123. lt2gui2.Position = UDim2.new(0.159520566, 0, 0.608848512, 0)
  124. lt2gui2.Size = UDim2.new(0, 143, 0, 29)
  125. lt2gui2.Font = Enum.Font.SourceSans
  126. lt2gui2.Text = "LT2 GUI Add On (V2)"
  127. lt2gui2.TextColor3 = Color3.new(0.333333, 0.333333, 1)
  128. lt2gui2.TextSize = 14
  129. lt2gui2.MouseButton1Click:connect(function()
  130. ------------------
  131. --CRACKED BY RTX/LiLWally
  132. --https://v3rmillion.net/member.php?action=profile&uid=516951
  133. ------------------
  134.  
  135. Found=false;Tool="None"Down=false
  136. Mouse=game.Players.LocalPlayer:GetMouse()
  137. Client=game.ReplicatedStorage.Interaction.ClientSetListPlayer;players=game.Players
  138. for bbab,cbab in pairs(players:GetPlayers())do if cbab.Name~=
  139. players.LocalPlayer.Name then
  140. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,cbab,false)end end
  141. players.PlayerAdded:connect(function(bbab)
  142. Client:InvokeServer(players.LocalPlayer.BlacklistFolder,bbab,false)end)
  143. function move(bbab)
  144. bbab:MoveTo(
  145. game.Players.LocalPlayer.Character.Head.Position+Vector3.new(5,-4,5))bbab.WoodSection.Anchored=true;wait(2)
  146. bbab.WoodSection.Anchored=false end
  147. function tree(bbab,cbab)
  148. for dbab,_cab in pairs(bbab:GetChildren())do if _cab.Name=="TreeClass"then
  149. if
  150. _cab.Value==cbab then if Found==false then move(bbab)Found=true end end end end end;local dc_a=Instance.new("ScreenGui")
  151. local _d_a=Instance.new("TextButton")local ad_a=Instance.new("ImageLabel")
  152. local bd_a=Instance.new("TextLabel")local cd_a=Instance.new("Frame")
  153. local dd_a=Instance.new("Frame")local __aa=Instance.new("ImageLabel")
  154. local a_aa=Instance.new("ImageButton")local b_aa=Instance.new("TextLabel")
  155. local c_aa=Instance.new("Frame")local d_aa=Instance.new("ImageButton")
  156. local _aaa=Instance.new("TextLabel")local aaaa=Instance.new("ImageButton")
  157. local baaa=Instance.new("TextLabel")local caaa=Instance.new("ImageButton")
  158. local daaa=Instance.new("TextLabel")local _baa=Instance.new("ImageButton")
  159. local abaa=Instance.new("TextLabel")local bbaa=Instance.new("ImageButton")
  160. local cbaa=Instance.new("TextLabel")local dbaa=Instance.new("Frame")
  161. local _caa=Instance.new("Frame")local acaa=Instance.new("ImageLabel")
  162. local bcaa=Instance.new("ImageButton")local ccaa=Instance.new("TextLabel")
  163. local dcaa=Instance.new("Frame")local _daa=Instance.new("ImageButton")
  164. local adaa=Instance.new("TextLabel")local bdaa=Instance.new("ImageButton")
  165. local cdaa=Instance.new("TextLabel")local ddaa=Instance.new("ImageButton")
  166. local __ba=Instance.new("TextLabel")local a_ba=Instance.new("ImageButton")
  167. local b_ba=Instance.new("TextLabel")local c_ba=Instance.new("ImageButton")
  168. local d_ba=Instance.new("TextLabel")local _aba=Instance.new("Frame")
  169. local aaba=Instance.new("Frame")local baba=Instance.new("Frame")
  170. local caba=Instance.new("ImageLabel")local daba=Instance.new("TextLabel")
  171. local _bba=Instance.new("TextLabel")local abba=Instance.new("TextLabel")
  172. local bbba=Instance.new("ImageButton")local cbba=Instance.new("TextLabel")
  173. local dbba=Instance.new("Frame")local _cba=Instance.new("Frame")
  174. local acba=Instance.new("Frame")local bcba=Instance.new("ImageLabel")
  175. local ccba=Instance.new("ImageButton")local dcba=Instance.new("TextLabel")
  176. local _dba=Instance.new("ImageButton")local adba=Instance.new("TextLabel")
  177. local bdba=Instance.new("ImageButton")local cdba=Instance.new("TextLabel")
  178. local ddba=Instance.new("ImageButton")local __ca=Instance.new("TextLabel")
  179. local a_ca=Instance.new("ImageButton")local b_ca=Instance.new("TextLabel")
  180. local c_ca=Instance.new("ImageLabel")local d_ca=Instance.new("TextBox")
  181. local _aca=Instance.new("ImageButton")local aaca=Instance.new("TextLabel")
  182. local baca=Instance.new("ImageButton")local caca=Instance.new("TextLabel")
  183. local daca=Instance.new("ImageButton")local _bca=Instance.new("TextLabel")
  184. local abca=Instance.new("ImageButton")local bbca=Instance.new("TextLabel")
  185. local cbca=Instance.new("ImageButton")local dbca=Instance.new("TextLabel")
  186. local _cca=Instance.new("Frame")local acca=Instance.new("Frame")
  187. local bcca=Instance.new("Frame")local ccca=Instance.new("ImageLabel")
  188. local dcca=Instance.new("ImageButton")local _dca=Instance.new("TextLabel")
  189. local adca=Instance.new("TextLabel")local bdca=Instance.new("ImageButton")
  190. local cdca=Instance.new("TextLabel")local ddca=Instance.new("ImageButton")
  191. local __da=Instance.new("TextLabel")local a_da=Instance.new("ImageButton")
  192. local b_da=Instance.new("TextLabel")local c_da=Instance.new("ImageButton")
  193. local d_da=Instance.new("TextLabel")local _ada=Instance.new("ImageButton")
  194. local aada=Instance.new("TextLabel")local bada=Instance.new("ImageButton")
  195. local cada=Instance.new("TextLabel")local dada=Instance.new("ImageButton")
  196. local _bda=Instance.new("TextLabel")local abda=Instance.new("TextButton")
  197. local bbda=Instance.new("ImageLabel")local cbda=Instance.new("TextLabel")
  198. local dbda=Instance.new("TextButton")local _cda=Instance.new("ImageLabel")
  199. local acda=Instance.new("TextLabel")local bcda=Instance.new("TextButton")
  200. local ccda=Instance.new("ImageLabel")local dcda=Instance.new("TextLabel")
  201. local _dda=Instance.new("TextButton")local adda=Instance.new("ImageLabel")
  202. local bdda=Instance.new("TextLabel")local cdda=Instance.new("Frame")
  203. local ddda=Instance.new("Frame")local ___b=Instance.new("Frame")
  204. local a__b=Instance.new("ImageLabel")local b__b=Instance.new("ImageButton")
  205. local c__b=Instance.new("TextLabel")local d__b=Instance.new("ImageButton")
  206. local _a_b=Instance.new("TextLabel")local aa_b=Instance.new("ImageLabel")
  207. local ba_b=Instance.new("TextBox")local ca_b=Instance.new("ImageLabel")
  208. local da_b=Instance.new("TextBox")local _b_b=Instance.new("Frame")
  209. local ab_b=Instance.new("Frame")local bb_b=Instance.new("Frame")
  210. local cb_b=Instance.new("ImageLabel")local db_b=Instance.new("ImageButton")
  211. local _c_b=Instance.new("TextLabel")local ac_b=Instance.new("ScrollingFrame")
  212. local bc_b=Instance.new("UIListLayout")local cc_b=Instance.new("TextLabel")
  213. local dc_b=Instance.new("TextLabel")local _d_b=Instance.new("TextLabel")
  214. local ad_b=Instance.new("TextLabel")local bd_b=Instance.new("TextLabel")
  215. local cd_b=Instance.new("TextLabel")local dd_b=Instance.new("TextLabel")
  216. local __ab=Instance.new("TextLabel")local a_ab=Instance.new("TextLabel")
  217. local b_ab=Instance.new("TextLabel")local c_ab=Instance.new("TextLabel")
  218. local d_ab=Instance.new("TextLabel")local _aab=Instance.new("TextLabel")
  219. local aaab=Instance.new("TextLabel")local baab=Instance.new("TextLabel")
  220. local caab=Instance.new("TextLabel")local daab=Instance.new("TextLabel")
  221. local _bab=Instance.new("TextLabel")local abab=game.Players.LocalPlayer
  222. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Your Account :",Text=game.Players.LocalPlayer.Name})
  223. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Checking Whitelist :",Text="Whitelisted"})dc_a.Name="FERRYLT2"dc_a.Parent=game.CoreGui;_d_a.Name="b2"
  224. _d_a.Parent=dc_a
  225. _d_a.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)_d_a.BorderSizePixel=0;_d_a.ClipsDescendants=true
  226. _d_a.Position=UDim2.new(-0.00200000009,0,0.529999971,0)_d_a.Selectable=false;_d_a.Size=UDim2.new(0,160,0,30)
  227. _d_a.Font=Enum.Font.SourceSansBold;_d_a.Text=""_d_a.TextColor3=Color3.new(1,1,1)
  228. _d_a.TextScaled=true;_d_a.TextSize=14;_d_a.TextStrokeTransparency=0.69999998807907
  229. _d_a.TextWrapped=true;ad_a.Parent=_d_a;ad_a.BackgroundColor3=Color3.new(1,1,1)
  230. ad_a.BackgroundTransparency=1;ad_a.Size=UDim2.new(0,20,0,20)ad_a.Visible=false
  231. ad_a.Image="rbxassetid://210453768"ad_a.ImageTransparency=0.20000000298023;bd_a.Parent=_d_a
  232. bd_a.BackgroundColor3=Color3.new(1,1,1)bd_a.BackgroundTransparency=1;bd_a.Size=UDim2.new(1,0,1,0)
  233. bd_a.ZIndex=2;bd_a.Font=Enum.Font.SourceSansBold;bd_a.Text="MAIN MENU"
  234. bd_a.TextColor3=Color3.new(1,1,1)bd_a.TextScaled=true;bd_a.TextSize=14
  235. bd_a.TextStrokeTransparency=0.69999998807907;bd_a.TextWrapped=true;cd_a.Name="woods"cd_a.Parent=dc_a
  236. cd_a.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)cd_a.BorderSizePixel=0
  237. cd_a.Position=UDim2.new(0.629000008,0,-1,0)cd_a.Size=UDim2.new(0,241,0,330)dd_a.Parent=cd_a
  238. dd_a.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)dd_a.BorderSizePixel=0;dd_a.Size=UDim2.new(0,242,0,39)
  239. __aa.Name="WOOD MENU"__aa.Parent=cd_a;__aa.BackgroundColor3=Color3.new(1,1,1)
  240. __aa.BackgroundTransparency=1;__aa.Position=UDim2.new(0.103139281,0,0.0204323977,0)
  241. __aa.Size=UDim2.new(0,167,0,24)__aa.Image="rbxassetid://2978417973"a_aa.Name="minim6"a_aa.Parent=cd_a
  242. 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,
  243. -0.000636407116,0)
  244. a_aa.Size=UDim2.new(0,25,0,13)a_aa.Image="rbxassetid://2790389767"
  245. a_aa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)a_aa.ScaleType=Enum.ScaleType.Slice
  246. a_aa.SliceCenter=Rect.new(8,8,248,248)b_aa.Name="minim5"b_aa.Parent=a_aa
  247. b_aa.AnchorPoint=Vector2.new(0.5,0.5)b_aa.BackgroundTransparency=1
  248. b_aa.Position=UDim2.new(0.494003624,0,0.5,0)b_aa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  249. b_aa.Font=Enum.Font.Cartoon;b_aa.Text="-"b_aa.TextColor3=Color3.new(0,0,0)
  250. b_aa.TextSize=21;c_aa.Parent=cd_a
  251. c_aa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)c_aa.BorderSizePixel=0
  252. c_aa.Position=UDim2.new(-0.00414937781,0,0.881818175,0)c_aa.Size=UDim2.new(0,242,0,39)d_aa.Name="volcano"
  253. d_aa.Parent=cd_a
  254. d_aa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)d_aa.BackgroundTransparency=1;d_aa.BorderSizePixel=0
  255. d_aa.Position=UDim2.new(0.208800852,0,0.147848472,0)d_aa.Size=UDim2.new(0,143,0,41)
  256. d_aa.Image="rbxassetid://2790389767"d_aa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  257. d_aa.ScaleType=Enum.ScaleType.Slice;d_aa.SliceCenter=Rect.new(8,8,248,248)
  258. d_aa.MouseButton1Down:connect(function()for bbab,cbab in
  259. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"Volcano")end end)_aaa.Name="volcanotext"_aaa.Parent=d_aa
  260. _aaa.AnchorPoint=Vector2.new(0.5,0.5)_aaa.BackgroundTransparency=1
  261. _aaa.Position=UDim2.new(0.494003624,0,0.5,0)_aaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  262. _aaa.Font=Enum.Font.Cartoon;_aaa.Text="VOLCANO"_aaa.TextColor3=Color3.new(0,0,0)
  263. _aaa.TextSize=25;aaaa.Name="palm"aaaa.Parent=cd_a
  264. aaaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)aaaa.BackgroundTransparency=1;aaaa.BorderSizePixel=0
  265. aaaa.Position=UDim2.new(0.204651475,0,0.293303013,0)aaaa.Size=UDim2.new(0,143,0,41)
  266. aaaa.Image="rbxassetid://2790389767"aaaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  267. aaaa.ScaleType=Enum.ScaleType.Slice;aaaa.SliceCenter=Rect.new(8,8,248,248)
  268. aaaa.MouseButton1Down:connect(function()for bbab,cbab in
  269. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"Palm")end end)baaa.Name="palm"baaa.Parent=aaaa
  270. baaa.AnchorPoint=Vector2.new(0.5,0.5)baaa.BackgroundTransparency=1
  271. baaa.Position=UDim2.new(0.494003624,0,0.5,0)baaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  272. baaa.Font=Enum.Font.Cartoon;baaa.Text="PALM"baaa.TextColor3=Color3.new(0,0,0)
  273. baaa.TextSize=25;caaa.Name="greenwood"caaa.Parent=cd_a
  274. caaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)caaa.BackgroundTransparency=1;caaa.BorderSizePixel=0
  275. caaa.Position=UDim2.new(0.204651475,0,0.435727239,0)caaa.Size=UDim2.new(0,143,0,41)
  276. caaa.Image="rbxassetid://2790389767"caaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  277. caaa.ScaleType=Enum.ScaleType.Slice;caaa.SliceCenter=Rect.new(8,8,248,248)
  278. caaa.MouseButton1Down:connect(function()
  279. for bbab,cbab in
  280. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"GreenSwampy")end end)daaa.Name="greenwood"daaa.Parent=caaa
  281. daaa.AnchorPoint=Vector2.new(0.5,0.5)daaa.BackgroundTransparency=1
  282. daaa.Position=UDim2.new(0.494003624,0,0.5,0)daaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  283. daaa.Font=Enum.Font.Cartoon;daaa.Text="GREEN WOOD"daaa.TextColor3=Color3.new(0,0,0)
  284. daaa.TextSize=25;_baa.Name="goldenwood"_baa.Parent=cd_a
  285. _baa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_baa.BackgroundTransparency=1;_baa.BorderSizePixel=0
  286. _baa.Position=UDim2.new(0.200502098,0,0.578151464,0)_baa.Size=UDim2.new(0,143,0,41)
  287. _baa.Image="rbxassetid://2790389767"_baa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  288. _baa.ScaleType=Enum.ScaleType.Slice;_baa.SliceCenter=Rect.new(8,8,248,248)
  289. _baa.MouseButton1Down:connect(function()
  290. for bbab,cbab in
  291. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"GoldSwampy")end end)abaa.Name="goldenwood"abaa.Parent=_baa
  292. abaa.AnchorPoint=Vector2.new(0.5,0.5)abaa.BackgroundTransparency=1
  293. abaa.Position=UDim2.new(0.494003624,0,0.5,0)abaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  294. abaa.Font=Enum.Font.Cartoon;abaa.Text="GOLDEN WOOD"abaa.TextColor3=Color3.new(0,0,0)
  295. abaa.TextSize=24;bbaa.Name="bluewood"bbaa.Parent=cd_a
  296. bbaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bbaa.BackgroundTransparency=1;bbaa.BorderSizePixel=0
  297. bbaa.Position=UDim2.new(0.19635272,0,0.726636291,0)bbaa.Size=UDim2.new(0,143,0,41)
  298. bbaa.Image="rbxassetid://2790389767"bbaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  299. bbaa.ScaleType=Enum.ScaleType.Slice;bbaa.SliceCenter=Rect.new(8,8,248,248)
  300. bbaa.MouseButton1Down:connect(function()
  301. for bbab,cbab in
  302. pairs(game.Workspace.LogModels:GetChildren())do cut(cbab,"CaveCrawler")end end)cbaa.Name="bluewood"cbaa.Parent=bbaa
  303. cbaa.AnchorPoint=Vector2.new(0.5,0.5)cbaa.BackgroundTransparency=1
  304. cbaa.Position=UDim2.new(0.494003624,0,0.5,0)cbaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  305. cbaa.Font=Enum.Font.Cartoon;cbaa.Text="BLUE WOOD"cbaa.TextColor3=Color3.new(0,0,0)
  306. cbaa.TextSize=25;dbaa.Name="bringmenu"dbaa.Parent=cd_a
  307. dbaa.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)dbaa.BorderSizePixel=0
  308. dbaa.Position=UDim2.new(-1.08387113,0,-0.00256957673,0)dbaa.Size=UDim2.new(0,241,0,330)_caa.Parent=dbaa
  309. _caa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)_caa.BorderSizePixel=0;_caa.Size=UDim2.new(0,242,0,39)
  310. acaa.Name="BRING MENU"acaa.Parent=dbaa;acaa.BackgroundColor3=Color3.new(1,1,1)
  311. acaa.BackgroundTransparency=1;acaa.Position=UDim2.new(0.103139281,0,0.0204323977,0)
  312. acaa.Size=UDim2.new(0,167,0,24)acaa.Image="rbxassetid://2978417876"bcaa.Name="minim7"bcaa.Parent=dbaa
  313. bcaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bcaa.BackgroundTransparency=1;bcaa.BorderSizePixel=0;bcaa.Position=UDim2.new(0.900565624,0,
  314. -0.000636407116,0)
  315. bcaa.Size=UDim2.new(0,25,0,13)bcaa.Image="rbxassetid://2790389767"
  316. bcaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)bcaa.ScaleType=Enum.ScaleType.Slice
  317. bcaa.SliceCenter=Rect.new(8,8,248,248)ccaa.Name="minim7"ccaa.Parent=bcaa
  318. ccaa.AnchorPoint=Vector2.new(0.5,0.5)ccaa.BackgroundTransparency=1
  319. ccaa.Position=UDim2.new(0.494003624,0,0.5,0)ccaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  320. ccaa.Font=Enum.Font.Cartoon;ccaa.Text="-"ccaa.TextColor3=Color3.new(0,0,0)
  321. ccaa.TextSize=21;dcaa.Parent=dbaa
  322. dcaa.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)dcaa.BorderSizePixel=0
  323. dcaa.Position=UDim2.new(-0.00414937781,0,0.881818175,0)dcaa.Size=UDim2.new(0,242,0,39)_daa.Name="volcano2"
  324. _daa.Parent=dbaa
  325. _daa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_daa.BackgroundTransparency=1;_daa.BorderSizePixel=0
  326. _daa.Position=UDim2.new(0.208800852,0,0.147848472,0)_daa.Size=UDim2.new(0,143,0,41)
  327. _daa.Image="rbxassetid://2790389767"_daa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  328. _daa.ScaleType=Enum.ScaleType.Slice;_daa.SliceCenter=Rect.new(8,8,248,248)
  329. _daa.MouseButton1Down:connect(function()
  330. Found=false
  331. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  332. cbab.Name=="TreeRegion"then
  333. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"Volcano")end end end end)adaa.Name="volcanotext2"adaa.Parent=_daa
  334. adaa.AnchorPoint=Vector2.new(0.5,0.5)adaa.BackgroundTransparency=1
  335. adaa.Position=UDim2.new(0.494003624,0,0.5,0)adaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  336. adaa.Font=Enum.Font.Cartoon;adaa.Text="VOLCANO"adaa.TextColor3=Color3.new(0,0,0)
  337. adaa.TextSize=25;bdaa.Name="palm2"bdaa.Parent=dbaa
  338. bdaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdaa.BackgroundTransparency=1;bdaa.BorderSizePixel=0
  339. bdaa.Position=UDim2.new(0.204651475,0,0.293303013,0)bdaa.Size=UDim2.new(0,143,0,41)
  340. bdaa.Image="rbxassetid://2790389767"bdaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  341. bdaa.ScaleType=Enum.ScaleType.Slice;bdaa.SliceCenter=Rect.new(8,8,248,248)
  342. bdaa.MouseButton1Down:connect(function()
  343. Found=false
  344. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  345. cbab.Name=="TreeRegion"then
  346. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"Palm")end end end end)cdaa.Name="palm2"cdaa.Parent=bdaa
  347. cdaa.AnchorPoint=Vector2.new(0.5,0.5)cdaa.BackgroundTransparency=1
  348. cdaa.Position=UDim2.new(0.494003624,0,0.5,0)cdaa.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  349. cdaa.Font=Enum.Font.Cartoon;cdaa.Text="PALM"cdaa.TextColor3=Color3.new(0,0,0)
  350. cdaa.TextSize=25;ddaa.Name="greenwood2"ddaa.Parent=dbaa
  351. ddaa.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddaa.BackgroundTransparency=1;ddaa.BorderSizePixel=0
  352. ddaa.Position=UDim2.new(0.204651475,0,0.435727239,0)ddaa.Size=UDim2.new(0,143,0,41)
  353. ddaa.Image="rbxassetid://2790389767"ddaa.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  354. ddaa.ScaleType=Enum.ScaleType.Slice;ddaa.SliceCenter=Rect.new(8,8,248,248)
  355. ddaa.MouseButton1Down:connect(function()
  356. Found=false
  357. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  358. cbab.Name=="TreeRegion"then
  359. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"GreenSwampy")end end end end)__ba.Name="greenwood2"__ba.Parent=ddaa
  360. __ba.AnchorPoint=Vector2.new(0.5,0.5)__ba.BackgroundTransparency=1
  361. __ba.Position=UDim2.new(0.494003624,0,0.5,0)__ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  362. __ba.Font=Enum.Font.Cartoon;__ba.Text="GREEN WOOD"__ba.TextColor3=Color3.new(0,0,0)
  363. __ba.TextSize=25;a_ba.Name="goldenwood2"a_ba.Parent=dbaa
  364. a_ba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_ba.BackgroundTransparency=1;a_ba.BorderSizePixel=0
  365. a_ba.Position=UDim2.new(0.200502098,0,0.578151464,0)a_ba.Size=UDim2.new(0,143,0,41)
  366. a_ba.Image="rbxassetid://2790389767"a_ba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  367. a_ba.ScaleType=Enum.ScaleType.Slice;a_ba.SliceCenter=Rect.new(8,8,248,248)
  368. a_ba.MouseButton1Down:connect(function()
  369. Found=false
  370. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  371. cbab.Name=="TreeRegion"then
  372. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"GoldSwampy")end end end end)b_ba.Name="goldenwood2"b_ba.Parent=a_ba
  373. b_ba.AnchorPoint=Vector2.new(0.5,0.5)b_ba.BackgroundTransparency=1
  374. b_ba.Position=UDim2.new(0.494003624,0,0.5,0)b_ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  375. b_ba.Font=Enum.Font.Cartoon;b_ba.Text="GOLDEN WOOD"b_ba.TextColor3=Color3.new(0,0,0)
  376. b_ba.TextSize=24;c_ba.Name="bluewood2"c_ba.Parent=dbaa
  377. c_ba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)c_ba.BackgroundTransparency=1;c_ba.BorderSizePixel=0
  378. c_ba.Position=UDim2.new(0.19635272,0,0.726636291,0)c_ba.Size=UDim2.new(0,143,0,41)
  379. c_ba.Image="rbxassetid://2790389767"c_ba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  380. c_ba.ScaleType=Enum.ScaleType.Slice;c_ba.SliceCenter=Rect.new(8,8,248,248)
  381. c_ba.MouseButton1Down:connect(function()
  382. Found=false
  383. for bbab,cbab in pairs(game.Workspace:GetChildren())do if
  384. cbab.Name=="TreeRegion"then
  385. for dbab,_cab in pairs(cbab:GetChildren())do tree(_cab,"CavCrawler")end end end end)d_ba.Name="bluewood2"d_ba.Parent=c_ba
  386. d_ba.AnchorPoint=Vector2.new(0.5,0.5)d_ba.BackgroundTransparency=1
  387. d_ba.Position=UDim2.new(0.494003624,0,0.5,0)d_ba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  388. d_ba.Font=Enum.Font.Cartoon;d_ba.Text="BLUE WOOD"d_ba.TextColor3=Color3.new(0,0,0)
  389. d_ba.TextSize=25;_aba.Name="creditsmenu"_aba.Parent=dc_a
  390. _aba.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_aba.BorderSizePixel=0
  391. _aba.Position=UDim2.new(0.349999994,0,-1,0)_aba.Size=UDim2.new(0,447,0,330)aaba.Parent=_aba
  392. aaba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)aaba.BorderSizePixel=0;aaba.Size=UDim2.new(0,447,0,39)
  393. baba.Parent=_aba
  394. baba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)baba.BorderSizePixel=0
  395. baba.Position=UDim2.new(0,0,0.881818175,0)baba.Size=UDim2.new(0,447,0,39)caba.Name="CREDITS"
  396. caba.Parent=_aba;caba.BackgroundColor3=Color3.new(1,1,1)
  397. caba.BackgroundTransparency=1;caba.Position=UDim2.new(0.311592132,0,0.0204323977,0)
  398. caba.Size=UDim2.new(0,167,0,24)caba.Image="rbxassetid://2978329813"daba.Name="creditsnum2"
  399. daba.Parent=_aba;daba.BackgroundColor3=Color3.new(1,1,1)
  400. daba.BackgroundTransparency=1;daba.BorderSizePixel=0
  401. daba.Position=UDim2.new(0.185043171,0,0.367304683,0)daba.Size=UDim2.new(0,231,0,25)
  402. daba.Font=Enum.Font.Cartoon;daba.Text="-RBXLStealit[TEAM]"
  403. daba.TextColor3=Color3.new(1,1,1)daba.TextSize=25;daba.TextWrapped=true;_bba.Name="creditsnum3"
  404. _bba.Parent=_aba;_bba.BackgroundColor3=Color3.new(1,1,1)
  405. _bba.BackgroundTransparency=1;_bba.BorderSizePixel=0
  406. _bba.Position=UDim2.new(0.204970941,0,0.439242482,0)_bba.Size=UDim2.new(0,104,0,25)
  407. _bba.Font=Enum.Font.Cartoon;_bba.Text="-CharWar"_bba.TextColor3=Color3.new(1,1,1)
  408. _bba.TextSize=25;_bba.TextWrapped=true;abba.Name="creditsnum"abba.Parent=_aba
  409. abba.BackgroundColor3=Color3.new(1,1,1)abba.BackgroundTransparency=1;abba.BorderSizePixel=0
  410. abba.Position=UDim2.new(0.205177397,0,0.29457736,0)abba.Size=UDim2.new(0,269,0,25)
  411. abba.Font=Enum.Font.Cartoon;abba.Text="-FerryDeveloper [OWNER]"
  412. abba.TextColor3=Color3.new(1,1,1)abba.TextSize=25;abba.TextWrapped=true;bbba.Name="minim3"
  413. bbba.Parent=_aba
  414. bbba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bbba.BackgroundTransparency=1;bbba.BorderSizePixel=0;bbba.Position=UDim2.new(0.943400443,0,
  415. -0.000636407116,0)
  416. bbba.Size=UDim2.new(0,25,0,13)bbba.Image="rbxassetid://2790389767"
  417. bbba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)bbba.ScaleType=Enum.ScaleType.Slice
  418. bbba.SliceCenter=Rect.new(8,8,248,248)cbba.Name="minim3"cbba.Parent=bbba
  419. cbba.AnchorPoint=Vector2.new(0.5,0.5)cbba.BackgroundTransparency=1
  420. cbba.Position=UDim2.new(0.494003624,0,0.5,0)cbba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  421. cbba.Font=Enum.Font.Cartoon;cbba.Text="-"cbba.TextColor3=Color3.new(0,0,0)
  422. cbba.TextSize=21;dbba.Name="ferrymenu"dbba.Parent=dc_a
  423. dbba.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)dbba.BorderSizePixel=0
  424. dbba.Position=UDim2.new(0.349999994,0,-1,0)dbba.Size=UDim2.new(0,447,0,330)_cba.Parent=dbba
  425. _cba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)_cba.BorderSizePixel=0;_cba.Size=UDim2.new(0,447,0,39)
  426. acba.Parent=dbba
  427. acba.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)acba.BorderSizePixel=0
  428. acba.Position=UDim2.new(0,0,0.881818175,0)acba.Size=UDim2.new(0,447,0,39)bcba.Name="FERRY MENU"
  429. bcba.Parent=dbba;bcba.BackgroundColor3=Color3.new(1,1,1)
  430. bcba.BackgroundTransparency=1;bcba.Position=UDim2.new(0.311592132,0,0.0204323977,0)
  431. bcba.Size=UDim2.new(0,167,0,24)bcba.Image="rbxassetid://2978304809"ccba.Name="planks"ccba.Parent=dbba
  432. ccba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ccba.BackgroundTransparency=1;ccba.BorderSizePixel=0
  433. ccba.Position=UDim2.new(0.0261745248,0,0.381181777,0)ccba.Size=UDim2.new(0,143,0,41)
  434. ccba.Image="rbxassetid://2790389767"ccba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  435. ccba.ScaleType=Enum.ScaleType.Slice;ccba.SliceCenter=Rect.new(8,8,248,248)
  436. ccba.MouseButton1Click:connect(function()
  437. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="TreeClass"local dbab=0
  438. for _cab,acab in
  439. pairs(game.Workspace.PlayerModels:GetChildren())do
  440. if acab:FindFirstChild("Owner")and
  441. tostring(acab.Owner.Value)==bbab then
  442. if cbab~="TreeClass"then
  443. if
  444.  
  445. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  446. if acab.PrimaryPart then
  447. acab.PrimaryPart.CFrame=
  448. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  449. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  450. acab.PrimaryPart.CFrame=
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  452. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  453. acab.PrimaryPart.CFrame=
  454. 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
  455. if acab:FindFirstChild("TreeClass")then
  456. if acab.WoodSection then
  457. acab.WoodSection.CFrame=
  458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  459. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  460. acab.WoodSection.CFrame=
  461. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  462. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  463. acab.WoodSection.CFrame=
  464. 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
  465. dcba.AnchorPoint=Vector2.new(0.5,0.5)dcba.BackgroundTransparency=1
  466. dcba.Position=UDim2.new(0.494003624,0,0.5,0)dcba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  467. dcba.Font=Enum.Font.Cartoon;dcba.Text="PLANKS"dcba.TextColor3=Color3.new(0,0,0)
  468. dcba.TextSize=25;_dba.Name="loose"_dba.Parent=dbba
  469. _dba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_dba.BackgroundTransparency=1;_dba.BorderSizePixel=0
  470. _dba.Position=UDim2.new(0.0261745248,0,0.532696962,0)_dba.Size=UDim2.new(0,143,0,41)
  471. _dba.Image="rbxassetid://2790389767"_dba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  472. _dba.ScaleType=Enum.ScaleType.Slice;_dba.SliceCenter=Rect.new(8,8,248,248)
  473. _dba.MouseButton1Click:connect(function()
  474. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Loose Item"local dbab=0
  475. for _cab,acab in
  476. pairs(game.Workspace.PlayerModels:GetChildren())do
  477. if acab:FindFirstChild("Owner")and
  478. tostring(acab.Owner.Value)==bbab then
  479. if cbab~="TreeClass"then
  480. if
  481.  
  482. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  483. if acab.PrimaryPart then
  484. acab.PrimaryPart.CFrame=
  485. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  486. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  487. acab.PrimaryPart.CFrame=
  488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  489. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  490. acab.PrimaryPart.CFrame=
  491. 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
  492. if acab:FindFirstChild("TreeClass")then
  493. if acab.WoodSection then
  494. acab.WoodSection.CFrame=
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  496. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  497. acab.WoodSection.CFrame=
  498. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  499. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  500. acab.WoodSection.CFrame=
  501. 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
  502. adba.AnchorPoint=Vector2.new(0.5,0.5)adba.BackgroundTransparency=1
  503. adba.Position=UDim2.new(0.494003624,0,0.5,0)adba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  504. adba.Font=Enum.Font.Cartoon;adba.Text="LOOSE ITEM"adba.TextColor3=Color3.new(0,0,0)
  505. adba.TextSize=21;bdba.Name="vehicle"bdba.Parent=dbba
  506. bdba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdba.BackgroundTransparency=1;bdba.BorderSizePixel=0
  507. bdba.Position=UDim2.new(0.0261745248,0,0.681181788,0)bdba.Size=UDim2.new(0,143,0,41)
  508. bdba.Image="rbxassetid://2790389767"bdba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  509. bdba.ScaleType=Enum.ScaleType.Slice;bdba.SliceCenter=Rect.new(8,8,248,248)
  510. bdba.MouseButton1Click:connect(function()
  511. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Vehicle"local dbab=0
  512. for _cab,acab in
  513. pairs(game.Workspace.PlayerModels:GetChildren())do
  514. if acab:FindFirstChild("Owner")and
  515. tostring(acab.Owner.Value)==bbab then
  516. if cbab~="TreeClass"then
  517. if
  518.  
  519. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  520. if acab.PrimaryPart then
  521. acab.PrimaryPart.CFrame=
  522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  523. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  524. acab.PrimaryPart.CFrame=
  525. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  526. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  527. acab.PrimaryPart.CFrame=
  528. 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
  529. if acab:FindFirstChild("TreeClass")then
  530. if acab.WoodSection then
  531. acab.WoodSection.CFrame=
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  533. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  534. acab.WoodSection.CFrame=
  535. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  536. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  537. acab.WoodSection.CFrame=
  538. 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
  539. cdba.AnchorPoint=Vector2.new(0.5,0.5)cdba.BackgroundTransparency=1
  540. cdba.Position=UDim2.new(0.494003624,0,0.5,0)cdba.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  541. cdba.Font=Enum.Font.Cartoon;cdba.Text="VEHICLE"cdba.TextColor3=Color3.new(0,0,0)
  542. cdba.TextSize=21;ddba.Name="gift"ddba.Parent=dbba
  543. ddba.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddba.BackgroundTransparency=1;ddba.BorderSizePixel=0
  544. ddba.Position=UDim2.new(0.648098469,0,0.381181777,0)ddba.Size=UDim2.new(0,143,0,41)
  545. ddba.Image="rbxassetid://2790389767"ddba.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  546. ddba.ScaleType=Enum.ScaleType.Slice;ddba.SliceCenter=Rect.new(8,8,248,248)
  547. ddba.MouseButton1Click:connect(function()
  548. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Gift"local dbab=0
  549. for _cab,acab in
  550. pairs(game.Workspace.PlayerModels:GetChildren())do
  551. if acab:FindFirstChild("Owner")and
  552. tostring(acab.Owner.Value)==bbab then
  553. if cbab~="TreeClass"then
  554. if
  555.  
  556. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  557. if acab.PrimaryPart then
  558. acab.PrimaryPart.CFrame=
  559. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  560. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  561. acab.PrimaryPart.CFrame=
  562. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  563. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  564. acab.PrimaryPart.CFrame=
  565. 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
  566. if acab:FindFirstChild("TreeClass")then
  567. if acab.WoodSection then
  568. acab.WoodSection.CFrame=
  569. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  570. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  571. acab.WoodSection.CFrame=
  572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  573. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  574. acab.WoodSection.CFrame=
  575. 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
  576. __ca.AnchorPoint=Vector2.new(0.5,0.5)__ca.BackgroundTransparency=1
  577. __ca.Position=UDim2.new(0.494003624,0,0.5,0)__ca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  578. __ca.Font=Enum.Font.Cartoon;__ca.Text="GIFT"__ca.TextColor3=Color3.new(0,0,0)
  579. __ca.TextSize=25;a_ca.Name="axe"a_ca.Parent=dbba
  580. a_ca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_ca.BackgroundTransparency=1;a_ca.BorderSizePixel=0
  581. a_ca.Position=UDim2.new(0.648098469,0,0.532696962,0)a_ca.Size=UDim2.new(0,143,0,41)
  582. a_ca.Image="rbxassetid://2790389767"a_ca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  583. a_ca.ScaleType=Enum.ScaleType.Slice;a_ca.SliceCenter=Rect.new(8,8,248,248)
  584. a_ca.MouseButton1Click:connect(function()
  585. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Tool"local dbab=0
  586. for _cab,acab in
  587. pairs(game.Workspace.PlayerModels:GetChildren())do
  588. if acab:FindFirstChild("Owner")and
  589. tostring(acab.Owner.Value)==bbab then
  590. if cbab~="TreeClass"then
  591. if
  592.  
  593. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  594. if acab.PrimaryPart then
  595. acab.PrimaryPart.CFrame=
  596. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  597. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  598. acab.PrimaryPart.CFrame=
  599. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  600. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  601. acab.PrimaryPart.CFrame=
  602. 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
  603. if acab:FindFirstChild("TreeClass")then
  604. if acab.WoodSection then
  605. acab.WoodSection.CFrame=
  606. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  607. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  608. acab.WoodSection.CFrame=
  609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  610. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  611. acab.WoodSection.CFrame=
  612. 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
  613. b_ca.AnchorPoint=Vector2.new(0.5,0.5)b_ca.BackgroundTransparency=1
  614. b_ca.Position=UDim2.new(0.494003624,0,0.5,0)b_ca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  615. b_ca.Font=Enum.Font.Cartoon;b_ca.Text="AXE"b_ca.TextColor3=Color3.new(0,0,0)
  616. b_ca.TextSize=25;c_ca.Name="ayoh"c_ca.Parent=dbba
  617. c_ca.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)c_ca.BackgroundTransparency=1
  618. c_ca.Position=UDim2.new(0.277404934,0,0.224242419,0)c_ca.Size=UDim2.new(0,196,0,45)
  619. c_ca.Image="rbxassetid://2790389767"c_ca.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  620. c_ca.ScaleType=Enum.ScaleType.Slice;c_ca.SliceCenter=Rect.new(8,8,248,248)d_ca.Name="Bangsad"
  621. d_ca.Parent=c_ca;d_ca.AnchorPoint=Vector2.new(0.5,0.5)
  622. d_ca.BackgroundTransparency=1;d_ca.Position=UDim2.new(0.5,0,0.5,0)
  623. d_ca.Size=UDim2.new(1,0,0.899999976,0)d_ca.Font=Enum.Font.Cartoon;d_ca.Text="PLAYERS NAME"
  624. d_ca.TextColor3=Color3.new(1,1,1)d_ca.TextSize=25;_aca.Name="wipebase"_aca.Parent=dbba
  625. _aca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_aca.BackgroundTransparency=1;_aca.BorderSizePixel=0
  626. _aca.Position=UDim2.new(0.724161029,0,0.890272677,0)_aca.Size=UDim2.new(0,109,0,33)
  627. _aca.Image="rbxassetid://2790389767"_aca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  628. _aca.ScaleType=Enum.ScaleType.Slice;_aca.SliceCenter=Rect.new(8,8,248,248)
  629. _aca.MouseButton1Click:Connect(function()
  630. abab=game.Players.LocalPlayer;plr=d_ca.Text;pmds=game.Workspace.PlayerModels
  631. PlaceR=game.ReplicatedStorage.Interaction.DestroyStructure
  632. for bbab,cbab in pairs(pmds:GetChildren())do
  633. if
  634.  
  635. cbab:FindFirstChild("Owner")and
  636. cbab.Owner.Value~=nil and
  637. cbab.Owner.Value==game.Players[plr]and
  638. cbab:FindFirstChild("ItemName")and
  639. cbab:FindFirstChild("Type")and
  640. (cbab.PrimaryPart~=nil or cbab:FindFirstChild("MainCFrame"))then PlaceR:FireServer(cbab)end end end)aaca.Name="wipebase"aaca.Parent=_aca
  641. aaca.AnchorPoint=Vector2.new(0.5,0.5)aaca.BackgroundTransparency=1
  642. aaca.Position=UDim2.new(0.494003624,0,0.5,0)aaca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  643. aaca.Font=Enum.Font.Cartoon;aaca.Text="WIPE BASE"aaca.TextColor3=Color3.new(0,0,0)
  644. aaca.TextSize=21;baca.Name="minim2"baca.Parent=dbba
  645. baca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)baca.BackgroundTransparency=1;baca.BorderSizePixel=0;baca.Position=UDim2.new(0.943400443,0,
  646. -0.000636407116,0)
  647. baca.Size=UDim2.new(0,25,0,13)baca.Image="rbxassetid://2790389767"
  648. baca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)baca.ScaleType=Enum.ScaleType.Slice
  649. baca.SliceCenter=Rect.new(8,8,248,248)caca.Name="minim2"caca.Parent=baca
  650. caca.AnchorPoint=Vector2.new(0.5,0.5)caca.BackgroundTransparency=1
  651. caca.Position=UDim2.new(0.494003624,0,0.5,0)caca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  652. caca.Font=Enum.Font.Cartoon;caca.Text="-"caca.TextColor3=Color3.new(0,0,0)
  653. caca.TextSize=21;daca.Name="copybase"daca.Parent=dbba
  654. daca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)daca.BackgroundTransparency=1;daca.BorderSizePixel=0
  655. daca.Position=UDim2.new(0.648098469,0,0.681181788,0)daca.Size=UDim2.new(0,143,0,41)
  656. daca.Image="rbxassetid://2790389767"daca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  657. daca.ScaleType=Enum.ScaleType.Slice;daca.SliceCenter=Rect.new(8,8,248,248)
  658. daca.MouseButton1Click:Connect(function()
  659. abab=game.Players.LocalPlayer;plr=d_ca.Text;pmds=game.Workspace.PlayerModels
  660. PlaceR=game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  661. PlaceS=game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure;Property=nil;MProperty=nil
  662. for bbab,cbab in
  663. pairs(game.Workspace.Properties:GetChildren())do
  664. if
  665.  
  666. cbab:FindFirstChild("Owner")and cbab.Owner.Value~=nil and cbab.Owner.Value==game.Players[plr]then Property=cbab.OriginSquare end end
  667. for bbab,cbab in
  668. pairs(game.Workspace.Properties:GetChildren())do
  669. if
  670.  
  671. cbab:FindFirstChild("Owner")and cbab.Owner.Value~=nil and cbab.Owner.Value==game.Players.LocalPlayer then MProperty=cbab.OriginSquare end end
  672. function copypart(bbab)if bbab:FindFirstChild("MainCFrame")then Cframe=bbab.MainCFrame.Value else
  673. Cframe=bbab.PrimaryPart.CFrame end;X=
  674. Property.Position.X-Cframe.X
  675. Y=Property.Position.Y-Cframe.Y;Z=Property.Position.Z-Cframe.Z
  676. PlaceR:FireServer(bbab.ItemName.Value,
  677. (
  678. 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
  679. for bbab,cbab in pairs(pmds:GetChildren())do
  680. if
  681.  
  682. cbab:FindFirstChild("Owner")and
  683. cbab.Owner.Value~=nil and
  684. cbab.Owner.Value==game.Players[plr]and
  685. cbab:FindFirstChild("ItemName")and
  686. cbab:FindFirstChild("Type")and
  687. (cbab.PrimaryPart~=nil or cbab:FindFirstChild("MainCFrame"))then copypart(cbab)end end end)_bca.Name="copybasetext"_bca.Parent=daca
  688. _bca.AnchorPoint=Vector2.new(0.5,0.5)_bca.BackgroundTransparency=1
  689. _bca.Position=UDim2.new(0.494003624,0,0.5,0)_bca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  690. _bca.Font=Enum.Font.Cartoon;_bca.Text="COPY BASE"_bca.TextColor3=Color3.new(0,0,0)
  691. _bca.TextSize=25;abca.Name="painting"abca.Parent=dbba
  692. abca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)abca.BackgroundTransparency=1;abca.BorderSizePixel=0
  693. abca.Position=UDim2.new(0.379642069,0,0.396333277,0)abca.Size=UDim2.new(0,109,0,33)
  694. abca.Image="rbxassetid://2790389767"abca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  695. abca.ScaleType=Enum.ScaleType.Slice;abca.SliceCenter=Rect.new(8,8,248,248)
  696. abca.MouseButton1Click:connect(function()
  697. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Painting"local dbab=0
  698. for _cab,acab in
  699. pairs(game.Workspace.PlayerModels:GetChildren())do
  700. if acab:FindFirstChild("Owner")and
  701. tostring(acab.Owner.Value)==bbab then
  702. if cbab~="TreeClass"then
  703. if
  704.  
  705. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  706. if acab.PrimaryPart then
  707. acab.PrimaryPart.CFrame=
  708. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  709. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  710. acab.PrimaryPart.CFrame=
  711. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  712. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  713. acab.PrimaryPart.CFrame=
  714. 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
  715. if acab:FindFirstChild("TreeClass")then
  716. if acab.WoodSection then
  717. acab.WoodSection.CFrame=
  718. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  719. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  720. acab.WoodSection.CFrame=
  721. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  722. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  723. acab.WoodSection.CFrame=
  724. 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
  725. bbca.AnchorPoint=Vector2.new(0.5,0.5)bbca.BackgroundTransparency=1
  726. bbca.Position=UDim2.new(0.494003624,0,0.5,0)bbca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  727. bbca.Font=Enum.Font.Cartoon;bbca.Text="PAINTING"bbca.TextColor3=Color3.new(0,0,0)
  728. bbca.TextSize=21;cbca.Name="wire"cbca.Parent=dbba
  729. cbca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)cbca.BackgroundTransparency=1;cbca.BorderSizePixel=0
  730. cbca.Position=UDim2.new(0.375167787,0,0.675121188,0)cbca.Size=UDim2.new(0,109,0,33)
  731. cbca.Image="rbxassetid://2790389767"cbca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  732. cbca.ScaleType=Enum.ScaleType.Slice;cbca.SliceCenter=Rect.new(8,8,248,248)
  733. cbca.MouseButton1Click:connect(function()
  734. abab=game.Players.LocalPlayer;local bbab=d_ca.Text;local cbab="Wire"local dbab=0
  735. for _cab,acab in
  736. pairs(game.Workspace.PlayerModels:GetChildren())do
  737. if acab:FindFirstChild("Owner")and
  738. tostring(acab.Owner.Value)==bbab then
  739. if cbab~="TreeClass"then
  740. if
  741.  
  742. acab:FindFirstChild("Type")and tostring(acab.Type.Value)==cbab then
  743. if acab.PrimaryPart then
  744. acab.PrimaryPart.CFrame=
  745. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  746. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.PrimaryPart)
  747. acab.PrimaryPart.CFrame=
  748. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  749. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.PrimaryPart)
  750. acab.PrimaryPart.CFrame=
  751. 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
  752. if acab:FindFirstChild("TreeClass")then
  753. if acab.WoodSection then
  754. acab.WoodSection.CFrame=
  755. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  756. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(acab.WoodSection)
  757. acab.WoodSection.CFrame=
  758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10,0)
  759. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(acab.WoodSection)
  760. acab.WoodSection.CFrame=
  761. 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
  762. dbca.AnchorPoint=Vector2.new(0.5,0.5)dbca.BackgroundTransparency=1
  763. dbca.Position=UDim2.new(0.494003624,0,0.5,0)dbca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  764. dbca.Font=Enum.Font.Cartoon;dbca.Text="WIRE"dbca.TextColor3=Color3.new(0,0,0)
  765. dbca.TextSize=21;_cca.Name="Border5"_cca.Parent=dc_a
  766. _cca.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_cca.BorderSizePixel=0
  767. _cca.Position=UDim2.new(0.349999994,0,-1,0)_cca.Size=UDim2.new(0,447,0,330)acca.Parent=_cca
  768. acca.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)acca.BorderSizePixel=0;acca.Size=UDim2.new(0,447,0,39)
  769. bcca.Parent=_cca
  770. bcca.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)bcca.BorderSizePixel=0
  771. bcca.Position=UDim2.new(0,0,0.881818175,0)bcca.Size=UDim2.new(0,447,0,39)ccca.Name="LT 2\"FERRY\""
  772. ccca.Parent=_cca;ccca.BackgroundColor3=Color3.new(1,1,1)
  773. ccca.BackgroundTransparency=1;ccca.Position=UDim2.new(0.309354991,0,0.0204323977,0)
  774. ccca.Size=UDim2.new(0,167,0,24)ccca.Image="rbxassetid://2978220566"dcca.Name="Dupe"dcca.Parent=_cca
  775. dcca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)dcca.BackgroundTransparency=1;dcca.BorderSizePixel=0
  776. dcca.Position=UDim2.new(0.274290383,0,0.662502229,0)dcca.Size=UDim2.new(0,200,0,50)
  777. dcca.Image="rbxassetid://2790389767"dcca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  778. dcca.ScaleType=Enum.ScaleType.Slice;dcca.SliceCenter=Rect.new(8,8,248,248)
  779. dcca.MouseButton1Down:connect(function()
  780. plr=game:GetService("Players").LocalPlayer;slot=plr.CurrentSaveSlot
  781. if Option==false then
  782. if slot.Value==-1 then
  783. game:GetService("StarterGui"):SetCore("SendNotification",{Title="STATUS DUPE :",Text="DUPE ACTIVE!"})Option=true;slot.RobloxLocked=true
  784. dcca.BackgroundColor3=Color3.new(0,1,0)adca.Text="Status Dupe : Active"end else
  785. game:GetService("StarterGui"):SetCore("SendNotification",{Title="STATUS DUPE :",Text="DUPE NOT ACTIVE!"})Option=false;slot.RobloxLocked=false
  786. dcca.BackgroundColor3=Color3.new(0.7,0,0)adca.Text="Status Dupe : Not Active"
  787. adca.Text=Color3.new(63,253,4)end end)_dca.Name="Dupetext"_dca.Parent=dcca
  788. _dca.AnchorPoint=Vector2.new(0.5,0.5)_dca.BackgroundTransparency=1
  789. _dca.Position=UDim2.new(0.494003624,0,0.5,0)_dca.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  790. _dca.Font=Enum.Font.Cartoon;_dca.Text="DUPE"_dca.TextColor3=Color3.new(0,0,0)
  791. _dca.TextSize=39;adca.Name="DupeLabel"adca.Parent=_cca;adca.Active=true
  792. adca.BackgroundColor3=Color3.new(1,1,1)adca.BackgroundTransparency=1
  793. adca.Position=UDim2.new(0.274654567,0,0.803698897,0)adca.Size=UDim2.new(0,200,0,21)
  794. adca.Font=Enum.Font.Cartoon;adca.Text="Status Dupe : Not Active"
  795. adca.TextColor3=Color3.new(0.247059,0.992157,0.0156863)adca.TextSize=14;adca.TextWrapped=true;bdca.Name="woodmenu"
  796. bdca.Parent=_cca
  797. bdca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bdca.BackgroundTransparency=1;bdca.BorderSizePixel=0
  798. bdca.Position=UDim2.new(0.0261745248,0,0.193303004,0)bdca.Size=UDim2.new(0,143,0,41)
  799. bdca.Image="rbxassetid://2790389767"bdca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  800. bdca.ScaleType=Enum.ScaleType.Slice;bdca.SliceCenter=Rect.new(8,8,248,248)cdca.Name="woodmenutext"
  801. cdca.Parent=bdca;cdca.AnchorPoint=Vector2.new(0.5,0.5)
  802. cdca.BackgroundTransparency=1;cdca.Position=UDim2.new(0.494003624,0,0.5,0)
  803. cdca.Size=UDim2.new(0.0926923454,0,0.899999917,0)cdca.Font=Enum.Font.Cartoon;cdca.Text="WOOD MENU"
  804. cdca.TextColor3=Color3.new(0,0,0)cdca.TextSize=21;ddca.Name="tpsystem"ddca.Parent=_cca
  805. ddca.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)ddca.BackgroundTransparency=1;ddca.BorderSizePixel=0
  806. ddca.Position=UDim2.new(0.0261745248,0,0.344818175,0)ddca.Size=UDim2.new(0,143,0,41)
  807. ddca.Image="rbxassetid://2790389767"ddca.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  808. ddca.ScaleType=Enum.ScaleType.Slice;ddca.SliceCenter=Rect.new(8,8,248,248)__da.Name="tpsystemtext"
  809. __da.Parent=ddca;__da.AnchorPoint=Vector2.new(0.5,0.5)
  810. __da.BackgroundTransparency=1;__da.Position=UDim2.new(0.494003624,0,0.5,0)
  811. __da.Size=UDim2.new(0.0926923454,0,0.899999917,0)__da.Font=Enum.Font.Cartoon;__da.Text="TP SYSTEM"
  812. __da.TextColor3=Color3.new(0,0,0)__da.TextSize=21;a_da.Name="maxland"a_da.Parent=_cca
  813. a_da.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)a_da.BackgroundTransparency=1;a_da.BorderSizePixel=0
  814. a_da.Position=UDim2.new(0.0261745248,0,0.493303031,0)a_da.Size=UDim2.new(0,143,0,41)
  815. a_da.Image="rbxassetid://2790389767"a_da.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  816. a_da.ScaleType=Enum.ScaleType.Slice;a_da.SliceCenter=Rect.new(8,8,248,248)
  817. a_da.MouseButton1Click:connect(function()
  818. for bbab,cbab in
  819. pairs(game:GetService("Workspace").Properties:GetChildren())do
  820. if cbab:FindFirstChild("Owner")and
  821. cbab.Owner.Value==game.Players.LocalPlayer then base=cbab;square=cbab.OriginSquare end end
  822. function makebase(bbab)
  823. local cbab=game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty;cbab:FireServer(base,bbab)end;spos=square.Position
  824. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z))
  825. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z))
  826. makebase(CFrame.new(spos.X,spos.Y,spos.Z+40))
  827. makebase(CFrame.new(spos.X,spos.Y,spos.Z-40))
  828. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+40))
  829. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-40))
  830. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+40))
  831. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-40))
  832. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z))
  833. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z))
  834. makebase(CFrame.new(spos.X,spos.Y,spos.Z+80))
  835. makebase(CFrame.new(spos.X,spos.Y,spos.Z-80))
  836. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+80))
  837. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-80))
  838. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+80))
  839. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-80))
  840. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z+80))
  841. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z+80))
  842. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z+40))
  843. makebase(CFrame.new(spos.X+80,spos.Y,spos.Z-40))
  844. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z+40))
  845. makebase(CFrame.new(spos.X-80,spos.Y,spos.Z-40))
  846. makebase(CFrame.new(spos.X+40,spos.Y,spos.Z-80))
  847. makebase(CFrame.new(spos.X-40,spos.Y,spos.Z-80))end)b_da.Name="maxlandtext"b_da.Parent=a_da
  848. b_da.AnchorPoint=Vector2.new(0.5,0.5)b_da.BackgroundTransparency=1
  849. b_da.Position=UDim2.new(0.494003624,0,0.5,0)b_da.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  850. b_da.Font=Enum.Font.Cartoon;b_da.Text="MAX LAND"b_da.TextColor3=Color3.new(0,0,0)
  851. b_da.TextSize=21;c_da.Name="goldaxe"c_da.Parent=_cca
  852. c_da.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)c_da.BackgroundTransparency=1;c_da.BorderSizePixel=0
  853. c_da.Position=UDim2.new(0.648098469,0,0.193303004,0)c_da.Size=UDim2.new(0,143,0,41)
  854. c_da.Image="rbxassetid://2790389767"c_da.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  855. c_da.ScaleType=Enum.ScaleType.Slice;c_da.SliceCenter=Rect.new(8,8,248,248)
  856. c_da.MouseButton1Click:connect(function()
  857. Detect=coroutine.wrap(function()
  858. Player=game.Players.LocalPlayer;mouse=Player:GetMouse()
  859. mouse.Button1Down:connect(function()MouseDown=true end)
  860. mouse.Button1Up:connect(function()MouseDown=false end)end)Detect()Player=game.Players.LocalPlayer
  861. mouse=Player:GetMouse()
  862. game:GetService('RunService').RenderStepped:connect(function()
  863. if
  864. Player.Character:FindFirstChild("Tool")then
  865. if MouseDown==true then
  866. if mouse.Target.Name=="WoodSection"then
  867. targetWood=mouse.Target;Tool=Player.Character.Tool
  868. Height=
  869. targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y+targetWood.Size.Y/2
  870. local bbab=Ray.new(Player.Character.Head.Position,
  871. (
  872. (targetWood.CFrame*CFrame.new(0,Height-
  873. targetWood.Size.Y/2,0)).p-Player.Character.Head.Position).unit*200)
  874. part,_,p=workspace:FindPartOnRay(bbab,Player.Character)function fixVector(dcab)
  875. return Vector3.new(math.floor(dcab.X+0.5),math.floor(dcab.Y+0.5),math.floor(
  876. dcab.Z+0.5))end
  877. local cbab=fixVector(targetWood.CFrame:vectorToObjectSpace(p))if cbab.Y~=0 then return end
  878. local dbab=CFrame.new(Player.Character.Head.Position,mouse.Hit.p)
  879. 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
  880. if
  881. cbab.X==1 then cbab=Vector3.new(0,0,-1)*bcab elseif cbab.X==-1 then cbab=
  882. Vector3.new(0,0,1)*bcab elseif cbab.Z==1 then
  883. 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
  884. 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
  885. d_da.AnchorPoint=Vector2.new(0.5,0.5)d_da.BackgroundTransparency=1
  886. d_da.Position=UDim2.new(0.494003624,0,0.5,0)d_da.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  887. d_da.Font=Enum.Font.Cartoon;d_da.Text="GOLD AXE"d_da.TextColor3=Color3.new(0,0,0)
  888. d_da.TextSize=21;_ada.Name="painttools"_ada.Parent=_cca
  889. _ada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)_ada.BackgroundTransparency=1;_ada.BorderSizePixel=0
  890. _ada.Position=UDim2.new(0.648098469,0,0.344818175,0)_ada.Size=UDim2.new(0,143,0,41)
  891. _ada.Image="rbxassetid://2790389767"_ada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  892. _ada.ScaleType=Enum.ScaleType.Slice;_ada.SliceCenter=Rect.new(8,8,248,248)
  893. _ada.MouseButton1Down:Connect(function()
  894. local bbab=Instance.new("ScreenGui")local cbab=Instance.new("Frame")
  895. local dbab=Instance.new("ImageButton")local _cab=Instance.new("ScrollingFrame")
  896. local acab=Instance.new("ImageButton")local bcab=Instance.new("Frame")
  897. local ccab=Instance.new("ImageButton")local dcab=Instance.new("Frame")
  898. local _dab=Instance.new("ImageButton")local adab=Instance.new("Frame")
  899. local bdab=Instance.new("ImageButton")local cdab=Instance.new("Frame")
  900. local ddab=Instance.new("ImageButton")local __bb=Instance.new("Frame")
  901. local a_bb=Instance.new("ImageButton")local b_bb=Instance.new("Frame")
  902. local c_bb=Instance.new("ImageButton")local d_bb=Instance.new("Frame")
  903. local _abb=Instance.new("ImageButton")local aabb=Instance.new("Frame")
  904. local babb=Instance.new("ImageButton")local cabb=Instance.new("Frame")
  905. local dabb=Instance.new("ImageButton")local _bbb=Instance.new("Frame")
  906. local abbb=Instance.new("ImageButton")local bbbb=Instance.new("Frame")
  907. local cbbb=Instance.new("ImageButton")local dbbb=Instance.new("Frame")
  908. local _cbb=Instance.new("ImageButton")local acbb=Instance.new("Frame")
  909. local bcbb=Instance.new("ImageButton")local ccbb=Instance.new("Frame")
  910. local dcbb=Instance.new("ImageButton")local _dbb=Instance.new("Frame")
  911. local adbb=Instance.new("ImageButton")local bdbb=Instance.new("Frame")
  912. local cdbb=Instance.new("ImageButton")local ddbb=Instance.new("Frame")
  913. local __cb=Instance.new("ImageButton")local a_cb=Instance.new("Frame")
  914. local b_cb=Instance.new("ImageButton")local c_cb=Instance.new("Frame")bbab.Name="ColorPicker"
  915. bbab.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")cbab.Name="ChangeColor"cbab.Parent=bbab
  916. 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,
  917. -110)
  918. cbab.Size=UDim2.new(0,100,0,100)cbab.ZIndex=2;bbab.Enabled=false;dbab.Name="CurrentColor"
  919. dbab.Parent=cbab
  920. dbab.BackgroundColor3=Color3.new(0.176471,0.254902,0.427451)dbab.BorderColor3=Color3.new(0,0,0)dbab.BorderSizePixel=2
  921. dbab.Position=UDim2.new(0,10,0,10)dbab.Size=UDim2.new(0,80,0,80)dbab.ZIndex=2
  922. dbab.Image="rbxassetid://2712547918"dbab.ScaleType=Enum.ScaleType.Crop;_cab.Name="Picker"
  923. _cab.Parent=bbab
  924. _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,
  925. -320)
  926. _cab.Size=UDim2.new(0,100,0,200)_cab.CanvasPosition=Vector2.new(0,700)
  927. _cab.CanvasSize=UDim2.new(0,0,0,900)_cab.ScrollBarThickness=7
  928. _cab.VerticalScrollBarPosition=Enum.VerticalScrollBarPosition.Left;_cab.Visible=false;acab.Name="Birch"acab.Parent=_cab
  929. acab.BackgroundColor3=Color3.new(1,1,1)acab.BorderColor3=Color3.new(0,0,0)
  930. acab.Position=UDim2.new(0,10,0,5)acab.Size=UDim2.new(0,80,0,40)acab.ZIndex=3
  931. acab.Image="rbxassetid://2712547918"acab.ScaleType=Enum.ScaleType.Crop;bcab.Name="DropShadow"
  932. bcab.Parent=acab;bcab.BackgroundColor3=Color3.new(0,0,0)bcab.BorderSizePixel=0
  933. bcab.Position=UDim2.new(0,4,0,4)bcab.Size=UDim2.new(1,0,1,0)bcab.ZIndex=2;ccab.Name="Grey"
  934. ccab.Parent=_cab;ccab.BackgroundColor3=Color3.new(1,1,1)
  935. ccab.BorderColor3=Color3.new(0,0,0)ccab.Position=UDim2.new(0,10,0,55)
  936. ccab.Size=UDim2.new(0,80,0,40)ccab.ZIndex=3;ccab.Image="rbxassetid://924320031"
  937. ccab.ScaleType=Enum.ScaleType.Crop;dcab.Name="DropShadow"dcab.Parent=ccab
  938. dcab.BackgroundColor3=Color3.new(0,0,0)dcab.BorderSizePixel=0;dcab.Position=UDim2.new(0,4,0,4)
  939. dcab.Size=UDim2.new(1,0,1,0)dcab.ZIndex=2;_dab.Name="Walnut"_dab.Parent=_cab
  940. _dab.BackgroundColor3=Color3.new(1,1,1)_dab.BorderColor3=Color3.new(0,0,0)
  941. _dab.Position=UDim2.new(0,10,0,105)_dab.Size=UDim2.new(0,80,0,40)_dab.ZIndex=3
  942. _dab.Image="rbxassetid://2712559790"_dab.ScaleType=Enum.ScaleType.Crop;adab.Name="DropShadow"
  943. adab.Parent=_dab;adab.BackgroundColor3=Color3.new(0,0,0)adab.BorderSizePixel=0
  944. adab.Position=UDim2.new(0,4,0,4)adab.Size=UDim2.new(1,0,1,0)adab.ZIndex=2;bdab.Name="Generic"
  945. bdab.Parent=_cab;bdab.BackgroundColor3=Color3.new(1,1,1)
  946. bdab.BorderColor3=Color3.new(0,0,0)bdab.Position=UDim2.new(0,10,0,155)
  947. bdab.Size=UDim2.new(0,80,0,40)bdab.ZIndex=3;bdab.Image="rbxassetid://2712568624"
  948. bdab.ScaleType=Enum.ScaleType.Crop;cdab.Name="DropShadow"cdab.Parent=bdab
  949. cdab.BackgroundColor3=Color3.new(0,0,0)cdab.BorderSizePixel=0;cdab.Position=UDim2.new(0,4,0,4)
  950. cdab.Size=UDim2.new(1,0,1,0)cdab.ZIndex=2;ddab.Name="Oak"ddab.Parent=_cab
  951. ddab.BackgroundColor3=Color3.new(1,1,1)ddab.BorderColor3=Color3.new(0,0,0)
  952. ddab.Position=UDim2.new(0,10,0,205)ddab.Size=UDim2.new(0,80,0,40)ddab.ZIndex=3
  953. ddab.Image="rbxassetid://2712579185"ddab.ScaleType=Enum.ScaleType.Crop;__bb.Name="DropShadow"
  954. __bb.Parent=ddab;__bb.BackgroundColor3=Color3.new(0,0,0)__bb.BorderSizePixel=0
  955. __bb.Position=UDim2.new(0,4,0,4)__bb.Size=UDim2.new(1,0,1,0)__bb.ZIndex=2;a_bb.Name="Pine"
  956. a_bb.Parent=_cab;a_bb.BackgroundColor3=Color3.new(1,1,1)
  957. a_bb.BorderColor3=Color3.new(0,0,0)a_bb.Position=UDim2.new(0,10,0,255)
  958. a_bb.Size=UDim2.new(0,80,0,40)a_bb.ZIndex=3;a_bb.Image="rbxassetid://2712591183"
  959. a_bb.ScaleType=Enum.ScaleType.Crop;b_bb.Name="DropShadow"b_bb.Parent=a_bb
  960. b_bb.BackgroundColor3=Color3.new(0,0,0)b_bb.BorderSizePixel=0;b_bb.Position=UDim2.new(0,4,0,4)
  961. b_bb.Size=UDim2.new(1,0,1,0)b_bb.ZIndex=2;c_bb.Name="Palm"c_bb.Parent=_cab
  962. c_bb.BackgroundColor3=Color3.new(1,1,1)c_bb.BorderColor3=Color3.new(0,0,0)
  963. c_bb.Position=UDim2.new(0,10,0,305)c_bb.Size=UDim2.new(0,80,0,40)c_bb.ZIndex=3
  964. c_bb.Image="rbxassetid://2712597395"c_bb.ScaleType=Enum.ScaleType.Crop;d_bb.Name="DropShadow"
  965. d_bb.Parent=c_bb;d_bb.BackgroundColor3=Color3.new(0,0,0)d_bb.BorderSizePixel=0
  966. 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"
  967. _abb.Parent=_cab;_abb.BackgroundColor3=Color3.new(1,1,1)
  968. _abb.BorderColor3=Color3.new(0,0,0)_abb.Position=UDim2.new(0,10,0,355)
  969. _abb.Size=UDim2.new(0,80,0,40)_abb.ZIndex=3;_abb.Image="rbxassetid://2712608599"
  970. _abb.ScaleType=Enum.ScaleType.Crop;aabb.Name="DropShadow"aabb.Parent=_abb
  971. aabb.BackgroundColor3=Color3.new(0,0,0)aabb.BorderSizePixel=0;aabb.Position=UDim2.new(0,4,0,4)
  972. aabb.Size=UDim2.new(1,0,1,0)aabb.ZIndex=2;babb.Name="Koa"babb.Parent=_cab
  973. babb.BackgroundColor3=Color3.new(1,1,1)babb.BorderColor3=Color3.new(0,0,0)
  974. babb.Position=UDim2.new(0,10,0,355)babb.Size=UDim2.new(0,80,0,40)babb.ZIndex=3
  975. babb.Image="rbxassetid://2712612798"babb.ScaleType=Enum.ScaleType.Crop;cabb.Name="DropShadow"
  976. cabb.Parent=babb;cabb.BackgroundColor3=Color3.new(0,0,0)cabb.BorderSizePixel=0
  977. cabb.Position=UDim2.new(0,4,0,4)cabb.Size=UDim2.new(1,0,1,0)cabb.ZIndex=2;dabb.Name="Volcano"
  978. dabb.Parent=_cab;dabb.BackgroundColor3=Color3.new(1,1,1)
  979. dabb.BorderColor3=Color3.new(0,0,0)dabb.Position=UDim2.new(0,10,0,405)
  980. dabb.Size=UDim2.new(0,80,0,40)dabb.ZIndex=3;dabb.Image="rbxassetid://2712618609"
  981. dabb.ScaleType=Enum.ScaleType.Crop;_bbb.Name="DropShadow"_bbb.Parent=dabb
  982. _bbb.BackgroundColor3=Color3.new(0,0,0)_bbb.BorderSizePixel=0;_bbb.Position=UDim2.new(0,4,0,4)
  983. _bbb.Size=UDim2.new(1,0,1,0)_bbb.ZIndex=2;abbb.Name="GreenSwampy"abbb.Parent=_cab
  984. abbb.BackgroundColor3=Color3.new(1,1,1)abbb.BorderColor3=Color3.new(0,0,0)
  985. abbb.Position=UDim2.new(0,10,0,455)abbb.Size=UDim2.new(0,80,0,40)abbb.ZIndex=3
  986. abbb.Image="rbxassetid://2712623896"abbb.ScaleType=Enum.ScaleType.Crop;bbbb.Name="DropShadow"
  987. bbbb.Parent=abbb;bbbb.BackgroundColor3=Color3.new(0,0,0)bbbb.BorderSizePixel=0
  988. bbbb.Position=UDim2.new(0,4,0,4)bbbb.Size=UDim2.new(1,0,1,0)bbbb.ZIndex=2
  989. cbbb.Name="GoldSwampy"cbbb.Parent=_cab;cbbb.BackgroundColor3=Color3.new(1,1,1)
  990. cbbb.BorderColor3=Color3.new(0,0,0)cbbb.Position=UDim2.new(0,10,0,505)
  991. cbbb.Size=UDim2.new(0,80,0,40)cbbb.ZIndex=3;cbbb.Image="rbxassetid://2712631457"
  992. cbbb.ScaleType=Enum.ScaleType.Crop;dbbb.Name="DropShadow"dbbb.Parent=cbbb
  993. dbbb.BackgroundColor3=Color3.new(0,0,0)dbbb.BorderSizePixel=0;dbbb.Position=UDim2.new(0,4,0,4)
  994. dbbb.Size=UDim2.new(1,0,1,0)dbbb.ZIndex=2;_cbb.Name="GenericSpecial"_cbb.Parent=_cab
  995. _cbb.BackgroundColor3=Color3.new(1,1,1)_cbb.BorderColor3=Color3.new(0,0,0)
  996. _cbb.Position=UDim2.new(0,10,0,555)_cbb.Size=UDim2.new(0,80,0,40)_cbb.ZIndex=3
  997. _cbb.Image="rbxassetid://2712639396"_cbb.ScaleType=Enum.ScaleType.Crop;acbb.Name="DropShadow"
  998. acbb.Parent=_cbb;acbb.BackgroundColor3=Color3.new(0,0,0)acbb.BorderSizePixel=0
  999. acbb.Position=UDim2.new(0,4,0,4)acbb.Size=UDim2.new(1,0,1,0)acbb.ZIndex=2;bcbb.Name="SnowGlow"
  1000. bcbb.Parent=_cab;bcbb.BackgroundColor3=Color3.new(1,1,1)
  1001. bcbb.BorderColor3=Color3.new(0,0,0)bcbb.Position=UDim2.new(0,10,0,605)
  1002. bcbb.Size=UDim2.new(0,80,0,40)bcbb.ZIndex=3;bcbb.Image="rbxassetid://2712651454"
  1003. bcbb.ScaleType=Enum.ScaleType.Crop;ccbb.Name="DropShadow"ccbb.Parent=bcbb
  1004. ccbb.BackgroundColor3=Color3.new(0,0,0)ccbb.BorderSizePixel=0;ccbb.Position=UDim2.new(0,4,0,4)
  1005. ccbb.Size=UDim2.new(1,0,1,0)ccbb.ZIndex=2;dcbb.Name="Frost"dcbb.Parent=_cab
  1006. dcbb.BackgroundColor3=Color3.new(1,1,1)dcbb.BorderColor3=Color3.new(0,0,0)
  1007. dcbb.Position=UDim2.new(0,10,0,655)dcbb.Size=UDim2.new(0,80,0,40)dcbb.ZIndex=3
  1008. dcbb.Image="rbxassetid://2712667804"dcbb.ScaleType=Enum.ScaleType.Crop;_dbb.Name="DropShadow"
  1009. _dbb.Parent=dcbb;_dbb.BackgroundColor3=Color3.new(0,0,0)_dbb.BorderSizePixel=0
  1010. _dbb.Position=UDim2.new(0,4,0,4)_dbb.Size=UDim2.new(1,0,1,0)_dbb.ZIndex=2
  1011. adbb.Name="CaveCrawler"adbb.Parent=_cab;adbb.BackgroundColor3=Color3.new(1,1,1)
  1012. adbb.BorderColor3=Color3.new(0,0,0)adbb.Position=UDim2.new(0,10,0,705)
  1013. adbb.Size=UDim2.new(0,80,0,40)adbb.ZIndex=3;adbb.Image="rbxassetid://2712673980"
  1014. adbb.ScaleType=Enum.ScaleType.Crop;bdbb.Name="DropShadow"bdbb.Parent=adbb
  1015. bdbb.BackgroundColor3=Color3.new(0,0,0)bdbb.BorderSizePixel=0;bdbb.Position=UDim2.new(0,4,0,4)
  1016. bdbb.Size=UDim2.new(1,0,1,0)bdbb.ZIndex=2;cdbb.Name="LoneCave"cdbb.Parent=_cab
  1017. cdbb.BackgroundColor3=Color3.new(1,1,1)cdbb.BorderColor3=Color3.new(0,0,0)
  1018. cdbb.Position=UDim2.new(0,10,0,755)cdbb.Size=UDim2.new(0,80,0,40)cdbb.ZIndex=3
  1019. cdbb.Image="rbxassetid://2712693147"cdbb.ScaleType=Enum.ScaleType.Crop;ddbb.Name="DropShadow"
  1020. ddbb.Parent=cdbb;ddbb.BackgroundColor3=Color3.new(0,0,0)ddbb.BorderSizePixel=0
  1021. ddbb.Position=UDim2.new(0,4,0,4)ddbb.Size=UDim2.new(1,0,1,0)ddbb.ZIndex=2;__cb.Name="Spooky"
  1022. __cb.Parent=_cab;__cb.BackgroundColor3=Color3.new(1,1,1)
  1023. __cb.BorderColor3=Color3.new(0,0,0)__cb.Position=UDim2.new(0,10,0,805)
  1024. __cb.Size=UDim2.new(0,80,0,40)__cb.ZIndex=3;__cb.Image="rbxassetid://2712696822"
  1025. __cb.ScaleType=Enum.ScaleType.Crop;a_cb.Name="DropShadow"a_cb.Parent=__cb
  1026. a_cb.BackgroundColor3=Color3.new(0,0,0)a_cb.BorderSizePixel=0;a_cb.Position=UDim2.new(0,4,0,4)
  1027. a_cb.Size=UDim2.new(1,0,1,0)a_cb.ZIndex=2;b_cb.Name="SpookyNeon"b_cb.Parent=_cab
  1028. b_cb.BackgroundColor3=Color3.new(1,1,1)b_cb.BorderColor3=Color3.new(0,0,0)
  1029. b_cb.Position=UDim2.new(0,10,0,855)b_cb.Size=UDim2.new(0,80,0,40)b_cb.ZIndex=3
  1030. b_cb.Image="rbxassetid://2712700047"b_cb.ScaleType=Enum.ScaleType.Crop;c_cb.Name="DropShadow"
  1031. c_cb.Parent=b_cb;c_cb.BackgroundColor3=Color3.new(0,0,0)c_cb.BorderSizePixel=0
  1032. c_cb.Position=UDim2.new(0,4,0,4)c_cb.Size=UDim2.new(1,0,1,0)c_cb.ZIndex=2;woodtype="Birch"
  1033. local d_cb=Instance.new("Tool",game.Players.LocalPlayer.Backpack)d_cb.RequiresHandle=false;d_cb.Name="Paint"
  1034. d_cb.ToolTip="Changes A Stucture's Wood Type"
  1035. d_cb.Equipped:connect(function(_acb)bbab.Enabled=true
  1036. _acb.Button1Down:connect(function()
  1037. if
  1038.  
  1039. _acb.Target.Parent:FindFirstChild("Type")or _acb.Target.Parent:FindFirstChild("BlueprintWoodClass")then local aacb
  1040. if _acb.Target.Parent:FindFirstChild("MainCFrame")then
  1041. aacb=_acb.Target.Parent.MainCFrame.Value else aacb=_acb.Target.Parent.PrimaryPart.CFrame end
  1042. if _acb.Target.Parent~=nil then
  1043. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(_acb.Target.Parent.ItemName.Value,aacb,game.Players.LocalPlayer,woodtype,_acb.Target.Parent,false)end else end end)end)
  1044. d_cb.Unequipped:connect(function(_acb)bbab.Enabled=false end)
  1045. acab.MouseButton1Click:Connect(function()dbab.Image=acab.Image;woodtype="Birch"end)
  1046. ccab.MouseButton1Click:Connect(function()dbab.Image=ccab.Image;woodtype=nil end)
  1047. _dab.MouseButton1Click:Connect(function()dbab.Image=_dab.Image;woodtype="Walnut"end)
  1048. bdab.MouseButton1Click:Connect(function()dbab.Image=bdab.Image;woodtype="Generic"end)
  1049. ddab.MouseButton1Click:Connect(function()dbab.Image=ddab.Image;woodtype="Oak"end)
  1050. a_bb.MouseButton1Click:Connect(function()dbab.Image=a_bb.Image;woodtype="Pine"end)
  1051. c_bb.MouseButton1Click:Connect(function()dbab.Image=c_bb.Image;woodtype="Palm"end)
  1052. babb.MouseButton1Click:Connect(function()dbab.Image=babb.Image;woodtype="Koa"end)
  1053. dabb.MouseButton1Click:Connect(function()dbab.Image=dabb.Image;woodtype="Volcano"end)
  1054. abbb.MouseButton1Click:Connect(function()dbab.Image=abbb.Image;woodtype="GreenSwampy"end)
  1055. cbbb.MouseButton1Click:Connect(function()dbab.Image=cbbb.Image;woodtype="GoldSwampy"end)
  1056. _cbb.MouseButton1Click:Connect(function()dbab.Image=_cbb.Image
  1057. woodtype="GenericSpecial"end)
  1058. bcbb.MouseButton1Click:Connect(function()dbab.Image=bcbb.Image;woodtype="SnowGlow"end)
  1059. dcbb.MouseButton1Click:Connect(function()dbab.Image=dcbb.Image;woodtype="Frost"end)
  1060. adbb.MouseButton1Click:Connect(function()dbab.Image=adbb.Image;woodtype="CaveCrawler"end)
  1061. cdbb.MouseButton1Click:Connect(function()dbab.Image=cdbb.Image;woodtype="LoneCave"end)
  1062. __cb.MouseButton1Click:Connect(function()dbab.Image=__cb.Image;woodtype="Spooky"end)
  1063. b_cb.MouseButton1Click:Connect(function()dbab.Image=b_cb.Image;woodtype="SpookyNeon"end)
  1064. dbab.MouseButton1Click:Connect(function()if _cab.Visible==false then _cab.Visible=true else
  1065. _cab.Visible=false end end)end)aada.Name="painttools"aada.Parent=_ada
  1066. aada.AnchorPoint=Vector2.new(0.5,0.5)aada.BackgroundTransparency=1
  1067. aada.Position=UDim2.new(0.494003624,0,0.5,0)aada.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  1068. aada.Font=Enum.Font.Cartoon;aada.Text="PAINT TOOLS"aada.TextColor3=Color3.new(0,0,0)
  1069. aada.TextSize=21;bada.Name="fvckferry"bada.Parent=_cca
  1070. bada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)bada.BackgroundTransparency=1;bada.BorderSizePixel=0
  1071. bada.Position=UDim2.new(0.648098469,0,0.493303031,0)bada.Size=UDim2.new(0,143,0,41)
  1072. bada.Image="rbxassetid://2790389767"bada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  1073. bada.ScaleType=Enum.ScaleType.Slice;bada.SliceCenter=Rect.new(8,8,248,248)
  1074. cada.Name="fvckferrytext"cada.Parent=bada;cada.AnchorPoint=Vector2.new(0.5,0.5)
  1075. cada.BackgroundTransparency=1;cada.Position=UDim2.new(0.494003624,0,0.5,0)
  1076. cada.Size=UDim2.new(0.0926923454,0,0.899999917,0)cada.Font=Enum.Font.Cartoon;cada.Text="FERRY MENU!"
  1077. cada.TextColor3=Color3.new(0,0,0)cada.TextSize=21;dada.Name="minim"dada.Parent=_cca
  1078. dada.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)dada.BackgroundTransparency=1;dada.BorderSizePixel=0;dada.Position=UDim2.new(0.943400443,0,
  1079. -0.000636407116,0)
  1080. dada.Size=UDim2.new(0,25,0,13)dada.Image="rbxassetid://2790389767"
  1081. dada.ImageColor3=Color3.new(0.466667,0.392157,0.87451)dada.ScaleType=Enum.ScaleType.Slice
  1082. dada.SliceCenter=Rect.new(8,8,248,248)_bda.Name="minim"_bda.Parent=dada
  1083. _bda.AnchorPoint=Vector2.new(0.5,0.5)_bda.BackgroundTransparency=1
  1084. _bda.Position=UDim2.new(0.494003624,0,0.5,0)_bda.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  1085. _bda.Font=Enum.Font.Cartoon;_bda.Text="-"_bda.TextColor3=Color3.new(0,0,0)
  1086. _bda.TextSize=21;abda.Name="b3"abda.Parent=dc_a
  1087. abda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)abda.BorderSizePixel=0;abda.ClipsDescendants=true
  1088. abda.Position=UDim2.new(-0.00200000009,0,0.601364493,0)abda.Selectable=false;abda.Size=UDim2.new(0,160,0,30)
  1089. abda.Font=Enum.Font.SourceSansBold;abda.Text=""abda.TextColor3=Color3.new(1,1,1)
  1090. abda.TextScaled=true;abda.TextSize=14;abda.TextStrokeTransparency=0.69999998807907
  1091. abda.TextWrapped=true;bbda.Parent=abda;bbda.BackgroundColor3=Color3.new(1,1,1)
  1092. bbda.BackgroundTransparency=1;bbda.Size=UDim2.new(0,20,0,20)bbda.Visible=false
  1093. bbda.Image="rbxassetid://2513701731"bbda.ImageTransparency=0.20000000298023;cbda.Parent=abda
  1094. cbda.BackgroundColor3=Color3.new(1,1,1)cbda.BackgroundTransparency=1;cbda.Size=UDim2.new(1,0,1,0)
  1095. cbda.ZIndex=2;cbda.Font=Enum.Font.SourceSansBold;cbda.Text="FERRY MENU"
  1096. cbda.TextColor3=Color3.new(1,1,1)cbda.TextScaled=true;cbda.TextSize=14
  1097. cbda.TextStrokeTransparency=0.69999998807907;cbda.TextWrapped=true;dbda.Name="b4"dbda.Parent=dc_a
  1098. dbda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)dbda.BorderSizePixel=0;dbda.ClipsDescendants=true
  1099. dbda.Position=UDim2.new(-0.00065229123,0,0.673099458,0)dbda.Selectable=false;dbda.Size=UDim2.new(0,160,0,30)
  1100. dbda.Font=Enum.Font.SourceSansBold;dbda.Text=""dbda.TextColor3=Color3.new(1,1,1)
  1101. dbda.TextScaled=true;dbda.TextSize=14;dbda.TextStrokeTransparency=0.69999998807907
  1102. dbda.TextWrapped=true;_cda.Parent=dbda;_cda.BackgroundColor3=Color3.new(1,1,1)
  1103. _cda.BackgroundTransparency=1;_cda.Size=UDim2.new(0,20,0,20)_cda.Visible=false
  1104. _cda.Image="rbxassetid://856547512"_cda.ImageTransparency=0.20000000298023;acda.Parent=dbda
  1105. acda.BackgroundColor3=Color3.new(1,1,1)acda.BackgroundTransparency=1
  1106. acda.Size=UDim2.new(0.993749976,0,1,0)acda.ZIndex=2;acda.Font=Enum.Font.SourceSansBold
  1107. acda.Text="WOOD MENU"acda.TextColor3=Color3.new(1,1,1)acda.TextScaled=true
  1108. acda.TextSize=14;acda.TextStrokeTransparency=0.69999998807907;acda.TextWrapped=true
  1109. bcda.Name="b5"bcda.Parent=dc_a
  1110. bcda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)bcda.BorderSizePixel=0;bcda.ClipsDescendants=true
  1111. bcda.Position=UDim2.new(-0.00100000005,0,0.745224178,0)bcda.Selectable=false;bcda.Size=UDim2.new(0,160,0,30)
  1112. bcda.Font=Enum.Font.SourceSansBold;bcda.Text=""bcda.TextColor3=Color3.new(1,1,1)
  1113. bcda.TextScaled=true;bcda.TextSize=14;bcda.TextStrokeTransparency=0.69999998807907
  1114. bcda.TextWrapped=true;ccda.Parent=bcda;ccda.BackgroundColor3=Color3.new(1,1,1)
  1115. ccda.BackgroundTransparency=1;ccda.Size=UDim2.new(0,20,0,20)ccda.Visible=false
  1116. ccda.Image="rbxassetid://2927751166"ccda.ImageTransparency=0.20000000298023;dcda.Parent=bcda
  1117. dcda.BackgroundColor3=Color3.new(1,1,1)dcda.BackgroundTransparency=1
  1118. dcda.Size=UDim2.new(0.995362461,0,1,0)dcda.ZIndex=2;dcda.Font=Enum.Font.SourceSansBold
  1119. dcda.Text="INSTANT BLUEPRINT"dcda.TextColor3=Color3.new(1,1,1)dcda.TextScaled=true
  1120. dcda.TextSize=14;dcda.TextStrokeTransparency=0.69999998807907;dcda.TextWrapped=true
  1121. _dda.Name="b6"_dda.Parent=dc_a
  1122. _dda.BackgroundColor3=Color3.new(0.517647,0.517647,0.517647)_dda.BorderSizePixel=0;_dda.ClipsDescendants=true
  1123. _dda.Position=UDim2.new(-0.00234770891,0,0.819688082,0)_dda.Selectable=false;_dda.Size=UDim2.new(0,160,0,30)
  1124. _dda.Font=Enum.Font.SourceSansBold;_dda.Text=""_dda.TextColor3=Color3.new(1,1,1)
  1125. _dda.TextScaled=true;_dda.TextSize=14;_dda.TextStrokeTransparency=0.69999998807907
  1126. _dda.TextWrapped=true;adda.Parent=_dda;adda.BackgroundColor3=Color3.new(1,1,1)
  1127. adda.BackgroundTransparency=1;adda.Size=UDim2.new(0,20,0,20)adda.Visible=false
  1128. adda.Image="rbxassetid://2664323359"adda.ImageTransparency=0.20000000298023;bdda.Parent=_dda
  1129. bdda.BackgroundColor3=Color3.new(1,1,1)bdda.BackgroundTransparency=1;bdda.Size=UDim2.new(1,0,1,0)
  1130. bdda.ZIndex=2;bdda.Font=Enum.Font.SourceSansBold;bdda.Text="CREDITS"
  1131. bdda.TextColor3=Color3.new(1,1,1)bdda.TextScaled=true;bdda.TextSize=14
  1132. bdda.TextStrokeTransparency=0.69999998807907;bdda.TextWrapped=true;cdda.Name="blueprint"cdda.Parent=dc_a
  1133. cdda.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)cdda.BorderSizePixel=0
  1134. cdda.Position=UDim2.new(0.523999989,0,-1,0)cdda.Size=UDim2.new(0,447,0,330)ddda.Parent=cdda
  1135. ddda.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)ddda.BorderSizePixel=0;ddda.Size=UDim2.new(0,447,0,39)
  1136. ___b.Parent=cdda
  1137. ___b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)___b.BorderSizePixel=0
  1138. ___b.Position=UDim2.new(0,0,0.881818175,0)___b.Size=UDim2.new(0,447,0,39)a__b.Name="INSTANT BLUEPRINT"
  1139. a__b.Parent=cdda;a__b.BackgroundColor3=Color3.new(1,1,1)
  1140. a__b.BackgroundTransparency=1;a__b.Position=UDim2.new(0.284746498,0,0.0204323977,0)
  1141. a__b.Size=UDim2.new(0,197,0,24)a__b.Image="rbxassetid://2978371575"b__b.Name="minim4"b__b.Parent=cdda
  1142. 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,
  1143. -0.000636407116,0)
  1144. b__b.Size=UDim2.new(0,25,0,13)b__b.Image="rbxassetid://2790389767"
  1145. b__b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)b__b.ScaleType=Enum.ScaleType.Slice
  1146. b__b.SliceCenter=Rect.new(8,8,248,248)c__b.Name="minim4"c__b.Parent=b__b
  1147. c__b.AnchorPoint=Vector2.new(0.5,0.5)c__b.BackgroundTransparency=1
  1148. c__b.Position=UDim2.new(0.494003624,0,0.5,0)c__b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  1149. c__b.Font=Enum.Font.Cartoon;c__b.Text="-"c__b.TextColor3=Color3.new(0,0,0)
  1150. c__b.TextSize=21;d__b.Name="ok"d__b.Parent=cdda
  1151. d__b.BackgroundColor3=Color3.new(0.466667,0.392157,0.87451)d__b.BackgroundTransparency=1;d__b.BorderSizePixel=0
  1152. d__b.Position=UDim2.new(0.335055172,0,0.599363565,0)d__b.Size=UDim2.new(0,143,0,41)
  1153. d__b.Image="rbxassetid://2790389767"d__b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)
  1154. d__b.ScaleType=Enum.ScaleType.Slice;d__b.SliceCenter=Rect.new(8,8,248,248)
  1155. d__b.MouseButton1Click:connect(function()
  1156. abab=game.Players.LocalPlayer;local bbab=ba_b.Text;local cbab=da_b.Text;local dbab
  1157. local _cab=game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  1158. for acab,bcab in
  1159. pairs(game.Workspace.PlayerModels:GetChildren())do
  1160. if bcab:FindFirstChild("Owner")and
  1161. tostring(bcab.Owner.Value)==bbab then
  1162. if bcab:FindFirstChild("Type")and bcab.Type.Value==
  1163. "Blueprint"then
  1164. if
  1165. bcab:FindFirstChild("MainCFrame")then dbab=bcab.MainCFrame.Value else dbab=bcab.PrimaryPart.CFrame end;if bcab~=nil then
  1166. _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
  1167. _a_b.AnchorPoint=Vector2.new(0.5,0.5)_a_b.BackgroundTransparency=1
  1168. _a_b.Position=UDim2.new(0.494003624,0,0.5,0)_a_b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  1169. _a_b.Font=Enum.Font.Cartoon;_a_b.Text="OK!"_a_b.TextColor3=Color3.new(0,0,0)
  1170. _a_b.TextSize=40;aa_b.Name="haha"aa_b.Parent=cdda
  1171. aa_b.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)aa_b.BackgroundTransparency=1
  1172. aa_b.Position=UDim2.new(0.277404934,0,0.224242419,0)aa_b.Size=UDim2.new(0,196,0,45)
  1173. aa_b.Image="rbxassetid://2790389767"aa_b.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  1174. aa_b.ScaleType=Enum.ScaleType.Slice;aa_b.SliceCenter=Rect.new(8,8,248,248)ba_b.Name="bangsad2"
  1175. ba_b.Parent=aa_b;ba_b.AnchorPoint=Vector2.new(0.5,0.5)
  1176. ba_b.BackgroundTransparency=1;ba_b.Position=UDim2.new(0.5,0,0.5,0)
  1177. ba_b.Size=UDim2.new(1,0,0.899999976,0)ba_b.Font=Enum.Font.Cartoon;ba_b.Text="PLAYERS HERE"
  1178. ba_b.TextColor3=Color3.new(1,1,1)ba_b.TextSize=25;ca_b.Name="HIHI"ca_b.Parent=cdda
  1179. ca_b.BackgroundColor3=Color3.new(0.364706,0.196078,0.65098)ca_b.BackgroundTransparency=1
  1180. ca_b.Position=UDim2.new(0.293064922,0,0.409090936,0)ca_b.Size=UDim2.new(0,181,0,37)
  1181. ca_b.Image="rbxassetid://2790389767"ca_b.ImageColor3=Color3.new(0.364706,0.196078,0.65098)
  1182. ca_b.ScaleType=Enum.ScaleType.Slice;ca_b.SliceCenter=Rect.new(8,8,248,248)da_b.Name="bangsad3"
  1183. da_b.Parent=ca_b;da_b.AnchorPoint=Vector2.new(0.5,0.5)
  1184. da_b.BackgroundTransparency=1;da_b.Position=UDim2.new(0.5,0,0.5,0)
  1185. da_b.Size=UDim2.new(1,0,0.899999976,0)da_b.Font=Enum.Font.Cartoon;da_b.Text="Volcano"
  1186. da_b.TextColor3=Color3.new(1,1,1)da_b.TextSize=25;_b_b.Name="blueprintcodes"_b_b.Parent=cdda
  1187. _b_b.BackgroundColor3=Color3.new(0.301961,0.301961,0.301961)_b_b.BorderSizePixel=0
  1188. _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
  1189. ab_b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)ab_b.BorderSizePixel=0;ab_b.Size=UDim2.new(0,238,0,39)
  1190. bb_b.Parent=_b_b
  1191. bb_b.BackgroundColor3=Color3.new(0.270588,0.0901961,0.545098)bb_b.BorderSizePixel=0
  1192. bb_b.Position=UDim2.new(0,0,0.881818175,0)bb_b.Size=UDim2.new(0,238,0,39)cb_b.Name="CODE BLUEPRINT"
  1193. cb_b.Parent=_b_b;cb_b.BackgroundColor3=Color3.new(1,1,1)
  1194. cb_b.BackgroundTransparency=1
  1195. cb_b.Position=UDim2.new(0.0964094698,0,0.0204323977,0)cb_b.Size=UDim2.new(0,189,0,24)
  1196. cb_b.Image="rbxassetid://2978835053"db_b.Name="minim4"db_b.Parent=_b_b
  1197. 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,
  1198. -0.000636430224,0)
  1199. db_b.Size=UDim2.new(0,22,0,13)db_b.Image="rbxassetid://2790389767"
  1200. db_b.ImageColor3=Color3.new(0.466667,0.392157,0.87451)db_b.ScaleType=Enum.ScaleType.Slice
  1201. db_b.SliceCenter=Rect.new(8,8,248,248)_c_b.Name="minim4"_c_b.Parent=db_b
  1202. _c_b.AnchorPoint=Vector2.new(0.5,0.5)_c_b.BackgroundTransparency=1
  1203. _c_b.Position=UDim2.new(0.494003624,0,0.5,0)_c_b.Size=UDim2.new(0.0926923454,0,0.899999917,0)
  1204. _c_b.Font=Enum.Font.Cartoon;_c_b.Text="-"_c_b.TextColor3=Color3.new(0,0,0)
  1205. _c_b.TextSize=21;ac_b.Name="testframe"ac_b.Parent=_b_b
  1206. ac_b.BackgroundColor3=Color3.new(0.670588,0.670588,0.670588)ac_b.Position=UDim2.new(0.0269681793,0,0.154545456,0)
  1207. ac_b.Size=UDim2.new(0,218,0,232)ac_b.CanvasPosition=Vector2.new(0,116)bc_b.Parent=ac_b
  1208. cc_b.Name="1"cc_b.Parent=ac_b;cc_b.BackgroundColor3=Color3.new(1,1,1)
  1209. cc_b.BackgroundTransparency=1;cc_b.Size=UDim2.new(0,200,0,50)
  1210. cc_b.Font=Enum.Font.Cartoon;cc_b.Text="Birch"cc_b.TextColor3=Color3.new(1,1,1)
  1211. cc_b.TextScaled=true;cc_b.TextSize=14;cc_b.TextWrapped=true;dc_b.Name="2"dc_b.Parent=ac_b
  1212. dc_b.BackgroundColor3=Color3.new(1,1,1)dc_b.BackgroundTransparency=1;dc_b.Size=UDim2.new(0,200,0,50)
  1213. dc_b.Font=Enum.Font.Cartoon;dc_b.Text="nil"dc_b.TextColor3=Color3.new(1,1,1)
  1214. dc_b.TextScaled=true;dc_b.TextSize=14;dc_b.TextWrapped=true;_d_b.Name="3"_d_b.Parent=ac_b
  1215. _d_b.BackgroundColor3=Color3.new(1,1,1)_d_b.BackgroundTransparency=1;_d_b.Size=UDim2.new(0,200,0,50)
  1216. _d_b.Font=Enum.Font.Cartoon;_d_b.Text="Walnut"_d_b.TextColor3=Color3.new(1,1,1)
  1217. _d_b.TextScaled=true;_d_b.TextSize=14;_d_b.TextWrapped=true;ad_b.Name="4"ad_b.Parent=ac_b
  1218. ad_b.BackgroundColor3=Color3.new(1,1,1)ad_b.BackgroundTransparency=1;ad_b.Size=UDim2.new(0,200,0,50)
  1219. ad_b.Font=Enum.Font.Cartoon;ad_b.Text="Generic"ad_b.TextColor3=Color3.new(1,1,1)
  1220. ad_b.TextScaled=true;ad_b.TextSize=14;ad_b.TextWrapped=true;bd_b.Name="5"bd_b.Parent=ac_b
  1221. bd_b.BackgroundColor3=Color3.new(1,1,1)bd_b.BackgroundTransparency=1;bd_b.Size=UDim2.new(0,200,0,50)
  1222. bd_b.Font=Enum.Font.Cartoon;bd_b.Text="Oak"bd_b.TextColor3=Color3.new(1,1,1)
  1223. bd_b.TextScaled=true;bd_b.TextSize=14;bd_b.TextWrapped=true;cd_b.Name="6"cd_b.Parent=ac_b
  1224. cd_b.BackgroundColor3=Color3.new(1,1,1)cd_b.BackgroundTransparency=1;cd_b.Size=UDim2.new(0,200,0,50)
  1225. cd_b.Font=Enum.Font.Cartoon;cd_b.Text="Pine"cd_b.TextColor3=Color3.new(1,1,1)
  1226. cd_b.TextScaled=true;cd_b.TextSize=14;cd_b.TextWrapped=true;dd_b.Name="7"dd_b.Parent=ac_b
  1227. dd_b.BackgroundColor3=Color3.new(1,1,1)dd_b.BackgroundTransparency=1;dd_b.Size=UDim2.new(0,200,0,50)
  1228. dd_b.Font=Enum.Font.Cartoon;dd_b.Text="Palm"dd_b.TextColor3=Color3.new(1,1,1)
  1229. dd_b.TextScaled=true;dd_b.TextSize=14;dd_b.TextWrapped=true;__ab.Name="8"__ab.Parent=ac_b
  1230. __ab.BackgroundColor3=Color3.new(1,1,1)__ab.BackgroundTransparency=1;__ab.Size=UDim2.new(0,200,0,50)
  1231. __ab.Font=Enum.Font.Cartoon;__ab.Text="Koa"__ab.TextColor3=Color3.new(1,1,1)
  1232. __ab.TextScaled=true;__ab.TextSize=14;__ab.TextWrapped=true;a_ab.Name="9"a_ab.Parent=ac_b
  1233. a_ab.BackgroundColor3=Color3.new(1,1,1)a_ab.BackgroundTransparency=1;a_ab.Size=UDim2.new(0,200,0,50)
  1234. a_ab.Font=Enum.Font.Cartoon;a_ab.Text="Volcano"a_ab.TextColor3=Color3.new(1,1,1)
  1235. a_ab.TextScaled=true;a_ab.TextSize=14;a_ab.TextWrapped=true;b_ab.Name="10"b_ab.Parent=ac_b
  1236. b_ab.BackgroundColor3=Color3.new(1,1,1)b_ab.BackgroundTransparency=1;b_ab.Size=UDim2.new(0,200,0,50)
  1237. b_ab.Font=Enum.Font.Cartoon;b_ab.Text="GreenSwampy"b_ab.TextColor3=Color3.new(1,1,1)
  1238. b_ab.TextScaled=true;b_ab.TextSize=14;b_ab.TextWrapped=true;c_ab.Name="11"c_ab.Parent=ac_b
  1239. c_ab.BackgroundColor3=Color3.new(1,1,1)c_ab.BackgroundTransparency=1
  1240. c_ab.Position=UDim2.new(0.0229357798,0,0.00606060587,0)c_ab.Size=UDim2.new(0,200,0,50)
  1241. c_ab.Font=Enum.Font.Cartoon;c_ab.Text="GoldSwampy"c_ab.TextColor3=Color3.new(1,1,1)
  1242. c_ab.TextScaled=true;c_ab.TextSize=14;c_ab.TextWrapped=true;d_ab.Name="12"d_ab.Parent=ac_b
  1243. d_ab.BackgroundColor3=Color3.new(1,1,1)d_ab.BackgroundTransparency=1;d_ab.Size=UDim2.new(0,200,0,50)
  1244. d_ab.Font=Enum.Font.Cartoon;d_ab.Text="GenericSpecial"d_ab.TextColor3=Color3.new(1,1,1)
  1245. d_ab.TextScaled=true;d_ab.TextSize=14;d_ab.TextWrapped=true;_aab.Name="13"_aab.Parent=ac_b
  1246. _aab.BackgroundColor3=Color3.new(1,1,1)_aab.BackgroundTransparency=1;_aab.Size=UDim2.new(0,200,0,50)
  1247. _aab.Font=Enum.Font.Cartoon;_aab.Text="SnowGlow"_aab.TextColor3=Color3.new(1,1,1)
  1248. _aab.TextScaled=true;_aab.TextSize=14;_aab.TextWrapped=true;aaab.Name="14"aaab.Parent=ac_b
  1249. aaab.BackgroundColor3=Color3.new(1,1,1)aaab.BackgroundTransparency=1;aaab.Size=UDim2.new(0,200,0,50)
  1250. aaab.Font=Enum.Font.Cartoon;aaab.Text="Frost"aaab.TextColor3=Color3.new(1,1,1)
  1251. aaab.TextScaled=true;aaab.TextSize=14;aaab.TextWrapped=true;baab.Name="15"baab.Parent=ac_b
  1252. baab.BackgroundColor3=Color3.new(1,1,1)baab.BackgroundTransparency=1;baab.Size=UDim2.new(0,200,0,50)
  1253. baab.Font=Enum.Font.Cartoon;baab.Text="CaveCrawler"baab.TextColor3=Color3.new(1,1,1)
  1254. baab.TextScaled=true;baab.TextSize=14;baab.TextWrapped=true;caab.Name="16"caab.Parent=ac_b
  1255. caab.BackgroundColor3=Color3.new(1,1,1)caab.BackgroundTransparency=1;caab.Size=UDim2.new(0,200,0,50)
  1256. caab.Font=Enum.Font.Cartoon;caab.Text="LoneCave"caab.TextColor3=Color3.new(1,1,1)
  1257. caab.TextScaled=true;caab.TextSize=14;caab.TextWrapped=true;daab.Name="17"daab.Parent=ac_b
  1258. daab.BackgroundColor3=Color3.new(1,1,1)daab.BackgroundTransparency=1;daab.Size=UDim2.new(0,200,0,50)
  1259. daab.Font=Enum.Font.Cartoon;daab.Text="Spooky"daab.TextColor3=Color3.new(1,1,1)
  1260. daab.TextScaled=true;daab.TextSize=14;daab.TextWrapped=true;_bab.Name="18"_bab.Parent=ac_b
  1261. _bab.BackgroundColor3=Color3.new(1,1,1)_bab.BackgroundTransparency=1;_bab.Size=UDim2.new(0,200,0,50)
  1262. _bab.Font=Enum.Font.Cartoon;_bab.Text="SpookyNeon"_bab.TextColor3=Color3.new(1,1,1)
  1263. _bab.TextScaled=true;_bab.TextSize=14;_bab.TextWrapped=true
  1264. function SCRIPT_HYYQ80_FAKESCRIPT()
  1265. local bbab=Instance.new('LocalScript')bbab.Parent=_d_a
  1266. local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  1267. while wait(.2)do local dbab=bbab.Parent.ImageLabel:clone()
  1268. game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent;dbab.Visible=true
  1269. local _cab=cbab[math.random(1,#cbab)]dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  1270. dbab:TweenPosition(UDim2.new(_cab,0,
  1271. -1,0),"Out","Quad",1,true)end end
  1272. coroutine.resume(coroutine.create(SCRIPT_HYYQ80_FAKESCRIPT))
  1273. function SCRIPT_TEHT81_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  1274. bbab.Parent=dc_a;repeat wait()until game.Players.LocalPlayer.Character
  1275. local cbab=game.Players.LocalPlayer.Character;local dbab=cbab:WaitForChild("Humanoid")
  1276. local _cab=Instance.new("Sound",bbab.Parent)_cab.SoundId="rbxassetid://408524543"_cab.Volume=1
  1277. 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)
  1278. ccab.SoundId="rbxassetid://452267918"local dcab=bbab.Parent.b2;local _dab=bbab.Parent.b3
  1279. local adab=bbab.Parent.b4;local bdab=bbab.Parent.b5;local cdab=bbab.Parent.b6;local ddab=false;local __bb=false
  1280. local a_bb=bbab.Parent.Border5;local b_bb=bbab.Parent.ferrymenu;local c_bb=bbab.Parent.woods
  1281. local d_bb=bbab.Parent.blueprint;local _abb=bbab.Parent.creditsmenu
  1282. local aabb=Instance.new("BlurEffect",workspace.CurrentCamera)aabb.Size=0
  1283. function bluron()for i=0,20,1 do aabb.Size=i;wait()end end
  1284. function bluroff()for i=20,0,-1 do aabb.Size=i;wait()end end
  1285. dbab.Died:Connect(function()aabb:Destroy()end)
  1286. dcab.MouseButton1Click:Connect(function()ccab:Play()
  1287. if ddab==false then ddab=true
  1288. if
  1289. aabb.Size~=20 then
  1290. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  1291. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end
  1292. a_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  1293. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  1294. a_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end end)
  1295. _dab.MouseButton1Click:Connect(function()ccab:Play()
  1296. if ddab==false then ddab=true
  1297. if
  1298. aabb.Size~=20 then
  1299. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  1300. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end
  1301. b_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  1302. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  1303. b_bb:TweenPosition(UDim2.new(.35,0,-1,0),"Out","Back",1,true)end end)
  1304. adab.MouseButton1Click:Connect(function()ccab:Play()
  1305. if ddab==false then ddab=true
  1306. if
  1307. aabb.Size~=20 then
  1308. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  1309. c_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  1310. c_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  1311. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  1312. c_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  1313. bdab.MouseButton1Click:Connect(function()ccab:Play()
  1314. if ddab==false then ddab=true
  1315. if
  1316. aabb.Size~=20 then
  1317. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  1318. d_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  1319. d_bb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  1320. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  1321. d_bb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  1322. cdab.MouseButton1Click:Connect(function()ccab:Play()
  1323. if ddab==false then ddab=true
  1324. if
  1325. aabb.Size~=20 then
  1326. local babb=coroutine.create(function()bluron()end)coroutine.resume(babb)end;if __bb==true then __bb=false
  1327. _abb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end
  1328. _abb:TweenPosition(UDim2.new(.35,0,.15,0),"Out","Back",1,true)elseif ddab==true then ddab=false
  1329. local babb=coroutine.create(function()bluroff()end)coroutine.resume(babb)
  1330. _abb:TweenPosition(UDim2.new(.35,0,-3,0),"Out","Back",1,true)end end)
  1331. dcab.MouseEnter:Connect(function()_cab:Play()dcab.TextLabel.TextColor3=Color3.new(255 /255,
  1332. 100 /255,100 /255)
  1333. dcab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  1334. dcab.MouseLeave:Connect(function()
  1335. dcab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  1336. dcab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  1337. _dab.MouseEnter:Connect(function()_cab:Play()_dab.TextLabel.TextColor3=Color3.new(255 /255,
  1338. 100 /255,100 /255)
  1339. _dab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  1340. _dab.MouseLeave:Connect(function()
  1341. _dab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  1342. _dab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  1343. adab.MouseEnter:Connect(function()_cab:Play()adab.TextLabel.TextColor3=Color3.new(255 /255,
  1344. 100 /255,100 /255)
  1345. adab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  1346. adab.MouseLeave:Connect(function()
  1347. adab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  1348. adab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  1349. bdab.MouseEnter:Connect(function()_cab:Play()bdab.TextLabel.TextColor3=Color3.new(255 /255,
  1350. 100 /255,100 /255)
  1351. bdab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  1352. bdab.MouseLeave:Connect(function()
  1353. bdab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  1354. bdab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)
  1355. cdab.MouseEnter:Connect(function()_cab:Play()cdab.TextLabel.TextColor3=Color3.new(255 /255,
  1356. 100 /255,100 /255)
  1357. cdab:TweenSize(UDim2.new(0,165,0,30),"Out","Quad",.2,true)end)
  1358. cdab.MouseLeave:Connect(function()
  1359. cdab.TextLabel.TextColor3=Color3.new(255 /255,255 /255,255 /255)
  1360. cdab:TweenSize(UDim2.new(0,160,0,30),"Out","Quad",.2,true)end)end
  1361. coroutine.resume(coroutine.create(SCRIPT_TEHT81_FAKESCRIPT))
  1362. function SCRIPT_RJTR66_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  1363. bbab.Parent=abda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  1364. while wait(.2)do
  1365. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  1366. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  1367. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  1368. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  1369. coroutine.resume(coroutine.create(SCRIPT_RJTR66_FAKESCRIPT))
  1370. function SCRIPT_VUYD83_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  1371. bbab.Parent=dbda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  1372. while wait(.2)do
  1373. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  1374. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  1375. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  1376. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  1377. coroutine.resume(coroutine.create(SCRIPT_VUYD83_FAKESCRIPT))
  1378. function SCRIPT_OVKE74_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  1379. bbab.Parent=bcda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  1380. while wait(.2)do
  1381. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  1382. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  1383. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  1384. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  1385. coroutine.resume(coroutine.create(SCRIPT_OVKE74_FAKESCRIPT))
  1386. function SCRIPT_AZJR74_FAKESCRIPT()local bbab=Instance.new('LocalScript')
  1387. bbab.Parent=_dda;local cbab={0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1}
  1388. while wait(.2)do
  1389. local dbab=bbab.Parent.ImageLabel:clone()game.Debris:AddItem(dbab,3)dbab.Parent=bbab.Parent
  1390. dbab.Visible=true;local _cab=cbab[math.random(1,#cbab)]
  1391. dbab.Position=UDim2.new(_cab,0,1,0,"Out","Quad",1,true)
  1392. dbab:TweenPosition(UDim2.new(_cab,0,-1,0),"Out","Quad",1,true)end end
  1393. coroutine.resume(coroutine.create(SCRIPT_AZJR74_FAKESCRIPT))
  1394. end)
  1395. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement