construction simulator gui pastebin -- Farewell Infortality. -- Version: 2.82 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Section1 = Instance.new("TextLabel") local Button1 = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local GuiName = Instance.new("TextLabel") local Creator = Instance.new("TextLabel") construction simulator gui pastebin How to dowload it? construction simulator gui pastebin --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = ScreenGui Main.BackgroundColor3 = Color3.new(1, 1, 1) Main.BackgroundTransparency = 1 Main.Position = UDim2.new(0.498716861, 0, 0.418940604, 0) Main.Size = UDim2.new(0, 100, 0, 100) construction simulator gui pastebin How to get it for free? construction simulator gui pastebin Section1.Name = "Section1" Section1.Parent = Main Section1.BackgroundColor3 = Color3.new(0, 0.0470588, 1) Section1.BorderColor3 = Color3.new(1, 1, 1) Section1.BorderSizePixel = 0 Section1.Position = UDim2.new(-5.6286149, 0, 1.68372393, 0) Section1.Size = UDim2.new(0, 162, 0, 27) Section1.Font = Enum.Font.SourceSansSemibold Section1.Text = "Script(s)" construction simulator gui pastebin How to dowload it? construction simulator gui pastebin Section1.TextColor3 = Color3.new(1, 1, 1) Section1.TextSize = 14 Button1.Name = "Button1" Button1.Parent = Section1 Button1.BackgroundColor3 = Color3.new(0, 0, 0) Button1.BackgroundTransparency = 0.34999999403954 Button1.BorderSizePixel = 0 Button1.Position = UDim2.new(0.0246913582, 0, 1, 0) Button1.Size = UDim2.new(0, 154, 0, 26) construction simulator gui pastebin How to get it? construction simulator gui pastebin Button1.Font = Enum.Font.Gotham Button1.Text = "AutoFarm (Build)" Button1.TextColor3 = Color3.new(1, 1, 1) Button1.TextSize = 14 TextButton.Parent = Section1 TextButton.BackgroundColor3 = Color3.new(0, 0, 0) TextButton.BackgroundTransparency = 0.34999999403954 TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.0246913582, 0, 1.96296299, 0) construction simulator gui pastebin How to use it? construction simulator gui pastebin TextButton.Size = UDim2.new(0, 154, 0, 26) TextButton.Font = Enum.Font.Gotham TextButton.Text = "AutoFarm (Gems)" TextButton.TextColor3 = Color3.new(1, 1, 1) TextButton.TextSize = 14 TextButton_2.Parent = Section1 TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0) TextButton_2.BackgroundTransparency = 0.34999999403954 TextButton_2.BorderSizePixel = 0 construction simulator gui pastebin How to get it for free? construction simulator gui pastebin TextButton_2.Position = UDim2.new(0.0246913582, 0, 2.92592597, 0) TextButton_2.Size = UDim2.new(0, 154, 0, 26) TextButton_2.Font = Enum.Font.Gotham TextButton_2.Text = "Auto-Sell" TextButton_2.TextColor3 = Color3.new(1, 1, 1) TextButton_2.TextSize = 14 GuiName.Name = "GuiName" GuiName.Parent = Section1 GuiName.BackgroundColor3 = Color3.new(1, 1, 1) construction simulator gui pastebin How to get it? construction simulator gui pastebin GuiName.BackgroundTransparency = 1 GuiName.Position = UDim2.new(-0.425061971, 0, -2.46592665, 0) GuiName.Size = UDim2.new(0, 302, 0, 52) GuiName.Font = Enum.Font.SourceSansLight GuiName.Text = "Construction Simulator Haxx Close/Open Key \"P\"" GuiName.TextColor3 = Color3.new(1, 0, 0.0156863) GuiName.TextScaled = true GuiName.TextSize = 14 GuiName.TextWrapped = true construction simulator gui pastebin How to dowload it? construction simulator gui pastebin Creator.Name = "Creator" Creator.Parent = Section1 Creator.BackgroundColor3 = Color3.new(1, 1, 1) Creator.BackgroundTransparency = 1 Creator.Position = UDim2.new(-0.371975183, 0, 4.93370247, 0) Creator.Size = UDim2.new(0, 305, 0, 65) Creator.Font = Enum.Font.SourceSansLight Creator.Text = "Script by NiMi" Creator.TextColor3 = Color3.new(1, 0, 0.0156863) Creator.TextScaled = true construction simulator gui pastebin How to get it for free? construction simulator gui pastebin Creator.TextSize = 14 Creator.TextStrokeColor3 = Color3.new(1, 0, 0.0156863) Creator.TextWrapped = true -- Scripts: function SCRIPT_TCCM79_FAKESCRIPT() -- Section1.Script local script = Instance.new('Script') script.Parent = Section1 function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 construction simulator gui pastebin How to use it? construction simulator gui pastebin while wait (0.1) do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end -- Yee end coroutine.resume(coroutine.create(SCRIPT_TCCM79_FAKESCRIPT)) function SCRIPT_ZLYU65_FAKESCRIPT() -- Button1.s local script = Instance.new('LocalScript') script.Parent = Button1 construction simulator gui pastebin PasteShr construction simulator gui pastebin script.Parent.MouseButton1Click:Connect(function() _G.AutoFarm = true local changethisnumberidiots = 45 -- ok so this will be enough for the starter build, go higher as you progressivly buy more blueprints ok thanks love u function sell() local firstpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame local sellpos = CFrame.new(-1120.75, 79.25, -48.03) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = sellpos wait(.5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = firstpos construction simulator gui pastebin How to dowload it? construction simulator gui pastebin end while _G.AutoFarm == true do for i = 1, changethisnumberidiots do game.ReplicatedStorage.Events:InvokeServer("Build") wait(.2) print(i) end sell() end construction simulator gui pastebin How to get it for free? construction simulator gui pastebin end) end coroutine.resume(coroutine.create(SCRIPT_ZLYU65_FAKESCRIPT)) function SCRIPT_JPPM72_FAKESCRIPT() -- TextButton.s local script = Instance.new('LocalScript') script.Parent = TextButton script.Parent.MouseButton1Click:Connect(function() _G.AutoGem = true while _G.AutoGem == true do wait() construction simulator gui pastebin How to use it? construction simulator gui pastebin for i,v in pairs(game.workspace:GetChildren()) do if v.Name == "Gem" and v:IsA("MeshPart") then v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end end end) end coroutine.resume(coroutine.create(SCRIPT_JPPM72_FAKESCRIPT)) construction simulator gui pastebin How to get it? construction simulator gui pastebin function SCRIPT_JGNL80_FAKESCRIPT() -- TextButton_2.s local script = Instance.new('LocalScript') script.Parent = TextButton_2 script.Parent.MouseButton1Click:Connect(function() print("Auto-Sell Enable") end) end construction simulator gui pastebin How to use it? construction simulator gui pastebin coroutine.resume(coroutine.create(SCRIPT_JGNL80_FAKESCRIPT)) function SCRIPT_VDSF66_FAKESCRIPT() -- Section1.LocalScript local script = Instance.new('LocalScript') script.Parent = Section1 TextLabel = script.Parent TextLabel.Draggable = true TextLabel.Active = true TextLabel.Selectable = true end construction simulator gui pastebin PasteShr construction simulator gui pastebin coroutine.resume(coroutine.create(SCRIPT_VDSF66_FAKESCRIPT)) function SCRIPT_DPPX73_FAKESCRIPT() -- GuiName.Script local script = Instance.new('Script') script.Parent = GuiName function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait (0.1) do script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 construction simulator gui pastebin How to get it? construction simulator gui pastebin end -- Yee end coroutine.resume(coroutine.create(SCRIPT_DPPX73_FAKESCRIPT)) function SCRIPT_VPVN88_FAKESCRIPT() -- Creator.Script local script = Instance.new('Script') script.Parent = Creator function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 construction simulator gui pastebin PasteShr construction simulator gui pastebin while wait (0.1) do script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end -- Yee end coroutine.resume(coroutine.create(SCRIPT_VPVN88_FAKESCRIPT)) function SCRIPT_HNIE65_FAKESCRIPT() -- Main.LocalScript local script = Instance.new('LocalScript') script.Parent = Main construction simulator gui pastebin How to get it for free? construction simulator gui pastebin script.Parent.Position = UDim2.new(0.499, 0,0.419, -1000) wait(1) script.Parent:TweenPosition(UDim2.new(0.499, 0,0.419, 0), "Out", "Quad", 1) end coroutine.resume(coroutine.create(SCRIPT_HNIE65_FAKESCRIPT)) function SCRIPT_KBKV87_FAKESCRIPT() -- ScreenGui.LocalScript local script = Instance.new('LocalScript') script.Parent = ScreenGui local Player = game.Players.LocalPlayer construction simulator gui pastebin PasteShr construction simulator gui pastebin local Mouse = Player:GetMouse() local ScreenGui = script.Parent local Main = ScreenGui.Main open = false function Boi(key) if (key == "p") then if (open == false) then Main.Visible = true open = true construction simulator gui pastebin How to dowload it? construction simulator gui pastebin elseif (open == true)then Main.Visible = false open = false end end end Mouse.KeyDown:connect(Boi) construction simulator gui pastebin How to get it? construction simulator gui pastebin end coroutine.resume(coroutine.create(SCRIPT_KBKV87_FAKESCRIPT)) construction simulator gui pastebin