local Version21 = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local Version = Instance.new("TextLabel") local TeleportsButton = Instance.new("TextButton") local MiscButton = Instance.new("TextButton") local StatsButton = Instance.new("TextButton") local SettingsButton = Instance.new("TextButton") local TeleportsFrame = Instance.new("Frame") local ScrollingFrame1 = Instance.new("ScrollingFrame") local UIListLayout = Instance.new("UIListLayout") local Bank = Instance.new("TextButton") local BankSell = Instance.new("TextButton") local JewleryStore = Instance.new("TextButton") local JewleryStoreUtilities = Instance.new("TextButton") local Casino = Instance.new("TextButton") local CasinoUtilities = Instance.new("TextButton") local CasinoSell = Instance.new("TextButton") local JewleryStoreSell = Instance.new("TextButton") local Smuggler = Instance.new("TextButton") local SmugglerSell = Instance.new("TextButton") local Misc1 = Instance.new("TextLabel") local Misc2 = Instance.new("TextLabel") local ScrollingFrame2 = Instance.new("ScrollingFrame") local UIListLayout_2 = Instance.new("UIListLayout") local SpawnRaiders = Instance.new("TextButton") local SpawnHitman1 = Instance.new("TextButton") local SpawnMechanized = Instance.new("TextButton") local SpawnAirforce = Instance.new("TextButton") local SpawnHitman2 = Instance.new("TextButton") local SpawnHitman3 = Instance.new("TextButton") local SpawnMilitaryPolice = Instance.new("TextButton") local SpawnStormDetachment = Instance.new("TextButton") local SpawnArmedForces = Instance.new("TextButton") local SpawnHitman4 = Instance.new("TextButton") local SpawnHitman5 = Instance.new("TextButton") local SpawnHitman6 = Instance.new("TextButton") local SpawnHitman7 = Instance.new("TextButton") local SpawnHitman8 = Instance.new("TextButton") local ScrollingFrame3 = Instance.new("ScrollingFrame") local UIListLayout_3 = Instance.new("UIListLayout") local Town = Instance.new("TextButton") local JailEscape = Instance.new("TextButton") local A = Instance.new("TextButton") local B = Instance.new("TextButton") local C = Instance.new("TextButton") local D = Instance.new("TextButton") local CityEnterance = Instance.new("TextButton") local TrainingArea = Instance.new("TextButton") local WantedBoard = Instance.new("TextButton") local VIPCasinoArea = Instance.new("TextButton") local Misc3 = Instance.new("TextLabel") local Misc4 = Instance.new("TextLabel") local Right = Instance.new("TextButton") local MiddleRight = Instance.new("TextButton") local MiddleLeft = Instance.new("TextButton") local Middle = Instance.new("TextButton") local Left = Instance.new("TextButton") local MiscFrame = Instance.new("Frame") local ClimbBoost = Instance.new("TextButton") local GateDelete = Instance.new("TextButton") local WantedWarning = Instance.new("TextButton") local Misc1_2 = Instance.new("TextLabel") local AtmosphereDelete = Instance.new("TextButton") local RainDelete = Instance.new("TextButton") local AntiLag = Instance.new("TextButton") local Misc2_2 = Instance.new("TextLabel") local Misc3_2 = Instance.new("TextLabel") local JumpHeightFrame = Instance.new("Frame") local Lower = Instance.new("TextButton") local Higher = Instance.new("TextButton") local JumpHeightDisplay = Instance.new("TextLabel") local HipHeightFrame = Instance.new("Frame") local HipHeightDisplay = Instance.new("TextLabel") local Higher_2 = Instance.new("TextButton") local Lower_2 = Instance.new("TextButton") local Misc4_2 = Instance.new("TextLabel") local FOVSliderFrame = Instance.new("Frame") local FOVDisplay = Instance.new("TextLabel") local SliderButton = Instance.new("TextButton") local StatisticsFrame = Instance.new("Frame") local Misc1_3 = Instance.new("TextLabel") local SearchBar = Instance.new("TextBox") local Misc2_3 = Instance.new("TextLabel") local PlayerImage = Instance.new("ImageLabel") local CasinoChips = Instance.new("TextLabel") local Wanted = Instance.new("TextLabel") local PlayerName = Instance.new("TextLabel") local Prison = Instance.new("TextLabel") local Suggestion = Instance.new("TextButton") local WantedReason = Instance.new("TextLabel") local PlayerID = Instance.new("TextLabel") local TeleportToPlayer = Instance.new("TextButton") local Misc3_3 = Instance.new("TextLabel") local SettingsFrame = Instance.new("Frame") local Misc1_4 = Instance.new("TextLabel") local ScrollingFrame = Instance.new("ScrollingFrame") local ClassicButton = Instance.new("TextButton") local LightButton = Instance.new("TextButton") local BoWButton = Instance.new("TextButton") local DarkButton = Instance.new("TextButton") local WoBButton = Instance.new("TextButton") local SkyButton = Instance.new("TextButton") local BloodButton = Instance.new("TextButton") local HackerButton = Instance.new("TextButton") local BlueButton = Instance.new("TextButton") local RedButton = Instance.new("TextButton") local GreenButton = Instance.new("TextButton") local LightningButton = Instance.new("TextButton") local PinkButton = Instance.new("TextButton") local GirlyButton = Instance.new("TextButton") local PsychoButton = Instance.new("TextButton") local GoldenButton = Instance.new("TextButton") local UIListLayout_4 = Instance.new("UIListLayout") local Misc2_4 = Instance.new("TextLabel") local Misc3_4 = Instance.new("TextLabel") local Misc4_3 = Instance.new("TextLabel") local Misc5 = Instance.new("TextLabel") local DeleteButton = Instance.new("TextButton") local WarningFrame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") --Properties: Version21.Name = "Version2.1" Version21.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Version21.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Version21.ResetOnSpawn = false MainFrame.Name = "MainFrame" MainFrame.Parent = Version21 MainFrame.BackgroundColor3 = Color3.fromRGB(55, 55, 55) MainFrame.BackgroundTransparency = 0.500 MainFrame.BorderColor3 = Color3.fromRGB(255, 255, 255) MainFrame.BorderSizePixel = 2 MainFrame.Position = UDim2.new(0.349999994, 0, 0.349999994, 0) MainFrame.Size = UDim2.new(0.300000012, 0, 0.300000012, 0) Title.Name = "Title" Title.Parent = MainFrame Title.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Title.BackgroundTransparency = 1.000 Title.BorderColor3 = Color3.fromRGB(0, 0, 0) Title.Size = UDim2.new(1, 0, 0.100000001, 0) Title.Font = Enum.Font.Michroma Title.Text = "Innsbruck Border Simulator" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 25.000 Version.Name = "Version" Version.Parent = MainFrame Version.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Version.BackgroundTransparency = 1.000 Version.BorderColor3 = Color3.fromRGB(0, 0, 0) Version.Position = UDim2.new(0.899999976, 0, 0, 0) Version.Size = UDim2.new(0.100000001, 0, 0.100000001, 0) Version.Font = Enum.Font.Michroma Version.Text = "2.1" Version.TextColor3 = Color3.fromRGB(255, 255, 255) Version.TextSize = 25.000 TeleportsButton.Name = "TeleportsButton" TeleportsButton.Parent = MainFrame TeleportsButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) TeleportsButton.BackgroundTransparency = 0.500 TeleportsButton.BorderColor3 = Color3.fromRGB(255, 255, 255) TeleportsButton.BorderSizePixel = 2 TeleportsButton.Position = UDim2.new(0.0199999996, 0, 0.100000001, 0) TeleportsButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) TeleportsButton.Font = Enum.Font.Michroma TeleportsButton.Text = "Teleports" TeleportsButton.TextColor3 = Color3.fromRGB(255, 255, 255) TeleportsButton.TextSize = 15.000 MiscButton.Name = "MiscButton" MiscButton.Parent = MainFrame MiscButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) MiscButton.BackgroundTransparency = 0.500 MiscButton.BorderColor3 = Color3.fromRGB(255, 255, 255) MiscButton.BorderSizePixel = 2 MiscButton.Position = UDim2.new(0.270000011, 0, 0.100000001, 0) MiscButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) MiscButton.Font = Enum.Font.Michroma MiscButton.Text = "Misc" MiscButton.TextColor3 = Color3.fromRGB(255, 255, 255) MiscButton.TextSize = 15.000 StatsButton.Name = "StatsButton" StatsButton.Parent = MainFrame StatsButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) StatsButton.BackgroundTransparency = 0.500 StatsButton.BorderColor3 = Color3.fromRGB(255, 255, 255) StatsButton.BorderSizePixel = 2 StatsButton.Position = UDim2.new(0.529999971, 0, 0.100000001, 0) StatsButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) StatsButton.Font = Enum.Font.Michroma StatsButton.Text = "Statistics" StatsButton.TextColor3 = Color3.fromRGB(255, 255, 255) StatsButton.TextSize = 15.000 SettingsButton.Name = "SettingsButton" SettingsButton.Parent = MainFrame SettingsButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SettingsButton.BackgroundTransparency = 0.500 SettingsButton.BorderColor3 = Color3.fromRGB(255, 255, 255) SettingsButton.BorderSizePixel = 2 SettingsButton.Position = UDim2.new(0.779999971, 0, 0.100000001, 0) SettingsButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) SettingsButton.Font = Enum.Font.Michroma SettingsButton.Text = "Settings" SettingsButton.TextColor3 = Color3.fromRGB(255, 255, 255) SettingsButton.TextSize = 15.000 TeleportsFrame.Name = "TeleportsFrame" TeleportsFrame.Parent = MainFrame TeleportsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TeleportsFrame.BackgroundTransparency = 1.000 TeleportsFrame.BorderColor3 = Color3.fromRGB(27, 42, 53) TeleportsFrame.Position = UDim2.new(0, 0, 0.200000003, 0) TeleportsFrame.Size = UDim2.new(1, 0, 0.800000012, 0) TeleportsFrame.Visible = false ScrollingFrame1.Name = "ScrollingFrame1" ScrollingFrame1.Parent = TeleportsFrame ScrollingFrame1.Active = true ScrollingFrame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame1.BackgroundTransparency = 1.000 ScrollingFrame1.Position = UDim2.new(0, 0, 0.100000001, 0) ScrollingFrame1.Size = UDim2.new(0.5, 0, 0.400000006, 0) UIListLayout.Parent = ScrollingFrame1 UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0.0199999996, 0) Bank.Name = "Bank" Bank.Parent = ScrollingFrame1 Bank.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Bank.BackgroundTransparency = 0.500 Bank.BorderColor3 = Color3.fromRGB(255, 255, 255) Bank.BorderSizePixel = 2 Bank.Size = UDim2.new(1, 0, 0.0399999991, 0) Bank.Font = Enum.Font.Michroma Bank.Text = "Bank" Bank.TextColor3 = Color3.fromRGB(255, 255, 255) Bank.TextSize = 15.000 Bank.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) BankSell.Name = "BankSell" BankSell.Parent = ScrollingFrame1 BankSell.BackgroundColor3 = Color3.fromRGB(55, 55, 55) BankSell.BackgroundTransparency = 0.500 BankSell.BorderColor3 = Color3.fromRGB(255, 255, 255) BankSell.BorderSizePixel = 2 BankSell.Size = UDim2.new(1, 0, 0.0399999991, 0) BankSell.Font = Enum.Font.Michroma BankSell.Text = "Bank Sell" BankSell.TextColor3 = Color3.fromRGB(255, 255, 255) BankSell.TextSize = 15.000 BankSell.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) JewleryStore.Name = "JewleryStore" JewleryStore.Parent = ScrollingFrame1 JewleryStore.BackgroundColor3 = Color3.fromRGB(55, 55, 55) JewleryStore.BackgroundTransparency = 0.500 JewleryStore.BorderColor3 = Color3.fromRGB(255, 255, 255) JewleryStore.BorderSizePixel = 2 JewleryStore.Size = UDim2.new(1, 0, 0.0399999991, 0) JewleryStore.Font = Enum.Font.Michroma JewleryStore.Text = "Jewlery Store" JewleryStore.TextColor3 = Color3.fromRGB(255, 255, 255) JewleryStore.TextSize = 15.000 JewleryStore.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreUtilities.Name = "JewleryStoreUtilities" JewleryStoreUtilities.Parent = ScrollingFrame1 JewleryStoreUtilities.BackgroundColor3 = Color3.fromRGB(55, 55, 55) JewleryStoreUtilities.BackgroundTransparency = 0.500 JewleryStoreUtilities.BorderColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreUtilities.BorderSizePixel = 2 JewleryStoreUtilities.Size = UDim2.new(1, 0, 0.0399999991, 0) JewleryStoreUtilities.Font = Enum.Font.Michroma JewleryStoreUtilities.Text = "Jewlery Store Utilities" JewleryStoreUtilities.TextColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreUtilities.TextSize = 15.000 JewleryStoreUtilities.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Casino.Name = "Casino" Casino.Parent = ScrollingFrame1 Casino.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Casino.BackgroundTransparency = 0.500 Casino.BorderColor3 = Color3.fromRGB(255, 255, 255) Casino.BorderSizePixel = 2 Casino.Size = UDim2.new(1, 0, 0.0399999991, 0) Casino.Font = Enum.Font.Michroma Casino.Text = "Casino" Casino.TextColor3 = Color3.fromRGB(255, 255, 255) Casino.TextSize = 15.000 Casino.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) CasinoUtilities.Name = "CasinoUtilities" CasinoUtilities.Parent = ScrollingFrame1 CasinoUtilities.BackgroundColor3 = Color3.fromRGB(55, 55, 55) CasinoUtilities.BackgroundTransparency = 0.500 CasinoUtilities.BorderColor3 = Color3.fromRGB(255, 255, 255) CasinoUtilities.BorderSizePixel = 2 CasinoUtilities.Size = UDim2.new(1, 0, 0.0399999991, 0) CasinoUtilities.Font = Enum.Font.Michroma CasinoUtilities.Text = "Casino Utilities" CasinoUtilities.TextColor3 = Color3.fromRGB(255, 255, 255) CasinoUtilities.TextSize = 15.000 CasinoUtilities.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) CasinoSell.Name = "CasinoSell" CasinoSell.Parent = ScrollingFrame1 CasinoSell.BackgroundColor3 = Color3.fromRGB(55, 55, 55) CasinoSell.BackgroundTransparency = 0.500 CasinoSell.BorderColor3 = Color3.fromRGB(255, 255, 255) CasinoSell.BorderSizePixel = 2 CasinoSell.Size = UDim2.new(1, 0, 0.0399999991, 0) CasinoSell.Font = Enum.Font.Michroma CasinoSell.Text = "Casino Sell" CasinoSell.TextColor3 = Color3.fromRGB(255, 255, 255) CasinoSell.TextSize = 15.000 CasinoSell.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreSell.Name = "JewleryStoreSell" JewleryStoreSell.Parent = ScrollingFrame1 JewleryStoreSell.BackgroundColor3 = Color3.fromRGB(55, 55, 55) JewleryStoreSell.BackgroundTransparency = 0.500 JewleryStoreSell.BorderColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreSell.BorderSizePixel = 2 JewleryStoreSell.Size = UDim2.new(1, 0, 0.0399999991, 0) JewleryStoreSell.Font = Enum.Font.Michroma JewleryStoreSell.Text = "Jewlery Store Sell" JewleryStoreSell.TextColor3 = Color3.fromRGB(255, 255, 255) JewleryStoreSell.TextSize = 15.000 JewleryStoreSell.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Smuggler.Name = "Smuggler" Smuggler.Parent = ScrollingFrame1 Smuggler.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Smuggler.BackgroundTransparency = 0.500 Smuggler.BorderColor3 = Color3.fromRGB(255, 255, 255) Smuggler.BorderSizePixel = 2 Smuggler.Size = UDim2.new(1, 0, 0.0399999991, 0) Smuggler.Font = Enum.Font.Michroma Smuggler.Text = "Smuggler" Smuggler.TextColor3 = Color3.fromRGB(255, 255, 255) Smuggler.TextSize = 15.000 Smuggler.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SmugglerSell.Name = "SmugglerSell" SmugglerSell.Parent = ScrollingFrame1 SmugglerSell.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SmugglerSell.BackgroundTransparency = 0.500 SmugglerSell.BorderColor3 = Color3.fromRGB(255, 255, 255) SmugglerSell.BorderSizePixel = 2 SmugglerSell.Size = UDim2.new(1, 0, 0.0399999991, 0) SmugglerSell.Font = Enum.Font.Michroma SmugglerSell.Text = "Smuggler Sell" SmugglerSell.TextColor3 = Color3.fromRGB(255, 255, 255) SmugglerSell.TextSize = 15.000 SmugglerSell.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Misc1.Name = "Misc1" Misc1.Parent = TeleportsFrame Misc1.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc1.BackgroundTransparency = 1.000 Misc1.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc1.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc1.Font = Enum.Font.Michroma Misc1.Text = "Robberies" Misc1.TextColor3 = Color3.fromRGB(255, 255, 255) Misc1.TextSize = 15.000 Misc2.Name = "Misc2" Misc2.Parent = TeleportsFrame Misc2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc2.BackgroundTransparency = 1.000 Misc2.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc2.Position = UDim2.new(0.5, 0, 0, 0) Misc2.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc2.Font = Enum.Font.Michroma Misc2.Text = "Spawns" Misc2.TextColor3 = Color3.fromRGB(255, 255, 255) Misc2.TextSize = 15.000 ScrollingFrame2.Name = "ScrollingFrame2" ScrollingFrame2.Parent = TeleportsFrame ScrollingFrame2.Active = true ScrollingFrame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame2.BackgroundTransparency = 1.000 ScrollingFrame2.Position = UDim2.new(0.5, 0, 0.100000001, 0) ScrollingFrame2.Size = UDim2.new(0.5, 0, 0.400000006, 0) UIListLayout_2.Parent = ScrollingFrame2 UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout_2.Padding = UDim.new(0.0199999996, 0) SpawnRaiders.Name = "SpawnRaiders" SpawnRaiders.Parent = ScrollingFrame2 SpawnRaiders.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnRaiders.BackgroundTransparency = 0.500 SpawnRaiders.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnRaiders.BorderSizePixel = 2 SpawnRaiders.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnRaiders.Font = Enum.Font.Michroma SpawnRaiders.Text = "Raiders Spawn" SpawnRaiders.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnRaiders.TextSize = 15.000 SpawnRaiders.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman1.Name = "SpawnHitman1" SpawnHitman1.Parent = ScrollingFrame2 SpawnHitman1.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman1.BackgroundTransparency = 0.500 SpawnHitman1.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman1.BorderSizePixel = 2 SpawnHitman1.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman1.Font = Enum.Font.Michroma SpawnHitman1.Text = "Hitman Spawn 1" SpawnHitman1.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman1.TextSize = 15.000 SpawnHitman1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnMechanized.Name = "SpawnMechanized" SpawnMechanized.Parent = ScrollingFrame2 SpawnMechanized.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnMechanized.BackgroundTransparency = 0.500 SpawnMechanized.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnMechanized.BorderSizePixel = 2 SpawnMechanized.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnMechanized.Font = Enum.Font.Michroma SpawnMechanized.Text = "Mechanized Spawn" SpawnMechanized.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnMechanized.TextSize = 15.000 SpawnMechanized.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnAirforce.Name = "SpawnAirforce" SpawnAirforce.Parent = ScrollingFrame2 SpawnAirforce.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnAirforce.BackgroundTransparency = 0.500 SpawnAirforce.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnAirforce.BorderSizePixel = 2 SpawnAirforce.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnAirforce.Font = Enum.Font.Michroma SpawnAirforce.Text = "Airforce Spawn" SpawnAirforce.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnAirforce.TextSize = 15.000 SpawnAirforce.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman2.Name = "SpawnHitman2" SpawnHitman2.Parent = ScrollingFrame2 SpawnHitman2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman2.BackgroundTransparency = 0.500 SpawnHitman2.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman2.BorderSizePixel = 2 SpawnHitman2.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman2.Font = Enum.Font.Michroma SpawnHitman2.Text = "Hitman Spawn 2" SpawnHitman2.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman2.TextSize = 15.000 SpawnHitman2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman3.Name = "SpawnHitman3" SpawnHitman3.Parent = ScrollingFrame2 SpawnHitman3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman3.BackgroundTransparency = 0.500 SpawnHitman3.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman3.BorderSizePixel = 2 SpawnHitman3.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman3.Font = Enum.Font.Michroma SpawnHitman3.Text = "Hitman Spawn 3" SpawnHitman3.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman3.TextSize = 15.000 SpawnHitman3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnMilitaryPolice.Name = "SpawnMilitaryPolice" SpawnMilitaryPolice.Parent = ScrollingFrame2 SpawnMilitaryPolice.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnMilitaryPolice.BackgroundTransparency = 0.500 SpawnMilitaryPolice.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnMilitaryPolice.BorderSizePixel = 2 SpawnMilitaryPolice.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnMilitaryPolice.Font = Enum.Font.Michroma SpawnMilitaryPolice.Text = "Military Police Spawn" SpawnMilitaryPolice.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnMilitaryPolice.TextSize = 15.000 SpawnMilitaryPolice.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnStormDetachment.Name = "SpawnStormDetachment" SpawnStormDetachment.Parent = ScrollingFrame2 SpawnStormDetachment.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnStormDetachment.BackgroundTransparency = 0.500 SpawnStormDetachment.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnStormDetachment.BorderSizePixel = 2 SpawnStormDetachment.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnStormDetachment.Font = Enum.Font.Michroma SpawnStormDetachment.Text = "Storm Detachment Spawn" SpawnStormDetachment.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnStormDetachment.TextSize = 15.000 SpawnStormDetachment.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnArmedForces.Name = "SpawnArmedForces" SpawnArmedForces.Parent = ScrollingFrame2 SpawnArmedForces.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnArmedForces.BackgroundTransparency = 0.500 SpawnArmedForces.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnArmedForces.BorderSizePixel = 2 SpawnArmedForces.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnArmedForces.Font = Enum.Font.Michroma SpawnArmedForces.Text = "Armed Forces Spawn" SpawnArmedForces.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnArmedForces.TextSize = 15.000 SpawnArmedForces.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman4.Name = "SpawnHitman4" SpawnHitman4.Parent = ScrollingFrame2 SpawnHitman4.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman4.BackgroundTransparency = 0.500 SpawnHitman4.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman4.BorderSizePixel = 2 SpawnHitman4.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman4.Font = Enum.Font.Michroma SpawnHitman4.Text = "Hitman Spawn 4" SpawnHitman4.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman4.TextSize = 15.000 SpawnHitman4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman5.Name = "SpawnHitman5" SpawnHitman5.Parent = ScrollingFrame2 SpawnHitman5.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman5.BackgroundTransparency = 0.500 SpawnHitman5.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman5.BorderSizePixel = 2 SpawnHitman5.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman5.Font = Enum.Font.Michroma SpawnHitman5.Text = "Hitman Spawn 5" SpawnHitman5.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman5.TextSize = 15.000 SpawnHitman5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman6.Name = "SpawnHitman6" SpawnHitman6.Parent = ScrollingFrame2 SpawnHitman6.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman6.BackgroundTransparency = 0.500 SpawnHitman6.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman6.BorderSizePixel = 2 SpawnHitman6.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman6.Font = Enum.Font.Michroma SpawnHitman6.Text = "Hitman Spawn 6" SpawnHitman6.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman6.TextSize = 15.000 SpawnHitman6.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman7.Name = "SpawnHitman7" SpawnHitman7.Parent = ScrollingFrame2 SpawnHitman7.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman7.BackgroundTransparency = 0.500 SpawnHitman7.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman7.BorderSizePixel = 2 SpawnHitman7.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman7.Font = Enum.Font.Michroma SpawnHitman7.Text = "Hitman Spawn 7" SpawnHitman7.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman7.TextSize = 15.000 SpawnHitman7.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman8.Name = "SpawnHitman8" SpawnHitman8.Parent = ScrollingFrame2 SpawnHitman8.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SpawnHitman8.BackgroundTransparency = 0.500 SpawnHitman8.BorderColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman8.BorderSizePixel = 2 SpawnHitman8.Size = UDim2.new(1, 0, 0.0399999991, 0) SpawnHitman8.Font = Enum.Font.Michroma SpawnHitman8.Text = "Hitman Spawn 8" SpawnHitman8.TextColor3 = Color3.fromRGB(255, 255, 255) SpawnHitman8.TextSize = 15.000 SpawnHitman8.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame3.Name = "ScrollingFrame3" ScrollingFrame3.Parent = TeleportsFrame ScrollingFrame3.Active = true ScrollingFrame3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame3.BackgroundTransparency = 1.000 ScrollingFrame3.Position = UDim2.new(0, 0, 0.600000024, 0) ScrollingFrame3.Size = UDim2.new(0.5, 0, 0.400000006, 0) UIListLayout_3.Parent = ScrollingFrame3 UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout_3.Padding = UDim.new(0.0199999996, 0) Town.Name = "Town" Town.Parent = ScrollingFrame3 Town.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Town.BackgroundTransparency = 0.500 Town.BorderColor3 = Color3.fromRGB(255, 255, 255) Town.BorderSizePixel = 2 Town.Size = UDim2.new(1, 0, 0.0399999991, 0) Town.Font = Enum.Font.Michroma Town.Text = "Town" Town.TextColor3 = Color3.fromRGB(255, 255, 255) Town.TextSize = 15.000 Town.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) JailEscape.Name = "JailEscape" JailEscape.Parent = ScrollingFrame3 JailEscape.BackgroundColor3 = Color3.fromRGB(55, 55, 55) JailEscape.BackgroundTransparency = 0.500 JailEscape.BorderColor3 = Color3.fromRGB(255, 255, 255) JailEscape.BorderSizePixel = 2 JailEscape.Size = UDim2.new(1, 0, 0.0399999991, 0) JailEscape.Font = Enum.Font.Michroma JailEscape.Text = "Jail Escape" JailEscape.TextColor3 = Color3.fromRGB(255, 255, 255) JailEscape.TextSize = 15.000 JailEscape.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) A.Name = "A" A.Parent = ScrollingFrame3 A.BackgroundColor3 = Color3.fromRGB(55, 55, 55) A.BackgroundTransparency = 0.500 A.BorderColor3 = Color3.fromRGB(255, 255, 255) A.BorderSizePixel = 2 A.Size = UDim2.new(1, 0, 0.0399999991, 0) A.Font = Enum.Font.Michroma A.Text = "A" A.TextColor3 = Color3.fromRGB(255, 255, 255) A.TextSize = 15.000 A.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) B.Name = "B" B.Parent = ScrollingFrame3 B.BackgroundColor3 = Color3.fromRGB(55, 55, 55) B.BackgroundTransparency = 0.500 B.BorderColor3 = Color3.fromRGB(255, 255, 255) B.BorderSizePixel = 2 B.Size = UDim2.new(1, 0, 0.0399999991, 0) B.Font = Enum.Font.Michroma B.Text = "B" B.TextColor3 = Color3.fromRGB(255, 255, 255) B.TextSize = 15.000 B.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) C.Name = "C" C.Parent = ScrollingFrame3 C.BackgroundColor3 = Color3.fromRGB(55, 55, 55) C.BackgroundTransparency = 0.500 C.BorderColor3 = Color3.fromRGB(255, 255, 255) C.BorderSizePixel = 2 C.Size = UDim2.new(1, 0, 0.0399999991, 0) C.Font = Enum.Font.Michroma C.Text = "C" C.TextColor3 = Color3.fromRGB(255, 255, 255) C.TextSize = 15.000 C.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) D.Name = "D" D.Parent = ScrollingFrame3 D.BackgroundColor3 = Color3.fromRGB(55, 55, 55) D.BackgroundTransparency = 0.500 D.BorderColor3 = Color3.fromRGB(255, 255, 255) D.BorderSizePixel = 2 D.Size = UDim2.new(1, 0, 0.0399999991, 0) D.Font = Enum.Font.Michroma D.Text = "D" D.TextColor3 = Color3.fromRGB(255, 255, 255) D.TextSize = 15.000 D.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) CityEnterance.Name = "CityEnterance" CityEnterance.Parent = ScrollingFrame3 CityEnterance.BackgroundColor3 = Color3.fromRGB(55, 55, 55) CityEnterance.BackgroundTransparency = 0.500 CityEnterance.BorderColor3 = Color3.fromRGB(255, 255, 255) CityEnterance.BorderSizePixel = 2 CityEnterance.Size = UDim2.new(1, 0, 0.0399999991, 0) CityEnterance.Font = Enum.Font.Michroma CityEnterance.Text = "City Enterance" CityEnterance.TextColor3 = Color3.fromRGB(255, 255, 255) CityEnterance.TextSize = 15.000 CityEnterance.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TrainingArea.Name = "TrainingArea" TrainingArea.Parent = ScrollingFrame3 TrainingArea.BackgroundColor3 = Color3.fromRGB(55, 55, 55) TrainingArea.BackgroundTransparency = 0.500 TrainingArea.BorderColor3 = Color3.fromRGB(255, 255, 255) TrainingArea.BorderSizePixel = 2 TrainingArea.Size = UDim2.new(1, 0, 0.0399999991, 0) TrainingArea.Font = Enum.Font.Michroma TrainingArea.Text = "Training Area" TrainingArea.TextColor3 = Color3.fromRGB(255, 255, 255) TrainingArea.TextSize = 15.000 TrainingArea.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) WantedBoard.Name = "WantedBoard" WantedBoard.Parent = ScrollingFrame3 WantedBoard.BackgroundColor3 = Color3.fromRGB(55, 55, 55) WantedBoard.BackgroundTransparency = 0.500 WantedBoard.BorderColor3 = Color3.fromRGB(255, 255, 255) WantedBoard.BorderSizePixel = 2 WantedBoard.Size = UDim2.new(1, 0, 0.0399999991, 0) WantedBoard.Font = Enum.Font.Michroma WantedBoard.Text = "Wanted Board" WantedBoard.TextColor3 = Color3.fromRGB(255, 255, 255) WantedBoard.TextSize = 15.000 WantedBoard.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) VIPCasinoArea.Name = "VIPCasinoArea" VIPCasinoArea.Parent = ScrollingFrame3 VIPCasinoArea.BackgroundColor3 = Color3.fromRGB(55, 55, 55) VIPCasinoArea.BackgroundTransparency = 0.500 VIPCasinoArea.BorderColor3 = Color3.fromRGB(255, 255, 255) VIPCasinoArea.BorderSizePixel = 2 VIPCasinoArea.Size = UDim2.new(1, 0, 0.0399999991, 0) VIPCasinoArea.Font = Enum.Font.Michroma VIPCasinoArea.Text = "VIP Casino Area" VIPCasinoArea.TextColor3 = Color3.fromRGB(255, 255, 255) VIPCasinoArea.TextSize = 15.000 VIPCasinoArea.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Misc3.Name = "Misc3" Misc3.Parent = TeleportsFrame Misc3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc3.BackgroundTransparency = 1.000 Misc3.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc3.Position = UDim2.new(0, 0, 0.5, 0) Misc3.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc3.Font = Enum.Font.Michroma Misc3.Text = "Extra" Misc3.TextColor3 = Color3.fromRGB(255, 255, 255) Misc3.TextSize = 15.000 Misc4.Name = "Misc4" Misc4.Parent = TeleportsFrame Misc4.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc4.BackgroundTransparency = 1.000 Misc4.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc4.Position = UDim2.new(0.5, 0, 0.5, 0) Misc4.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc4.Font = Enum.Font.Michroma Misc4.Text = "Casino Cages" Misc4.TextColor3 = Color3.fromRGB(255, 255, 255) Misc4.TextSize = 15.000 Right.Name = "Right" Right.Parent = TeleportsFrame Right.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Right.BackgroundTransparency = 0.500 Right.BorderColor3 = Color3.fromRGB(255, 255, 255) Right.BorderSizePixel = 2 Right.Position = UDim2.new(0.899999976, 0, 0.800000012, 0) Right.Size = UDim2.new(0.075000003, 0, 0.150000006, 0) Right.Font = Enum.Font.SourceSans Right.Text = "" Right.TextColor3 = Color3.fromRGB(0, 0, 0) Right.TextSize = 14.000 MiddleRight.Name = "MiddleRight" MiddleRight.Parent = TeleportsFrame MiddleRight.BackgroundColor3 = Color3.fromRGB(55, 55, 55) MiddleRight.BackgroundTransparency = 0.500 MiddleRight.BorderColor3 = Color3.fromRGB(255, 255, 255) MiddleRight.BorderSizePixel = 2 MiddleRight.Position = UDim2.new(0.8125, 0, 0.725000024, 0) MiddleRight.Size = UDim2.new(0.075000003, 0, 0.150000006, 0) MiddleRight.Font = Enum.Font.SourceSans MiddleRight.Text = "" MiddleRight.TextColor3 = Color3.fromRGB(0, 0, 0) MiddleRight.TextSize = 14.000 MiddleLeft.Name = "MiddleLeft" MiddleLeft.Parent = TeleportsFrame MiddleLeft.BackgroundColor3 = Color3.fromRGB(55, 55, 55) MiddleLeft.BackgroundTransparency = 0.500 MiddleLeft.BorderColor3 = Color3.fromRGB(255, 255, 255) MiddleLeft.BorderSizePixel = 2 MiddleLeft.Position = UDim2.new(0.637499988, 0, 0.725000024, 0) MiddleLeft.Size = UDim2.new(0.075000003, 0, 0.150000006, 0) MiddleLeft.Font = Enum.Font.SourceSans MiddleLeft.Text = "" MiddleLeft.TextColor3 = Color3.fromRGB(0, 0, 0) MiddleLeft.TextSize = 14.000 Middle.Name = "Middle" Middle.Parent = TeleportsFrame Middle.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Middle.BackgroundTransparency = 0.500 Middle.BorderColor3 = Color3.fromRGB(255, 255, 255) Middle.BorderSizePixel = 2 Middle.Position = UDim2.new(0.725000024, 0, 0.649999976, 0) Middle.Size = UDim2.new(0.075000003, 0, 0.150000006, 0) Middle.Font = Enum.Font.SourceSans Middle.Text = "" Middle.TextColor3 = Color3.fromRGB(0, 0, 0) Middle.TextSize = 14.000 Left.Name = "Left" Left.Parent = TeleportsFrame Left.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Left.BackgroundTransparency = 0.500 Left.BorderColor3 = Color3.fromRGB(255, 255, 255) Left.BorderSizePixel = 2 Left.Position = UDim2.new(0.550000012, 0, 0.800000012, 0) Left.Size = UDim2.new(0.075000003, 0, 0.150000006, 0) Left.Font = Enum.Font.SourceSans Left.Text = "" Left.TextColor3 = Color3.fromRGB(0, 0, 0) Left.TextSize = 14.000 MiscFrame.Name = "MiscFrame" MiscFrame.Parent = MainFrame MiscFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MiscFrame.BackgroundTransparency = 1.000 MiscFrame.BorderColor3 = Color3.fromRGB(27, 42, 53) MiscFrame.Position = UDim2.new(0, 0, 0.200000003, 0) MiscFrame.Size = UDim2.new(1, 0, 0.800000012, 0) MiscFrame.Visible = false ClimbBoost.Name = "ClimbBoost" ClimbBoost.Parent = MiscFrame ClimbBoost.BackgroundColor3 = Color3.fromRGB(55, 55, 55) ClimbBoost.BackgroundTransparency = 0.500 ClimbBoost.BorderColor3 = Color3.fromRGB(255, 255, 255) ClimbBoost.BorderSizePixel = 2 ClimbBoost.Position = UDim2.new(0.0500000007, 0, 0.649999976, 0) ClimbBoost.Size = UDim2.new(0.25, 0, 0.100000001, 0) ClimbBoost.Font = Enum.Font.Michroma ClimbBoost.Text = "ClimbBoost" ClimbBoost.TextColor3 = Color3.fromRGB(255, 255, 255) ClimbBoost.TextSize = 15.000 GateDelete.Name = "GateDelete" GateDelete.Parent = MiscFrame GateDelete.BackgroundColor3 = Color3.fromRGB(55, 55, 55) GateDelete.BackgroundTransparency = 0.500 GateDelete.BorderColor3 = Color3.fromRGB(255, 255, 255) GateDelete.BorderSizePixel = 2 GateDelete.Position = UDim2.new(0.0500000007, 0, 0.200000003, 0) GateDelete.Size = UDim2.new(0.25, 0, 0.100000001, 0) GateDelete.Font = Enum.Font.Michroma GateDelete.Text = "Gate Delete" GateDelete.TextColor3 = Color3.fromRGB(255, 255, 255) GateDelete.TextSize = 15.000 WantedWarning.Name = "WantedWarning" WantedWarning.Parent = MiscFrame WantedWarning.BackgroundColor3 = Color3.fromRGB(55, 55, 55) WantedWarning.BackgroundTransparency = 0.500 WantedWarning.BorderColor3 = Color3.fromRGB(255, 255, 255) WantedWarning.BorderSizePixel = 2 WantedWarning.Position = UDim2.new(0.474999994, 0, 0.200000003, 0) WantedWarning.Size = UDim2.new(0.0500000007, 0, 0.100000001, 0) WantedWarning.Font = Enum.Font.Michroma WantedWarning.Text = "" WantedWarning.TextColor3 = Color3.fromRGB(255, 255, 255) WantedWarning.TextSize = 15.000 Misc1_2.Name = "Misc1" Misc1_2.Parent = MiscFrame Misc1_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc1_2.BackgroundTransparency = 0.500 Misc1_2.BorderColor3 = Color3.fromRGB(255, 255, 255) Misc1_2.BorderSizePixel = 2 Misc1_2.Position = UDim2.new(0.375, 0, 0.0500000007, 0) Misc1_2.Size = UDim2.new(0.25, 0, 0.100000001, 0) Misc1_2.Font = Enum.Font.Michroma Misc1_2.Text = "Wanted Warning" Misc1_2.TextColor3 = Color3.fromRGB(255, 255, 255) Misc1_2.TextSize = 15.000 AtmosphereDelete.Name = "AtmosphereDelete" AtmosphereDelete.Parent = MiscFrame AtmosphereDelete.BackgroundColor3 = Color3.fromRGB(55, 55, 55) AtmosphereDelete.BackgroundTransparency = 0.500 AtmosphereDelete.BorderColor3 = Color3.fromRGB(255, 255, 255) AtmosphereDelete.BorderSizePixel = 2 AtmosphereDelete.Position = UDim2.new(0.0500000007, 0, 0.349999994, 0) AtmosphereDelete.Size = UDim2.new(0.25, 0, 0.100000001, 0) AtmosphereDelete.Font = Enum.Font.Michroma AtmosphereDelete.Text = "Atmosphere Delete" AtmosphereDelete.TextColor3 = Color3.fromRGB(255, 255, 255) AtmosphereDelete.TextSize = 15.000 RainDelete.Name = "RainDelete" RainDelete.Parent = MiscFrame RainDelete.BackgroundColor3 = Color3.fromRGB(55, 55, 55) RainDelete.BackgroundTransparency = 0.500 RainDelete.BorderColor3 = Color3.fromRGB(255, 255, 255) RainDelete.BorderSizePixel = 2 RainDelete.Position = UDim2.new(0.0500000007, 0, 0.5, 0) RainDelete.Size = UDim2.new(0.25, 0, 0.100000001, 0) RainDelete.Font = Enum.Font.Michroma RainDelete.Text = "Rain Delete" RainDelete.TextColor3 = Color3.fromRGB(255, 255, 255) RainDelete.TextSize = 15.000 AntiLag.Name = "AntiLag" AntiLag.Parent = MiscFrame AntiLag.BackgroundColor3 = Color3.fromRGB(55, 55, 55) AntiLag.BackgroundTransparency = 0.500 AntiLag.BorderColor3 = Color3.fromRGB(255, 255, 255) AntiLag.BorderSizePixel = 2 AntiLag.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0) AntiLag.Size = UDim2.new(0.25, 0, 0.100000001, 0) AntiLag.Font = Enum.Font.Michroma AntiLag.Text = "Anti-Lag" AntiLag.TextColor3 = Color3.fromRGB(255, 255, 255) AntiLag.TextSize = 15.000 Misc2_2.Name = "Misc2" Misc2_2.Parent = MiscFrame Misc2_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc2_2.BackgroundTransparency = 0.500 Misc2_2.BorderColor3 = Color3.fromRGB(255, 255, 255) Misc2_2.BorderSizePixel = 2 Misc2_2.Position = UDim2.new(0.699999988, 0, 0.360000014, 0) Misc2_2.Size = UDim2.new(0.25, 0, 0.100000001, 0) Misc2_2.Font = Enum.Font.Michroma Misc2_2.Text = "Jump Power" Misc2_2.TextColor3 = Color3.fromRGB(255, 255, 255) Misc2_2.TextSize = 15.000 Misc3_2.Name = "Misc3" Misc3_2.Parent = MiscFrame Misc3_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc3_2.BackgroundTransparency = 0.500 Misc3_2.BorderColor3 = Color3.fromRGB(255, 255, 255) Misc3_2.BorderSizePixel = 2 Misc3_2.Position = UDim2.new(0.699999988, 0, 0.670000017, 0) Misc3_2.Size = UDim2.new(0.25, 0, 0.100000001, 0) Misc3_2.Font = Enum.Font.Michroma Misc3_2.Text = "Hip Height" Misc3_2.TextColor3 = Color3.fromRGB(255, 255, 255) Misc3_2.TextSize = 15.000 JumpHeightFrame.Name = "JumpHeightFrame" JumpHeightFrame.Parent = MiscFrame JumpHeightFrame.BackgroundColor3 = Color3.fromRGB(55, 55, 55) JumpHeightFrame.BackgroundTransparency = 0.500 JumpHeightFrame.BorderColor3 = Color3.fromRGB(255, 255, 255) JumpHeightFrame.BorderSizePixel = 2 JumpHeightFrame.Position = UDim2.new(0.699999988, 0, 0.5, 0) JumpHeightFrame.Size = UDim2.new(0.25, 0, 0.100000001, 0) Lower.Name = "Lower" Lower.Parent = JumpHeightFrame Lower.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Lower.BackgroundTransparency = 1.000 Lower.Size = UDim2.new(0.300000012, 0, 1, 0) Lower.Font = Enum.Font.Michroma Lower.Text = "-" Lower.TextColor3 = Color3.fromRGB(255, 255, 255) Lower.TextSize = 15.000 Higher.Name = "Higher" Higher.Parent = JumpHeightFrame Higher.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Higher.BackgroundTransparency = 1.000 Higher.Position = UDim2.new(0.699999988, 0, 0, 0) Higher.Size = UDim2.new(0.300000012, 0, 1, 0) Higher.Font = Enum.Font.Michroma Higher.Text = "+" Higher.TextColor3 = Color3.fromRGB(255, 255, 255) Higher.TextSize = 15.000 JumpHeightDisplay.Name = "JumpHeightDisplay" JumpHeightDisplay.Parent = JumpHeightFrame JumpHeightDisplay.BackgroundColor3 = Color3.fromRGB(255, 255, 255) JumpHeightDisplay.BackgroundTransparency = 1.000 JumpHeightDisplay.Position = UDim2.new(0.25, 0, 0, 0) JumpHeightDisplay.Size = UDim2.new(0.5, 0, 1, 0) JumpHeightDisplay.Font = Enum.Font.Michroma JumpHeightDisplay.Text = ". . ." JumpHeightDisplay.TextColor3 = Color3.fromRGB(255, 255, 255) JumpHeightDisplay.TextSize = 15.000 HipHeightFrame.Name = "HipHeightFrame" HipHeightFrame.Parent = MiscFrame HipHeightFrame.BackgroundColor3 = Color3.fromRGB(55, 55, 55) HipHeightFrame.BackgroundTransparency = 0.500 HipHeightFrame.BorderColor3 = Color3.fromRGB(255, 255, 255) HipHeightFrame.BorderSizePixel = 2 HipHeightFrame.Position = UDim2.new(0.699999988, 0, 0.810000002, 0) HipHeightFrame.Size = UDim2.new(0.25, 0, 0.100000001, 0) HipHeightDisplay.Name = "HipHeightDisplay" HipHeightDisplay.Parent = HipHeightFrame HipHeightDisplay.BackgroundColor3 = Color3.fromRGB(255, 255, 255) HipHeightDisplay.BackgroundTransparency = 1.000 HipHeightDisplay.Size = UDim2.new(1, 0, 1, 0) HipHeightDisplay.Font = Enum.Font.Michroma HipHeightDisplay.Text = ". . ." HipHeightDisplay.TextColor3 = Color3.fromRGB(255, 255, 255) HipHeightDisplay.TextSize = 15.000 Higher_2.Name = "Higher" Higher_2.Parent = HipHeightFrame Higher_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Higher_2.BackgroundTransparency = 1.000 Higher_2.Position = UDim2.new(0.699999988, 0, 0, 0) Higher_2.Size = UDim2.new(0.300000012, 0, 1, 0) Higher_2.Font = Enum.Font.Michroma Higher_2.Text = "+" Higher_2.TextColor3 = Color3.fromRGB(255, 255, 255) Higher_2.TextSize = 15.000 Lower_2.Name = "Lower" Lower_2.Parent = HipHeightFrame Lower_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Lower_2.BackgroundTransparency = 1.000 Lower_2.Size = UDim2.new(0.300000012, 0, 1, 0) Lower_2.Font = Enum.Font.Michroma Lower_2.Text = "-" Lower_2.TextColor3 = Color3.fromRGB(255, 255, 255) Lower_2.TextSize = 15.000 Misc4_2.Name = "Misc4" Misc4_2.Parent = MiscFrame Misc4_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc4_2.BackgroundTransparency = 0.500 Misc4_2.BorderColor3 = Color3.fromRGB(255, 255, 255) Misc4_2.BorderSizePixel = 2 Misc4_2.Position = UDim2.new(0.699999988, 0, 0.0500000007, 0) Misc4_2.Size = UDim2.new(0.25, 0, 0.100000001, 0) Misc4_2.Font = Enum.Font.Michroma Misc4_2.Text = "FOV" Misc4_2.TextColor3 = Color3.fromRGB(255, 255, 255) Misc4_2.TextSize = 15.000 FOVSliderFrame.Name = "FOVSliderFrame" FOVSliderFrame.Parent = MiscFrame FOVSliderFrame.BackgroundColor3 = Color3.fromRGB(55, 55, 55) FOVSliderFrame.BackgroundTransparency = 0.500 FOVSliderFrame.BorderColor3 = Color3.fromRGB(255, 255, 255) FOVSliderFrame.BorderSizePixel = 2 FOVSliderFrame.Position = UDim2.new(0.699999988, 0, 0.189999998, 0) FOVSliderFrame.Size = UDim2.new(0.25, 0, 0.100000001, 0) FOVDisplay.Name = "FOVDisplay" FOVDisplay.Parent = FOVSliderFrame FOVDisplay.BackgroundColor3 = Color3.fromRGB(255, 255, 255) FOVDisplay.BackgroundTransparency = 1.000 FOVDisplay.Size = UDim2.new(1, 0, 1, 0) FOVDisplay.Font = Enum.Font.Michroma FOVDisplay.Text = "70" FOVDisplay.TextColor3 = Color3.fromRGB(255, 255, 255) FOVDisplay.TextSize = 15.000 SliderButton.Name = "SliderButton" SliderButton.Parent = FOVSliderFrame SliderButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SliderButton.BackgroundTransparency = 0.500 SliderButton.BorderColor3 = Color3.fromRGB(255, 255, 255) SliderButton.BorderSizePixel = 0 SliderButton.Size = UDim2.new(0.0500000007, 0, 1, 0) SliderButton.Font = Enum.Font.SourceSans SliderButton.Text = "" SliderButton.TextColor3 = Color3.fromRGB(0, 0, 0) SliderButton.TextSize = 14.000 StatisticsFrame.Name = "StatisticsFrame" StatisticsFrame.Parent = MainFrame StatisticsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) StatisticsFrame.BackgroundTransparency = 1.000 StatisticsFrame.BorderColor3 = Color3.fromRGB(27, 42, 53) StatisticsFrame.Position = UDim2.new(0, 0, 0.200000003, 0) StatisticsFrame.Size = UDim2.new(1, 0, 0.800000012, 0) StatisticsFrame.Visible = false Misc1_3.Name = "Misc1" Misc1_3.Parent = StatisticsFrame Misc1_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc1_3.BackgroundTransparency = 1.000 Misc1_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc1_3.Position = UDim2.new(0.25, 0, 0, 0) Misc1_3.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc1_3.Font = Enum.Font.Michroma Misc1_3.Text = "Look Up Player" Misc1_3.TextColor3 = Color3.fromRGB(255, 255, 255) Misc1_3.TextSize = 15.000 SearchBar.Name = "SearchBar" SearchBar.Parent = StatisticsFrame SearchBar.BackgroundColor3 = Color3.fromRGB(55, 55, 55) SearchBar.BackgroundTransparency = 0.500 SearchBar.BorderColor3 = Color3.fromRGB(255, 255, 255) SearchBar.BorderSizePixel = 2 SearchBar.Position = UDim2.new(0.349999994, 0, 0.100000001, 0) SearchBar.Size = UDim2.new(0.300000012, 0, 0.100000001, 0) SearchBar.Font = Enum.Font.Michroma SearchBar.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) SearchBar.PlaceholderText = "Ex: SirSammy" SearchBar.Text = "" SearchBar.TextColor3 = Color3.fromRGB(255, 255, 255) SearchBar.TextSize = 15.000 Misc2_3.Name = "Misc2" Misc2_3.Parent = StatisticsFrame Misc2_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc2_3.BackgroundTransparency = 1.000 Misc2_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc2_3.Position = UDim2.new(0.0250000004, 0, 0.699999988, 0) Misc2_3.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) Misc2_3.Font = Enum.Font.Michroma Misc2_3.Text = "Casino Chips" Misc2_3.TextColor3 = Color3.fromRGB(255, 255, 255) Misc2_3.TextSize = 15.000 PlayerImage.Name = "PlayerImage" PlayerImage.Parent = StatisticsFrame PlayerImage.BackgroundColor3 = Color3.fromRGB(55, 55, 55) PlayerImage.BackgroundTransparency = 0.500 PlayerImage.BorderColor3 = Color3.fromRGB(255, 255, 255) PlayerImage.BorderSizePixel = 2 PlayerImage.Position = UDim2.new(0.400000006, 0, 0.400000006, 0) PlayerImage.Size = UDim2.new(0.200000003, 0, 0.400000006, 0) PlayerImage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" CasinoChips.Name = "CasinoChips" CasinoChips.Parent = StatisticsFrame CasinoChips.BackgroundColor3 = Color3.fromRGB(55, 55, 55) CasinoChips.BackgroundTransparency = 1.000 CasinoChips.BorderColor3 = Color3.fromRGB(0, 0, 0) CasinoChips.Position = UDim2.new(0.0250000004, 0, 0.800000012, 0) CasinoChips.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) CasinoChips.Font = Enum.Font.Michroma CasinoChips.Text = ". . ." CasinoChips.TextColor3 = Color3.fromRGB(255, 255, 255) CasinoChips.TextSize = 15.000 Wanted.Name = "Wanted" Wanted.Parent = StatisticsFrame Wanted.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Wanted.BackgroundTransparency = 1.000 Wanted.BorderColor3 = Color3.fromRGB(0, 0, 0) Wanted.Position = UDim2.new(0.774999976, 0, 0.699999988, 0) Wanted.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) Wanted.ZIndex = 2 Wanted.Font = Enum.Font.Michroma Wanted.Text = ". . ." Wanted.TextColor3 = Color3.fromRGB(255, 255, 255) Wanted.TextSize = 15.000 PlayerName.Name = "PlayerName" PlayerName.Parent = StatisticsFrame PlayerName.BackgroundColor3 = Color3.fromRGB(55, 55, 55) PlayerName.BackgroundTransparency = 1.000 PlayerName.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerName.Position = UDim2.new(0.25, 0, 0.300000012, 0) PlayerName.Size = UDim2.new(0.5, 0, 0.100000001, 0) PlayerName.Font = Enum.Font.Michroma PlayerName.Text = ". . ." PlayerName.TextColor3 = Color3.fromRGB(255, 255, 255) PlayerName.TextSize = 15.000 Prison.Name = "Prison" Prison.Parent = StatisticsFrame Prison.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Prison.BackgroundTransparency = 1.000 Prison.BorderColor3 = Color3.fromRGB(0, 0, 0) Prison.Position = UDim2.new(0.774999976, 0, 0.300000012, 0) Prison.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) Prison.Font = Enum.Font.Michroma Prison.Text = ". . ." Prison.TextColor3 = Color3.fromRGB(255, 255, 255) Prison.TextSize = 15.000 Suggestion.Name = "Suggestion" Suggestion.Parent = StatisticsFrame Suggestion.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Suggestion.BackgroundTransparency = 0.500 Suggestion.BorderColor3 = Color3.fromRGB(255, 255, 255) Suggestion.BorderSizePixel = 0 Suggestion.Position = UDim2.new(0.349999994, 0, 0.200000003, 0) Suggestion.Size = UDim2.new(0.300000012, 0, 0.100000001, 0) Suggestion.Visible = false Suggestion.Font = Enum.Font.Michroma Suggestion.Text = ". . ." Suggestion.TextColor3 = Color3.fromRGB(255, 255, 255) Suggestion.TextSize = 15.000 WantedReason.Name = "WantedReason" WantedReason.Parent = StatisticsFrame WantedReason.BackgroundColor3 = Color3.fromRGB(55, 55, 55) WantedReason.BackgroundTransparency = 1.000 WantedReason.BorderColor3 = Color3.fromRGB(0, 0, 0) WantedReason.Position = UDim2.new(0.774999976, 0, 0.800000012, 0) WantedReason.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) WantedReason.ZIndex = 2 WantedReason.Font = Enum.Font.Michroma WantedReason.Text = ". . ." WantedReason.TextColor3 = Color3.fromRGB(255, 255, 255) WantedReason.TextSize = 15.000 PlayerID.Name = "PlayerID" PlayerID.Parent = StatisticsFrame PlayerID.BackgroundColor3 = Color3.fromRGB(55, 55, 55) PlayerID.BackgroundTransparency = 1.000 PlayerID.BorderColor3 = Color3.fromRGB(0, 0, 0) PlayerID.Position = UDim2.new(0.0250000004, 0, 0.400000006, 0) PlayerID.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) PlayerID.ZIndex = 2 PlayerID.Font = Enum.Font.Michroma PlayerID.Text = ". . ." PlayerID.TextColor3 = Color3.fromRGB(255, 255, 255) PlayerID.TextSize = 15.000 TeleportToPlayer.Name = "TeleportToPlayer" TeleportToPlayer.Parent = StatisticsFrame TeleportToPlayer.BackgroundColor3 = Color3.fromRGB(55, 55, 55) TeleportToPlayer.BackgroundTransparency = 0.500 TeleportToPlayer.BorderColor3 = Color3.fromRGB(255, 255, 255) TeleportToPlayer.BorderSizePixel = 2 TeleportToPlayer.Position = UDim2.new(0.375, 0, 0.850000024, 0) TeleportToPlayer.Size = UDim2.new(0.25, 0, 0.100000001, 0) TeleportToPlayer.Font = Enum.Font.Michroma TeleportToPlayer.Text = "Teleport To Player" TeleportToPlayer.TextColor3 = Color3.fromRGB(255, 255, 255) TeleportToPlayer.TextSize = 15.000 Misc3_3.Name = "Misc3" Misc3_3.Parent = StatisticsFrame Misc3_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc3_3.BackgroundTransparency = 1.000 Misc3_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc3_3.Position = UDim2.new(0.0250000004, 0, 0.300000012, 0) Misc3_3.Size = UDim2.new(0.200000003, 0, 0.100000001, 0) Misc3_3.Font = Enum.Font.Michroma Misc3_3.Text = "Player ID" Misc3_3.TextColor3 = Color3.fromRGB(255, 255, 255) Misc3_3.TextSize = 15.000 SettingsFrame.Name = "SettingsFrame" SettingsFrame.Parent = MainFrame SettingsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SettingsFrame.BackgroundTransparency = 1.000 SettingsFrame.BorderColor3 = Color3.fromRGB(27, 42, 53) SettingsFrame.Position = UDim2.new(0, 0, 0.200000003, 0) SettingsFrame.Size = UDim2.new(1, 0, 0.800000012, 0) Misc1_4.Name = "Misc1" Misc1_4.Parent = SettingsFrame Misc1_4.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc1_4.BackgroundTransparency = 1.000 Misc1_4.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc1_4.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc1_4.Font = Enum.Font.Michroma Misc1_4.Text = "Theme" Misc1_4.TextColor3 = Color3.fromRGB(255, 255, 255) Misc1_4.TextSize = 15.000 ScrollingFrame.Parent = SettingsFrame ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 1.000 ScrollingFrame.Position = UDim2.new(0, 0, 0.100000001, 0) ScrollingFrame.Size = UDim2.new(0.5, 0, 0.899999976, 0) ScrollingFrame.CanvasPosition = Vector2.new(0, 285.120056) ClassicButton.Name = "ClassicButton" ClassicButton.Parent = ScrollingFrame ClassicButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) ClassicButton.BackgroundTransparency = 0.500 ClassicButton.BorderColor3 = Color3.fromRGB(255, 255, 255) ClassicButton.BorderSizePixel = 2 ClassicButton.Size = UDim2.new(1, 0, 0.0399999991, 0) ClassicButton.Font = Enum.Font.Michroma ClassicButton.Text = "Classic" ClassicButton.TextColor3 = Color3.fromRGB(255, 255, 255) ClassicButton.TextSize = 15.000 LightButton.Name = "LightButton" LightButton.Parent = ScrollingFrame LightButton.BackgroundColor3 = Color3.fromRGB(215, 215, 215) LightButton.BackgroundTransparency = 0.500 LightButton.BorderColor3 = Color3.fromRGB(0, 0, 0) LightButton.BorderSizePixel = 2 LightButton.Size = UDim2.new(1, 0, 0.0399999991, 0) LightButton.Font = Enum.Font.Michroma LightButton.Text = "Light" LightButton.TextColor3 = Color3.fromRGB(0, 0, 0) LightButton.TextSize = 15.000 BoWButton.Name = "BoWButton" BoWButton.Parent = ScrollingFrame BoWButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BoWButton.BackgroundTransparency = 0.500 BoWButton.BorderColor3 = Color3.fromRGB(0, 0, 0) BoWButton.BorderSizePixel = 2 BoWButton.Size = UDim2.new(1, 0, 0.0399999991, 0) BoWButton.Font = Enum.Font.Michroma BoWButton.Text = "Black on White" BoWButton.TextColor3 = Color3.fromRGB(0, 0, 0) BoWButton.TextSize = 15.000 DarkButton.Name = "DarkButton" DarkButton.Parent = ScrollingFrame DarkButton.BackgroundColor3 = Color3.fromRGB(15, 15, 15) DarkButton.BackgroundTransparency = 0.500 DarkButton.BorderColor3 = Color3.fromRGB(255, 255, 255) DarkButton.BorderSizePixel = 2 DarkButton.Size = UDim2.new(1, 0, 0.0399999991, 0) DarkButton.Font = Enum.Font.Michroma DarkButton.Text = "Dark" DarkButton.TextColor3 = Color3.fromRGB(255, 255, 255) DarkButton.TextSize = 15.000 WoBButton.Name = "WoBButton" WoBButton.Parent = ScrollingFrame WoBButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) WoBButton.BackgroundTransparency = 0.500 WoBButton.BorderColor3 = Color3.fromRGB(255, 255, 255) WoBButton.BorderSizePixel = 2 WoBButton.Size = UDim2.new(1, 0, 0.0399999991, 0) WoBButton.Font = Enum.Font.Michroma WoBButton.Text = "White on Black" WoBButton.TextColor3 = Color3.fromRGB(255, 255, 255) WoBButton.TextSize = 15.000 SkyButton.Name = "SkyButton" SkyButton.Parent = ScrollingFrame SkyButton.BackgroundColor3 = Color3.fromRGB(0, 166, 255) SkyButton.BackgroundTransparency = 0.500 SkyButton.BorderColor3 = Color3.fromRGB(255, 255, 255) SkyButton.BorderSizePixel = 2 SkyButton.Size = UDim2.new(1, 0, 0.0399999991, 0) SkyButton.Font = Enum.Font.Michroma SkyButton.Text = "Sky" SkyButton.TextColor3 = Color3.fromRGB(255, 255, 255) SkyButton.TextSize = 15.000 BloodButton.Name = "BloodButton" BloodButton.Parent = ScrollingFrame BloodButton.BackgroundColor3 = Color3.fromRGB(215, 0, 0) BloodButton.BackgroundTransparency = 0.500 BloodButton.BorderColor3 = Color3.fromRGB(55, 0, 0) BloodButton.BorderSizePixel = 2 BloodButton.Size = UDim2.new(1, 0, 0.0399999991, 0) BloodButton.Font = Enum.Font.Michroma BloodButton.Text = "Blood" BloodButton.TextColor3 = Color3.fromRGB(55, 0, 0) BloodButton.TextSize = 15.000 HackerButton.Name = "HackerButton" HackerButton.Parent = ScrollingFrame HackerButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) HackerButton.BackgroundTransparency = 0.500 HackerButton.BorderColor3 = Color3.fromRGB(0, 255, 0) HackerButton.BorderSizePixel = 2 HackerButton.Size = UDim2.new(1, 0, 0.0399999991, 0) HackerButton.Font = Enum.Font.Michroma HackerButton.Text = "Hacker" HackerButton.TextColor3 = Color3.fromRGB(0, 255, 0) HackerButton.TextSize = 15.000 BlueButton.Name = "BlueButton" BlueButton.Parent = ScrollingFrame BlueButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255) BlueButton.BackgroundTransparency = 0.500 BlueButton.BorderColor3 = Color3.fromRGB(255, 255, 255) BlueButton.BorderSizePixel = 2 BlueButton.Size = UDim2.new(1, 0, 0.0399999991, 0) BlueButton.Font = Enum.Font.Michroma BlueButton.Text = "Blue" BlueButton.TextColor3 = Color3.fromRGB(255, 255, 255) BlueButton.TextSize = 15.000 RedButton.Name = "RedButton" RedButton.Parent = ScrollingFrame RedButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) RedButton.BackgroundTransparency = 0.500 RedButton.BorderColor3 = Color3.fromRGB(255, 255, 255) RedButton.BorderSizePixel = 2 RedButton.Size = UDim2.new(1, 0, 0.0399999991, 0) RedButton.Font = Enum.Font.Michroma RedButton.Text = "Red" RedButton.TextColor3 = Color3.fromRGB(255, 255, 255) RedButton.TextSize = 15.000 GreenButton.Name = "GreenButton" GreenButton.Parent = ScrollingFrame GreenButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0) GreenButton.BackgroundTransparency = 0.500 GreenButton.BorderColor3 = Color3.fromRGB(255, 255, 255) GreenButton.BorderSizePixel = 2 GreenButton.Size = UDim2.new(1, 0, 0.0399999991, 0) GreenButton.Font = Enum.Font.Michroma GreenButton.Text = "Green" GreenButton.TextColor3 = Color3.fromRGB(255, 255, 255) GreenButton.TextSize = 15.000 LightningButton.Name = "LightningButton" LightningButton.Parent = ScrollingFrame LightningButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) LightningButton.BackgroundTransparency = 0.500 LightningButton.BorderColor3 = Color3.fromRGB(255, 255, 0) LightningButton.BorderSizePixel = 2 LightningButton.Size = UDim2.new(1, 0, 0.0399999991, 0) LightningButton.Font = Enum.Font.Michroma LightningButton.Text = "Lightning" LightningButton.TextColor3 = Color3.fromRGB(255, 255, 0) LightningButton.TextSize = 15.000 PinkButton.Name = "PinkButton" PinkButton.Parent = ScrollingFrame PinkButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) PinkButton.BackgroundTransparency = 0.500 PinkButton.BorderColor3 = Color3.fromRGB(255, 0, 255) PinkButton.BorderSizePixel = 2 PinkButton.Size = UDim2.new(1, 0, 0.0399999991, 0) PinkButton.Font = Enum.Font.Michroma PinkButton.Text = "Pink" PinkButton.TextColor3 = Color3.fromRGB(255, 0, 255) PinkButton.TextSize = 15.000 GirlyButton.Name = "GirlyButton" GirlyButton.Parent = ScrollingFrame GirlyButton.BackgroundColor3 = Color3.fromRGB(127, 0, 155) GirlyButton.BackgroundTransparency = 0.500 GirlyButton.BorderColor3 = Color3.fromRGB(255, 0, 255) GirlyButton.BorderSizePixel = 2 GirlyButton.Size = UDim2.new(1, 0, 0.0399999991, 0) GirlyButton.Font = Enum.Font.Michroma GirlyButton.Text = "Girly" GirlyButton.TextColor3 = Color3.fromRGB(255, 0, 255) GirlyButton.TextSize = 15.000 PsychoButton.Name = "PsychoButton" PsychoButton.Parent = ScrollingFrame PsychoButton.BackgroundColor3 = Color3.fromRGB(166, 255, 0) PsychoButton.BackgroundTransparency = 0.500 PsychoButton.BorderColor3 = Color3.fromRGB(255, 0, 166) PsychoButton.BorderSizePixel = 2 PsychoButton.Size = UDim2.new(1, 0, 0.0399999991, 0) PsychoButton.Font = Enum.Font.Michroma PsychoButton.Text = "Psychopath" PsychoButton.TextColor3 = Color3.fromRGB(255, 0, 166) PsychoButton.TextSize = 15.000 GoldenButton.Name = "GoldenButton" GoldenButton.Parent = ScrollingFrame GoldenButton.BackgroundColor3 = Color3.fromRGB(215, 179, 0) GoldenButton.BackgroundTransparency = 0.500 GoldenButton.BorderColor3 = Color3.fromRGB(255, 215, 0) GoldenButton.BorderSizePixel = 2 GoldenButton.Size = UDim2.new(1, 0, 0.0399999991, 0) GoldenButton.Font = Enum.Font.Michroma GoldenButton.Text = "Golden" GoldenButton.TextColor3 = Color3.fromRGB(255, 215, 0) GoldenButton.TextSize = 15.000 UIListLayout_4.Parent = ScrollingFrame UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout_4.Padding = UDim.new(0.0199999996, 0) Misc2_4.Name = "Misc2" Misc2_4.Parent = SettingsFrame Misc2_4.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc2_4.BackgroundTransparency = 1.000 Misc2_4.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc2_4.Position = UDim2.new(0.5, 0, 0, 0) Misc2_4.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc2_4.Font = Enum.Font.Michroma Misc2_4.Text = "Gui Made By: Sir Sammy#3348" Misc2_4.TextColor3 = Color3.fromRGB(255, 255, 255) Misc2_4.TextSize = 15.000 Misc3_4.Name = "Misc3" Misc3_4.Parent = SettingsFrame Misc3_4.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc3_4.BackgroundTransparency = 1.000 Misc3_4.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc3_4.Position = UDim2.new(0.5, 0, 0.100000001, 0) Misc3_4.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc3_4.Font = Enum.Font.Michroma Misc3_4.Text = "Make sure to subscribe on YouTube!" Misc3_4.TextColor3 = Color3.fromRGB(255, 255, 255) Misc3_4.TextSize = 15.000 Misc4_3.Name = "Misc4" Misc4_3.Parent = SettingsFrame Misc4_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc4_3.BackgroundTransparency = 1.000 Misc4_3.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc4_3.Position = UDim2.new(0.5, 0, 0.224999994, 0) Misc4_3.Size = UDim2.new(0.5, 0, 0.100000001, 0) Misc4_3.Font = Enum.Font.Michroma Misc4_3.Text = "WARNING" Misc4_3.TextColor3 = Color3.fromRGB(255, 255, 255) Misc4_3.TextSize = 15.000 Misc5.Name = "Misc5" Misc5.Parent = SettingsFrame Misc5.BackgroundColor3 = Color3.fromRGB(55, 55, 55) Misc5.BackgroundTransparency = 1.000 Misc5.BorderColor3 = Color3.fromRGB(0, 0, 0) Misc5.Position = UDim2.new(0.5, 0, 0.300000012, 0) Misc5.Size = UDim2.new(0.5, 0, 0.5, 0) Misc5.Font = Enum.Font.Michroma Misc5.Text = "You will get immediatly banned if you are are caught using any scripts! Keep in mind that high rank players/staff can spectate you if they are in your server and have reason to believe you are exploiting! If you are having an issue or are notice a bug make sure to report it in the discord!" Misc5.TextColor3 = Color3.fromRGB(255, 255, 255) Misc5.TextSize = 15.000 Misc5.TextWrapped = true DeleteButton.Name = "DeleteButton" DeleteButton.Parent = SettingsFrame DeleteButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55) DeleteButton.BackgroundTransparency = 0.500 DeleteButton.BorderColor3 = Color3.fromRGB(255, 255, 255) DeleteButton.BorderSizePixel = 2 DeleteButton.Position = UDim2.new(0.550000012, 0, 0.850000024, 0) DeleteButton.Size = UDim2.new(0.400000006, 0, 0.100000001, 0) DeleteButton.Font = Enum.Font.Michroma DeleteButton.Text = "Delete Gui" DeleteButton.TextColor3 = Color3.fromRGB(255, 255, 255) DeleteButton.TextSize = 15.000 WarningFrame.Name = "WarningFrame" WarningFrame.Parent = Version21 WarningFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) WarningFrame.BackgroundTransparency = 1.000 WarningFrame.BorderColor3 = Color3.fromRGB(27, 42, 53) WarningFrame.Position = UDim2.new(0.00999999978, 0, 0, 0) WarningFrame.Size = UDim2.new(0.100000001, 0, 0.0500000007, 0) WarningFrame.Visible = false TextLabel.Parent = WarningFrame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(1, 0, 0.5, 0) TextLabel.Font = Enum.Font.Michroma TextLabel.Text = "WARNING" TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0) TextLabel.TextSize = 35.000 TextLabel_2.Parent = WarningFrame TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0, 0, 0.5, 0) TextLabel_2.Size = UDim2.new(1, 0, 0.5, 0) TextLabel_2.Font = Enum.Font.Michroma TextLabel_2.Text = "You Are Wanted" TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0) TextLabel_2.TextSize = 20.000 -- Scripts: local function SNEGC_fake_script() -- MainFrame.Draggable local script = Instance.new('LocalScript', MainFrame) local UIS = game:GetService('UserInputService') local frame = script.Parent local dragToggle = nil local dragSpeed = 0.25 local dragStart = nil local startPos = nil local function updateInput(input) local delta = input.Position - dragStart local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play() end frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then dragToggle = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) UIS.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then if dragToggle then updateInput(input) end end end) end coroutine.wrap(SNEGC_fake_script)() local function POZC_fake_script() -- TeleportsButton.TeleportsButtonScript local script = Instance.new('LocalScript', TeleportsButton) local MainFrame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() MainFrame.MiscFrame.Visible = false MainFrame.SettingsFrame.Visible = false MainFrame.StatisticsFrame.Visible = false MainFrame.TeleportsFrame.Visible = true end) end coroutine.wrap(POZC_fake_script)() local function OFWYG_fake_script() -- MiscButton.MiscButtonScript local script = Instance.new('LocalScript', MiscButton) local MainFrame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() MainFrame.MiscFrame.Visible = true MainFrame.SettingsFrame.Visible = false MainFrame.StatisticsFrame.Visible = false MainFrame.TeleportsFrame.Visible = false end) end coroutine.wrap(OFWYG_fake_script)() local function RKDXCFI_fake_script() -- StatsButton.StatsButtonScript local script = Instance.new('LocalScript', StatsButton) local MainFrame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() MainFrame.MiscFrame.Visible = false MainFrame.SettingsFrame.Visible = false MainFrame.StatisticsFrame.Visible = true MainFrame.TeleportsFrame.Visible = false end) end coroutine.wrap(RKDXCFI_fake_script)() local function HBRI_fake_script() -- SettingsButton.SettingsButtonScript local script = Instance.new('LocalScript', SettingsButton) local MainFrame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() MainFrame.MiscFrame.Visible = false MainFrame.SettingsFrame.Visible = true MainFrame.StatisticsFrame.Visible = false MainFrame.TeleportsFrame.Visible = false end) end coroutine.wrap(HBRI_fake_script)() local function NZNAXR_fake_script() -- Bank.BankScript local script = Instance.new('LocalScript', Bank) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2126.64429, 4.37999868, -1095.15002, 0.999975085, 8.39099386e-08, 0.00706010917, -8.33539389e-08, 1, -7.90467638e-08, -0.00706010917, 7.84563028e-08, 0.999975085) end) end coroutine.wrap(NZNAXR_fake_script)() local function JCLTLYF_fake_script() -- BankSell.BankSellScript local script = Instance.new('LocalScript', BankSell) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2146.40186, 120.624298, -661.223206, -0.475648373, -1.17874599e-08, 0.879635513, -3.73652664e-09, 1, 1.13799263e-08, -0.879635513, 2.12606177e-09, -0.475648373) end) end coroutine.wrap(JCLTLYF_fake_script)() local function WPUAZG_fake_script() -- JewleryStore.JewleryStoreScript local script = Instance.new('LocalScript', JewleryStore) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-137.332397, 17.0891914, 223.763748, 0.00700075971, 5.79594648e-08, -0.999975502, 1.9766345e-08, 1, 5.80992676e-08, 0.999975502, -2.01725996e-08, 0.00700075971) end) end coroutine.wrap(WPUAZG_fake_script)() local function GXBJX_fake_script() -- JewleryStoreUtilities.JewleryStoreUtilitiesScript local script = Instance.new('LocalScript', JewleryStoreUtilities) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-232.087448, 4.64856291, -85.5068817, 0.999610662, 1.83780291e-09, -0.0279027149, 3.86174009e-11, 1, 6.72481306e-08, 0.0279027149, -6.722302e-08, 0.999610662) end) end coroutine.wrap(GXBJX_fake_script)() local function MCUPEG_fake_script() -- Casino.CasinoScript local script = Instance.new('LocalScript', Casino) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1813.16174, 122.500053, -11063.5537, 0.999899328, 4.7649138e-08, 0.0141878622, -4.91084933e-08, 1, 1.02511031e-07, -0.0141878622, -1.03197458e-07, 0.999899328) end) end coroutine.wrap(MCUPEG_fake_script)() local function EMGPCZ_fake_script() -- CasinoUtilities.CasinoUtilitiesScript local script = Instance.new('LocalScript', CasinoUtilities) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1950.49402, 5.25425577, -140.258148, -0.898727655, 1.80024795e-08, -0.438507169, -1.04048938e-08, 1, 6.23790157e-08, 0.438507169, 6.0624366e-08, -0.898727655) end) end coroutine.wrap(EMGPCZ_fake_script)() local function YAMEQK_fake_script() -- CasinoSell.CasinoSellScript local script = Instance.new('LocalScript', CasinoSell) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2397.74512, 4.37999868, -1003.47064, 0.999975324, -2.58418922e-08, 0.00702745467, 2.57002206e-08, 1, 2.02500328e-08, -0.00702745467, -2.00689261e-08, 0.999975324) end) end coroutine.wrap(YAMEQK_fake_script)() local function UQJCOWH_fake_script() -- JewleryStoreSell.JewleryStoreSellScript local script = Instance.new('LocalScript', JewleryStoreSell) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-719.752441, 6.80026197, 242.694611, -0.946652949, -7.24791107e-08, 0.322254896, -7.28536307e-08, 1, 1.08982334e-08, -0.322254896, -1.31605935e-08, -0.946652949) end) end coroutine.wrap(UQJCOWH_fake_script)() local function FIEGNZU_fake_script() -- Smuggler.SmugglerScript local script = Instance.new('LocalScript', Smuggler) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-148.708374, 4.37999868, -196.732086, -0.0214972962, 9.14942149e-08, 0.999768913, -1.27646471e-09, 1, -9.15428089e-08, -0.999768913, -3.24409255e-09, -0.0214972962) end) end coroutine.wrap(FIEGNZU_fake_script)() local function DQFX_fake_script() -- SmugglerSell.SmugglerSellScript local script = Instance.new('LocalScript', SmugglerSell) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2339.17236, 4.37999868, -643.429993, 0.0058146501, 5.89070446e-08, -0.999983072, 1.29680275e-08, 1, 5.89834457e-08, 0.999983072, -1.33107765e-08, 0.0058146501) end) end coroutine.wrap(DQFX_fake_script)() local function ETPSHET_fake_script() -- SpawnRaiders.SpawnRaidersScript local script = Instance.new('LocalScript', SpawnRaiders) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4236.79736, 23.1406193, -585.156616, -0.940947175, 8.69291199e-08, 0.338553458, 9.71907284e-08, 1, 1.33574876e-08, -0.338553458, 4.54729481e-08, -0.940947175) end) end coroutine.wrap(ETPSHET_fake_script)() local function UDJVVP_fake_script() -- SpawnHitman1.SpawnHitman1Script local script = Instance.new('LocalScript', SpawnHitman1) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2347.71777, 4.37999868, -629.692444, -0.0289520025, -2.53168864e-08, 0.999580801, 2.3189056e-08, 1, 2.59991548e-08, -0.999580801, 2.39320634e-08, -0.0289520025) end) end coroutine.wrap(UDJVVP_fake_script)() local function PDDULM_fake_script() -- SpawnMechanized.SpawnMechanizedScript local script = Instance.new('LocalScript', SpawnMechanized) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(798.249817, 17.139925, -339.836029, -0.999946892, 4.4976229e-08, 0.0103077516, 4.40280665e-08, 1, -9.22122254e-08, -0.0103077516, -9.1753499e-08, -0.999946892) end) end coroutine.wrap(PDDULM_fake_script)() local function TLDJI_fake_script() -- SpawnAirforce.SpawnAirForceScript local script = Instance.new('LocalScript', SpawnAirforce) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(817, 101, 4794, 1, 7.81806335e-08, 0.026, -7.68827704e-08, 1, -5.03734086e-08, -0.026, 4.83345595e-08, 1) end) end coroutine.wrap(TLDJI_fake_script)() local function IULV_fake_script() -- SpawnHitman2.SpawnHitman2Script local script = Instance.new('LocalScript', SpawnHitman2) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1933.39612, 153.073135, -698.117981, -1.19209204e-07, -9.52247378e-11, 1, 9.00423694e-11, 1, 9.52247517e-11, -1, 9.00423833e-11, -1.19209204e-07) end) end coroutine.wrap(IULV_fake_script)() local function FXWF_fake_script() -- SpawnHitman3.SpawnHitman3Script local script = Instance.new('LocalScript', SpawnHitman3) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2015, 27, -193, 0, 0, 1, 0, 1, -0, -1, 0, 0) end) end coroutine.wrap(FXWF_fake_script)() local function VLCOZJQ_fake_script() -- SpawnMilitaryPolice.SpawnMilitaryPoliceScript local script = Instance.new('LocalScript', SpawnMilitaryPolice) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(574.081665, 27.0431919, -143.003311, -0.00767684029, 5.12130818e-08, -0.999970555, 1.04293516e-08, 1, 5.11345242e-08, 0.999970555, -1.00364934e-08, -0.00767684029) end) end coroutine.wrap(VLCOZJQ_fake_script)() local function DNMABFH_fake_script() -- SpawnStormDetachment.SpawnStormDetachmentScript local script = Instance.new('LocalScript', SpawnStormDetachment) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(434.002136, 27.0431919, -126.930153, -0.0128562413, 8.76028778e-08, -0.999917328, -6.30135801e-08, 1, 8.84203004e-08, 0.999917328, 6.41451265e-08, -0.0128562413) end) end coroutine.wrap(DNMABFH_fake_script)() local function LZSPKBM_fake_script() -- SpawnArmedForces.SpawnArmedForcesScript local script = Instance.new('LocalScript', SpawnArmedForces) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(460, 27, -228, -1, 1.43240273e-08, 0.023, 1.44858063e-08, 1, 6.72475409e-09, -0.023, 7.06279968e-09, -1) end) end coroutine.wrap(LZSPKBM_fake_script)() local function JGLF_fake_script() -- SpawnHitman4.SpawnHitman4Script local script = Instance.new('LocalScript', SpawnHitman4) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-225.542984, 55.9874878, 750.246704, 0.548815608, 3.39368604e-08, 0.835943401, -1.25532775e-08, 1, -3.23555689e-08, -0.835943401, 7.26341209e-09, 0.548815608) end) end coroutine.wrap(JGLF_fake_script)() local function XGWDVTR_fake_script() -- SpawnHitman5.SpawnHitman5Script local script = Instance.new('LocalScript', SpawnHitman5) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-205.542435, 4.82812357, 281.145569, 0.00509879179, -8.10276646e-08, 0.999987006, 3.0892636e-08, 1, 8.0871196e-08, -0.999987006, 3.04798888e-08, 0.00509879179) end) end coroutine.wrap(XGWDVTR_fake_script)() local function DAAWJ_fake_script() -- SpawnHitman6.SpawnHitman6Script local script = Instance.new('LocalScript', SpawnHitman6) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-355.006744, 87.0531387, -511.233032, -0.0106113348, -1.02919287e-07, 0.999943674, 3.52999692e-08, 1, 1.03299683e-07, -0.999943674, 3.63941304e-08, -0.0106113348) end) end coroutine.wrap(DAAWJ_fake_script)() local function IFBS_fake_script() -- SpawnHitman7.SpawnHitman7Script local script = Instance.new('LocalScript', SpawnHitman7) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-505.67392, 15.3651657, -372.94989, -1.1920929e-07, 0, 1.00000012, 0, 1, 0, -1.00000012, 0, -1.1920929e-07) end) end coroutine.wrap(IFBS_fake_script)() local function ATXE_fake_script() -- SpawnHitman8.SpawnHitman8Script local script = Instance.new('LocalScript', SpawnHitman8) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-324.229309, 4.42999363, 119.643921, 0.0207938198, -3.99685298e-08, 0.999783814, -1.60989195e-08, 1, 4.03120026e-08, -0.999783814, -1.69336793e-08, 0.0207938198) end) end coroutine.wrap(ATXE_fake_script)() local function DXEJQZ_fake_script() -- Town.TownScript local script = Instance.new('LocalScript', Town) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-101.308113, 4.70312357, -43.7827721, 0.998786628, 3.24212905e-08, 0.0492467545, -3.61444847e-08, 1, 7.4712311e-08, -0.0492467545, -7.64016619e-08, 0.998786628) end) end coroutine.wrap(DXEJQZ_fake_script)() local function QAUDWD_fake_script() -- JailEscape.JailEscapeScript local script = Instance.new('LocalScript', JailEscape) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-695.414062, 84.2574844, -10058.1191, 0.999995053, -1.67153447e-09, 0.00313663273, 1.41102108e-09, 1, 8.30573441e-08, -0.00313663273, -8.30525124e-08, 0.999995053) end) end coroutine.wrap(QAUDWD_fake_script)() local function KXICX_fake_script() -- A.AScript local script = Instance.new('LocalScript', A) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2927.5, 4.99999857, 825.599976, 1, -7.87341747e-08, -9.7016156e-13, 7.87341747e-08, 1, 7.87741143e-08, 9.63959273e-13, -7.87741143e-08, 1) end) end coroutine.wrap(KXICX_fake_script)() local function AMALPLG_fake_script() -- B.BScript local script = Instance.new('LocalScript', B) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2536.8999, 4.99999857, 401.799988, 1, 7.81635734e-08, -5.62296554e-14, -7.81635734e-08, 1, -7.81990082e-08, 5.01173403e-14, 7.81990082e-08, 1) end) end coroutine.wrap(AMALPLG_fake_script)() local function RDMTYT_fake_script() -- C.CScript local script = Instance.new('LocalScript', C) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1481.30005, 4.99999857, 443.5, 1, 2.03912109e-09, -3.91367643e-14, -2.03912109e-09, 1, -2.03969908e-09, 3.91326037e-14, 2.03969908e-09, 1) end) end coroutine.wrap(RDMTYT_fake_script)() local function BHPRLO_fake_script() -- D.Dscript local script = Instance.new('LocalScript', D) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-494.5, 63.41576, 470.299988, 1, -2.96263867e-08, -4.09498112e-14, 2.96263867e-08, 1, 2.96363343e-08, 4.00717938e-14, -2.96363343e-08, 1) end) end coroutine.wrap(BHPRLO_fake_script)() local function NYMPJJH_fake_script() -- CityEnterance.CityEnteranceScript local script = Instance.new('LocalScript', CityEnterance) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1769.828, 11.000001, -474.843353, 0.0398464538, 6.57136301e-09, -0.999205828, 5.73232732e-08, 1, 8.86253115e-09, 0.999205828, -5.76308885e-08, 0.0398464538) end) end coroutine.wrap(NYMPJJH_fake_script)() local function WICUEU_fake_script() -- TrainingArea.TrainingAreaScript local script = Instance.new('LocalScript', TrainingArea) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(536.397583, 18.6310406, 318.673706, 0.031995263, -4.32795026e-08, -0.999487996, 2.07036344e-08, 1, -4.26389164e-08, 0.999487996, -1.9328791e-08, 0.031995263) end) end coroutine.wrap(WICUEU_fake_script)() local function SOVEX_fake_script() -- WantedBoard.WantedBoardScript local script = Instance.new('LocalScript', WantedBoard) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-201.385818, 4.38000441, 75.481102, -0.9996562, 1.05732301e-09, -0.0262190886, -1.18411905e-10, 1, 4.48411548e-08, 0.0262190886, 4.48288446e-08, -0.9996562) end) end coroutine.wrap(SOVEX_fake_script)() local function KEBPIVU_fake_script() -- VIPCasinoArea.VIPCasinoAreaScript local script = Instance.new('LocalScript', VIPCasinoArea) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1950.81763, 135.500031, -11123.0947, -0.0678332001, 1.11547993e-09, 0.997696698, -6.81576684e-10, 1, -1.16439547e-09, -0.997696698, -7.58991425e-10, -0.0678332001) end) end coroutine.wrap(KEBPIVU_fake_script)() local function KDBJE_fake_script() -- Right.RightScript local script = Instance.new('LocalScript', Right) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1851.39185, 135.500015, -11514.1543, 0.028060317, 6.94836022e-10, -0.999606252, 5.4235878e-09, 1, 8.47357295e-10, 0.999606252, -5.4452296e-09, 0.028060317) end) end coroutine.wrap(KDBJE_fake_script)() local function TTTS_fake_script() -- MiddleRight.MiddleRightScript local script = Instance.new('LocalScript', MiddleRight) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1839.38135, 135.500031, -11543.3662, 0.724347174, -5.50534907e-08, -0.689435422, -2.56499959e-08, 1, -1.0680187e-07, 0.689435422, 9.50456496e-08, 0.724347174) end) end coroutine.wrap(TTTS_fake_script)() local function DJKA_fake_script() -- MiddleLeft.MiddleLeftScript local script = Instance.new('LocalScript', MiddleLeft) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1782.28369, 135.500015, -11542.8564, 0.704645038, -4.87845746e-08, 0.709560037, 9.53735082e-08, 1, -2.59595989e-08, -0.709560037, 8.59655316e-08, 0.704645038) end) end coroutine.wrap(DJKA_fake_script)() local function BOWHWVF_fake_script() -- Middle.MiddleScript local script = Instance.new('LocalScript', Middle) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1810.85315, 135.500015, -11554.9199, 0.999609768, -5.00417094e-08, 0.0279348698, 4.96744583e-08, 1, 1.38406788e-08, -0.0279348698, -1.24476278e-08, 0.999609768) end) end coroutine.wrap(BOWHWVF_fake_script)() local function KJPVPXJ_fake_script() -- Left.LeftScript local script = Instance.new('LocalScript', Left) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1770.26855, 135.500031, -11513.2871, -0.0064899032, -1.19800433e-07, 0.99997896, -1.14346244e-09, 1, 1.1979553e-07, -0.99997896, -3.65976943e-10, -0.0064899032) end) end coroutine.wrap(KJPVPXJ_fake_script)() local function KQKBVDQ_fake_script() -- ClimbBoost.ClimbBoostScript local script = Instance.new('LocalScript', ClimbBoost) local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:FindFirstChild("Humanoid") script.Parent.MouseButton1Click:Connect(function() hum.MaxSlopeAngle = 89.9 end) end coroutine.wrap(KQKBVDQ_fake_script)() local function NPWK_fake_script() -- GateDelete.GateDeleteScript local script = Instance.new('LocalScript', GateDelete) script.Parent.MouseButton1Click:Connect(function() game.Workspace.Gates:Destroy() end) end coroutine.wrap(NPWK_fake_script)() local function BFSJD_fake_script() -- WantedWarning.WantedWarningScript local script = Instance.new('LocalScript', WantedWarning) local WarningFrame = script.Parent.Parent.Parent.Parent.WarningFrame local Wanted = game.Players.LocalPlayer.Wanted local Button = script.Parent script.Parent.MouseButton1Click:Connect(function() if Button.Text == "X" then Button.Text = "" WarningFrame.Visible = false elseif Button.Text == "" then Button.Text = "X" end end) end coroutine.wrap(BFSJD_fake_script)() local function YVAQQQ_fake_script() -- WantedWarning.WantedWarningRunScript local script = Instance.new('LocalScript', WantedWarning) local WarningFrame = script.Parent.Parent.Parent.Parent.WarningFrame local Wanted = game.Players.LocalPlayer.Wanted local Button = script.Parent while wait(1) do if Button.Text == "X" then if Wanted.Value == true then WarningFrame.Visible = true else WarningFrame.Visible = false end end end end coroutine.wrap(YVAQQQ_fake_script)() local function AZCXA_fake_script() -- AtmosphereDelete.AtmosphereDeleteScript local script = Instance.new('LocalScript', AtmosphereDelete) script.Parent.MouseButton1Click:Connect(function() game.Lighting.Atmosphere:Destroy() end) end coroutine.wrap(AZCXA_fake_script)() local function SOILBFV_fake_script() -- RainDelete.RainDeleteScript local script = Instance.new('LocalScript', RainDelete) local Camera = game.Workspace.Camera script.Parent.MouseButton1Click:Connect(function() Camera.__RainEmitter:Destroy() end) end coroutine.wrap(SOILBFV_fake_script)() local function YJEVTJD_fake_script() -- AntiLag.AntiLagScript local script = Instance.new('LocalScript', AntiLag) script.Parent.MouseButton1Click:Connect(function() game.Workspace.Trees:Destroy() game.Workspace.Ambiance:Destroy() end) end coroutine.wrap(YJEVTJD_fake_script)() local function BWHUEF_fake_script() -- Lower.LowerScript local script = Instance.new('LocalScript', Lower) local plr = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function() local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") if hum.JumpPower >= 1000 then hum.JumpPower = 999 elseif hum.JumpPower <= 0 then hum.JumpPower = 1 else hum.JumpPower = hum.JumpPower - 1 end end) end coroutine.wrap(BWHUEF_fake_script)() local function OWYHLPW_fake_script() -- Higher.HigherScript local script = Instance.new('LocalScript', Higher) local plr = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function() local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") if hum.JumpPower >= 1000 then hum.JumpPower = 999 elseif hum.JumpPower <= 0 then hum.JumpPower = 1 else hum.JumpPower = hum.JumpPower + 1 end end) end coroutine.wrap(OWYHLPW_fake_script)() local function TJJKFHH_fake_script() -- JumpHeightFrame.Status local script = Instance.new('LocalScript', JumpHeightFrame) local Label = script.Parent.JumpHeightDisplay local plr = game.Players.LocalPlayer plr.CharacterAdded:Connect(function(char) local hum = char:WaitForChild("Humanoid") while wait(0.1) do Label.Text = math.round(hum.JumpPower) end end) end coroutine.wrap(TJJKFHH_fake_script)() local function ZSHCFK_fake_script() -- Higher_2.HigherScript local script = Instance.new('LocalScript', Higher_2) local plr = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function() local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") if hum.HipHeight >= 100 then hum.HipHeight = 99 elseif hum.HipHeight <= 0 then hum.HipHeight = 1 else hum.HipHeight = hum.HipHeight + 1 end end) end coroutine.wrap(ZSHCFK_fake_script)() local function GVVVBP_fake_script() -- Lower_2.LowerScript local script = Instance.new('LocalScript', Lower_2) local plr = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function() local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") if hum.HipHeight >= 100 then hum.HipHeight = 99 elseif hum.HipHeight <= 0 then hum.HipHeight = 1 else hum.HipHeight = hum.HipHeight - 1 end end) end coroutine.wrap(GVVVBP_fake_script)() local function IPBIY_fake_script() -- HipHeightFrame.Status local script = Instance.new('LocalScript', HipHeightFrame) local Label = script.Parent.HipHeightDisplay local plr = game.Players.LocalPlayer plr.CharacterAdded:Connect(function(char) local hum = char:WaitForChild("Humanoid") while wait(0.1) do Label.Text = math.round(hum.HipHeight) end end) end coroutine.wrap(IPBIY_fake_script)() local function FMJN_fake_script() -- MiscFrame.FOVControl local script = Instance.new('LocalScript', MiscFrame) local UIS = game:GetService("UserInputService") local Frame = script.Parent.FOVSliderFrame local sliderButton = Frame.SliderButton local FOVDisplay = Frame.FOVDisplay local Dragging = false sliderButton.MouseButton1Down:Connect(function() Dragging = true end) UIS.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then Dragging = false end end) UIS.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then if Dragging == true then local mouseLoc = UIS:GetMouseLocation() local relativePos = mouseLoc-Frame.AbsolutePosition local percentage = math.clamp(relativePos.X/Frame.AbsoluteSize.X,0,0.95) sliderButton.Position = UDim2.new(percentage,0,0,0) game.Workspace.Camera.FieldOfView = math.round(percentage*130) FOVDisplay.Text = math.round(game.Workspace.Camera.FieldOfView) end end end) end coroutine.wrap(FMJN_fake_script)() local function KGKLT_fake_script() -- TeleportToPlayer.TeleportToPlayerScript local script = Instance.new('LocalScript', TeleportToPlayer) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(script.Parent.Parent.PlayerName.Text).Character.HumanoidRootPart.CFrame end) end coroutine.wrap(KGKLT_fake_script)() local function AEGSJLQ_fake_script() -- StatisticsFrame.Handler local script = Instance.new('LocalScript', StatisticsFrame) local Frame = script.Parent local suggestion = Frame.Suggestion local plr function findPlayer(name) for i, plr in pairs(game.Players:GetPlayers()) do name = name:lower() --lowercase the name local testName = (plr.Name):lower():sub(1, #name) if (testName == name) then return plr end end end function reload() Frame.PlayerName.Text = ". . ." Frame.PlayerID.Text = ". . ." Frame.PlayerImage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" Frame.Prison.Text = ". . ." Frame.Wanted.Text = ". . ." Frame.WantedReason.Text = "" Frame.CasinoChips.Text = ". . ." end suggestion.Activated:Connect(function() if (Frame.Suggestion.Text ~= "") then Frame.PlayerName.Text = Frame.Suggestion.Text suggestion.Visible = false Frame.SearchBar.Text = "" local playerN = Frame.PlayerName.Text local playerI = game.Players:FindFirstChild(playerN).UserId Frame.PlayerID.Text = playerI Frame.PlayerImage.Image = game.Players:GetUserThumbnailAsync(playerI, Enum.ThumbnailType.AvatarBust, Enum.ThumbnailSize.Size420x420) Frame.CasinoChips.Text = game.Players:FindFirstChild(playerN).CasinoChips.Value Frame.WantedReason.Text = game.Players:FindFirstChild(playerN).Wanted.WantedReason.Value if game.Players:FindFirstChild(playerN).Wanted.Value == true then Frame.Wanted.Text = "Wanted" else Frame.Wanted.Text = "Not Wanted" end if game.Players:FindFirstChild(playerN).InPrison.Value == true then Frame.Prison.Text = "In Prison" else Frame.Prison.Text = "Not In Prison" end end end) Frame.SearchBar:GetPropertyChangedSignal("Text"):Connect(function() if (#Frame.SearchBar.Text > 2) then local plr = findPlayer(Frame.SearchBar.Text) if plr then Frame.Suggestion.Visible = true Frame.Suggestion.Text = plr.Name end end end) Frame.SearchBar.FocusLost:Connect(function() if Frame.SearchBar.FocusLost and Frame.Suggestion.Visible == false then local text = Frame.SearchBar.Text local plrid = game.Players:GetUserIdFromNameAsync(text) local plrName = game.Players:GetNameFromUserIdAsync(plrid) Frame.LeftSide.idLabel.Text = plrid Frame.LeftSide.PlrNameLabel.Text = plrName Frame.LeftSide.UserImage.Image = game.Players:GetUserThumbnailAsync(plrid, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size150x150) game.ReplicatedStorage.AskServer:FireServer(plrid) Frame.SearchBar.Text = "" end end) end coroutine.wrap(AEGSJLQ_fake_script)() local function CWTRHIH_fake_script() -- DeleteButton.DeleteScript local script = Instance.new('LocalScript', DeleteButton) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Parent:Destroy() end) end coroutine.wrap(CWTRHIH_fake_script)() local function IIJWRKW_fake_script() -- SettingsFrame.ThemeHandler local script = Instance.new('LocalScript', SettingsFrame) local Frame = script.Parent.ScrollingFrame local Buttons = Frame:GetChildren() local MiscFrame = script.Parent.Parent.MiscFrame local SettingsFrame = script.Parent local StatsFrame = script.Parent.Parent.StatisticsFrame local TeleportsFrame = script.Parent.Parent.TeleportsFrame local MainFrame = script.Parent.Parent for _, Button in ipairs(Buttons) do if Button.TextSize == 15 then Button.MouseButton1Click:Connect(function(primary, secondary) local primary = Button.BackgroundColor3 local secondary = Button.BorderColor3 local F1 = TeleportsFrame.ScrollingFrame1 local F2 = TeleportsFrame.ScrollingFrame2 local F3 = TeleportsFrame.ScrollingFrame3 MainFrame.Title.TextColor3 = secondary MainFrame.Version.TextColor3 = secondary MainFrame.BackgroundColor3 = primary MainFrame.BorderColor3 = secondary MainFrame.MiscButton.BackgroundColor3 = primary MainFrame.MiscButton.BorderColor3 = secondary MainFrame.MiscButton.TextColor3 = secondary MainFrame.TeleportsButton.BackgroundColor3 = primary MainFrame.TeleportsButton.BorderColor3 = secondary MainFrame.TeleportsButton.TextColor3 = secondary MainFrame.StatsButton.BackgroundColor3 = primary MainFrame.StatsButton.BorderColor3 = secondary MainFrame.StatsButton.TextColor3 = secondary MainFrame.SettingsButton.BackgroundColor3 = primary MainFrame.SettingsButton.BorderColor3 = secondary MainFrame.SettingsButton.TextColor3 = secondary SettingsFrame.Misc1.TextColor3 = secondary SettingsFrame.Misc2.TextColor3 = secondary SettingsFrame.Misc3.TextColor3 = secondary SettingsFrame.Misc4.TextColor3 = secondary SettingsFrame.Misc5.TextColor3 = secondary SettingsFrame.DeleteButton.BackgroundColor3 = primary SettingsFrame.DeleteButton.BorderColor3 = secondary SettingsFrame.DeleteButton.TextColor3 = secondary SettingsFrame.ScrollingFrame.ScrollBarImageColor3 = secondary wait() StatsFrame.SearchBar.BackgroundColor3 = primary StatsFrame.SearchBar.BorderColor3 = secondary StatsFrame.SearchBar.TextColor3 = secondary StatsFrame.SearchBar.PlaceholderColor3 = secondary StatsFrame.Suggestion.BackgroundColor3 = primary StatsFrame.Suggestion.BorderColor3 = secondary StatsFrame.Suggestion.TextColor3 = secondary StatsFrame.TeleportToPlayer.BackgroundColor3 = primary StatsFrame.TeleportToPlayer.BorderColor3 = secondary StatsFrame.TeleportToPlayer.TextColor3 = secondary StatsFrame.Misc1.TextColor3 = secondary StatsFrame.Misc2.TextColor3 = secondary StatsFrame.Misc3.TextColor3 = secondary StatsFrame.PlayerName.TextColor3 = secondary StatsFrame.CasinoChips.TextColor3 = secondary StatsFrame.PlayerID.TextColor3 = secondary StatsFrame.Prison.TextColor3 = secondary StatsFrame.Wanted.TextColor3 = secondary StatsFrame.WantedReason.TextColor3 = secondary StatsFrame.PlayerImage.BackgroundColor3 = primary StatsFrame.PlayerImage.BorderColor3 = secondary wait() MiscFrame.Misc1.TextColor3 = secondary MiscFrame.Misc1.BorderColor3 = secondary MiscFrame.Misc1.BackgroundColor3 = primary MiscFrame.Misc2.TextColor3 = secondary MiscFrame.Misc2.BorderColor3 = secondary MiscFrame.Misc2.BackgroundColor3 = primary MiscFrame.Misc3.TextColor3 = secondary MiscFrame.Misc3.BorderColor3 = secondary MiscFrame.Misc3.BackgroundColor3 = primary MiscFrame.Misc4.TextColor3 = secondary MiscFrame.Misc4.BorderColor3 = secondary MiscFrame.Misc4.BackgroundColor3 = primary MiscFrame.WantedWarning.BackgroundColor3 = primary MiscFrame.WantedWarning.BorderColor3 = secondary MiscFrame.WantedWarning.TextColor3 = secondary MiscFrame.AntiLag.BackgroundColor3 = primary MiscFrame.AntiLag.BorderColor3 = secondary MiscFrame.AntiLag.TextColor3 = secondary MiscFrame.ClimbBoost.BackgroundColor3 = primary MiscFrame.ClimbBoost.BorderColor3 = secondary MiscFrame.ClimbBoost.TextColor3 = secondary MiscFrame.GateDelete.BackgroundColor3 = primary MiscFrame.GateDelete.BorderColor3 = secondary MiscFrame.GateDelete.TextColor3 = secondary MiscFrame.AtmosphereDelete.BackgroundColor3 = primary MiscFrame.AtmosphereDelete.BorderColor3 = secondary MiscFrame.AtmosphereDelete.TextColor3 = secondary MiscFrame.RainDelete.BackgroundColor3 = primary MiscFrame.RainDelete.BorderColor3 = secondary MiscFrame.RainDelete.TextColor3 = secondary wait() MiscFrame.FOVSliderFrame.BackgroundColor3 = primary MiscFrame.FOVSliderFrame.BorderColor3 = secondary MiscFrame.JumpHeightFrame.BackgroundColor3 = primary MiscFrame.JumpHeightFrame.BorderColor3 = secondary MiscFrame.HipHeightFrame.BackgroundColor3 = primary MiscFrame.HipHeightFrame.BorderColor3 = secondary MiscFrame.FOVSliderFrame.SliderButton.BackgroundColor3 = secondary MiscFrame.FOVSliderFrame.FOVDisplay.TextColor3 = secondary MiscFrame.JumpHeightFrame.JumpHeightDisplay.TextColor3 = secondary MiscFrame.HipHeightFrame.HipHeightDisplay.TextColor3 = secondary MiscFrame.JumpHeightFrame.Higher.BackgroundColor3 = primary MiscFrame.JumpHeightFrame.Higher.BorderColor3 = secondary MiscFrame.JumpHeightFrame.Higher.TextColor3 = secondary MiscFrame.JumpHeightFrame.Lower.BackgroundColor3 = primary MiscFrame.JumpHeightFrame.Lower.BorderColor3 = secondary MiscFrame.JumpHeightFrame.Lower.TextColor3 = secondary MiscFrame.HipHeightFrame.Higher.BackgroundColor3 = primary MiscFrame.HipHeightFrame.Higher.BorderColor3 = secondary MiscFrame.HipHeightFrame.Higher.TextColor3 = secondary MiscFrame.HipHeightFrame.Lower.BackgroundColor3 = primary MiscFrame.HipHeightFrame.Lower.BorderColor3 = secondary MiscFrame.HipHeightFrame.Lower.TextColor3 = secondary wait() TeleportsFrame.Misc1.TextColor3 = secondary TeleportsFrame.Misc2.TextColor3 = secondary TeleportsFrame.Misc3.TextColor3 = secondary TeleportsFrame.Misc4.TextColor3 = secondary TeleportsFrame.Right.BackgroundColor3 = primary TeleportsFrame.Right.BorderColor3 = secondary TeleportsFrame.Left.BackgroundColor3 = primary TeleportsFrame.Left.BorderColor3 = secondary TeleportsFrame.MiddleLeft.BackgroundColor3 = primary TeleportsFrame.MiddleLeft.BorderColor3 = secondary TeleportsFrame.MiddleRight.BackgroundColor3 = primary TeleportsFrame.MiddleRight.BorderColor3 = secondary TeleportsFrame.Middle.BackgroundColor3 = primary TeleportsFrame.Middle.BorderColor3 = secondary F1.ScrollBarImageColor3 = secondary F2.ScrollBarImageColor3 = secondary F3.ScrollBarImageColor3 = secondary wait() F1.Bank.BackgroundColor3 = primary F1.Bank.BorderColor3 = secondary F1.Bank.TextColor3 = secondary F1.BankSell.BackgroundColor3 = primary F1.BankSell.BorderColor3 = secondary F1.BankSell.TextColor3 = secondary F1.CasinoSell.BackgroundColor3 = primary F1.CasinoSell.BorderColor3 = secondary F1.CasinoSell.TextColor3 = secondary F1.CasinoUtilities.BackgroundColor3 = primary F1.CasinoUtilities.BorderColor3 = secondary F1.CasinoUtilities.TextColor3 = secondary F1.Casino.BackgroundColor3 = primary F1.Casino.BorderColor3 = secondary F1.Casino.TextColor3 = secondary F1.JewleryStore.BackgroundColor3 = primary F1.JewleryStore.BorderColor3 = secondary F1.JewleryStore.TextColor3 = secondary F1.JewleryStoreSell.BackgroundColor3 = primary F1.JewleryStoreSell.BorderColor3 = secondary F1.JewleryStoreSell.TextColor3 = secondary F1.JewleryStoreUtilities.BackgroundColor3 = primary F1.JewleryStoreUtilities.BorderColor3 = secondary F1.JewleryStoreUtilities.TextColor3 = secondary F1.Smuggler.BackgroundColor3 = primary F1.Smuggler.BorderColor3 = secondary F1.Smuggler.TextColor3 = secondary F1.SmugglerSell.BackgroundColor3 = primary F1.SmugglerSell.BorderColor3 = secondary F1.SmugglerSell.TextColor3 = secondary wait() F2.SpawnHitman1.BackgroundColor3 = primary F2.SpawnHitman1.BorderColor3 = secondary F2.SpawnHitman1.TextColor3 = secondary F2.SpawnHitman2.BackgroundColor3 = primary F2.SpawnHitman2.BorderColor3 = secondary F2.SpawnHitman2.TextColor3 = secondary F2.SpawnHitman3.BackgroundColor3 = primary F2.SpawnHitman3.BorderColor3 = secondary F2.SpawnHitman3.TextColor3 = secondary F2.SpawnHitman4.BackgroundColor3 = primary F2.SpawnHitman4.BorderColor3 = secondary F2.SpawnHitman4.TextColor3 = secondary F2.SpawnHitman5.BackgroundColor3 = primary F2.SpawnHitman5.BorderColor3 = secondary F2.SpawnHitman5.TextColor3 = secondary F2.SpawnHitman6.BackgroundColor3 = primary F2.SpawnHitman6.BorderColor3 = secondary F2.SpawnHitman6.TextColor3 = secondary F2.SpawnHitman7.BackgroundColor3 = primary F2.SpawnHitman7.BorderColor3 = secondary F2.SpawnHitman7.TextColor3 = secondary F2.SpawnHitman8.BackgroundColor3 = primary F2.SpawnHitman8.BorderColor3 = secondary F2.SpawnHitman8.TextColor3 = secondary F2.SpawnAirforce.BackgroundColor3 = primary F2.SpawnAirforce.BorderColor3 = secondary F2.SpawnAirforce.TextColor3 = secondary F2.SpawnArmedForces.BackgroundColor3 = primary F2.SpawnArmedForces.BorderColor3 = secondary F2.SpawnArmedForces.TextColor3 = secondary F2.SpawnMechanized.BackgroundColor3 = primary F2.SpawnMechanized.BorderColor3 = secondary F2.SpawnMechanized.TextColor3 = secondary F2.SpawnMilitaryPolice.BackgroundColor3 = primary F2.SpawnMilitaryPolice.BorderColor3 = secondary F2.SpawnMilitaryPolice.TextColor3 = secondary F2.SpawnRaiders.BackgroundColor3 = primary F2.SpawnRaiders.BorderColor3 = secondary F2.SpawnRaiders.TextColor3 = secondary F2.SpawnStormDetachment.BackgroundColor3 = primary F2.SpawnStormDetachment.BorderColor3 = secondary F2.SpawnStormDetachment.TextColor3 = secondary wait() F3.A.BackgroundColor3 = primary F3.A.BorderColor3 = secondary F3.A.TextColor3 = secondary F3.B.BackgroundColor3 = primary F3.B.BorderColor3 = secondary F3.B.TextColor3 = secondary F3.C.BackgroundColor3 = primary F3.C.BorderColor3 = secondary F3.C.TextColor3 = secondary F3.D.BackgroundColor3 = primary F3.D.BorderColor3 = secondary F3.D.TextColor3 = secondary F3.CityEnterance.BackgroundColor3 = primary F3.CityEnterance.BorderColor3 = secondary F3.CityEnterance.TextColor3 = secondary F3.Town.BackgroundColor3 = primary F3.Town.BorderColor3 = secondary F3.Town.TextColor3 = secondary F3.TrainingArea.BackgroundColor3 = primary F3.TrainingArea.BorderColor3 = secondary F3.TrainingArea.TextColor3 = secondary F3.VIPCasinoArea.BackgroundColor3 = primary F3.VIPCasinoArea.BorderColor3 = secondary F3.VIPCasinoArea.TextColor3 = secondary F3.JailEscape.BackgroundColor3 = primary F3.JailEscape.BorderColor3 = secondary F3.JailEscape.TextColor3 = secondary F3.WantedBoard.BackgroundColor3 = primary F3.WantedBoard.BorderColor3 = secondary F3.WantedBoard.TextColor3 = secondary end) end end end coroutine.wrap(IIJWRKW_fake_script)()