PiceMos

Extreme Lumber GUI

May 14th, 2021
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 75.61 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2.     local Main = Instance.new("Frame")
  3.     local Close = Instance.new("TextButton")
  4.     local Min = Instance.new("TextButton")
  5.     local TextLabel = Instance.new("TextLabel")
  6.     local Main2 = Instance.new("Frame")
  7.     local Teleport = Instance.new("TextButton")
  8.     local Duplication = Instance.new("TextButton")
  9.     local AutoBuy = Instance.new("TextButton")
  10.     local Credits = Instance.new("TextButton")
  11.     local Misc = Instance.new("TextButton")
  12.     local World = Instance.new("TextButton")
  13.     local AutoBuy_F = Instance.new("Frame")
  14.     local BuyItem = Instance.new("TextButton")
  15.     local ScrollingFrame = Instance.new("ScrollingFrame")
  16.     local WoodRUs = Instance.new("TextButton")
  17.     local Furniture = Instance.new("TextButton")
  18.     local Bobs = Instance.new("TextButton")
  19.     local Boxed = Instance.new("TextButton")
  20.     local Fine = Instance.new("TextButton")
  21.     local Link = Instance.new("TextButton")
  22.     local Teleport_F = Instance.new("Frame")
  23.     local Duplication_F = Instance.new("Frame")
  24.     local Misc_F = Instance.new("Frame")
  25.     local Credits_F = Instance.new("Frame")
  26.     local Quantity = Instance.new("TextBox")
  27.     local Back = Instance.new("TextButton")
  28.     local TpPlayer = Instance.new("TextButton")
  29.     local TpBase = Instance.new("TextButton")
  30.     local Plr1 = Instance.new("TextButton")
  31.     local Plr2 = Instance.new("TextButton")
  32.     local Plr3 = Instance.new("TextButton")
  33.     local Plr6 = Instance.new("TextButton")
  34.     local Plr5 = Instance.new("TextButton")
  35.     local Plr4 = Instance.new("TextButton")
  36.     local STP = Instance.new("ScrollingFrame")
  37.     local World_F = Instance.new("Frame")
  38.     local TpTool = Instance.new("TextButton")
  39.     local DeleteTool = Instance.new("TextButton")
  40.     local Btools = Instance.new("TextButton")
  41.     local PathTool = Instance.new("TextButton")
  42.     local DeleteTool_2 = Instance.new("TextButton")
  43.     local TpTool_2 = Instance.new("TextButton")
  44.     local TextButton = Instance.new("TextButton")
  45.     local TextButton_2 = Instance.new("TextButton")
  46.     local TextButton_3 = Instance.new("TextButton")
  47.     local TextButton_4 = Instance.new("TextButton")
  48.     local TextButton_5 = Instance.new("TextButton")
  49.     local TextButton_6 = Instance.new("TextButton")
  50.     local TextButton_7 = Instance.new("TextButton")
  51.     local TextButton_8 = Instance.new("TextButton")
  52.     local DupeM = Instance.new("TextButton")
  53.     local DML = Instance.new("TextLabel")
  54.     local Menos = Instance.new("TextButton")
  55.     local Mais = Instance.new("TextButton")
  56.     local DupeMoney = Instance.new("TextLabel")
  57.     local LS1 = Instance.new("TextButton")
  58.     local LS2 = Instance.new("TextButton")
  59.     local LS3 = Instance.new("TextButton")
  60.     local LS6 = Instance.new("TextButton")
  61.     local LS4 = Instance.new("TextButton")
  62.     local LS5 = Instance.new("TextButton")
  63.     local TextLabel2 = Instance.new("TextLabel")
  64.     local Right = Instance.new("TextButton")
  65.     local Left = Instance.new("TextButton")
  66.     local SongName = Instance.new("TextLabel")
  67.     local ImageCredit = Instance.new("ImageLabel")
  68.     local Credit = Instance.new("TextLabel")
  69.     local Stop = Instance.new("TextButton")
  70.     local Play = Instance.new("TextButton")
  71.     local OFrame = Instance.new("Frame")
  72.     local Open = Instance.new("TextButton")
  73.  
  74.     ScreenGui.Parent = game.CoreGui
  75.  
  76.     Main.Name = "Main"
  77.     Main.Parent = ScreenGui
  78.     Main.BackgroundColor3 = Color3.new(1, 1, 1)
  79.     Main.BorderColor3 = Color3.new(0.592157, 0, 0.756863)
  80.     Main.BorderSizePixel = 0
  81.     Main.Position = UDim2.new(0.184243977, 0, 0.2370518, 0)
  82.     Main.Size = UDim2.new(0, 463, 0, 263)
  83.     Main.Active = true
  84.     Main.Draggable = true
  85.  
  86.     Close.Name = "Close"
  87.     Close.Parent = Main
  88.     Close.BackgroundColor3 = Color3.new(1, 1, 1)
  89.     Close.BackgroundTransparency = 1
  90.     Close.Position = UDim2.new(0.879049718, 0, 0.0342205316, 0)
  91.     Close.Size = UDim2.new(0, 40, 0, 39)
  92.     Close.Font = Enum.Font.Gotham
  93.     Close.Text = "X"
  94.     Close.TextColor3 = Color3.new(1, 0, 0)
  95.     Close.TextScaled = true
  96.     Close.TextSize = 14
  97.     Close.TextWrapped = true
  98.  
  99.     Min.Name = "Min"
  100.     Min.Parent = Main
  101.     Min.BackgroundColor3 = Color3.new(1, 1, 1)
  102.     Min.BackgroundTransparency = 1
  103.     Min.Position = UDim2.new(0.79265666, 0, 0.0342205316, 0)
  104.     Min.Size = UDim2.new(0, 40, 0, 39)
  105.     Min.Font = Enum.Font.Arcade
  106.     Min.Text = "-"
  107.     Min.TextColor3 = Color3.new(1, 0, 0)
  108.     Min.TextScaled = true
  109.     Min.TextSize = 14
  110.     Min.TextWrapped = true
  111.  
  112.     TextLabel.Parent = Main
  113.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  114.     TextLabel.BackgroundTransparency = 1
  115.     TextLabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  116.     TextLabel.Position = UDim2.new(0.0366209932, 0, 0.0306454897, 0)
  117.     TextLabel.Size = UDim2.new(0, 292, 0, 39)
  118.     TextLabel.Font = Enum.Font.SciFi
  119.     TextLabel.Text = "Extreme Lumber Tycoon 2"
  120.     TextLabel.TextColor3 = Color3.new(0, 0.4, 5)
  121.     TextLabel.TextScaled = true
  122.     TextLabel.TextSize = 14
  123.     TextLabel.TextWrapped = true
  124.  
  125.     Main2.Name = "Main2"
  126.     Main2.Parent = Main
  127.     Main2.BackgroundColor3 = Color3.new(1, 1, 1)
  128.     Main2.BackgroundTransparency = 1
  129.     Main2.Position = UDim2.new(0, 0, 0.212927759, 0)
  130.     Main2.Size = UDim2.new(0, 463, 0, 207)
  131.  
  132.     Teleport.Name = "Teleport"
  133.     Teleport.Parent = Main2
  134.     Teleport.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  135.     Teleport.BackgroundTransparency = 1
  136.     Teleport.BorderColor3 = Color3.new(1, 1, 1)
  137.     Teleport.BorderSizePixel = 0
  138.     Teleport.Position = UDim2.new(0.0363738388, 0, 0.699343979, 0)
  139.     Teleport.Size = UDim2.new(0, 187, 0, 47)
  140.     Teleport.Font = Enum.Font.Antique
  141.     Teleport.Text = " Teleports "
  142.     Teleport.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  143.     Teleport.TextScaled = true
  144.     Teleport.TextSize = 14
  145.     Teleport.TextWrapped = true
  146.  
  147.     Duplication.Name = "Duplication"
  148.     Duplication.Parent = Main2
  149.     Duplication.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  150.     Duplication.BackgroundTransparency = 1
  151.     Duplication.BorderColor3 = Color3.new(1, 1, 1)
  152.     Duplication.BorderSizePixel = 0
  153.     Duplication.Position = UDim2.new(0.0363738388, 0, 0.385334313, 0)
  154.     Duplication.Size = UDim2.new(0, 187, 0, 47)
  155.     Duplication.Font = Enum.Font.Antique
  156.     Duplication.Text = " Duplication "
  157.     Duplication.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  158.     Duplication.TextScaled = true
  159.     Duplication.TextSize = 14
  160.     Duplication.TextWrapped = true
  161.  
  162.     AutoBuy.Name = "AutoBuy"
  163.     AutoBuy.Parent = Main2
  164.     AutoBuy.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  165.     AutoBuy.BackgroundTransparency = 1
  166.     AutoBuy.BorderColor3 = Color3.new(1, 1, 1)
  167.     AutoBuy.BorderSizePixel = 0
  168.     AutoBuy.Position = UDim2.new(0.0363738388, 0, 0.0858173966, 0)
  169.     AutoBuy.Size = UDim2.new(0, 187, 0, 47)
  170.     AutoBuy.Font = Enum.Font.Antique
  171.     AutoBuy.Text = " Auto Buy "
  172.     AutoBuy.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  173.     AutoBuy.TextScaled = true
  174.     AutoBuy.TextSize = 14
  175.     AutoBuy.TextWrapped = true
  176.  
  177.     Credits.Name = "Credits"
  178.     Credits.Parent = Main2
  179.     Credits.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  180.     Credits.BackgroundTransparency = 1
  181.     Credits.BorderColor3 = Color3.new(1, 1, 1)
  182.     Credits.BorderSizePixel = 0
  183.     Credits.Position = UDim2.new(0.561211884, 0, 0.689682126, 0)
  184.     Credits.Size = UDim2.new(0, 187, 0, 47)
  185.     Credits.Font = Enum.Font.Antique
  186.     Credits.Text = "Credits"
  187.     Credits.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  188.     Credits.TextScaled = true
  189.     Credits.TextSize = 14
  190.     Credits.TextWrapped = true
  191.  
  192.     Misc.Name = "Misc"
  193.     Misc.Parent = Main2
  194.     Misc.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  195.     Misc.BackgroundTransparency = 1
  196.     Misc.BorderColor3 = Color3.new(1, 1, 1)
  197.     Misc.BorderSizePixel = 0
  198.     Misc.Position = UDim2.new(0.561211884, 0, 0.375672489, 0)
  199.     Misc.Size = UDim2.new(0, 187, 0, 47)
  200.     Misc.Font = Enum.Font.Antique
  201.     Misc.Text = "Misc"
  202.     Misc.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  203.     Misc.TextScaled = true
  204.     Misc.TextSize = 14
  205.     Misc.TextWrapped = true
  206.  
  207.     World.Name = "World"
  208.     World.Parent = Main2
  209.     World.BackgroundColor3 = Color3.new(0.8, 0.0313726, 0.0470588)
  210.     World.BackgroundTransparency = 1
  211.     World.BorderColor3 = Color3.new(1, 1, 1)
  212.     World.BorderSizePixel = 0
  213.     World.Position = UDim2.new(0.561211884, 0, 0.0761555582, 0)
  214.     World.Size = UDim2.new(0, 187, 0, 47)
  215.     World.Font = Enum.Font.Antique
  216.     World.Text = "World"
  217.     World.TextColor3 = Color3.new(0.32549, 1, 0.0392157)
  218.     World.TextScaled = true
  219.     World.TextSize = 14
  220.     World.TextWrapped = true
  221.  
  222.     AutoBuy_F.Name = "AutoBuy_F"
  223.     AutoBuy_F.Parent = Main
  224.     AutoBuy_F.BackgroundColor3 = Color3.new(0.054902, 1, 0.117647)
  225.     AutoBuy_F.BackgroundTransparency = 1
  226.     AutoBuy_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  227.     AutoBuy_F.Size = UDim2.new(0, 463, 0, 207)
  228.     AutoBuy_F.Visible = false
  229.  
  230.     BuyItem.Name = "BuyItem"
  231.     BuyItem.Parent = AutoBuy_F
  232.     BuyItem.BackgroundColor3 = Color3.new(0, 1, 0.5)
  233.     BuyItem.BorderSizePixel = 0
  234.     BuyItem.Position = UDim2.new(0.203023762, 0, 0.680020332, 0)
  235.     BuyItem.Size = UDim2.new(0, 187, 0, 51)
  236.     BuyItem.Font = Enum.Font.Bodoni
  237.     BuyItem.Text = " Buy Item "
  238.     BuyItem.TextColor3 = Color3.new(0, 0, 0)
  239.     BuyItem.TextScaled = true
  240.     BuyItem.TextSize = 14
  241.     BuyItem.TextWrapped = true
  242.  
  243.     Quantity.Name = "Quantity"
  244.     Quantity.Parent = AutoBuy_F
  245.     Quantity.BackgroundColor3 = Color3.new(0.0901961, 0.988235, 1)
  246.     Quantity.BorderSizePixel = 0
  247.     Quantity.Position = UDim2.new(0.0510666817, 0, 0.699344039, 0)
  248.     Quantity.Size = UDim2.new(0, 50, 0, 44)
  249.     Quantity.Font = Enum.Font.SourceSans
  250.     Quantity.Text = "1"
  251.     Quantity.TextColor3 = Color3.new(0, 0, 0)
  252.     Quantity.TextScaled = true
  253.     Quantity.TextSize = 14
  254.     Quantity.TextWrapped = true
  255.  
  256.     ScrollingFrame.Parent = AutoBuy_F
  257.     ScrollingFrame.Active = true
  258.     ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  259.     ScrollingFrame.BackgroundTransparency = 1
  260.     ScrollingFrame.Position = UDim2.new(0.637149036, 0, 0, 0)
  261.     ScrollingFrame.Size = UDim2.new(0, 168, 0, 207)
  262.     ScrollingFrame.ScrollBarThickness = 8
  263.     ScrollingFrame.CanvasSize = UDim2.new(0, 0, 18, 0)
  264.  
  265.     WoodRUs.Name = "WoodRUs"
  266.     WoodRUs.Parent = AutoBuy_F
  267.     WoodRUs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  268.     WoodRUs.BorderSizePixel = 0
  269.     WoodRUs.Position = UDim2.new(0.0345572345, 0, 0.0761555806, 0)
  270.     WoodRUs.Size = UDim2.new(0, 129, 0, 31)
  271.     WoodRUs.Font = Enum.Font.SciFi
  272.     WoodRUs.Text = "Wood R Us"
  273.     WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  274.     WoodRUs.TextScaled = true
  275.     WoodRUs.TextSize = 14
  276.     WoodRUs.TextWrapped = true
  277.  
  278.     Furniture.Name = "Furniture"
  279.     Furniture.Parent = AutoBuy_F
  280.     Furniture.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  281.     Furniture.BorderSizePixel = 0
  282.     Furniture.Position = UDim2.new(0.329684377, 0, 0.0761555806, 0)
  283.     Furniture.Size = UDim2.new(0, 129, 0, 31)
  284.     Furniture.Font = Enum.Font.SciFi
  285.     Furniture.Text = " Furniture "
  286.     Furniture.TextColor3 = Color3.new(0, 0, 0)
  287.     Furniture.TextScaled = true
  288.     Furniture.TextSize = 14
  289.     Furniture.TextWrapped = true
  290.  
  291.     Bobs.Name = "Bobs"
  292.     Bobs.Parent = AutoBuy_F
  293.     Bobs.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  294.     Bobs.BorderSizePixel = 0
  295.     Bobs.Position = UDim2.new(0.329684377, 0, 0.259432524, 0)
  296.     Bobs.Size = UDim2.new(0, 129, 0, 31)
  297.     Bobs.Font = Enum.Font.SciFi
  298.     Bobs.Text = " Bobs Shack "
  299.     Bobs.TextColor3 = Color3.new(0, 0, 0)
  300.     Bobs.TextScaled = true
  301.     Bobs.TextSize = 14
  302.     Bobs.TextWrapped = true
  303.  
  304.     Boxed.Name = "Boxed"
  305.     Boxed.Parent = AutoBuy_F
  306.     Boxed.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  307.     Boxed.BorderSizePixel = 0
  308.     Boxed.Position = UDim2.new(0.0345572345, 0, 0.259432524, 0)
  309.     Boxed.Size = UDim2.new(0, 129, 0, 31)
  310.     Boxed.Font = Enum.Font.SciFi
  311.     Boxed.Text = " Boxed Cars "
  312.     Boxed.TextColor3 = Color3.new(0, 0, 0)
  313.     Boxed.TextScaled = true
  314.     Boxed.TextSize = 14
  315.     Boxed.TextWrapped = true
  316.  
  317.     Fine.Name = "Fine"
  318.     Fine.Parent = AutoBuy_F
  319.     Fine.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  320.     Fine.BorderSizePixel = 0
  321.     Fine.Position = UDim2.new(0.329684377, 0, 0.448099911, 0)
  322.     Fine.Size = UDim2.new(0, 129, 0, 31)
  323.     Fine.Font = Enum.Font.SciFi
  324.     Fine.Text = "Fine Art"
  325.     Fine.TextColor3 = Color3.new(0, 0, 0)
  326.     Fine.TextScaled = true
  327.     Fine.TextSize = 14
  328.     Fine.TextWrapped = true
  329.  
  330.     Link.Name = "Link"
  331.     Link.Parent = AutoBuy_F
  332.     Link.BackgroundColor3 = Color3.new(0.101961, 0.564706, 1)
  333.     Link.BorderSizePixel = 0
  334.     Link.Position = UDim2.new(0.0345572345, 0, 0.448099911, 0)
  335.     Link.Size = UDim2.new(0, 129, 0, 31)
  336.     Link.Font = Enum.Font.SciFi
  337.     Link.Text = " Link's Logic "
  338.     Link.TextColor3 = Color3.new(0, 0, 0)
  339.     Link.TextScaled = true
  340.     Link.TextSize = 14
  341.     Link.TextWrapped = true
  342.  
  343.     Teleport_F.Name = "Teleport_F"
  344.     Teleport_F.Parent = Main
  345.     Teleport_F.BackgroundColor3 = Color3.new(1, 1, 1)
  346.     Teleport_F.BackgroundTransparency = 1
  347.     Teleport_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  348.     Teleport_F.Size = UDim2.new(0, 463, 0, 207)
  349.     Teleport_F.Visible = false
  350.  
  351.     Duplication_F.Name = "Duplication_F"
  352.     Duplication_F.Parent = Main
  353.     Duplication_F.BackgroundColor3 = Color3.new(1, 1, 1)
  354.     Duplication_F.BackgroundTransparency = 1
  355.     Duplication_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  356.     Duplication_F.Size = UDim2.new(0, 463, 0, 207)
  357.     Duplication_F.Visible = false
  358.  
  359.     Misc_F.Name = "Misc_F"
  360.     Misc_F.Parent = Main
  361.     Misc_F.BackgroundColor3 = Color3.new(1, 1, 1)
  362.     Misc_F.BackgroundTransparency = 1
  363.     Misc_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  364.     Misc_F.Size = UDim2.new(0, 463, 0, 207)
  365.     Misc_F.Visible = false
  366.  
  367.     Credits_F.Name = "Credits_F"
  368.     Credits_F.Parent = Main
  369.     Credits_F.BackgroundColor3 = Color3.new(1, 1, 1)
  370.     Credits_F.BackgroundTransparency = 1
  371.     Credits_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  372.     Credits_F.Size = UDim2.new(0, 463, 0, 207)
  373.     Credits_F.Visible = false
  374.  
  375.     TpPlayer.Name = "TpPlayer"
  376.     TpPlayer.Parent = Teleport_F
  377.     TpPlayer.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
  378.     TpPlayer.BorderSizePixel = 0
  379.     TpPlayer.Position = UDim2.new(0.522678196, 0, 0.761576772, 0)
  380.     TpPlayer.Size = UDim2.new(0, 97, 0, 34)
  381.     TpPlayer.Font = Enum.Font.Antique
  382.     TpPlayer.Text = " Go To Player "
  383.     TpPlayer.TextColor3 = Color3.new(0, 0, 0)
  384.     TpPlayer.TextScaled = true
  385.     TpPlayer.TextSize = 14
  386.     TpPlayer.TextWrapped = true
  387.  
  388.     TpBase.Name = "TpBase"
  389.     TpBase.Parent = Teleport_F
  390.     TpBase.BackgroundColor3 = Color3.new(0.0470588, 1, 0.0784314)
  391.     TpBase.BorderSizePixel = 0
  392.     TpBase.Position = UDim2.new(0.755939543, 0, 0.761576772, 0)
  393.     TpBase.Size = UDim2.new(0, 97, 0, 34)
  394.     TpBase.Font = Enum.Font.Antique
  395.     TpBase.Text = " Go To Base "
  396.     TpBase.TextColor3 = Color3.new(0, 0, 0)
  397.     TpBase.TextScaled = true
  398.     TpBase.TextSize = 14
  399.     TpBase.TextWrapped = true
  400.  
  401.     Plr1.Name = "Plr1"
  402.     Plr1.Parent = Teleport_F
  403.     Plr1.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  404.     Plr1.BorderSizePixel = 0
  405.     Plr1.Position = UDim2.new(0.522678196, 0, 0.00483091176, 0)
  406.     Plr1.Size = UDim2.new(0, 204, 0, 24)
  407.     Plr1.Font = Enum.Font.GothamBlack
  408.     Plr1.Text = "No Player"
  409.     Plr1.TextColor3 = Color3.new(0, 0, 0)
  410.     Plr1.TextScaled = true
  411.     Plr1.TextSize = 14
  412.     Plr1.TextWrapped = true
  413.  
  414.     Plr2.Name = "Plr2"
  415.     Plr2.Parent = Teleport_F
  416.     Plr2.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  417.     Plr2.BorderSizePixel = 0
  418.     Plr2.Position = UDim2.new(0.522678196, 0, 0.12077295, 0)
  419.     Plr2.Size = UDim2.new(0, 204, 0, 24)
  420.     Plr2.Font = Enum.Font.GothamBlack
  421.     Plr2.Text = "No Player"
  422.     Plr2.TextColor3 = Color3.new(0, 0, 0)
  423.     Plr2.TextScaled = true
  424.     Plr2.TextSize = 14
  425.     Plr2.TextWrapped = true
  426.  
  427.     Plr3.Name = "Plr3"
  428.     Plr3.Parent = Teleport_F
  429.     Plr3.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  430.     Plr3.BorderSizePixel = 0
  431.     Plr3.Position = UDim2.new(0.522678196, 0, 0.236715019, 0)
  432.     Plr3.Size = UDim2.new(0, 204, 0, 24)
  433.     Plr3.Font = Enum.Font.GothamBlack
  434.     Plr3.Text = "No Player"
  435.     Plr3.TextColor3 = Color3.new(0, 0, 0)
  436.     Plr3.TextScaled = true
  437.     Plr3.TextSize = 14
  438.     Plr3.TextWrapped = true
  439.  
  440.     Plr6.Name = "Plr6"
  441.     Plr6.Parent = Teleport_F
  442.     Plr6.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  443.     Plr6.BorderSizePixel = 0
  444.     Plr6.Position = UDim2.new(0.522678196, 0, 0.584541082, 0)
  445.     Plr6.Size = UDim2.new(0, 204, 0, 24)
  446.     Plr6.Font = Enum.Font.GothamBlack
  447.     Plr6.Text = "No Player"
  448.     Plr6.TextColor3 = Color3.new(0, 0, 0)
  449.     Plr6.TextScaled = true
  450.     Plr6.TextSize = 14
  451.     Plr6.TextWrapped = true
  452.  
  453.     Plr5.Name = "Plr5"
  454.     Plr5.Parent = Teleport_F
  455.     Plr5.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  456.     Plr5.BorderSizePixel = 0
  457.     Plr5.Position = UDim2.new(0.522678196, 0, 0.468599051, 0)
  458.     Plr5.Size = UDim2.new(0, 204, 0, 24)
  459.     Plr5.Font = Enum.Font.GothamBlack
  460.     Plr5.Text = "No Player"
  461.     Plr5.TextColor3 = Color3.new(0, 0, 0)
  462.     Plr5.TextScaled = true
  463.     Plr5.TextSize = 14
  464.     Plr5.TextWrapped = true
  465.  
  466.     Plr4.Name = "Plr4"
  467.     Plr4.Parent = Teleport_F
  468.     Plr4.BackgroundColor3 = Color3.new(0.780392, 0.227451, 1)
  469.     Plr4.BorderSizePixel = 0
  470.     Plr4.Position = UDim2.new(0.522678196, 0, 0.35265702, 0)
  471.     Plr4.Size = UDim2.new(0, 204, 0, 24)
  472.     Plr4.Font = Enum.Font.GothamBlack
  473.     Plr4.Text = "No Player"
  474.     Plr4.TextColor3 = Color3.new(0, 0, 0)
  475.     Plr4.TextScaled = true
  476.     Plr4.TextSize = 14
  477.     Plr4.TextWrapped = true
  478.  
  479.     STP.Name = "STP"
  480.     STP.Parent = Teleport_F
  481.     STP.Active = true
  482.     STP.BackgroundColor3 = Color3.new(1, 1, 1)
  483.     STP.BackgroundTransparency = 1
  484.     STP.Position = UDim2.new(0, 0, 0.00483091781, 0)
  485.     STP.Size = UDim2.new(0, 198, 0, 206)
  486.     STP.CanvasSize = UDim2.new(0, 0, 5, 0)
  487.     STP.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  488.  
  489.     Back.Name = "Back"
  490.     Back.Parent = Main
  491.     Back.BackgroundColor3 = Color3.new(0.592157, 0, 0.756863)
  492.     Back.BorderSizePixel = 0
  493.     Back.Position = UDim2.new(0, 0, 1, 0)
  494.     Back.Size = UDim2.new(0, 463, 0, 28)
  495.     Back.Text = "Back"
  496.     Back.TextColor3 = Color3.new(0, 0, 0)
  497.     Back.TextScaled = true
  498.     Back.TextSize = 14
  499.     Back.TextWrapped = true
  500.     Back.Visible = false
  501.  
  502.     World_F.Name = "World_F"
  503.     World_F.Parent = Main
  504.     World_F.BackgroundColor3 = Color3.new(1, 1, 1)
  505.     World_F.BackgroundTransparency = 1
  506.     World_F.Position = UDim2.new(0, 0, 0.212927759, 0)
  507.     World_F.Size = UDim2.new(0, 463, 0, 207)
  508.     World_F.Visible = false
  509.  
  510.     TpTool.Name = "TpTool"
  511.     TpTool.Parent = World_F
  512.     TpTool.BackgroundColor3 = Color3.new(1, 1, 1)
  513.     TpTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  514.     TpTool.BorderSizePixel = 0
  515.     TpTool.Position = UDim2.new(0.0842332616, 0, 0.202898547, 0)
  516.     TpTool.Size = UDim2.new(0, 168, 0, 33)
  517.     TpTool.Font = Enum.Font.Fantasy
  518.     TpTool.Text = " Remove Water "
  519.     TpTool.TextColor3 = Color3.new(0, 0, 0)
  520.     TpTool.TextScaled = true
  521.     TpTool.TextSize = 14
  522.     TpTool.TextWrapped = true
  523.  
  524.     DeleteTool.Name = "DeleteTool"
  525.     DeleteTool.Parent = World_F
  526.     DeleteTool.BackgroundColor3 = Color3.new(1, 1, 1)
  527.     DeleteTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  528.     DeleteTool.BorderSizePixel = 0
  529.     DeleteTool.Position = UDim2.new(0.550755918, 0, 0.202898547, 0)
  530.     DeleteTool.Size = UDim2.new(0, 168, 0, 33)
  531.     DeleteTool.Font = Enum.Font.Fantasy
  532.     DeleteTool.Text = "Aways Day"
  533.     DeleteTool.TextColor3 = Color3.new(0, 0, 0)
  534.     DeleteTool.TextScaled = true
  535.     DeleteTool.TextSize = 14
  536.     DeleteTool.TextWrapped = true
  537.  
  538.     Btools.Name = "Btools"
  539.     Btools.Parent = World_F
  540.     Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  541.     Btools.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  542.     Btools.BorderSizePixel = 0
  543.     Btools.Position = UDim2.new(0.550755918, 0, 0.429951668, 0)
  544.     Btools.Size = UDim2.new(0, 168, 0, 33)
  545.     Btools.Font = Enum.Font.Fantasy
  546.     Btools.Text = " Remove Fog "
  547.     Btools.TextColor3 = Color3.new(0, 0, 0)
  548.     Btools.TextScaled = true
  549.     Btools.TextSize = 14
  550.     Btools.TextWrapped = true
  551.  
  552.     PathTool.Name = "PathTool"
  553.     PathTool.Parent = World_F
  554.     PathTool.BackgroundColor3 = Color3.new(1, 1, 1)
  555.     PathTool.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  556.     PathTool.BorderSizePixel = 0
  557.     PathTool.Position = UDim2.new(0.0842332616, 0, 0.429951668, 0)
  558.     PathTool.Size = UDim2.new(0, 168, 0, 33)
  559.     PathTool.Font = Enum.Font.Fantasy
  560.     PathTool.Text = " Remove Useless Trees "
  561.     PathTool.TextColor3 = Color3.new(0, 0, 0)
  562.     PathTool.TextScaled = true
  563.     PathTool.TextSize = 14
  564.     PathTool.TextWrapped = true
  565.  
  566.     DeleteTool_2.Name = "DeleteTool"
  567.     DeleteTool_2.Parent = World_F
  568.     DeleteTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
  569.     DeleteTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  570.     DeleteTool_2.BorderSizePixel = 0
  571.     DeleteTool_2.Position = UDim2.new(0.550755918, 0, 0.671497583, 0)
  572.     DeleteTool_2.Size = UDim2.new(0, 168, 0, 33)
  573.     DeleteTool_2.Font = Enum.Font.Fantasy
  574.     DeleteTool_2.Text = " Anti BlackList "
  575.     DeleteTool_2.TextColor3 = Color3.new(0, 0, 0)
  576.     DeleteTool_2.TextScaled = true
  577.     DeleteTool_2.TextSize = 14
  578.     DeleteTool_2.TextWrapped = true
  579.  
  580.     TpTool_2.Name = "TpTool"
  581.     TpTool_2.Parent = World_F
  582.     TpTool_2.BackgroundColor3 = Color3.new(1, 1, 1)
  583.     TpTool_2.BorderColor3 = Color3.new(0.207843, 0.101961, 0)
  584.     TpTool_2.BorderSizePixel = 0
  585.     TpTool_2.Position = UDim2.new(0.0842332616, 0, 0.671497583, 0)
  586.     TpTool_2.Size = UDim2.new(0, 168, 0, 33)
  587.     TpTool_2.Font = Enum.Font.Fantasy
  588.     TpTool_2.Text = "Anti Buy OFF"
  589.     TpTool_2.TextColor3 = Color3.new(0, 0, 0)
  590.     TpTool_2.TextScaled = true
  591.     TpTool_2.TextSize = 14
  592.     TpTool_2.TextWrapped = true
  593.  
  594.     TextButton.Parent = Misc_F
  595.     TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  596.     TextButton.BorderSizePixel = 0
  597.     TextButton.Position = UDim2.new(0.0518358499, 0, 0.111111112, 0)
  598.     TextButton.Size = UDim2.new(0, 195, 0, 27)
  599.     TextButton.Font = Enum.Font.Fantasy
  600.     TextButton.Text = "Tp Tool"
  601.     TextButton.TextColor3 = Color3.new(0, 0, 0)
  602.     TextButton.TextScaled = true
  603.     TextButton.TextSize = 14
  604.     TextButton.TextWrapped = true
  605.  
  606.     TextButton_2.Parent = Misc_F
  607.     TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  608.     TextButton_2.BorderSizePixel = 0
  609.     TextButton_2.Position = UDim2.new(0.526997864, 0, 0.111111112, 0)
  610.     TextButton_2.Size = UDim2.new(0, 195, 0, 27)
  611.     TextButton_2.Font = Enum.Font.Fantasy
  612.     TextButton_2.Text = "Delete Tool"
  613.     TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  614.     TextButton_2.TextScaled = true
  615.     TextButton_2.TextSize = 14
  616.     TextButton_2.TextWrapped = true
  617.  
  618.     TextButton_3.Parent = Misc_F
  619.     TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  620.     TextButton_3.BorderSizePixel = 0
  621.     TextButton_3.Position = UDim2.new(0.0518358499, 0, 0.328502417, 0)
  622.     TextButton_3.Size = UDim2.new(0, 195, 0, 27)
  623.     TextButton_3.Font = Enum.Font.Fantasy
  624.     TextButton_3.Text = " Fly Magic Carpet(E) "
  625.     TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  626.     TextButton_3.TextScaled = true
  627.     TextButton_3.TextSize = 14
  628.     TextButton_3.TextWrapped = true
  629.  
  630.     TextButton_4.Parent = Misc_F
  631.     TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  632.     TextButton_4.BorderSizePixel = 0
  633.     TextButton_4.Position = UDim2.new(0.526997864, 0, 0.328502417, 0)
  634.     TextButton_4.Size = UDim2.new(0, 195, 0, 27)
  635.     TextButton_4.Font = Enum.Font.Fantasy
  636.     TextButton_4.Text = " Delete Store's Door "
  637.     TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  638.     TextButton_4.TextScaled = true
  639.     TextButton_4.TextSize = 14
  640.     TextButton_4.TextWrapped = true
  641.  
  642.     TextButton_5.Parent = Misc_F
  643.     TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  644.     TextButton_5.BorderSizePixel = 0
  645.     TextButton_5.Position = UDim2.new(0.526997864, 0, 0.541062832, 0)
  646.     TextButton_5.Size = UDim2.new(0, 195, 0, 27)
  647.     TextButton_5.Font = Enum.Font.Fantasy
  648.     TextButton_5.Text = "Tp Cut Tree (T)"
  649.     TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  650.     TextButton_5.TextScaled = true
  651.     TextButton_5.TextSize = 14
  652.     TextButton_5.TextWrapped = true
  653.  
  654.     TextButton_6.Parent = Misc_F
  655.     TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  656.     TextButton_6.BorderSizePixel = 0
  657.     TextButton_6.Position = UDim2.new(0.0518358499, 0, 0.541062832, 0)
  658.     TextButton_6.Size = UDim2.new(0, 195, 0, 27)
  659.     TextButton_6.Font = Enum.Font.Fantasy
  660.     TextButton_6.Text = " Max Land "
  661.     TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  662.     TextButton_6.TextScaled = true
  663.     TextButton_6.TextSize = 14
  664.     TextButton_6.TextWrapped = true
  665.  
  666.     TextButton_7.Parent = Misc_F
  667.     TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  668.     TextButton_7.BorderSizePixel = 0
  669.     TextButton_7.Position = UDim2.new(0.526997864, 0, 0.748792291, 0)
  670.     TextButton_7.Size = UDim2.new(0, 195, 0, 27)
  671.     TextButton_7.Font = Enum.Font.Fantasy
  672.     TextButton_7.Text = "Dupe Inventory"
  673.     TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  674.     TextButton_7.TextScaled = true
  675.     TextButton_7.TextSize = 14
  676.     TextButton_7.TextWrapped = true
  677.  
  678.     TextButton_8.Parent = Misc_F
  679.     TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  680.     TextButton_8.BorderSizePixel = 0
  681.     TextButton_8.Position = UDim2.new(0.0518358499, 0, 0.748792291, 0)
  682.     TextButton_8.Size = UDim2.new(0, 195, 0, 27)
  683.     TextButton_8.Font = Enum.Font.Fantasy
  684.     TextButton_8.Text = "Buy Quest"
  685.     TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  686.     TextButton_8.TextScaled = true
  687.     TextButton_8.TextSize = 14
  688.     TextButton_8.TextWrapped = true
  689.  
  690.     DupeM.Name = "DupeM"
  691.     DupeM.Parent = Duplication_F
  692.     DupeM.BackgroundColor3 = Color3.new(0.0509804, 0.807843, 0.0784314)
  693.     DupeM.BorderSizePixel = 0
  694.     DupeM.Position = UDim2.new(0.0583153367, 0, 0.66183573, 0)
  695.     DupeM.Size = UDim2.new(0, 205, 0, 47)
  696.     DupeM.Font = Enum.Font.Bodoni
  697.     DupeM.Text = " Dupe Money 1 Time "
  698.     DupeM.TextColor3 = Color3.new(0, 0, 0)
  699.     DupeM.TextScaled = true
  700.     DupeM.TextSize = 14
  701.     DupeM.TextWrapped = true
  702.  
  703.     DML.Name = "DML"
  704.     DML.Parent = Duplication_F
  705.     DML.BackgroundColor3 = Color3.new(1, 1, 1)
  706.     DML.BackgroundTransparency = 1
  707.     DML.Position = UDim2.new(0.213822901, 0, 0.396135271, 0)
  708.     DML.Size = UDim2.new(0, 62, 0, 43)
  709.     DML.Font = Enum.Font.Arcade
  710.     DML.Text = "1"
  711.     DML.TextColor3 = Color3.new(0, 0, 0)
  712.     DML.TextScaled = true
  713.     DML.TextSize = 14
  714.     DML.TextWrapped = true
  715.  
  716.     Menos.Name = "Menos"
  717.     Menos.Parent = Duplication_F
  718.     Menos.BackgroundColor3 = Color3.new(1, 1, 1)
  719.     Menos.BackgroundTransparency = 1
  720.     Menos.Position = UDim2.new(0.1036717, 0, 0.396135271, 0)
  721.     Menos.Size = UDim2.new(0, 51, 0, 43)
  722.     Menos.Font = Enum.Font.Arcade
  723.     Menos.Text = "<"
  724.     Menos.TextColor3 = Color3.new(0, 0, 0)
  725.     Menos.TextScaled = true
  726.     Menos.TextSize = 14
  727.     Menos.TextWrapped = true
  728.  
  729.     Mais.Name = "Mais"
  730.     Mais.Parent = Duplication_F
  731.     Mais.BackgroundColor3 = Color3.new(1, 1, 1)
  732.     Mais.BackgroundTransparency = 1
  733.     Mais.Position = UDim2.new(0.347732127, 0, 0.396135271, 0)
  734.     Mais.Size = UDim2.new(0, 51, 0, 43)
  735.     Mais.Font = Enum.Font.Arcade
  736.     Mais.Text = ">"
  737.     Mais.TextColor3 = Color3.new(0, 0, 0)
  738.     Mais.TextScaled = true
  739.     Mais.TextSize = 14
  740.     Mais.TextWrapped = true
  741.  
  742.     DupeMoney.Name = "DupeMoney"
  743.     DupeMoney.Parent = Duplication_F
  744.     DupeMoney.BackgroundColor3 = Color3.new(1, 1, 1)
  745.     DupeMoney.BackgroundTransparency = 1
  746.     DupeMoney.Position = UDim2.new(0.0412008613, 0, 0.120816424, 0)
  747.     DupeMoney.Size = UDim2.new(0, 221, 0, 47)
  748.     DupeMoney.Font = Enum.Font.Antique
  749.     DupeMoney.Text = "Duplicate Money"
  750.     DupeMoney.TextColor3 = Color3.new(0, 0, 0)
  751.     DupeMoney.TextScaled = true
  752.     DupeMoney.TextSize = 14
  753.     DupeMoney.TextWrapped = true
  754.  
  755.     LS1.Name = "LS1"
  756.     LS1.Parent = Duplication_F
  757.     LS1.BackgroundColor3 = Color3.new(1, 1, 1)
  758.     LS1.BorderSizePixel = 0
  759.     LS1.Position = UDim2.new(0.565874815, 0, 0.135265693, 0)
  760.     LS1.Size = UDim2.new(0, 177, 0, 26)
  761.     LS1.Font = Enum.Font.GothamSemibold
  762.     LS1.Text = "Load Slot  1"
  763.     LS1.TextColor3 = Color3.new(0, 0, 0)
  764.     LS1.TextScaled = true
  765.     LS1.TextSize = 14
  766.     LS1.TextWrapped = true
  767.  
  768.     LS2.Name = "LS2"
  769.     LS2.Parent = Duplication_F
  770.     LS2.BackgroundColor3 = Color3.new(1, 1, 1)
  771.     LS2.BorderSizePixel = 0
  772.     LS2.Position = UDim2.new(0.565874815, 0, 0.260869592, 0)
  773.     LS2.Size = UDim2.new(0, 177, 0, 26)
  774.     LS2.Font = Enum.Font.GothamSemibold
  775.     LS2.Text = "Load Slot 2"
  776.     LS2.TextColor3 = Color3.new(0, 0, 0)
  777.     LS2.TextScaled = true
  778.     LS2.TextSize = 14
  779.     LS2.TextWrapped = true
  780.  
  781.     LS3.Name = "LS3"
  782.     LS3.Parent = Duplication_F
  783.     LS3.BackgroundColor3 = Color3.new(1, 1, 1)
  784.     LS3.BorderSizePixel = 0
  785.     LS3.Position = UDim2.new(0.565874815, 0, 0.386473417, 0)
  786.     LS3.Size = UDim2.new(0, 177, 0, 26)
  787.     LS3.Font = Enum.Font.GothamSemibold
  788.     LS3.Text = "Load Slot 3"
  789.     LS3.TextColor3 = Color3.new(0, 0, 0)
  790.     LS3.TextScaled = true
  791.     LS3.TextSize = 14
  792.     LS3.TextWrapped = true
  793.  
  794.     LS6.Name = "LS6"
  795.     LS6.Parent = Duplication_F
  796.     LS6.BackgroundColor3 = Color3.new(1, 1, 1)
  797.     LS6.BorderSizePixel = 0
  798.     LS6.Position = UDim2.new(0.565874815, 0, 0.763285041, 0)
  799.     LS6.Size = UDim2.new(0, 177, 0, 26)
  800.     LS6.Font = Enum.Font.GothamSemibold
  801.     LS6.Text = "Load Slot 6"
  802.     LS6.TextColor3 = Color3.new(0, 0, 0)
  803.     LS6.TextScaled = true
  804.     LS6.TextSize = 14
  805.     LS6.TextWrapped = true
  806.  
  807.     LS4.Name = "LS4"
  808.     LS4.Parent = Duplication_F
  809.     LS4.BackgroundColor3 = Color3.new(1, 1, 1)
  810.     LS4.BorderSizePixel = 0
  811.     LS4.Position = UDim2.new(0.565874815, 0, 0.512077272, 0)
  812.     LS4.Size = UDim2.new(0, 177, 0, 26)
  813.     LS4.Font = Enum.Font.GothamSemibold
  814.     LS4.Text = "Load Slot 4"
  815.     LS4.TextColor3 = Color3.new(0, 0, 0)
  816.     LS4.TextScaled = true
  817.     LS4.TextSize = 14
  818.     LS4.TextWrapped = true
  819.  
  820.     LS5.Name = "LS5"
  821.     LS5.Parent = Duplication_F
  822.     LS5.BackgroundColor3 = Color3.new(1, 1, 1)
  823.     LS5.BorderSizePixel = 0
  824.     LS5.Position = UDim2.new(0.565874815, 0, 0.637681186, 0)
  825.     LS5.Size = UDim2.new(0, 177, 0, 26)
  826.     LS5.Font = Enum.Font.GothamSemibold
  827.     LS5.Text = "Load Slot 5"
  828.     LS5.TextColor3 = Color3.new(0, 0, 0)
  829.     LS5.TextScaled = true
  830.     LS5.TextSize = 14
  831.     LS5.TextWrapped = true
  832.  
  833.     TextLabel2.Name = "TextLabel2"
  834.     TextLabel2.Parent = Credits_F
  835.     TextLabel2.BackgroundColor3 = Color3.new(0.0941177, 0.639216, 1)
  836.     TextLabel2.BorderSizePixel = 0
  837.     TextLabel2.Position = UDim2.new(0.485961109, 0, 0.0966183543, 0)
  838.     TextLabel2.Size = UDim2.new(0, 200, 0, 36)
  839.     TextLabel2.Font = Enum.Font.Fantasy
  840.     TextLabel2.Text = "No Copyright Sounds"
  841.     TextLabel2.TextColor3 = Color3.new(0, 0, 0)
  842.     TextLabel2.TextScaled = true
  843.     TextLabel2.TextSize = 14
  844.     TextLabel2.TextWrapped = true
  845.  
  846.     Right.Name = "Right"
  847.     Right.Parent = Credits_F
  848.     Right.BackgroundColor3 = Color3.new(1, 1, 1)
  849.     Right.BackgroundTransparency = 1
  850.     Right.Position = UDim2.new(0.485961139, 0, 0.362318844, 0)
  851.     Right.Size = UDim2.new(0, 25, 0, 45)
  852.     Right.Font = Enum.Font.Arcade
  853.     Right.Text = ">"
  854.     Right.TextColor3 = Color3.new(0, 0, 0)
  855.     Right.TextScaled = true
  856.     Right.TextSize = 14
  857.     Right.TextWrapped = true
  858.  
  859.     Left.Name = "Left"
  860.     Left.Parent = Credits_F
  861.     Left.BackgroundColor3 = Color3.new(1, 1, 1)
  862.     Left.BackgroundTransparency = 1
  863.     Left.Position = UDim2.new(0.861771107, 0, 0.362318844, 0)
  864.     Left.Size = UDim2.new(0, 25, 0, 45)
  865.     Left.Font = Enum.Font.Arcade
  866.     Left.Text = "<"
  867.     Left.TextColor3 = Color3.new(0, 0, 0)
  868.     Left.TextScaled = true
  869.     Left.TextSize = 14
  870.     Left.TextWrapped = true
  871.  
  872.     SongName.Name = "SongName"
  873.     SongName.Parent = Credits_F
  874.     SongName.BackgroundColor3 = Color3.new(1, 1, 1)
  875.     SongName.BackgroundTransparency = 1
  876.     SongName.Position = UDim2.new(0.559395134, 0, 0.362318844, 0)
  877.     SongName.Size = UDim2.new(0, 131, 0, 45)
  878.     SongName.Font = Enum.Font.Antique
  879.     SongName.Text = "Find The Way"
  880.     SongName.TextColor3 = Color3.new(0, 0, 0)
  881.     SongName.TextScaled = true
  882.     SongName.TextSize = 14
  883.     SongName.TextWrapped = true
  884.  
  885.     ImageCredit.Name = "ImageCredit"
  886.     ImageCredit.Parent = Credits_F
  887.     ImageCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  888.     ImageCredit.BackgroundTransparency = 1
  889.     ImageCredit.BorderSizePixel = 0
  890.     ImageCredit.Position = UDim2.new(0.0345572382, 0, 0.0966183543, 0)
  891.     ImageCredit.Size = UDim2.new(0, 173, 0, 131)
  892.     ImageCredit.Image = "http://www.roblox.com/asset/?id=5301081620"
  893.     ImageCredit.ScaleType = Enum.ScaleType.Fit
  894.  
  895.     Credit.Name = "Credit"
  896.     Credit.Parent = Credits_F
  897.     Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  898.     Credit.BackgroundTransparency = 1
  899.     Credit.Position = UDim2.new(0.0475161001, 0, 0.714975834, 0)
  900.     Credit.Size = UDim2.new(0, 160, 0, 45)
  901.     Credit.Font = Enum.Font.Arial
  902.     Credit.Text = "Hacker#8326"
  903.     Credit.TextColor3 = Color3.new(0, 0, 0)
  904.     Credit.TextScaled = true
  905.     Credit.TextSize = 14
  906.     Credit.TextWrapped = true
  907.  
  908.     Stop.Name = "Stop"
  909.     Stop.Parent = Credits_F
  910.     Stop.BackgroundColor3 = Color3.new(1, 0.00784314, 0.00784314)
  911.     Stop.BorderSizePixel = 0
  912.     Stop.Position = UDim2.new(0.734341323, 0, 0.733840287, 0)
  913.     Stop.Size = UDim2.new(0, 95, 0, 48)
  914.     Stop.Font = Enum.Font.GothamSemibold
  915.     Stop.Text = "Stop"
  916.     Stop.TextColor3 = Color3.new(0, 0, 0)
  917.     Stop.TextScaled = true
  918.     Stop.TextSize = 14
  919.     Stop.TextWrapped = true
  920.  
  921.     Play.Name = "Play"
  922.     Play.Parent = Credits_F
  923.     Play.BackgroundColor3 = Color3.new(0.0313726, 1, 0.0627451)
  924.     Play.BorderSizePixel = 0
  925.     Play.Position = UDim2.new(0.462203026, 0, 0.733840287, 0)
  926.     Play.Size = UDim2.new(0, 95, 0, 48)
  927.     Play.Font = Enum.Font.GothamSemibold
  928.     Play.Text = "Play"
  929.     Play.TextColor3 = Color3.new(0, 0, 0)
  930.     Play.TextScaled = true
  931.     Play.TextSize = 14
  932.     Play.TextWrapped = true
  933.  
  934.     OFrame.Name = "OFrame"
  935.     OFrame.Parent = ScreenGui
  936.     OFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  937.     OFrame.Position = UDim2.new(0.0191730518, 0, 0.922161071, 0)
  938.     OFrame.Size = UDim2.new(0, 137, 0, 38)
  939.     OFrame.Visible = false
  940.  
  941.     Open.Name = "Open"
  942.     Open.Parent = OFrame
  943.     Open.BackgroundColor3 = Color3.new(1, 1, 1)
  944.     Open.BorderSizePixel = 0
  945.     Open.Position = UDim2.new(0.0435624644, 0, -0.143897608, 0)
  946.     Open.Size = UDim2.new(0, 139, 0, 34)
  947.     Open.Font = Enum.Font.ArialBold
  948.     Open.Text = "Open"
  949.     Open.TextColor3 = Color3.new(0, 0, 0)
  950.     Open.TextScaled = true
  951.     Open.TextSize = 14
  952.     Open.TextWrapped = true
  953.  
  954.     Open.MouseButton1Down:connect(function()
  955.         Main.Visible = true
  956.         OFrame.Visible = false
  957.     end)
  958.  
  959.     Min.MouseButton1Down:connect(function()
  960.         Main.Visible = false
  961.         OFrame.Visible = true
  962.     end)
  963.  
  964.     local CurrentMessage = false
  965.     local function Msm(M, Time)
  966.         if CurrentMessage == false then
  967.             CurrentMessage = true
  968.             if Time == nil then
  969.                 TextLabel.Text = M
  970.                 wait(1.5)
  971.                 TextLabel.Text = "Extreme Lumber Tycoon 2"
  972.             else
  973.                 TextLabel.Text = M
  974.                 wait(Time)
  975.                 TextLabel.Text = "Extreme Lumber Tycoon 2"
  976.             end
  977.             CurrentMessage = false
  978.         end
  979.     end
  980.  
  981.     local Manager = game:GetService("VirtualInputManager")
  982.  
  983.     local Folder = Instance.new("Folder", game.Workspace)
  984.     Folder.Name = "Folder1"
  985.  
  986.     Folder.ChildAdded:connect(function(child)
  987.         wait()
  988.         child:Destroy()
  989.         game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
  990.         repeat
  991.             wait(0.1)
  992.         until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
  993.         wait(1.2)
  994.         game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
  995.         wait()
  996.         Manager:SendKeyEvent(true,"E",false,game)
  997.         repeat
  998.             wait(0.1)
  999.         until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
  1000.         wait(1)
  1001.         game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
  1002.         wait()
  1003.         Manager:SendKeyEvent(true,"E",false,game)
  1004.         wait(1.5)
  1005.         game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
  1006.     end)
  1007.  
  1008.     function Loading()
  1009.         local String = Instance.new("StringValue", Folder)
  1010.     end
  1011.  
  1012.  
  1013.     local Things = { LS1, LS2, LS3, LS4, LS5, LS6}
  1014.  
  1015.     for i, v in pairs(Things) do
  1016.         v.MouseButton1Down:connect(function()
  1017.             if game.Players.LocalPlayer.CurrentSaveSlot.Value == -1 then
  1018.                 local Num = tonumber(string.sub(v.Text, #v.Text, #v.Text))
  1019.                 TextLabel.Text = "Loading"
  1020.                 Loading()
  1021.                 game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Num)
  1022.                 if game.Players.LocalPlayer.leaderstats.Money.Value == 20 then
  1023.                     Msm("Load Canceled")
  1024.                 else
  1025.                     Msm("Loaded !")
  1026.                 end
  1027.             else
  1028.                 Msm("You Can't Have A Slot Loaded", 2.5)
  1029.             end
  1030.         end)
  1031.     end
  1032.  
  1033.     if game.Workspace.Stores:FindFirstChild("ShopItems") then
  1034.         for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  1035.             if v.Parent.Name == "ShopItems" then
  1036.                 if v.Name == "Sawmill4L" then
  1037.                     v.Parent.Name = "WoodRUs_"
  1038.                 elseif v.Name == "Pickup1" then
  1039.                     v.Parent.Name = "CarStore_"
  1040.                 elseif v.Name == "LightBulb" then
  1041.                     v.Parent.Name = "FurnitureStore_"
  1042.                 elseif v.Name == "GateXOR" then
  1043.                     v.Parent.Name = "LogicStore_"
  1044.                 elseif v.Name == "CanOfWorms" then
  1045.                     v.Parent.Name = "ShackShop_"
  1046.                 elseif v.Name == "Painting8" then
  1047.                     v.Parent.Name = "FineArt_"
  1048.                 end
  1049.             end
  1050.         end
  1051.     end
  1052.  
  1053.     local function UI(Par)
  1054.         local UIGradient = Instance.new("UIGradient", Par)
  1055.         UIGradient.Rotation = 90
  1056.         UIGradient.Color = ColorSequence.new({
  1057.             ColorSequenceKeypoint.new(0, Color3.new(0, 1, 0.615686)),
  1058.             ColorSequenceKeypoint.new(1, Color3.new(0.592157, 0, 0.756863))
  1059.         })
  1060.     end
  1061.     local Buttons = { TextButton, TextButton_2, TextButton_3, TextButton_4, TextButton_5, TextButton_6, TextButton_7, TextButton_8, TpTool, DeleteTool, Btools, PathTool, DeleteTool_2, TpTool_2 }
  1062.  
  1063.     for i, v in pairs(Buttons) do
  1064.         UI(v)
  1065.     end
  1066.  
  1067.     local function Button(Type, Up, v)
  1068.         if Type == "TextButton" then
  1069.             Item = Instance.new(Type, ScrollingFrame)
  1070.             Item.Name = "Item"
  1071.             Item.BackgroundColor3 = Color3.new(1, 1, 1)
  1072.             Item.BorderSizePixel = 0
  1073.             Item.Position = UDim2.new(0, 0, Up, 0)
  1074.             Item.Size = UDim2.new(0, 127, 0, 29)
  1075.             Item.Visible = true
  1076.             Item.Font = Enum.Font.Arial
  1077.             Item.Text = v
  1078.             Item.TextColor3 = Color3.new(0, 0, 0)
  1079.             Item.TextScaled = true
  1080.             Item.TextSize = 14
  1081.             Item.TextWrapped = true
  1082.             UI(Item)
  1083.             Item.MouseButton1Down:connect(function()
  1084.                 TextLabel.Text = v
  1085.             end)
  1086.         else
  1087.             Item = Instance.new("TextLabel", ScrollingFrame)
  1088.             Item.Name = "Item"
  1089.             Item.BackgroundColor3 = Color3.new(1, 0, 0)
  1090.             Item.BorderSizePixel = 0
  1091.             Item.Position = UDim2.new(0, 0, Up, 0)
  1092.             Item.Size = UDim2.new(0, 127, 0, 29)
  1093.             Item.Visible = true
  1094.             Item.Font = Enum.Font.Arial
  1095.             Item.Text = v
  1096.             Item.TextColor3 = Color3.new(0, 0, 0)
  1097.             Item.TextScaled = true
  1098.             Item.TextSize = 14
  1099.             Item.TextWrapped = true
  1100.         end
  1101.     end
  1102.  
  1103.     local function ItemName(SIN)
  1104.         ScrollingFrame:ClearAllChildren()
  1105.         ScrollingFrame.CanvasPosition = Vector2.new(0,0)
  1106.  
  1107.         local Sval = 0.009
  1108.  
  1109.         Nomes = ""
  1110.         local Items = {}
  1111.         local Counter = 0
  1112.         for i,v in pairs(game.Workspace.Stores[SIN]:GetChildren()) do
  1113.             if not string.find(Nomes, v.Name.."_") then
  1114.                 Counter = Counter + 1
  1115.                 Nomes = Nomes..v.Name.."_"
  1116.                 Items[i] = v
  1117.             end
  1118.         end
  1119.  
  1120.         local Count2 = 0.001
  1121.  
  1122.         local Gift = ""
  1123.         for i,v in pairs(Items) do
  1124.             if v.Type.Value == "Gift" then
  1125.                 Gift = v.Name
  1126.                 break
  1127.             end
  1128.         end
  1129.  
  1130.         if Gift ~= "" then
  1131.             Button("", Count2, "Gifts:")
  1132.             Count2 = Count2 + Sval
  1133.             for i,v in pairs(Items) do
  1134.                 if v.Type.Value == "Gift" then
  1135.                     Button("TextButton", Count2, v.Name)
  1136.                     Count2 = Count2 + Sval
  1137.                     wait()
  1138.                 end
  1139.             end
  1140.         end
  1141.  
  1142.         local Tool = ""
  1143.         for i,v in pairs(Items) do
  1144.             if v.Type.Value == "Tool" then
  1145.                 Tool = v.Name
  1146.                 break
  1147.             end
  1148.         end
  1149.  
  1150.         if Tool ~= "" then
  1151.             Button("", Count2, "Axes:")
  1152.             Count2 = Count2 + Sval
  1153.             for i,v in pairs(Items) do
  1154.                 if v.Type.Value == "Tool" then
  1155.                     Button("TextButton", Count2, v.Name)
  1156.                     Count2 = Count2 + Sval
  1157.                     wait()
  1158.                 end
  1159.             end
  1160.         end
  1161.  
  1162.         local Structures = ""
  1163.         for i,v in pairs(Items) do
  1164.             if v.Type.Value == "Structure" then
  1165.                 Structures = v.Name
  1166.                 break
  1167.             end
  1168.         end
  1169.  
  1170.         if Structures ~= "" then
  1171.             Button("", Count2, "Structures:")
  1172.             Count2 = Count2 + Sval
  1173.             for i,v in pairs(Items) do
  1174.                 if v.Type.Value == "Structure" then
  1175.                     Button("TextButton", Count2, v.Name)
  1176.                     Count2 = Count2 + Sval
  1177.                     wait()
  1178.                 end
  1179.             end
  1180.         end
  1181.  
  1182.         local Blueprint = ""
  1183.         for i,v in pairs(Items) do
  1184.             if v.Type.Value == "Blueprint" then
  1185.                 Blueprint = v.Name
  1186.                 break
  1187.             end
  1188.         end
  1189.  
  1190.         if Blueprint ~= "" then
  1191.             Button("", Count2, "Blueprints:")
  1192.             Count2 = Count2 + Sval
  1193.             for i,v in pairs(Items) do
  1194.                 if v.Type.Value == "Blueprint" then
  1195.                     Button("TextButton", Count2, v.Name)
  1196.                     Count2 = Count2 + Sval
  1197.                     wait()
  1198.                 end
  1199.             end
  1200.         end
  1201.  
  1202.         local Wire = ""
  1203.         for i,v in pairs(Items) do
  1204.             if v.Type.Value == "Wire" then
  1205.                 Wire = v.Name
  1206.                 break
  1207.             end
  1208.         end
  1209.  
  1210.         if Wire ~= "" then
  1211.             Button("", Count2, "Wires:")
  1212.             Count2 = Count2 + Sval
  1213.             for i,v in pairs(Items) do
  1214.                 if v.Type.Value == "Wire" then
  1215.                     Button("TextButton", Count2, v.Name)
  1216.                     Count2 = Count2 + Sval
  1217.                     wait()
  1218.                 end
  1219.             end
  1220.         end
  1221.  
  1222.         local Vehicle = ""
  1223.         for i,v in pairs(Items) do
  1224.             if v.Type.Value == "Vehicle" then
  1225.                 Vehicle = v.Name
  1226.                 break
  1227.             end
  1228.         end
  1229.  
  1230.         if Vehicle ~= "" then
  1231.             Button("", Count2, "Vehicles:")
  1232.             Count2 = Count2 + Sval
  1233.             for i,v in pairs(Items) do
  1234.                 if v.Type.Value == "Vehicle" then
  1235.                     Button("TextButton", Count2, v.Name)
  1236.                     Count2 = Count2 + Sval
  1237.                     wait()
  1238.                 end
  1239.             end
  1240.         end
  1241.  
  1242.         local Others = ""
  1243.         for i,v in pairs(Items) do
  1244.             if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
  1245.                 Others = v.Name
  1246.                 break
  1247.             end
  1248.         end
  1249.  
  1250.         if Others ~= "" then
  1251.             Button("", Count2, "Others:")
  1252.             Count2 = Count2 + Sval
  1253.             for i,v in pairs(Items) do
  1254.                 if v.Type.Value ~= "Blueprint" and v.Type.Value ~= "Structure" and v.Type.Value ~= "Tool" and v.Type.Value ~= "Wire" and v.Type.Value ~= "Vehicle" and v.Type.Value ~= "Gift" then
  1255.                     Button("TextButton", Count2, v.Name)
  1256.                     Count2 = Count2 + Sval
  1257.                     wait()
  1258.                 end
  1259.             end
  1260.         end
  1261.     end
  1262.  
  1263.     local Sound = Instance.new("Sound")
  1264.     Sound.Name = "Sound"
  1265.     Sound.Volume = 1.5
  1266.     Sound.archivable = false
  1267.     Sound.Parent = game.Workspace
  1268.  
  1269.     local function play(Song)
  1270.         Sound.SoundId = Song
  1271.         Sound:play()
  1272.     end
  1273.  
  1274.     local function stop()
  1275.         Sound:stop()
  1276.     end
  1277.  
  1278.     local function Drag(It)
  1279.         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(It)
  1280.     end
  1281.  
  1282.     local function Move(X,Y,Z)
  1283.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(X,Y,Z))
  1284.         wait(0.1)
  1285.     end
  1286.  
  1287.     local function Bet(Val1, Val2)
  1288.         local Resp = (Vector3.new(Val1.X) - Vector3.new(Val2.X)).magnitude + (Vector3.new(Val1.Y) - Vector3.new(Val2.Y)).magnitude + (Vector3.new(Val1.Z) - Vector3.new(Val2.Z)).magnitude
  1289.         return Resp / 750
  1290.     end
  1291.  
  1292.     local function Tlprt(Val1, Val2, Val3, Val4, Val5, Val6)
  1293.         local Ang = nil
  1294.         local Pos = Vector3.new(Val1, Val2, Val3)
  1295.         local Cff
  1296.  
  1297.         if Val4 ~= nil and Val5 ~= nil and Val6 ~= nil then
  1298.             Ang = Vector3.new(Val4, Val5, Val6)
  1299.         end
  1300.  
  1301.         if Ang == nil then
  1302.             Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z)
  1303.         else
  1304.             Cff = CFrame.new(Pos.X, Pos.Y, Pos.Z) * CFrame.Angles(Ang.X, Ang.Y, Ang.Z)
  1305.         end
  1306.  
  1307.         local HRP = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1308.         if not HRP:FindFirstChild("Pos") then
  1309.             local Pos = Instance.new("BodyForce", HRP)
  1310.             Pos.Name = "Pos"
  1311.         end
  1312.  
  1313.         HRP.Pos.Force = Vector3.new(0,2393,0)
  1314.         local Time = Bet(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Cff.p)
  1315.         local Speed = TweenInfo.new(Time, Enum.EasingStyle.Linear)
  1316.         local CF = {CFrame = Cff}
  1317.         game:GetService("TweenService"):Create(HRP, Speed, CF):Play()
  1318.         wait(Time + 0.3)
  1319.         HRP.Pos.Force = Vector3.new(0,0,0)
  1320.     end
  1321.  
  1322.     local function CloseTabs(Bool)
  1323.         Main2.Visible = Bool
  1324.         if Bool == true then
  1325.             Back.Visible = false
  1326.         else
  1327.             Back.Visible = true
  1328.         end
  1329.         AutoBuy_F.Visible = false
  1330.         Teleport_F.Visible = false
  1331.         Duplication_F.Visible = false
  1332.         Misc_F.Visible = false
  1333.         World_F.Visible = false
  1334.         Credits_F.Visible = false
  1335.         TextLabel.Text = "Extreme Lumber Tycoon 2"
  1336.     end
  1337.  
  1338.     local buttons = { Plr1, Plr2, Plr3, Plr4, Plr5, Plr6 }
  1339.  
  1340.     for i,v in pairs(game.Players:GetChildren()) do
  1341.         for i = 1, 6 do
  1342.             if game.Players:GetChildren()[i] == nil then
  1343.                 buttons[i].Text = "No Player"
  1344.             else
  1345.                 buttons[i].Text = game.Players:GetChildren()[i].Name
  1346.             end
  1347.         end
  1348.     end
  1349.  
  1350.     game.Players.PlayerAdded:connect(function()
  1351.         for i = 1, 6 do
  1352.             if game.Players:GetChildren()[i] == nil then
  1353.                 buttons[i].Text = "No Player"
  1354.             else
  1355.                 buttons[i].Text = game.Players:GetChildren()[i].Name
  1356.             end
  1357.         end
  1358.     end)
  1359.  
  1360.     game.Players.PlayerRemoving:connect(function()
  1361.         for i = 1, 6 do
  1362.             if game.Players:GetChildren()[i] == nil then
  1363.                 buttons[i].Text = "No Player"
  1364.             else
  1365.                 buttons[i].Text = game.Players:GetChildren()[i].Name
  1366.             end
  1367.         end
  1368.     end)
  1369.  
  1370.     for i, v in pairs(buttons) do
  1371.         v.MouseButton1Down:connect(function()
  1372.             TextLabel.Text = v.Text
  1373.         end)
  1374.     end
  1375.  
  1376.     local Tp = { Vector3.new(155, 5, 74), Vector3.new(3581, -167, 430), Vector3.new(-1585, 625, 1140), Vector3.new(-1209, 138, -801), Vector3.new(2549, 5, -42), Vector3.new(1061, 20, 1131), Vector3.new(1114, 3.2, -197), Vector3.new(-1130.88, 1.10, -944.44), Vector3.new(1459.08, 412.36, 3238.92), Vector3.new(4803.55, 17.69, -976.10), Vector3.new(-52.05, -212.90, -1352.47), Vector3.new(265, 5, 57), Vector3.new(258, 5, -99), Vector3.new(491, 13, -1720), Vector3.new(509, 5.2, -1463), Vector3.new(4607, 9, -798), Vector3.new(5207, -156, 719), Vector3.new(260, 10, -2542) }
  1377.     local TpN = { "SpawnPoint",  "Cave", "Volcano", "Swamp", "Palm Island", "Strange Man", "Dock", "Memorial", "Ice Wood", "Bird", "End Times", "Wood R Us", "Land Store", "Fancy Furnis", "Boxed Cars", "Link's Logic", "Fine Arts", "BobsShack" }
  1378.  
  1379.     local Owp = 0
  1380.     for i, v in pairs(Tp) do
  1381.  
  1382.         Tp = Instance.new("TextButton", STP)
  1383.         Tp.Name = "Tp"
  1384.         Tp.BackgroundColor3 = Color3.new(1, 1, 1)
  1385.         Tp.BorderSizePixel = 0
  1386.         Tp.Position = UDim2.new(0, 0, Owp, 0)
  1387.         Tp.Size = UDim2.new(0, 198, 0, 29)
  1388.         Tp.Visible = true
  1389.         Tp.Font = Enum.Font.Arial
  1390.         Tp.Text = TpN[i]
  1391.         Tp.TextColor3 = Color3.new(0, 0, 0)
  1392.         Tp.TextScaled = true
  1393.         Tp.TextSize = 14
  1394.         Tp.TextWrapped = true
  1395.         UI(Tp)
  1396.         Owp = Owp + 0.03
  1397.         Tp.MouseButton1Down:connect(function()
  1398.             Tlprt(v.X, v.Y, v.Z)
  1399.         end)
  1400.     end
  1401.  
  1402.     Teleport.MouseButton1Down:connect(function()
  1403.         CloseTabs(false)
  1404.         Teleport_F.Visible = true
  1405.     end)
  1406.  
  1407.     UI(Main)
  1408.  
  1409.     UI(LS1)
  1410.     UI(LS2)
  1411.     UI(LS3)
  1412.     UI(LS4)
  1413.     UI(LS5)
  1414.     UI(LS6)
  1415.  
  1416.     TpPlayer.MouseButton1Down:connect(function()
  1417.         if TextLabel.Text ~= "Extreme Lumber Tycoon 2" and TextLabel.Text ~= "No Player" then
  1418.             local Plr
  1419.             Plr = game.Players[TextLabel.Text].Character.HumanoidRootPart.CFrame
  1420.             if Plr ~= nil then
  1421.                 Tlprt(Plr.X, Plr.Y, Plr.Z)
  1422.             else
  1423.                 Msm("The " .. TextLabel.Text .. " Left The Server !")
  1424.             end
  1425.         else
  1426.             Msm("Select Player !")
  1427.         end
  1428.     end)
  1429.  
  1430.     TpBase.MouseButton1Down:connect(function()
  1431.         if game.Players:FindFirstChild(TextLabel.Text) then
  1432.             local Base
  1433.             for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1434.                 if  v.Owner.Value ~= nil and v.Owner.Value == game.Players[TextLabel.Text] then
  1435.                     Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
  1436.                 end
  1437.             end
  1438.  
  1439.             if game.Players:FindFirstChild(TextLabel.Text) then
  1440.                 Tlprt(Base.X, Base.Y, Base.Z)
  1441.             end
  1442.         else
  1443.             Msm("Select Player !")
  1444.         end
  1445.     end)
  1446.     local Songs = { "rbxassetid://1403373772", "rbxassetid://868425984", "rbxassetid://611441620", "rbxassetid://1186419798", "rbxassetid://1186396484", "rbxassetid://1186381538", "rbxassetid://2911650404", "rbxassetid://2541137828" }
  1447.  
  1448.     local SongN = { "Find The Way", "Sky High", "Sybolism", "John Kenza", "Faded", "Spectre", "Mortals", "K/DA   POP/STARS" }
  1449.  
  1450.     local CurrentSong = 1
  1451.  
  1452.     Right.MouseButton1Down:connect(function()
  1453.         if CurrentSong ~= #Songs then
  1454.             CurrentSong = CurrentSong + 1
  1455.             SongName.Text = SongN[CurrentSong]
  1456.         else
  1457.             CurrentSong = 1
  1458.             SongName.Text = SongN[CurrentSong]
  1459.         end
  1460.     end)
  1461.  
  1462.     Left.MouseButton1Down:connect(function()
  1463.         if CurrentSong ~= 1 then
  1464.             CurrentSong = CurrentSong - 1
  1465.             SongName.Text = SongN[CurrentSong]
  1466.         else
  1467.             CurrentSong = #Songs
  1468.             SongName.Text = SongN[CurrentSong]
  1469.         end
  1470.     end)
  1471.  
  1472.     Play.MouseButton1Down:connect(function()
  1473.         play(Songs[CurrentSong])
  1474.     end)
  1475.  
  1476.     Stop.MouseButton1Down:connect(function()
  1477.         stop()
  1478.     end)
  1479.  
  1480.     WoodRUs.MouseButton1Down:connect(function()
  1481.         ItemName("WoodRUs_")
  1482.     end)
  1483.  
  1484.     Furniture.MouseButton1Down:connect(function()
  1485.         ItemName("FurnitureStore_")
  1486.     end)
  1487.  
  1488.     Link.MouseButton1Down:connect(function()
  1489.         ItemName("LogicStore_")
  1490.     end)
  1491.  
  1492.     Boxed.MouseButton1Down:connect(function()
  1493.         ItemName("CarStore_")
  1494.     end)
  1495.  
  1496.     Bobs.MouseButton1Down:connect(function()
  1497.         ItemName("ShackShop_")
  1498.     end)
  1499.  
  1500.     Fine.MouseButton1Down:connect(function()
  1501.         ItemName("FineArt_")
  1502.     end)
  1503.  
  1504.     Close.MouseButton1Down:connect(function()
  1505.         ScreenGui:Destroy()
  1506.     end)
  1507.  
  1508.     AutoBuy.MouseButton1Down:connect(function()
  1509.         CloseTabs(false)
  1510.         AutoBuy_F.Visible = true
  1511.         ItemName("WoodRUs_")
  1512.     end)
  1513.  
  1514.     World.MouseButton1Down:connect(function()
  1515.         CloseTabs(false)
  1516.         World_F.Visible = true
  1517.     end)
  1518.  
  1519.     Misc.MouseButton1Down:connect(function()
  1520.         CloseTabs(false)
  1521.         Misc_F.Visible = true
  1522.     end)
  1523.  
  1524.  
  1525.     World.MouseButton1Down:connect(function()
  1526.         CloseTabs(false)
  1527.         World_F.Visible = true
  1528.     end)
  1529.  
  1530.     Credits.MouseButton1Down:connect(function()
  1531.         CloseTabs(false)
  1532.         Credits_F.Visible = true
  1533.     end)
  1534.  
  1535.     PathTool.MouseButton2Down:connect(function()
  1536.         if PathTool.Text == " Remove Trees " then
  1537.             PathTool.Text = " Remove Useless Trees "
  1538.         else
  1539.             PathTool.Text = " Remove Trees "
  1540.         end
  1541.     end)
  1542.  
  1543.     PathTool.MouseButton1Down:connect(function()
  1544.         if PathTool.Text == " Remove Trees " then
  1545.             for i,v in pairs(game.Workspace:GetDescendants()) do
  1546.                 if v:FindFirstChild("WoodSection") then
  1547.                     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1548.                     game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  1549.                 end
  1550.             end
  1551.         else
  1552.  
  1553.             for i,v in pairs(game.Workspace:GetDescendants()) do
  1554.                 if v.Name == "Model" and v:FindFirstChild("CutEvent") then
  1555.                     if v.TreeClass.Value ~= "Volcano" and v.TreeClass.Value ~= "CaveCrawler" and v.TreeClass.Value ~= "LoneCave" and v.TreeClass.Value ~= "GoldSwampy" and v.TreeClass.Value ~= "GreenSwampy" and v.TreeClass.Value ~= "Palm" and v.TreeClass.Value ~= "SnowGlow" and v.TreeClass.Value ~= "Frost" and v.TreeClass.Value ~= "Spooky" then
  1556.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1557.                         game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  1558.                     end
  1559.                 end
  1560.             end
  1561.  
  1562.         end
  1563.     end)
  1564.  
  1565.     local ABuy = false
  1566.     TpTool_2.MouseButton1Down:connect(function()
  1567.         if ABuy == false then
  1568.             ABuy = true
  1569.             TpTool_2.Text = "Anti Buy ON"
  1570.             repeat
  1571.                 for i,v in pairs(game.Workspace.Stores:GetChildren()) do
  1572.                     if v.Name == "ShopItems" or string.find(v.Name, "_") then
  1573.                         for c,d in pairs(v:GetChildren()) do
  1574.                             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(d)
  1575.                         end
  1576.                         wait(0.1)
  1577.                     end
  1578.                 end
  1579.             until game.ReplicatedStorage:FindFirstChild("Part")
  1580.             game.ReplicatedStorage.Part:Destroy()
  1581.             for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  1582.                 if v.Parent.Name == "ShopItems" or string.find(v.Parent.Name, "_") then
  1583.                     game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1584.                     game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  1585.                 end
  1586.             end
  1587.  
  1588.         else
  1589.             ABuy = false
  1590.             TpTool_2.Text = "Anti Buy OFF"
  1591.             if not game.ReplicatedStorage:FindFirstChild("Part") then
  1592.                 local Part = Instance.new("Part", game.ReplicatedStorage)
  1593.             end
  1594.  
  1595.         end
  1596.     end)
  1597.  
  1598.     DeleteTool_2.MouseButton1Down:connect(function()
  1599.         for i,v in pairs(game.Players:GetPlayers()) do
  1600.             if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
  1601.                 v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
  1602.             end
  1603.         end
  1604.         game.Workspace.Effects.ChildAdded:connect(function()
  1605.             for i,v in pairs(game.Players:GetPlayers()) do
  1606.                 if v.BlacklistFolder:FindFirstChild(game.Players.LocalPlayer.Name) then
  1607.                     v.BlacklistFolder[game.Players.LocalPlayer.Name]:Destroy()
  1608.                 end
  1609.             end
  1610.         end)
  1611.  
  1612.         local plr = game.Players.LocalPlayer
  1613.         local cframe
  1614.         for i,v in next, workspace:GetDescendants() do
  1615.             if v:IsA("SpawnLocation") then
  1616.                 v.Touched:Connect(function(h)
  1617.                     if h.Parent == plr.Character and cframe then
  1618.                         plr.Character:SetPrimaryPartCFrame(cframe)
  1619.                     end
  1620.                 end)
  1621.             end
  1622.         end
  1623.  
  1624.         game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  1625.             if game.Players.LocalPlayer.Character.PrimaryPart then
  1626.                 cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  1627.             end
  1628.         end)
  1629.  
  1630.         for i,v in next, debug.getregistry() do
  1631.             if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  1632.                 debug.setupvalue(v,"lastUpdate",math.huge)
  1633.                 break
  1634.             end
  1635.         end
  1636.     end)
  1637.  
  1638.     local Char = game.Players.LocalPlayer.Character
  1639.  
  1640.     Char.Head.ChildAdded:connect(function(v)
  1641.         if v:IsA("Sound") then
  1642.             v.SoundId = ""
  1643.         end
  1644.     end)
  1645.  
  1646.     local BridgeWater = game.Workspace.Bridge.VerticalLiftBridge.WaterModel.Water
  1647.  
  1648.     TpTool.MouseButton2Down:connect(function()
  1649.         if TpTool.Text == " Remove Water " then
  1650.             if BridgeWater.CanCollide == false then
  1651.                 TpTool.Text = " Walk On Water "
  1652.             end
  1653.         elseif TpTool.Text == " Walk On Water " then
  1654.             if BridgeWater.Transparency == 0 then
  1655.                 TpTool.Text = " Remove Water "
  1656.             end
  1657.         end
  1658.     end)
  1659.  
  1660.     TpTool.MouseButton1Down:connect(function()
  1661.         local Current
  1662.         if TpTool.Text == " Remove Water " or TpTool.Text == " Replace Water " then
  1663.             for i, v in pairs(game.Workspace.Water:GetChildren()) do
  1664.                 if v.Name == "Water" and v.Transparency == 0 then
  1665.                     TpTool.Text = " Replace Water "
  1666.                     v.Transparency = 1
  1667.                     Current = 1
  1668.                 elseif v.Name == "Water" and v.Transparency == 1 then
  1669.                     TpTool.Text = " Remove Water "
  1670.                     v.Transparency = 0
  1671.                 end
  1672.             end
  1673.             if Current == 1 then
  1674.                 BridgeWater.Transparency = 1
  1675.             else
  1676.                 BridgeWater.Transparency = 0
  1677.             end
  1678.  
  1679.         else
  1680.  
  1681.             for i, v in pairs(game.Workspace.Water:GetChildren()) do
  1682.                 if v.Name == "Water" and v.CanCollide == false then
  1683.                     TpTool.Text = " Normal Water "
  1684.                     v.CanCollide = true
  1685.                     Current = true
  1686.                 elseif v.Name == "Water" and v.CanCollide == true then
  1687.                     TpTool.Text = " Walk On Water "
  1688.                     v.CanCollide = false
  1689.                 end
  1690.             end
  1691.             if Current == true then
  1692.                 BridgeWater.CanCollide = true
  1693.             else
  1694.                 BridgeWater.CanCollide = false
  1695.             end
  1696.  
  1697.         end
  1698.     end)
  1699.  
  1700.     DeleteTool.MouseButton1Down:connect(function()
  1701.         game.Lighting.Changed:connect(function()
  1702.             game.Lighting.TimeOfDay = "12:00:00"
  1703.             game.Lighting.Brightness = 2
  1704.         end)
  1705.     end)
  1706.  
  1707.     Btools.MouseButton1Down:connect(function()
  1708.         game.Lighting.Changed:connect(function()
  1709.             game.Lighting.FogEnd = 9999
  1710.         end)
  1711.     end)
  1712.  
  1713.     TextButton_2.MouseButton1Down:connect(function()
  1714.  
  1715.         local tool = Instance.new("Tool")
  1716.         tool.Name = "Delete Tool"
  1717.         tool.RequiresHandle = false
  1718.         tool.CanBeDropped = false
  1719.         tool.Parent = game.Players.LocalPlayer.Backpack
  1720.         tool.Equipped:Connect(function(mouse)
  1721.             mouse.Button1Down:connect(function()
  1722.                 if mouse.Target and mouse.Target.Parent then
  1723.                     mouse.Target:Destroy()
  1724.                 end
  1725.             end)
  1726.         end)
  1727.     end)
  1728.  
  1729.     TextButton.MouseButton1Down:connect(function()
  1730.  
  1731.         local tool = Instance.new("Tool")
  1732.         tool.Name = "Tp Tool"
  1733.         tool.RequiresHandle = false
  1734.         tool.CanBeDropped = false
  1735.         tool.Parent = game.Players.LocalPlayer.Backpack
  1736.         tool.Equipped:Connect(function(mouse)
  1737.             mouse.Button1Down:connect(function()
  1738.                 if mouse.Target and mouse.Target.Parent then
  1739.                     Tlprt(mouse.Hit.Position.X, mouse.Hit.Position.Y + 3.2, mouse.Hit.Position.Z)
  1740.                 end
  1741.             end)
  1742.         end)
  1743.     end)
  1744.  
  1745.     Back.MouseButton1Down:connect(function()
  1746.         CloseTabs(true)
  1747.     end)
  1748.  
  1749.     Duplication.MouseButton1Down:connect(function()
  1750.         CloseTabs(false)
  1751.         Duplication_F.Visible = true
  1752.     end)
  1753.  
  1754.     local function  Check(Base)
  1755.         local Ch = game.Players.LocalPlayer.Character.HumanoidRootPart
  1756.  
  1757.         if Base == nil then
  1758.             Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
  1759.         end
  1760.  
  1761.         for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1762.             if string.find(v.Name, "Purchased by "..game.Players.LocalPlayer.Name) then
  1763.                 if (Vector3.new(v.Main.CFrame.X) - Vector3.new(Ch.CFrame.X)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Y) - Vector3.new(Ch.CFrame.Y)).magnitude < 15 and (Vector3.new(v.Main.CFrame.Z) - Vector3.new(Ch.CFrame.Z)).magnitude < 15 then
  1764.                     for i=1,10 do
  1765.                         wait()
  1766.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
  1767.                         game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
  1768.                     end
  1769.                     v.PrimaryPart.CFrame = Base
  1770.                 end
  1771.             end
  1772.         end
  1773.     end
  1774.  
  1775.     if game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8] ~= nil then
  1776.         game:GetService('Workspace'):GetChildren()[12]:GetChildren()[2]:GetChildren()[8]:Destroy()
  1777.     end
  1778.  
  1779.  
  1780.     local Carpet = false
  1781.     TextButton_3.MouseButton1Down:connect(function()
  1782.         if Carpet == false then
  1783.             Carpet = true
  1784.             local Fly
  1785.             local Verify = false
  1786.             Key = game:GetService("Players").LocalPlayer:GetMouse()
  1787.  
  1788.             Key.KeyDown:Connect(function(key)
  1789.                 if key == "e" then
  1790.                     if Verify == false then
  1791.                         Verify = true
  1792.                         Fly = Instance.new("Part", game:GetService("Workspace"))
  1793.                         Fly.Anchored = true
  1794.                         Fly.Size = Vector3.new(10,0.1,10)
  1795.                         Fly.Material = "Glass"
  1796.                         Fly.Transparency = 0.5
  1797.                         while Verify == true do
  1798.                             Fly.BrickColor = BrickColor.Random()
  1799.                             Fly.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.25,0)
  1800.                             wait(0.1)
  1801.                         end
  1802.                     else
  1803.                         Verify = false
  1804.                         Fly:Destroy()
  1805.                     end
  1806.                 end
  1807.             end)
  1808.         end
  1809.     end)
  1810.  
  1811.     local Doors = {
  1812.         game.Workspace.Stores.LogicStore.RDoor,
  1813.         game.Workspace.Stores.LogicStore.LDoor,
  1814.         game.Workspace.Stores.FurnitureStore.RDoor,
  1815.         game.Workspace.Stores.FurnitureStore.LDoor,
  1816.         game.Workspace.Stores.CarStore.RDoor,
  1817.         game.Workspace.Stores.CarStore.LDoor}
  1818.  
  1819.     TextButton_4.MouseButton1Down:connect(function()
  1820.         for i, v in pairs(Doors) do
  1821.             game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1822.             game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  1823.         end
  1824.     end)
  1825.  
  1826.     TextButton_5.MouseButton1Down:connect(function()
  1827.         Key = game:GetService("Players").LocalPlayer:GetMouse()
  1828.  
  1829.         Key.KeyDown:Connect(function(key)
  1830.             if key == "t" then
  1831.                 local Ps = nil
  1832.                 for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1833.                     if v.Owner.Value == game.Players.LocalPlayer then
  1834.                         Ps = v.OriginSquare.Position + Vector3.new(0,30,0)
  1835.                     end
  1836.                 end
  1837.  
  1838.                 if Ps == nil then
  1839.                     Ps = Vector3.new(155, 15, 74)
  1840.                 end
  1841.  
  1842.                 for i,v in pairs(Workspace.LogModels:GetChildren()) do
  1843.                     if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1844.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1845.                         v:MoveTo(Ps)
  1846.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1847.                         v:MoveTo(Ps)
  1848.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1849.                         v:MoveTo(Ps)
  1850.                         game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1851.                     end
  1852.                 end
  1853.             end
  1854.         end)
  1855.     end)
  1856.  
  1857.  
  1858.     TextButton_6.MouseButton1Down:connect(function()
  1859.         local MyBase
  1860.         for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1861.             if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1862.                 Base = v
  1863.                 MyBase = v.OriginSquare.Position
  1864.             end
  1865.         end
  1866.  
  1867.         function SpawnBase(pos)
  1868.             local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1869.             Event:FireServer(Base, pos)
  1870.         end
  1871.  
  1872.         local LandPos = {
  1873.             CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z),
  1874.             CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z),
  1875.             CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 40),
  1876.             CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 40),
  1877.             CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 40),
  1878.             CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 40),
  1879.             CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 40),
  1880.             CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 40),
  1881.             CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z),
  1882.             CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z),
  1883.             CFrame.new(MyBase.X, MyBase.Y, MyBase.Z + 80),
  1884.             CFrame.new(MyBase.X, MyBase.Y, MyBase.Z - 80),
  1885.             CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 80),
  1886.             CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 80),
  1887.             CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 80),
  1888.             CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 80),
  1889.             CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z + 80),
  1890.             CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z + 80),
  1891.             CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z + 40),
  1892.             CFrame.new(MyBase.X + 80, MyBase.Y, MyBase.Z - 40),
  1893.             CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z + 40),
  1894.             CFrame.new(MyBase.X - 80, MyBase.Y, MyBase.Z - 40),
  1895.             CFrame.new(MyBase.X + 40, MyBase.Y, MyBase.Z - 80),
  1896.             CFrame.new(MyBase.X - 40, MyBase.Y, MyBase.Z - 80)
  1897.         }
  1898.  
  1899.         local Slots = {}
  1900.  
  1901.         for i, v in pairs(Base:GetChildren()) do
  1902.             if v.Name == "Square" then
  1903.                 Slots[#Slots+1] = v.Position
  1904.             end
  1905.         end
  1906.  
  1907.         local LandCheck
  1908.         for c, d in pairs(LandPos) do
  1909.             LandCheck = false
  1910.             for i, v in pairs(Slots) do
  1911.                 if Slots[1] == nil then break end
  1912.                 if d.X == v.X and d.Z == v.Z then
  1913.                     LandCheck = true
  1914.                     break
  1915.                 end
  1916.             end
  1917.             if LandCheck == false then
  1918.                 SpawnBase(d)
  1919.             end
  1920.         end
  1921.     end)
  1922.  
  1923.     TextButton_7.MouseButton1Down:connect(function()
  1924.         local BaseC
  1925.         for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1926.             if v.Owner.Value == game.Players.LocalPlayer then
  1927.                 BaseC = v.OriginSquare.CFrame + Vector3.new(0,5,0)
  1928.             end
  1929.         end
  1930.         if BaseC == nil then
  1931.             BaseC = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  1932.         end
  1933.         if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Tool", true) then
  1934.             game:GetService("Players").LocalPlayer.Character.Humanoid:UnequipTools()
  1935.             wait(0.1)
  1936.         end
  1937.         game:GetService('Players').LocalPlayer.Character.Head:Destroy()
  1938.         wait(0.2)
  1939.         game:GetService('Players').LocalPlayer.Character:Destroy()
  1940.         wait(0.9)
  1941.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  1942.             local A_1 = v
  1943.             local A_2 = "Drop tool"
  1944.             local A_3 = BaseC
  1945.             local Event = game:GetService("ReplicatedStorage").Interaction.ClientInteracted
  1946.             Event:FireServer(A_1, A_2, A_3)
  1947.         end
  1948.     end)
  1949.  
  1950.  
  1951.     local function Chat(Say)
  1952.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Say, "All")
  1953.     end
  1954.  
  1955.     local String1 = 0
  1956.     local String2 = 0
  1957.  
  1958.     local Player = "FAKEACCOUNT743"
  1959.  
  1960.     local Action = game.Players:GetPlayers()
  1961.     for i = 1,#Action do
  1962.         Action[i].Chatted:connect(function(Message)
  1963.             if Action[i].Name == Player then
  1964.                 if string.find(Message, "/r ") then
  1965.                     local String1, String2 = string.find(Message, "/r ")
  1966.                     Chat(string.sub(Message, String2 + 1, #Message))
  1967.                 elseif string.find(Message, "/kick ") then
  1968.                     local String1, String2 = string.find(Message, "/kick ")
  1969.                     game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
  1970.                 end
  1971.             end
  1972.         end)
  1973.     end
  1974.  
  1975.     game.Players.PlayerAdded:connect(function(Plr)
  1976.         Plr.Chatted:connect(function(Message)
  1977.             if Plr.Name == Player then
  1978.                 if string.find(Message, "/r ") then
  1979.                     local String1, String2 = string.find(Message, "/r ")
  1980.                     Chat(string.sub(Message, String2 + 1, #Message))
  1981.                 elseif string.find(Message, "/kick ") then
  1982.                     local String1, String2 = string.find(Message, "/kick ")
  1983.                     game.Players.LocalPlayer:Kick(string.sub(Message, String2 + 1, #Message))
  1984.                 end
  1985.             end
  1986.         end)
  1987.         Plr.Character.Head.ChildAdded:connect(function(v)
  1988.             if v:IsA("Sound") then
  1989.                 v.SoundId = ""
  1990.             end
  1991.         end)
  1992.     end)
  1993.  
  1994.     for i, v in pairs(game.Players:GetPlayers()) do
  1995.         v.Character.Head.ChildAdded:connect(function(v)
  1996.             if v:IsA("Sound") then
  1997.                 v.SoundId = ""
  1998.             end
  1999.         end)
  2000.     end
  2001.  
  2002.  
  2003.     TextButton_8.MouseButton1Down:connect(function()
  2004.         local Base3
  2005.         for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  2006.             if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  2007.                 Base3 = v.OriginSquare
  2008.             end
  2009.         end
  2010.  
  2011.         if game.Players.LocalPlayer.leaderstats.Money.Value >= 10009000 then
  2012.             if Base3.BrickColor.Name ~= "Bronze" then
  2013.                 local A_1 =
  2014.                     {
  2015.                         ["Character"] = game.Workspace.Region_Main["Strange Man"],
  2016.                         ["Name"] = "Strange Man",
  2017.                         ["ID"] = 2,
  2018.                         ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
  2019.                     }
  2020.                 local A_2 = "ConfirmPurchase"
  2021.                 local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2022.                 Event:InvokeServer(A_1, A_2)
  2023.             else
  2024.                 Msm("You Got The Quest Already !" ,2.5)
  2025.             end
  2026.         else
  2027.             Msm("You Need More " .. tostring(10009000 - game.Players.LocalPlayer.leaderstats.Money.Value) .. " Money !", 2.5)
  2028.         end
  2029.     end)
  2030.  
  2031.     local Folder5 = Instance.new("Folder", game.Workspace)
  2032.     Folder5.Name = "Folder5"
  2033.  
  2034.     local CanLoad
  2035.     for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2036.         v.Owner.Changed:connect(function(Val)
  2037.             if Val == game:GetService("Players").LocalPlayer then
  2038.                 repeat
  2039.                     wait()
  2040.                 until game.Players.LocalPlayer.leaderstats.Money.Value ~= 20        
  2041.                 CanLoad = false
  2042.                 wait(60)
  2043.                 CanLoad = true
  2044.             end
  2045.         end)
  2046.     end
  2047.  
  2048.     local function Loading()
  2049.         local String = Instance.new("StringValue", Folder5)
  2050.     end
  2051.  
  2052.     local function Load(Save)
  2053.         if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
  2054.             Loading()
  2055.             game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(Save)
  2056.         end
  2057.     end
  2058.  
  2059.     local function Send()
  2060.         if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
  2061.             local Str = Instance.new("NumberValue", Folder5)
  2062.         end
  2063.     end
  2064.  
  2065.     local function Save()
  2066.         if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 20 and game.Players.LocalPlayer.leaderstats.Money.Value ~= 0 then
  2067.             local Str = Instance.new("BoolValue", Folder5)
  2068.         end
  2069.     end
  2070.  
  2071.  
  2072.     local MoneyBack = false
  2073.     local SlotNumber
  2074.     Folder5.ChildAdded:connect(function(child)
  2075.         if child:IsA("StringValue") then
  2076.             game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = false
  2077.             repeat
  2078.                 wait(0.1)
  2079.             until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.SelectPurchase.Visible == true
  2080.             wait(1.2)
  2081.             Manager:SendKeyEvent(true,"E",false,game)
  2082.             repeat
  2083.                 wait(0.1)
  2084.             until game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true
  2085.             wait(1.2)
  2086.             Manager:SendKeyEvent(true,"E",false,game)
  2087.             wait(2.5)
  2088.             game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.Visible = true
  2089.             if game:GetService("Players").LocalPlayer.PlayerGui.PropertyPurchasingGUI.ConfirmPurchase.Visible == true then
  2090.                 game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
  2091.                 wait(7)
  2092.                 Load(SlotNumber)
  2093.             end
  2094.         elseif child:IsA("NumberValue") then
  2095.             MoneyBack = false
  2096.             game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  2097.             MoneyBack = true
  2098.         elseif child:IsA("BoolValue") then
  2099.             game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(SlotNumber)
  2100.         end
  2101.     end)
  2102.  
  2103.     function MoneyDupe(Times)
  2104.         for i = 1, Times do
  2105.             SlotNumber = game.Players.LocalPlayer.CurrentSaveSlot.Value
  2106.             wait(30)
  2107.             repeat
  2108.                 Send()
  2109.                 wait(2.5)
  2110.             until game.Players.LocalPlayer.leaderstats.Money.Value == 0
  2111.             if CanLoad ~= nil then
  2112.                 repeat
  2113.                     wait(0.1)
  2114.                 until CanLoad == true
  2115.             else
  2116.                 wait(27.5)
  2117.             end
  2118.             Load(SlotNumber)
  2119.             repeat
  2120.                 wait(0.1)
  2121.             until MoneyBack == true
  2122.             Save()
  2123.             if i ~= Times then
  2124.                 repeat
  2125.                     Send()
  2126.                     wait(2.5)
  2127.                 until game.Players.LocalPlayer.leaderstats.Money.Value == 0
  2128.             end
  2129.         end
  2130.     end
  2131.  
  2132.  
  2133.  
  2134.     local Duping = false
  2135.     DupeM.MouseButton1Down:connect(function()
  2136.         if Duping == false then
  2137.             Duping = true
  2138.  
  2139.             if game.Players.LocalPlayer.CurrentSaveSlot.Value ~= -1 then
  2140.                 MoneyDupe(tonumber(DML.Text))
  2141.             else
  2142.                 Msm("Load Any Save With Money", 2.5)
  2143.             end
  2144.             Duping = false
  2145.         else
  2146.             Msm("The Dupe Already Started", 2.5)
  2147.         end
  2148.     end)
  2149.  
  2150.     Mais.MouseButton1Down:connect(function()
  2151.         if tonumber(DML.Text) ~= 10 then
  2152.             DML.Text = tonumber(DML.Text) + 1
  2153.             DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
  2154.         else   
  2155.             DML.Text = 1
  2156.             DupeM.Text = " Dupe Money 1 Time "
  2157.         end
  2158.     end)
  2159.  
  2160.  
  2161.     Menos.MouseButton1Down:connect(function()
  2162.         if tonumber(DML.Text) ~= 1 then
  2163.             if tonumber(DML.Text) ~= 2 then
  2164.                 DML.Text = tonumber(DML.Text) - 1
  2165.                 DupeM.Text = " Dupe Money " .. DML.Text .. " Times "
  2166.             else
  2167.                 DML.Text = tonumber(DML.Text) - 1
  2168.                 DupeM.Text = " Dupe Money 1 Time "
  2169.             end
  2170.         else
  2171.             DML.Text = 10
  2172.             DupeM.Text = " Dupe Money 10 Times "
  2173.         end
  2174.     end)
  2175.  
  2176.     local ManyPart = Instance.new("Part", game.Workspace)
  2177.     ManyPart.Anchored = true
  2178.     ManyPart.Size = Vector3.new(15,0.1,15)
  2179.     ManyPart.Position = Vector3.new(534.33, -18, -1715.81)
  2180.     ManyPart.Material = "Glass"
  2181.     ManyPart.Transparency = 0.5
  2182.  
  2183.     BuyItem.MouseButton1Down:connect(function()
  2184.         local Item = TextLabel.Text
  2185.         local Quant = Quantity.Text
  2186.  
  2187.         local Time1 = 0.5
  2188.         local Time2 = 0.1
  2189.  
  2190.         local Base
  2191.         for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2192.             if v.Owner.Value == game.Players.LocalPlayer then
  2193.                 Base = v.OriginSquare.CFrame + Vector3.new(0,5,0)
  2194.             end
  2195.         end
  2196.  
  2197.         if Base == nil then
  2198.             Base = game:GetService('Players').LocalPlayer.Character.Humanoid.Torso.CFrame
  2199.         end
  2200.  
  2201.         local Money
  2202.         local Cframe
  2203.         for i,v in pairs(game.Workspace.Stores:GetChildren()) do
  2204.             if v:FindFirstChild(Item) or Item == "ManyAxe" then
  2205.                 if v.Name == "WoodRUs_" then
  2206.                     repeat
  2207.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2208.                         Cframe = game.Workspace.Stores.WoodRUs.Counter
  2209.                         v:WaitForChild(Item)
  2210.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2211.                         wait(Time2)
  2212.                         Drag(v[Item].Main)
  2213.                         wait(Time2)
  2214.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2215.                         wait(0.1)
  2216.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2217.                         wait(Time1)
  2218.                         local A_1 =
  2219.                             {
  2220.                                 ["Character"] = game:GetService("Workspace").Stores.WoodRUs.Thom,
  2221.                                 ["Name"] = "Thom",
  2222.                                 ["ID"] = 11,
  2223.                                 ["Dialog"] = game:GetService("Workspace").Stores.WoodRUs.Thom.Dialog
  2224.                             }
  2225.                         local A_2 = "ConfirmPurchase"
  2226.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2227.                         Event:InvokeServer(A_1, A_2)
  2228.                         wait(0.1)
  2229.                         Check(Base)
  2230.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2231.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2232.                     break
  2233.                 elseif v.Name == "CarStore_" then
  2234.                     Cframe = game.Workspace.Stores.CarStore.Counter
  2235.                     repeat
  2236.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2237.                         v:WaitForChild(Item)
  2238.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2239.                         wait(Time2)
  2240.                         Drag(v[Item])
  2241.                         wait(Time2)
  2242.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2243.                         wait(0.1)
  2244.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2245.                         wait(Time1)
  2246.                         local A_1 =
  2247.                             {
  2248.                                 ["Character"] = game:GetService("Workspace").Stores.CarStore.Jenny,
  2249.                                 ["Name"] = "Jenny",
  2250.                                 ["ID"] = 12,
  2251.                                 ["Dialog"] = game:GetService("Workspace").Stores.CarStore.Jenny.Dialog
  2252.                             }
  2253.                         local A_2 = "ConfirmPurchase"
  2254.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2255.                         Event:InvokeServer(A_1, A_2)
  2256.                         wait(0.1)
  2257.                         Check(Base)
  2258.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2259.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2260.                     break
  2261.                 elseif v.Name == "FurnitureStore_" then
  2262.                     Cframe = game.Workspace.Stores.FurnitureStore.Counter
  2263.                     repeat
  2264.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2265.  
  2266.                         if Item == "ManyAxe" then
  2267.                             Tlprt(ManyPart.Position.X, ManyPart.Position.Y + 3.2, ManyPart.Position.Z)
  2268.                             wait()
  2269.                             if game.Workspace.Stores.FurnitureStore_:FindFirstChild("ManyAxe") then
  2270.                                 game.Workspace.Stores.FurnitureStore_.ManyAxe:Destroy()
  2271.                                 game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
  2272.                             else
  2273.                                 game.Workspace.Stores.FurnitureStore_:WaitForChild("ManyAxe")
  2274.                             end
  2275.                         else
  2276.                             v:WaitForChild(Item)
  2277.                         end
  2278.                         if Item ~= "ManyAxe" then
  2279.                             Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2280.                         end
  2281.                         wait(Time2)
  2282.                         Drag(v[Item])
  2283.                         wait(Time2)
  2284.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2285.                         wait(0.1)
  2286.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2287.                         wait(Time1)
  2288.                         local A_1 =
  2289.                             {
  2290.                                 ["Character"] = game:GetService("Workspace").Stores.FurnitureStore.Corey,
  2291.                                 ["Name"] = "Corey",
  2292.                                 ["ID"] = 10,
  2293.                                 ["Dialog"] = game:GetService("Workspace").Stores.FurnitureStore.Corey.Dialog
  2294.                             }
  2295.                         local A_2 = "ConfirmPurchase"
  2296.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2297.                         Event:InvokeServer(A_1, A_2)
  2298.                         wait(0.1)
  2299.                         Check(Base)
  2300.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2301.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2302.                     break
  2303.                 elseif v.Name == "LogicStore_" then
  2304.                     Cframe = game.Workspace.Stores.LogicStore.Counter
  2305.                     repeat
  2306.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2307.                         v:WaitForChild(Item)
  2308.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2309.                         wait(Time2)
  2310.                         Drag(v[Item])
  2311.                         wait(Time2)
  2312.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2313.                         wait(0.1)
  2314.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2315.                         wait(Time1)
  2316.                         local A_1 =
  2317.                             {
  2318.                                 ["Character"] = game:GetService("Workspace").Stores.LogicStore.Lincoln,
  2319.                                 ["Name"] = "Lincoln",
  2320.                                 ["ID"] = 15,
  2321.                                 ["Dialog"] = game:GetService("Workspace").Stores.LogicStore.Lincoln.Dialog
  2322.                             }
  2323.                         local A_2 = "ConfirmPurchase"
  2324.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2325.                         Event:InvokeServer(A_1, A_2)
  2326.                         wait(0.1)
  2327.                         Check(Base)
  2328.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2329.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2330.                     break
  2331.                 elseif v.Name == "ShackShop_" then
  2332.                     Cframe = game.Workspace.Stores.ShackShop.Counter
  2333.                     repeat
  2334.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2335.                         v:WaitForChild(Item)
  2336.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2337.                         wait(Time2)
  2338.                         Drag(v[Item])
  2339.                         wait(Time2)
  2340.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2341.                         wait(0.1)
  2342.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2343.                         wait(Time1)
  2344.                         local A_1 =
  2345.                             {
  2346.                                 ["Character"] = game:GetService("Workspace").Stores.ShackShop.Bob,
  2347.                                 ["Name"] = "Bob",
  2348.                                 ["ID"] = 13,
  2349.                                 ["Dialog"] = game:GetService("Workspace").Stores.ShackShop.Bob.Dialog
  2350.                             }
  2351.                         local A_2 = "ConfirmPurchase"
  2352.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2353.                         Event:InvokeServer(A_1, A_2)
  2354.                         wait(0.1)
  2355.                         Check(Base)
  2356.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2357.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2358.                     break
  2359.                 elseif v.Name == "FineArt_" then
  2360.                     Cframe = game.Workspace.Stores.FineArt.Counter
  2361.                     repeat
  2362.                         Money = game.Players.LocalPlayer.leaderstats.Money.Value
  2363.                         v:WaitForChild(Item)
  2364.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2365.                         wait(Time2)
  2366.                         Drag(v[Item])
  2367.                         wait(Time2)
  2368.                         v[Item].PrimaryPart.CFrame = Cframe.CFrame + Vector3.new(0,3,0)
  2369.                         wait(0.1)
  2370.                         Tlprt(v[Item].Main.Position.X + 3 ,v[Item].Main.Position.Y ,v[Item].Main.Position.Z + 3)
  2371.                         wait(Time1)
  2372.                         local A_1 =
  2373.                             {
  2374.                                 ["Character"] = game:GetService("Workspace").Stores.FineArt.Timothy,
  2375.                                 ["Name"] = "Timothy",
  2376.                                 ["ID"] = 14,
  2377.                                 ["Dialog"] = game:GetService("Workspace").Stores.FineArt.Timothy.Dialog
  2378.                             }
  2379.                         local A_2 = "ConfirmPurchase"
  2380.                         local Event = game:GetService("ReplicatedStorage").NPCDialog.PlayerChatted
  2381.                         Event:InvokeServer(A_1, A_2)
  2382.                         wait(0.1)
  2383.                         Check(Base)
  2384.                         if Money ~= game.Players.LocalPlayer.leaderstats.Money.Value then Quantity.Text = Quantity.Text - 1 end
  2385.                     until tonumber(Quantity.Text) < 1 or game.Players.LocalPlayer.PlayerGui.NoticeGUI.Notice.Visible == true
  2386.                     break
  2387.                 end
  2388.             end
  2389.         end
  2390.         Tlprt(Base.Position.X, Base.Position.Y, Base.Position.Z)
  2391.         Quantity.Text = 1
  2392.     end)
  2393.     UI(Open)
  2394. end)
Add Comment
Please, Sign In to add comment