chicago 1949 script -- Farewell Infortality. -- Version: 2.82 -- Instances: local ReallyGoodGUIForChicago = Instance.new("ScreenGui") local Open = Instance.new("TextButton") local Frame = Instance.new("Frame") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local TextButton_5 = Instance.new("TextButton") chicago 1949 script How to get it? chicago 1949 script local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") local TextButton_8 = Instance.new("TextButton") local TextButton_9 = Instance.new("TextButton") local TextButton_10 = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local Frame_2 = Instance.new("Frame") local Close = Instance.new("TextButton") --Properties: ReallyGoodGUIForChicago.Name = "Really Good GUI For Chicago" chicago 1949 script How to get it for free? chicago 1949 script ReallyGoodGUIForChicago.Parent = game.CoreGui ReallyGoodGUIForChicago.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Open.Name = "Open" Open.Parent = ReallyGoodGUIForChicago Open.BackgroundColor3 = Color3.new(1, 0, 0) Open.BackgroundTransparency = 0.69999998807907 Open.Position = UDim2.new(-0.00666666683, 0, 0.92469877, 0) Open.Size = UDim2.new(0, 200, 0, 50) Open.Font = Enum.Font.SourceSans chicago 1949 script How to get it? chicago 1949 script Open.Text = "Open" Open.TextColor3 = Color3.new(0, 0, 0) Open.TextScaled = true Open.TextSize = 14 Open.TextWrapped = true function OpenGUI() Frame.Visible = false Frame_2.Visible = false end Open.MouseButton1Down:Connect(OpenGUI) chicago 1949 script How to use it? chicago 1949 script Frame.Parent = ReallyGoodGUIForChicago Frame.BackgroundColor3 = Color3.new(1, 0, 0) Frame.BackgroundTransparency = 0.69999998807907 Frame.Position = UDim2.new(0.323030293, 0, 0.1506024, 0) Frame.Size = UDim2.new(0, 754, 0, 331) TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.new(1, 1, 1) TextButton.BackgroundTransparency = 1 chicago 1949 script PasteShr chicago 1949 script TextButton.Position = UDim2.new(0, 0, 0.299093664, 0) TextButton.Size = UDim2.new(0, 133, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Give Sten" TextButton.TextColor3 = Color3.new(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 14 TextButton.TextWrapped = true function GiveSten() local OrignalSten = game.ReplicatedStorage.ASSETS.WEAPONS.Sten chicago 1949 script How to dowload it? chicago 1949 script local CopySten = OrignalSten:Clone() CopySten.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Sten.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton.MouseButton1Down:Connect(GiveSten) TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_2.BackgroundTransparency = 1 TextButton_2.Position = UDim2.new(0.17639257, 0, 0.299093664, 0) chicago 1949 script PasteShr chicago 1949 script TextButton_2.Size = UDim2.new(0, 133, 0, 50) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "Give AK-47" TextButton_2.TextColor3 = Color3.new(0, 0, 0) TextButton_2.TextScaled = true TextButton_2.TextSize = 14 TextButton_2.TextWrapped = true function GiveAK() local OriginalAK = game.ReplicatedStorage.ASSETS.WEAPONS["AK-47"] local copyAK = OriginalAK:Clone() chicago 1949 script How to get it for free? chicago 1949 script copyAK.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS["AK-47"].Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_2.MouseButton1Down:Connect(GiveAK) TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_3.BackgroundTransparency = 1 TextButton_3.Position = UDim2.new(0.35278514, 0, 0.299093664, 0) TextButton_3.Size = UDim2.new(0, 133, 0, 50) chicago 1949 script How to get it? chicago 1949 script TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "Give Uzi" TextButton_3.TextColor3 = Color3.new(0, 0, 0) TextButton_3.TextScaled = true TextButton_3.TextSize = 14 TextButton_3.TextWrapped = true function GiveUzi() local OriginalUzi = game.ReplicatedStorage.ASSETS.WEAPONS.Uzi local CopyUzi = OriginalUzi:Clone() CopyUzi.Parent = game.ReplicatedStorage.ASSETS.WEAPONS chicago 1949 script How to get it for free? chicago 1949 script game.ReplicatedStorage.ASSETS.WEAPONS.Uzi.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_3.MouseButton1Down:Connect(GiveUzi) TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_4.BackgroundTransparency = 1 TextButton_4.Position = UDim2.new(0.529177725, 0, 0.299093664, 0) TextButton_4.Size = UDim2.new(0, 133, 0, 50) TextButton_4.Font = Enum.Font.SourceSans chicago 1949 script How to get it for free? chicago 1949 script TextButton_4.Text = "Give Shotgun" TextButton_4.TextColor3 = Color3.new(0, 0, 0) TextButton_4.TextScaled = true TextButton_4.TextSize = 14 TextButton_4.TextWrapped = true function GiveShotgun() local OriginalShotgun = game.ReplicatedStorage.ASSETS.WEAPONS.Shotgun local CopyShotgun = OriginalShotgun:Clone() CopyShotgun.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Shotgun.Parent = game.Players.ShadowGuy4Life123.Backpack chicago 1949 script How to dowload it? chicago 1949 script end TextButton_4.MouseButton1Down:Connect(GiveShotgun) TextButton_5.Parent = Frame TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_5.BackgroundTransparency = 1 TextButton_5.Position = UDim2.new(0.705570281, 0, 0.299093664, 0) TextButton_5.Size = UDim2.new(0, 133, 0, 50) TextButton_5.Font = Enum.Font.SourceSans TextButton_5.Text = "Give Revolver" chicago 1949 script How to get it? chicago 1949 script TextButton_5.TextColor3 = Color3.new(0, 0, 0) TextButton_5.TextScaled = true TextButton_5.TextSize = 14 TextButton_5.TextWrapped = true function GiveRev() local OriginalRevolver = game.ReplicatedStorage.ASSETS.WEAPONS.Revolver local copyRevolver = OriginalRevolver:Clone() copyRevolver.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Revolver.Parent = game.Players.ShadowGuy4Life123.Backpack end chicago 1949 script PasteShr chicago 1949 script TextButton_5.MouseButton1Down:Connect(GiveRev) TextButton_6.Parent = Frame TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_6.BackgroundTransparency = 1 TextButton_6.Position = UDim2.new(0, 0, 0.422960728, 0) TextButton_6.Size = UDim2.new(0, 133, 0, 50) TextButton_6.Font = Enum.Font.SourceSans TextButton_6.Text = "Give M1Garand" TextButton_6.TextColor3 = Color3.new(0, 0, 0) chicago 1949 script PasteShr chicago 1949 script TextButton_6.TextScaled = true TextButton_6.TextSize = 14 TextButton_6.TextWrapped = true function GiveGarand() local OriginalGarand = game.ReplicatedStorage.ASSETS.WEAPONS.M1Garand local copyGarand = OriginalGarand:Clone() copyGarand.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.M1Garand.Parent = game.Players.ShadowGuy123.Backpack end TextButton_6.MouseButton1Down:Connect(GiveGarand) chicago 1949 script How to get it for free? chicago 1949 script TextButton_7.Parent = Frame TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_7.BackgroundTransparency = 1 TextButton_7.Position = UDim2.new(0.17639257, 0, 0.422960728, 0) TextButton_7.Size = UDim2.new(0, 133, 0, 50) TextButton_7.Font = Enum.Font.SourceSans TextButton_7.Text = "Give M1911" TextButton_7.TextColor3 = Color3.new(0, 0, 0) TextButton_7.TextScaled = true chicago 1949 script How to get it? chicago 1949 script TextButton_7.TextSize = 14 TextButton_7.TextWrapped = true function GiveM1911() local OriginalM1911 = game.ReplicatedStorage.ASSETS.WEAPONS.M1911 local copyM1911 = OriginalM1911:Clone() copyM1911.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.M1911.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_7.MouseButton1Down:Connect(GiveM1911) chicago 1949 script PasteShr chicago 1949 script TextButton_8.Parent = Frame TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_8.BackgroundTransparency = 1 TextButton_8.Position = UDim2.new(0.35278514, 0, 0.422960728, 0) TextButton_8.Size = UDim2.new(0, 133, 0, 50) TextButton_8.Font = Enum.Font.SourceSans TextButton_8.Text = "Give Stealthy Bat" TextButton_8.TextColor3 = Color3.new(0, 0, 0) TextButton_8.TextScaled = true TextButton_8.TextSize = 14 chicago 1949 script How to use it? chicago 1949 script TextButton_8.TextWrapped = true function GiveBat() local OriginalBat = game.ReplicatedStorage.ASSETS.WEAPONS.Bat local copyBat = OriginalBat:Clone() copyBat.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Bat.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_8.MouseButton1Down:Connect(GiveBat) TextButton_9.Parent = Frame chicago 1949 script PasteShr chicago 1949 script TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1) TextButton_9.BackgroundTransparency = 1 TextButton_9.Position = UDim2.new(0.529177725, 0, 0.422960728, 0) TextButton_9.Size = UDim2.new(0, 133, 0, 50) TextButton_9.Font = Enum.Font.SourceSans TextButton_9.Text = "Give Tommy Gun" TextButton_9.TextColor3 = Color3.new(0, 0, 0) TextButton_9.TextScaled = true TextButton_9.TextSize = 14 TextButton_9.TextWrapped = true chicago 1949 script How to get it for free? chicago 1949 script function GiveTommy() local OriginalTommy = game.ReplicatedStorage.ASSETS.WEAPONS.Tommy local copyTommy = OriginalTommy:Clone() copyTommy.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Tommy.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_9.MouseButton1Down:Connect(GiveTommy) TextButton_10.Parent = Frame TextButton_10.BackgroundColor3 = Color3.new(1, 1, 1) chicago 1949 script How to get it? chicago 1949 script TextButton_10.BackgroundTransparency = 1 TextButton_10.Position = UDim2.new(0.705570281, 0, 0.422960728, 0) TextButton_10.Size = UDim2.new(0, 133, 0, 50) TextButton_10.Font = Enum.Font.SourceSans TextButton_10.Text = "Give Ithaca" TextButton_10.TextColor3 = Color3.new(0, 0, 0) TextButton_10.TextScaled = true TextButton_10.TextSize = 14 TextButton_10.TextWrapped = true function GiveIthaca() chicago 1949 script How to get it for free? chicago 1949 script local OriginalIthaca = game.ReplicatedStorage.ASSETS.WEAPONS.Ithaca local copyIthaca = OriginalIthaca:Clone() copyIthaca.Parent = game.ReplicatedStorage.ASSETS.WEAPONS game.ReplicatedStorage.ASSETS.WEAPONS.Ithaca.Parent = game.Players.ShadowGuy4Life123.Backpack end TextButton_10.MouseButton1Down:Connect(GiveIthaca) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BackgroundTransparency = 1 chicago 1949 script How to get it for free? chicago 1949 script TextLabel.Size = UDim2.new(0, 754, 0, 53) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Credits: ShadowGuy4Life For GUI and scripts" TextLabel.TextColor3 = Color3.new(0, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14 TextLabel.TextWrapped = true Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.new(0.666667, 0, 0) chicago 1949 script PasteShr chicago 1949 script Frame_2.Position = UDim2.new(0.00928381924, 0, 0.160120845, 0) Frame_2.Size = UDim2.new(0, 747, 0, 11) Close.Name = "Close" Close.Parent = Frame Close.BackgroundColor3 = Color3.new(1, 1, 1) Close.BackgroundTransparency = 1 Close.Position = UDim2.new(0.917771876, 0, 0.848942578, 0) Close.Size = UDim2.new(0, 62, 0, 50) Close.Font = Enum.Font.SourceSans chicago 1949 script How to dowload it? chicago 1949 script Close.Text = "X" Close.TextColor3 = Color3.new(0, 0, 0) Close.TextScaled = true Close.TextSize = 14 Close.TextWrapped = true function CloseGUI() Frame.Visible = false Frame_2.Visible = false end Close.MouseButton1Down:Connect(CloseGUI) chicago 1949 script PasteShr chicago 1949 script chicago 1949 script