-- Gui to Lua -- Version: 3.2 -- Instances: local Aimbot = Instance.new("ScreenGui") local MFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local CurrentTargetTitle = Instance.new("TextLabel") local CurrentTarget = Instance.new("TextLabel") local EditGameSettings = Instance.new("TextButton") local Manager = Instance.new("TextButton") local StatusTitle = Instance.new("TextLabel") local Status = Instance.new("TextButton") local EditGlobalSettings = Instance.new("TextButton") local SwitchToTeam = Instance.new("TextButton") local ManagerUI = Instance.new("Frame") local WhitelistedInstances = Instance.new("ScrollingFrame") local whitelistframe = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local WhitelistToggle = Instance.new("TextButton") local PriorityToggle = Instance.new("TextButton") local UIListLayout = Instance.new("UIListLayout") local hide = Instance.new("TextButton") local searchbar = Instance.new("TextBox") local Title_2 = Instance.new("TextLabel") local whitelistlable = Instance.new("TextLabel") local prioritylable = Instance.new("TextLabel") local typelabel = Instance.new("TextLabel") local CustomTargetingUI = Instance.new("Frame") local Title_3 = Instance.new("TextLabel") local add = Instance.new("TextButton") local back = Instance.new("TextButton") local ScrollingFrame = Instance.new("ScrollingFrame") local UIListLayout_2 = Instance.new("UIListLayout") local Condition = Instance.new("TextLabel") local value = Instance.new("TextBox") local about = Instance.new("TextButton") local GlobalSettingsUI = Instance.new("Frame") local Title_4 = Instance.new("TextLabel") local X = Instance.new("TextButton") local ScrollingFrame_2 = Instance.new("ScrollingFrame") local UIListLayout_3 = Instance.new("UIListLayout") local TeamAutofill = Instance.new("TextLabel") local value_2 = Instance.new("TextButton") local MouseSensitivity = Instance.new("TextLabel") local About = Instance.new("TextLabel") local value_3 = Instance.new("TextBox") local keybinds = Instance.new("TextButton") local TeamUI = Instance.new("Frame") local WhitelistedTeams = Instance.new("ScrollingFrame") local whitelistframe_2 = Instance.new("Frame") local TextLabel_2 = Instance.new("TextLabel") local undo = Instance.new("TextButton") local UIListLayout_4 = Instance.new("UIListLayout") local WLTeam = Instance.new("TextButton") local whitelistteam = Instance.new("TextBox") local yourteam = Instance.new("TextBox") local label1 = Instance.new("TextLabel") local label2 = Instance.new("TextLabel") local Title_5 = Instance.new("TextLabel") local X_2 = Instance.new("TextButton") local KeybindsUI = Instance.new("Frame") local Title_6 = Instance.new("TextLabel") local X_3 = Instance.new("TextButton") local ScrollingFrame_3 = Instance.new("ScrollingFrame") local UIListLayout_5 = Instance.new("UIListLayout") local AimbotToggle = Instance.new("TextLabel") local value1 = Instance.new("TextButton") local reset = Instance.new("TextButton") local value2 = Instance.new("TextButton") local keybindtype = Instance.new("TextButton") local GUIVisibilityToggle = Instance.new("TextLabel") local value1_2 = Instance.new("TextButton") local reset_2 = Instance.new("TextButton") local value2_2 = Instance.new("TextButton") local TargetedPartToggle = Instance.new("TextLabel") local value1_3 = Instance.new("TextButton") local reset_3 = Instance.new("TextButton") local value2_3 = Instance.new("TextButton") local globals = Instance.new("TextButton") local GameSettingsUI = Instance.new("Frame") local Title_7 = Instance.new("TextLabel") local X_4 = Instance.new("TextButton") local ScrollingFrame_4 = Instance.new("ScrollingFrame") local UIListLayout_6 = Instance.new("UIListLayout") local AutoTarget = Instance.new("TextLabel") local value_4 = Instance.new("TextButton") local Target = Instance.new("TextLabel") local value_5 = Instance.new("TextButton") local WhitelistFriends = Instance.new("TextLabel") local value_6 = Instance.new("TextButton") local MaxStuds = Instance.new("TextLabel") local value_7 = Instance.new("TextBox") local OwnTeamWhitelisted = Instance.new("TextLabel") local value_8 = Instance.new("TextButton") local TargetCloserPlayers = Instance.new("TextLabel") local value_9 = Instance.new("TextButton") local About_2 = Instance.new("TextLabel") local TargetNPCs = Instance.new("TextLabel") local value_10 = Instance.new("TextButton") local IgnorePlayers = Instance.new("TextLabel") local value_11 = Instance.new("TextButton") local TargetPrioOnly = Instance.new("TextLabel") local value_12 = Instance.new("TextButton") local FirstPersonEnabled = Instance.new("TextLabel") local value_13 = Instance.new("TextButton") local AimMethod = Instance.new("TextLabel") local value_14 = Instance.new("TextButton") local About_3 = Instance.new("TextLabel") local TargetOffScreen = Instance.new("TextLabel") local value_15 = Instance.new("TextButton") local EnableRaycasting = Instance.new("TextLabel") local value_16 = Instance.new("TextButton") local customtargetcons = Instance.new("TextButton") --Properties: Aimbot.Name = "Aimbot" Aimbot.Parent = game.CoreGui Aimbot.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MFrame.Name = "MFrame" MFrame.Parent = Aimbot MFrame.BackgroundColor3 = Color3.fromRGB(0, 45, 0) MFrame.BorderColor3 = Color3.fromRGB(0, 170, 0) MFrame.Position = UDim2.new(0.345656514, 0, 0.488820165, 0) MFrame.Size = UDim2.new(0, 260, 0, 252) Title.Name = "Title" Title.Parent = MFrame Title.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title.BorderColor3 = Color3.fromRGB(0, 170, 0) Title.Size = UDim2.new(0, 260, 0, 44) Title.Font = Enum.Font.TitilliumWeb Title.Text = "RedWire's Universal Aimbot" Title.TextColor3 = Color3.fromRGB(0, 170, 0) Title.TextScaled = true Title.TextSize = 18.000 Title.TextStrokeTransparency = 0.000 Title.TextWrapped = true CurrentTargetTitle.Name = "CurrentTargetTitle" CurrentTargetTitle.Parent = MFrame CurrentTargetTitle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CurrentTargetTitle.BackgroundTransparency = 1.000 CurrentTargetTitle.BorderColor3 = Color3.fromRGB(0, 170, 0) CurrentTargetTitle.BorderSizePixel = 0 CurrentTargetTitle.Position = UDim2.new(0.0076923077, 0, 0.378930956, 0) CurrentTargetTitle.Size = UDim2.new(0, 135, 0, 29) CurrentTargetTitle.Font = Enum.Font.TitilliumWeb CurrentTargetTitle.Text = "Current Target:" CurrentTargetTitle.TextColor3 = Color3.fromRGB(0, 170, 0) CurrentTargetTitle.TextScaled = true CurrentTargetTitle.TextSize = 14.000 CurrentTargetTitle.TextStrokeTransparency = 0.000 CurrentTargetTitle.TextWrapped = true CurrentTargetTitle.TextXAlignment = Enum.TextXAlignment.Left CurrentTarget.Name = "CurrentTarget" CurrentTarget.Parent = MFrame CurrentTarget.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CurrentTarget.BackgroundTransparency = 1.000 CurrentTarget.BorderColor3 = Color3.fromRGB(0, 170, 0) CurrentTarget.BorderSizePixel = 0 CurrentTarget.Position = UDim2.new(0.0076923077, 0, 0.495866328, 0) CurrentTarget.Size = UDim2.new(0, 258, 0, 29) CurrentTarget.Font = Enum.Font.TitilliumWeb CurrentTarget.Text = "none" CurrentTarget.TextColor3 = Color3.fromRGB(170, 0, 0) CurrentTarget.TextScaled = true CurrentTarget.TextSize = 14.000 CurrentTarget.TextStrokeTransparency = 0.000 CurrentTarget.TextWrapped = true CurrentTarget.TextXAlignment = Enum.TextXAlignment.Left EditGameSettings.Name = "EditGameSettings" EditGameSettings.Parent = MFrame EditGameSettings.BackgroundColor3 = Color3.fromRGB(0, 0, 0) EditGameSettings.BorderColor3 = Color3.fromRGB(0, 170, 0) EditGameSettings.Position = UDim2.new(0, 0, 0.614426017, 0) EditGameSettings.Size = UDim2.new(0, 130, 0, 36) EditGameSettings.Font = Enum.Font.TitilliumWeb EditGameSettings.Text = "Game Settings" EditGameSettings.TextColor3 = Color3.fromRGB(0, 170, 0) EditGameSettings.TextSize = 24.000 EditGameSettings.TextWrapped = true Manager.Name = "Manager" Manager.Parent = MFrame Manager.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Manager.BorderColor3 = Color3.fromRGB(0, 170, 0) Manager.Position = UDim2.new(0, 0, 0.80083406, 0) Manager.Size = UDim2.new(0, 130, 0, 36) Manager.Font = Enum.Font.TitilliumWeb Manager.Text = "Manage Players" Manager.TextColor3 = Color3.fromRGB(0, 170, 0) Manager.TextSize = 24.000 Manager.TextWrapped = true StatusTitle.Name = "StatusTitle" StatusTitle.Parent = MFrame StatusTitle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) StatusTitle.BackgroundTransparency = 1.000 StatusTitle.BorderColor3 = Color3.fromRGB(0, 170, 0) StatusTitle.BorderSizePixel = 0 StatusTitle.Position = UDim2.new(0.0076923077, 0, 0.213608399, 0) StatusTitle.Size = UDim2.new(0, 128, 0, 29) StatusTitle.Font = Enum.Font.TitilliumWeb StatusTitle.Text = "Aimbot status:" StatusTitle.TextColor3 = Color3.fromRGB(0, 170, 0) StatusTitle.TextScaled = true StatusTitle.TextSize = 14.000 StatusTitle.TextStrokeTransparency = 0.000 StatusTitle.TextWrapped = true StatusTitle.TextXAlignment = Enum.TextXAlignment.Left Status.Name = "Status" Status.Parent = MFrame Status.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Status.BorderColor3 = Color3.fromRGB(0, 170, 0) Status.Position = UDim2.new(0.5, 0, 0.214000031, 0) Status.Size = UDim2.new(0, 130, 0, 29) Status.Font = Enum.Font.TitilliumWeb Status.LineHeight = 2.000 Status.Text = "disabled" Status.TextColor3 = Color3.fromRGB(170, 0, 0) Status.TextSize = 28.000 Status.TextStrokeTransparency = 0.000 Status.TextWrapped = true EditGlobalSettings.Name = "EditGlobalSettings" EditGlobalSettings.Parent = MFrame EditGlobalSettings.BackgroundColor3 = Color3.fromRGB(0, 0, 0) EditGlobalSettings.BorderColor3 = Color3.fromRGB(0, 170, 0) EditGlobalSettings.Position = UDim2.new(0.5, 0, 0.614426017, 0) EditGlobalSettings.Size = UDim2.new(0, 130, 0, 36) EditGlobalSettings.Font = Enum.Font.TitilliumWeb EditGlobalSettings.Text = "Global Settings" EditGlobalSettings.TextColor3 = Color3.fromRGB(0, 170, 0) EditGlobalSettings.TextSize = 24.000 EditGlobalSettings.TextWrapped = true SwitchToTeam.Name = "SwitchToTeam" SwitchToTeam.Parent = MFrame SwitchToTeam.BackgroundColor3 = Color3.fromRGB(0, 0, 0) SwitchToTeam.BorderColor3 = Color3.fromRGB(0, 170, 0) SwitchToTeam.Position = UDim2.new(0.5, 0, 0.80083406, 0) SwitchToTeam.Size = UDim2.new(0, 130, 0, 36) SwitchToTeam.Font = Enum.Font.TitilliumWeb SwitchToTeam.Text = "Manage Teams" SwitchToTeam.TextColor3 = Color3.fromRGB(0, 170, 0) SwitchToTeam.TextSize = 24.000 SwitchToTeam.TextWrapped = true ManagerUI.Name = "ManagerUI" ManagerUI.Parent = Aimbot ManagerUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) ManagerUI.BorderColor3 = Color3.fromRGB(0, 170, 0) ManagerUI.BorderSizePixel = 2 ManagerUI.Position = UDim2.new(0.381608725, 0, 0.207899302, 0) ManagerUI.Size = UDim2.new(0, 481, 0, 269) ManagerUI.Visible = false WhitelistedInstances.Name = "WhitelistedInstances" WhitelistedInstances.Parent = ManagerUI WhitelistedInstances.Active = true WhitelistedInstances.BackgroundColor3 = Color3.fromRGB(0, 45, 0) WhitelistedInstances.BorderColor3 = Color3.fromRGB(0, 170, 0) WhitelistedInstances.Position = UDim2.new(0, 0, 0.359999865, 0) WhitelistedInstances.Size = UDim2.new(0, 481, 0, 211) WhitelistedInstances.CanvasSize = UDim2.new(0, 0, 0, 0) whitelistframe.Name = "whitelistframe" whitelistframe.Parent = WhitelistedInstances whitelistframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0) whitelistframe.BackgroundTransparency = 1.000 whitelistframe.BorderColor3 = Color3.fromRGB(0, 170, 0) whitelistframe.Size = UDim2.new(0, 445, 0, 42) whitelistframe.Visible = false TextLabel.Parent = whitelistframe TextLabel.BackgroundColor3 = Color3.fromRGB(0, 45, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 170, 0) TextLabel.Position = UDim2.new(-6.85788279e-08, 0, 0, 0) TextLabel.Size = UDim2.new(0, 257, 0, 42) TextLabel.Font = Enum.Font.TitilliumWeb TextLabel.Text = "WWWWWWWWWWWWWWWWWWWW (WWWWWWWWWWWWWWWWWWWW)" TextLabel.TextColor3 = Color3.fromRGB(0, 170, 0) TextLabel.TextSize = 21.000 TextLabel.TextStrokeTransparency = 0.000 TextLabel.TextWrapped = true WhitelistToggle.Name = "WhitelistToggle" WhitelistToggle.Parent = whitelistframe WhitelistToggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) WhitelistToggle.BorderColor3 = Color3.fromRGB(0, 170, 0) WhitelistToggle.Position = UDim2.new(0.82610631, 0, 0, 0) WhitelistToggle.Size = UDim2.new(0, 110, 0, 42) WhitelistToggle.Font = Enum.Font.Highway WhitelistToggle.Text = "No" WhitelistToggle.TextColor3 = Color3.fromRGB(170, 0, 0) WhitelistToggle.TextSize = 22.000 WhitelistToggle.TextWrapped = true PriorityToggle.Name = "PriorityToggle" PriorityToggle.Parent = whitelistframe PriorityToggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) PriorityToggle.BorderColor3 = Color3.fromRGB(0, 170, 0) PriorityToggle.Position = UDim2.new(0.575280905, 0, 0, 0) PriorityToggle.Size = UDim2.new(0, 110, 0, 42) PriorityToggle.Font = Enum.Font.Highway PriorityToggle.Text = "No" PriorityToggle.TextColor3 = Color3.fromRGB(170, 0, 0) PriorityToggle.TextSize = 22.000 PriorityToggle.TextWrapped = true UIListLayout.Parent = WhitelistedInstances UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder hide.Name = "hide" hide.Parent = ManagerUI hide.BackgroundColor3 = Color3.fromRGB(0, 0, 0) hide.BorderColor3 = Color3.fromRGB(0, 170, 0) hide.Position = UDim2.new(0.858450055, 0, 0, 0) hide.Size = UDim2.new(0, 68, 0, 29) hide.Font = Enum.Font.TitilliumWeb hide.Text = "Close" hide.TextColor3 = Color3.fromRGB(170, 0, 0) hide.TextSize = 28.000 hide.TextStrokeTransparency = 0.000 hide.TextWrapped = true searchbar.Name = "searchbar" searchbar.Parent = ManagerUI searchbar.BackgroundColor3 = Color3.fromRGB(0, 0, 0) searchbar.BorderColor3 = Color3.fromRGB(0, 170, 0) searchbar.Position = UDim2.new(-1.26892218e-07, 0, 0.111524165, 0) searchbar.Size = UDim2.new(0, 481, 0, 33) searchbar.Font = Enum.Font.TitilliumWeb searchbar.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) searchbar.PlaceholderText = "Filter Scrolling Frame results" searchbar.Text = "" searchbar.TextColor3 = Color3.fromRGB(0, 170, 0) searchbar.TextSize = 30.000 searchbar.TextStrokeTransparency = 0.000 searchbar.TextWrapped = true Title_2.Name = "Title" Title_2.Parent = ManagerUI Title_2.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_2.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_2.Position = UDim2.new(-6.34461088e-08, 0, 0, 0) Title_2.Size = UDim2.new(0, 412, 0, 29) Title_2.Font = Enum.Font.TitilliumWeb Title_2.Text = "Player Manager" Title_2.TextColor3 = Color3.fromRGB(0, 170, 0) Title_2.TextSize = 30.000 Title_2.TextStrokeTransparency = 0.000 Title_2.TextWrapped = true whitelistlable.Name = "whitelistlable" whitelistlable.Parent = ManagerUI whitelistlable.BackgroundColor3 = Color3.fromRGB(0, 45, 0) whitelistlable.BorderColor3 = Color3.fromRGB(0, 170, 0) whitelistlable.Position = UDim2.new(0.769863069, 0, 0.241635695, 0) whitelistlable.Size = UDim2.new(0, 110, 0, 29) whitelistlable.Font = Enum.Font.TitilliumWeb whitelistlable.Text = "Is Whitelisted" whitelistlable.TextColor3 = Color3.fromRGB(0, 170, 0) whitelistlable.TextSize = 24.000 whitelistlable.TextStrokeTransparency = 0.000 whitelistlable.TextWrapped = true prioritylable.Name = "prioritylable" prioritylable.Parent = ManagerUI prioritylable.BackgroundColor3 = Color3.fromRGB(0, 45, 0) prioritylable.BorderColor3 = Color3.fromRGB(0, 170, 0) prioritylable.Position = UDim2.new(0.534890652, 0, 0.241635695, 0) prioritylable.Size = UDim2.new(0, 110, 0, 29) prioritylable.Font = Enum.Font.TitilliumWeb prioritylable.Text = "Is Prioritized" prioritylable.TextColor3 = Color3.fromRGB(0, 170, 0) prioritylable.TextSize = 24.000 prioritylable.TextStrokeTransparency = 0.000 prioritylable.TextWrapped = true typelabel.Name = "typelabel" typelabel.Parent = ManagerUI typelabel.BackgroundColor3 = Color3.fromRGB(0, 45, 0) typelabel.BorderColor3 = Color3.fromRGB(0, 170, 0) typelabel.Position = UDim2.new(0, 0, 0.241635695, 0) typelabel.Size = UDim2.new(0, 256, 0, 29) typelabel.Font = Enum.Font.TitilliumWeb typelabel.Text = "Player Name + Display Name" typelabel.TextColor3 = Color3.fromRGB(0, 170, 0) typelabel.TextSize = 24.000 typelabel.TextStrokeTransparency = 0.000 typelabel.TextWrapped = true CustomTargetingUI.Name = "CustomTargetingUI" CustomTargetingUI.Parent = Aimbot CustomTargetingUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) CustomTargetingUI.BorderColor3 = Color3.fromRGB(0, 170, 0) CustomTargetingUI.Position = UDim2.new(0.58417803, 0, 0.280467957, 0) CustomTargetingUI.Size = UDim2.new(0, 338, 0, 342) CustomTargetingUI.Visible = false Title_3.Name = "Title" Title_3.Parent = CustomTargetingUI Title_3.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_3.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_3.Position = UDim2.new(0, 0, 0.00299157039, 0) Title_3.Size = UDim2.new(0, 291, 0, 31) Title_3.Font = Enum.Font.TitilliumWeb Title_3.Text = "Custom Targeting" Title_3.TextColor3 = Color3.fromRGB(0, 170, 0) Title_3.TextSize = 32.000 Title_3.TextStrokeTransparency = 0.000 Title_3.TextWrapped = true add.Name = "add" add.Parent = CustomTargetingUI add.BackgroundColor3 = Color3.fromRGB(0, 0, 0) add.BorderColor3 = Color3.fromRGB(0, 170, 0) add.Position = UDim2.new(0.313390076, 0, 0.0965588689, 0) add.Size = UDim2.new(0, 125, 0, 26) add.Font = Enum.Font.TitilliumWeb add.Text = "Add Condition" add.TextColor3 = Color3.fromRGB(0, 170, 0) add.TextSize = 28.000 add.TextStrokeTransparency = 0.000 add.TextWrapped = true back.Name = "back" back.Parent = CustomTargetingUI back.BackgroundColor3 = Color3.fromRGB(0, 0, 0) back.BorderColor3 = Color3.fromRGB(0, 170, 0) back.Position = UDim2.new(0.198224857, 0, 0.917465806, 0) back.Size = UDim2.new(0, 188, 0, 28) back.Font = Enum.Font.TitilliumWeb back.Text = "Back to game settings" back.TextColor3 = Color3.fromRGB(0, 170, 0) back.TextSize = 28.000 back.TextStrokeTransparency = 0.000 ScrollingFrame.Parent = CustomTargetingUI ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 45, 0) ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 170, 0) ScrollingFrame.Position = UDim2.new(0, 0, 0.173740849, 0) ScrollingFrame.Size = UDim2.new(0, 338, 0, 253) ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0) UIListLayout_2.Parent = ScrollingFrame Condition.Name = "Condition" Condition.Parent = ScrollingFrame Condition.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Condition.BackgroundTransparency = 1.000 Condition.BorderColor3 = Color3.fromRGB(0, 170, 0) Condition.BorderSizePixel = 0 Condition.Size = UDim2.new(0, 338, 0, 73) Condition.Visible = false Condition.Font = Enum.Font.TitilliumWeb Condition.Text = "Condition:" Condition.TextColor3 = Color3.fromRGB(0, 170, 0) Condition.TextSize = 28.000 Condition.TextStrokeTransparency = 0.000 Condition.TextXAlignment = Enum.TextXAlignment.Left Condition.TextYAlignment = Enum.TextYAlignment.Top value.Name = "value" value.Parent = Condition value.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value.BorderColor3 = Color3.fromRGB(0, 170, 0) value.Position = UDim2.new(-0.00595760904, 0, 0.364886552, 0) value.Size = UDim2.new(0, 326, 0, 46) value.ClearTextOnFocus = false value.Font = Enum.Font.TitilliumWeb value.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) value.PlaceholderText = "TargetCharacter.Humanoid.Health < 10" value.Text = "" value.TextColor3 = Color3.fromRGB(0, 170, 0) value.TextScaled = true value.TextSize = 28.000 value.TextStrokeTransparency = 0.000 value.TextWrapped = true value.TextYAlignment = Enum.TextYAlignment.Top about.Name = "about" about.Parent = CustomTargetingUI about.BackgroundColor3 = Color3.fromRGB(0, 0, 0) about.BorderColor3 = Color3.fromRGB(0, 170, 0) about.Position = UDim2.new(0.860946774, 0, 0.0029916151, 0) about.Size = UDim2.new(0, 46, 0, 31) about.Font = Enum.Font.TitilliumWeb about.Text = "?" about.TextColor3 = Color3.fromRGB(0, 170, 0) about.TextSize = 28.000 about.TextStrokeTransparency = 0.000 about.TextWrapped = true GlobalSettingsUI.Name = "GlobalSettingsUI" GlobalSettingsUI.Parent = Aimbot GlobalSettingsUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) GlobalSettingsUI.BorderColor3 = Color3.fromRGB(0, 170, 0) GlobalSettingsUI.Position = UDim2.new(0.55347693, 0, 0.230392128, 0) GlobalSettingsUI.Size = UDim2.new(0, 347, 0, 364) GlobalSettingsUI.Visible = false Title_4.Name = "Title" Title_4.Parent = GlobalSettingsUI Title_4.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_4.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_4.Position = UDim2.new(0.0028818443, 0, 0, 0) Title_4.Size = UDim2.new(0, 298, 0, 31) Title_4.Font = Enum.Font.TitilliumWeb Title_4.Text = "Universal Settings" Title_4.TextColor3 = Color3.fromRGB(0, 170, 0) Title_4.TextSize = 32.000 Title_4.TextStrokeTransparency = 0.000 Title_4.TextWrapped = true X.Name = "X" X.Parent = GlobalSettingsUI X.BackgroundColor3 = Color3.fromRGB(0, 0, 0) X.BorderColor3 = Color3.fromRGB(0, 170, 0) X.Position = UDim2.new(0.866863608, 0, 0, 0) X.Size = UDim2.new(0, 46, 0, 31) X.Font = Enum.Font.TitilliumWeb X.Text = "Close" X.TextColor3 = Color3.fromRGB(170, 0, 0) X.TextSize = 28.000 X.TextStrokeTransparency = 0.000 X.TextWrapped = true ScrollingFrame_2.Parent = GlobalSettingsUI ScrollingFrame_2.Active = true ScrollingFrame_2.BackgroundColor3 = Color3.fromRGB(0, 45, 0) ScrollingFrame_2.BorderColor3 = Color3.fromRGB(0, 170, 0) ScrollingFrame_2.Position = UDim2.new(0.0028818443, 0, 0.0849862546, 0) ScrollingFrame_2.Size = UDim2.new(0, 346, 0, 292) ScrollingFrame_2.CanvasSize = UDim2.new(0, 0, 0, 0) UIListLayout_3.Parent = ScrollingFrame_2 TeamAutofill.Name = "TeamAutofill" TeamAutofill.Parent = ScrollingFrame_2 TeamAutofill.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TeamAutofill.BackgroundTransparency = 1.000 TeamAutofill.BorderColor3 = Color3.fromRGB(0, 170, 0) TeamAutofill.BorderSizePixel = 0 TeamAutofill.Position = UDim2.new(0, 0, 0.824561417, 0) TeamAutofill.Size = UDim2.new(0, 169, 0, 59) TeamAutofill.Font = Enum.Font.TitilliumWeb TeamAutofill.Text = "Autofill Team Names:" TeamAutofill.TextColor3 = Color3.fromRGB(0, 170, 0) TeamAutofill.TextSize = 28.000 TeamAutofill.TextStrokeTransparency = 0.000 TeamAutofill.TextXAlignment = Enum.TextXAlignment.Left TeamAutofill.TextYAlignment = Enum.TextYAlignment.Top value_2.Name = "value" value_2.Parent = TeamAutofill value_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_2.BorderColor3 = Color3.fromRGB(0, 170, 0) value_2.Position = UDim2.new(0.00591715984, 0, 0.52416575, 0) value_2.Size = UDim2.new(0, 337, 0, 28) value_2.Font = Enum.Font.TitilliumWeb value_2.Text = "true" value_2.TextColor3 = Color3.fromRGB(0, 170, 0) value_2.TextSize = 28.000 value_2.TextStrokeTransparency = 0.000 value_2.TextXAlignment = Enum.TextXAlignment.Left MouseSensitivity.Name = "MouseSensitivity" MouseSensitivity.Parent = ScrollingFrame_2 MouseSensitivity.BackgroundColor3 = Color3.fromRGB(0, 0, 0) MouseSensitivity.BackgroundTransparency = 1.000 MouseSensitivity.BorderColor3 = Color3.fromRGB(0, 170, 0) MouseSensitivity.BorderSizePixel = 0 MouseSensitivity.Position = UDim2.new(0, 0, 0.30479452, 0) MouseSensitivity.Size = UDim2.new(0, 337, 0, 107) MouseSensitivity.Font = Enum.Font.TitilliumWeb MouseSensitivity.Text = "Mouse sensitivity:" MouseSensitivity.TextColor3 = Color3.fromRGB(0, 170, 0) MouseSensitivity.TextSize = 28.000 MouseSensitivity.TextStrokeTransparency = 0.000 MouseSensitivity.TextXAlignment = Enum.TextXAlignment.Left MouseSensitivity.TextYAlignment = Enum.TextYAlignment.Top About.Name = "About" About.Parent = MouseSensitivity About.BackgroundColor3 = Color3.fromRGB(0, 0, 0) About.BackgroundTransparency = 1.000 About.BorderColor3 = Color3.fromRGB(0, 170, 0) About.BorderSizePixel = 0 About.Position = UDim2.new(0.00296735903, 0, 0.557552993, 0) About.Size = UDim2.new(0, 330, 0, 44) About.Font = Enum.Font.TitilliumWeb About.Text = "This will only be used if aiming method is mouse. Higher number = possibly better aiming but more shakiness." About.TextColor3 = Color3.fromRGB(0, 170, 0) About.TextScaled = true About.TextSize = 24.000 About.TextStrokeTransparency = 0.000 About.TextWrapped = true value_3.Name = "value" value_3.Parent = MouseSensitivity value_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_3.BorderColor3 = Color3.fromRGB(0, 170, 0) value_3.Position = UDim2.new(-1.75680034e-05, 0, 0.258487642, 0) value_3.Size = UDim2.new(0, 335, 0, 28) value_3.Font = Enum.Font.TitilliumWeb value_3.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) value_3.PlaceholderText = "Default is 0.25" value_3.Text = "0.25" value_3.TextColor3 = Color3.fromRGB(0, 170, 0) value_3.TextSize = 28.000 value_3.TextStrokeTransparency = 0.000 value_3.TextXAlignment = Enum.TextXAlignment.Left keybinds.Name = "keybinds" keybinds.Parent = GlobalSettingsUI keybinds.BackgroundColor3 = Color3.fromRGB(0, 0, 0) keybinds.BorderColor3 = Color3.fromRGB(0, 170, 0) keybinds.Position = UDim2.new(0.314121038, 0, 0.899735153, 0) keybinds.Size = UDim2.new(0, 130, 0, 36) keybinds.Font = Enum.Font.TitilliumWeb keybinds.Text = "Keybinds" keybinds.TextColor3 = Color3.fromRGB(0, 170, 0) keybinds.TextSize = 28.000 keybinds.TextWrapped = true TeamUI.Name = "TeamUI" TeamUI.Parent = Aimbot TeamUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) TeamUI.BorderColor3 = Color3.fromRGB(0, 170, 0) TeamUI.Position = UDim2.new(0.453125, 0, 0.233331263, 0) TeamUI.Size = UDim2.new(0, 371, 0, 309) TeamUI.Visible = false WhitelistedTeams.Name = "WhitelistedTeams" WhitelistedTeams.Parent = TeamUI WhitelistedTeams.Active = true WhitelistedTeams.BackgroundColor3 = Color3.fromRGB(0, 45, 0) WhitelistedTeams.BorderColor3 = Color3.fromRGB(0, 170, 0) WhitelistedTeams.Position = UDim2.new(0, 0, 0.538294613, 0) WhitelistedTeams.Size = UDim2.new(0, 370, 0, 136) WhitelistedTeams.ZIndex = 2 WhitelistedTeams.CanvasSize = UDim2.new(0, 0, 0, 0) whitelistframe_2.Name = "whitelistframe" whitelistframe_2.Parent = WhitelistedTeams whitelistframe_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) whitelistframe_2.BorderColor3 = Color3.fromRGB(0, 170, 0) whitelistframe_2.Size = UDim2.new(0, 336, 0, 45) whitelistframe_2.Visible = false TextLabel_2.Parent = whitelistframe_2 TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 170, 0) TextLabel_2.Size = UDim2.new(0, 258, 0, 45) TextLabel_2.Font = Enum.Font.TitilliumWeb TextLabel_2.Text = "[Criminal] will be ignored when on [Prisoner]" TextLabel_2.TextColor3 = Color3.fromRGB(0, 170, 0) TextLabel_2.TextSize = 22.000 TextLabel_2.TextWrapped = true undo.Name = "undo" undo.Parent = whitelistframe_2 undo.BackgroundColor3 = Color3.fromRGB(0, 0, 0) undo.BorderColor3 = Color3.fromRGB(0, 170, 0) undo.Position = UDim2.new(0.767874956, 0, 0, 0) undo.Size = UDim2.new(0, 77, 0, 45) undo.Font = Enum.Font.TitilliumWeb undo.Text = "undo" undo.TextColor3 = Color3.fromRGB(170, 0, 0) undo.TextSize = 26.000 undo.TextWrapped = true UIListLayout_4.Parent = WhitelistedTeams UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder WLTeam.Name = "WLTeam" WLTeam.Parent = TeamUI WLTeam.BackgroundColor3 = Color3.fromRGB(0, 0, 0) WLTeam.BorderColor3 = Color3.fromRGB(0, 170, 0) WLTeam.Position = UDim2.new(0.273479104, 0, 0.433278412, 0) WLTeam.Size = UDim2.new(0, 168, 0, 32) WLTeam.Font = Enum.Font.TitilliumWeb WLTeam.Text = "Whitelist Team" WLTeam.TextColor3 = Color3.fromRGB(0, 170, 0) WLTeam.TextSize = 28.000 WLTeam.TextWrapped = true whitelistteam.Name = "whitelistteam" whitelistteam.Parent = TeamUI whitelistteam.BackgroundColor3 = Color3.fromRGB(0, 0, 0) whitelistteam.BorderColor3 = Color3.fromRGB(0, 170, 0) whitelistteam.Position = UDim2.new(0.485556245, 0, 0.227746367, 0) whitelistteam.Size = UDim2.new(0, 178, 0, 28) whitelistteam.Font = Enum.Font.TitilliumWeb whitelistteam.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) whitelistteam.PlaceholderText = "Team to whitelist" whitelistteam.Text = "" whitelistteam.TextColor3 = Color3.fromRGB(0, 170, 0) whitelistteam.TextSize = 24.000 whitelistteam.TextStrokeTransparency = 0.000 whitelistteam.TextWrapped = true yourteam.Name = "yourteam" yourteam.Parent = TeamUI yourteam.BackgroundColor3 = Color3.fromRGB(0, 0, 0) yourteam.BorderColor3 = Color3.fromRGB(0, 170, 0) yourteam.Position = UDim2.new(0.485556185, 0, 0.120595686, 0) yourteam.Size = UDim2.new(0, 178, 0, 28) yourteam.Font = Enum.Font.TitilliumWeb yourteam.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) yourteam.PlaceholderText = "Your team" yourteam.Text = "" yourteam.TextColor3 = Color3.fromRGB(0, 170, 0) yourteam.TextSize = 24.000 yourteam.TextStrokeTransparency = 0.000 yourteam.TextWrapped = true label1.Name = "label1" label1.Parent = TeamUI label1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) label1.BackgroundTransparency = 1.000 label1.BorderColor3 = Color3.fromRGB(0, 170, 0) label1.Position = UDim2.new(0.0242587607, 0, 0.123778805, 0) label1.Size = UDim2.new(0, 171, 0, 28) label1.Font = Enum.Font.TitilliumWeb label1.Text = "When on this team: " label1.TextColor3 = Color3.fromRGB(0, 170, 0) label1.TextSize = 26.000 label1.TextStrokeTransparency = 0.000 label1.TextWrapped = true label1.TextXAlignment = Enum.TextXAlignment.Left label2.Name = "label2" label2.Parent = TeamUI label2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) label2.BackgroundTransparency = 1.000 label2.BorderColor3 = Color3.fromRGB(85, 255, 0) label2.Position = UDim2.new(0.0242587607, 0, 0.230628058, 0) label2.Size = UDim2.new(0, 171, 0, 28) label2.Font = Enum.Font.TitilliumWeb label2.Text = "Ignore this team:" label2.TextColor3 = Color3.fromRGB(0, 170, 0) label2.TextSize = 26.000 label2.TextStrokeTransparency = 0.000 label2.TextWrapped = true label2.TextXAlignment = Enum.TextXAlignment.Left Title_5.Name = "Title" Title_5.Parent = TeamUI Title_5.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_5.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_5.Size = UDim2.new(0, 324, 0, 31) Title_5.Font = Enum.Font.TitilliumWeb Title_5.Text = "Team Whitelister" Title_5.TextColor3 = Color3.fromRGB(0, 170, 0) Title_5.TextSize = 30.000 Title_5.TextStrokeTransparency = 0.000 Title_5.TextWrapped = true X_2.Name = "X" X_2.Parent = TeamUI X_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) X_2.BorderColor3 = Color3.fromRGB(0, 170, 0) X_2.Position = UDim2.new(0.874868035, 0, 0, 0) X_2.Size = UDim2.new(0, 46, 0, 31) X_2.Font = Enum.Font.TitilliumWeb X_2.Text = "Close" X_2.TextColor3 = Color3.fromRGB(170, 0, 0) X_2.TextSize = 28.000 X_2.TextStrokeTransparency = 0.000 X_2.TextWrapped = true KeybindsUI.Name = "KeybindsUI" KeybindsUI.Parent = Aimbot KeybindsUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) KeybindsUI.BorderColor3 = Color3.fromRGB(0, 170, 0) KeybindsUI.Position = UDim2.new(0.552746475, 0, 0.230392128, 0) KeybindsUI.Size = UDim2.new(0, 347, 0, 364) KeybindsUI.Visible = false Title_6.Name = "Title" Title_6.Parent = KeybindsUI Title_6.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_6.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_6.Size = UDim2.new(0, 300, 0, 31) Title_6.Font = Enum.Font.TitilliumWeb Title_6.Text = "Keybinds" Title_6.TextColor3 = Color3.fromRGB(0, 170, 0) Title_6.TextSize = 32.000 Title_6.TextStrokeTransparency = 0.000 Title_6.TextWrapped = true X_3.Name = "X" X_3.Parent = KeybindsUI X_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) X_3.BorderColor3 = Color3.fromRGB(0, 170, 0) X_3.Position = UDim2.new(0.866863608, 0, 0, 0) X_3.Size = UDim2.new(0, 46, 0, 31) X_3.Font = Enum.Font.TitilliumWeb X_3.Text = "Close" X_3.TextColor3 = Color3.fromRGB(170, 0, 0) X_3.TextSize = 28.000 X_3.TextStrokeTransparency = 0.000 X_3.TextWrapped = true ScrollingFrame_3.Parent = KeybindsUI ScrollingFrame_3.Active = true ScrollingFrame_3.BackgroundColor3 = Color3.fromRGB(0, 45, 0) ScrollingFrame_3.BorderColor3 = Color3.fromRGB(0, 170, 0) ScrollingFrame_3.Position = UDim2.new(0.0028818443, 0, 0.0849862546, 0) ScrollingFrame_3.Size = UDim2.new(0, 346, 0, 292) ScrollingFrame_3.CanvasSize = UDim2.new(0, 0, 0, 0) UIListLayout_5.Parent = ScrollingFrame_3 AimbotToggle.Name = "AimbotToggle" AimbotToggle.Parent = ScrollingFrame_3 AimbotToggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) AimbotToggle.BackgroundTransparency = 1.000 AimbotToggle.BorderColor3 = Color3.fromRGB(0, 170, 0) AimbotToggle.BorderSizePixel = 0 AimbotToggle.Size = UDim2.new(0, 169, 0, 89) AimbotToggle.Font = Enum.Font.TitilliumWeb AimbotToggle.Text = "Aimbot Keybind:" AimbotToggle.TextColor3 = Color3.fromRGB(0, 170, 0) AimbotToggle.TextSize = 28.000 AimbotToggle.TextStrokeTransparency = 0.000 AimbotToggle.TextXAlignment = Enum.TextXAlignment.Left AimbotToggle.TextYAlignment = Enum.TextYAlignment.Top value1.Name = "value1" value1.Parent = AimbotToggle value1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value1.BorderColor3 = Color3.fromRGB(0, 170, 0) value1.Position = UDim2.new(-0.00591715984, 0, 0.337897837, 0) value1.Size = UDim2.new(0, 130, 0, 28) value1.Font = Enum.Font.TitilliumWeb value1.Text = "CapsLock" value1.TextColor3 = Color3.fromRGB(0, 170, 0) value1.TextSize = 28.000 value1.TextStrokeTransparency = 0.000 reset.Name = "reset" reset.Parent = AimbotToggle reset.BackgroundColor3 = Color3.fromRGB(0, 0, 0) reset.BorderColor3 = Color3.fromRGB(0, 170, 0) reset.Position = UDim2.new(1.53846157, 0, 0.337897837, 0) reset.Size = UDim2.new(0, 78, 0, 28) reset.Font = Enum.Font.TitilliumWeb reset.Text = "Reset" reset.TextColor3 = Color3.fromRGB(170, 0, 0) reset.TextSize = 28.000 reset.TextStrokeTransparency = 0.000 value2.Name = "value2" value2.Parent = AimbotToggle value2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value2.BorderColor3 = Color3.fromRGB(0, 170, 0) value2.Position = UDim2.new(0.769230783, 0, 0.337897837, 0) value2.Size = UDim2.new(0, 130, 0, 28) value2.Font = Enum.Font.TitilliumWeb value2.Text = "none" value2.TextColor3 = Color3.fromRGB(0, 170, 0) value2.TextSize = 28.000 value2.TextStrokeTransparency = 0.000 value2.TextWrapped = true keybindtype.Name = "keybindtype" keybindtype.Parent = AimbotToggle keybindtype.BackgroundColor3 = Color3.fromRGB(0, 0, 0) keybindtype.BorderColor3 = Color3.fromRGB(0, 170, 0) keybindtype.Position = UDim2.new(0.00591715984, 0, 0.647971869, 0) keybindtype.Size = UDim2.new(0, 337, 0, 28) keybindtype.Font = Enum.Font.TitilliumWeb keybindtype.Text = "Keybind type: Toggle" keybindtype.TextColor3 = Color3.fromRGB(0, 170, 0) keybindtype.TextSize = 28.000 keybindtype.TextStrokeTransparency = 0.000 GUIVisibilityToggle.Name = "GUIVisibilityToggle" GUIVisibilityToggle.Parent = ScrollingFrame_3 GUIVisibilityToggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) GUIVisibilityToggle.BackgroundTransparency = 1.000 GUIVisibilityToggle.BorderColor3 = Color3.fromRGB(0, 170, 0) GUIVisibilityToggle.BorderSizePixel = 0 GUIVisibilityToggle.Position = UDim2.new(0, 0, 0.30479452, 0) GUIVisibilityToggle.Size = UDim2.new(0, 169, 0, 61) GUIVisibilityToggle.Font = Enum.Font.TitilliumWeb GUIVisibilityToggle.Text = "GUI Visibility Keybind:" GUIVisibilityToggle.TextColor3 = Color3.fromRGB(0, 170, 0) GUIVisibilityToggle.TextSize = 28.000 GUIVisibilityToggle.TextStrokeTransparency = 0.000 GUIVisibilityToggle.TextXAlignment = Enum.TextXAlignment.Left GUIVisibilityToggle.TextYAlignment = Enum.TextYAlignment.Top value1_2.Name = "value1" value1_2.Parent = GUIVisibilityToggle value1_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value1_2.BorderColor3 = Color3.fromRGB(0, 170, 0) value1_2.Position = UDim2.new(-0.00591715984, 0, 0.487151653, 0) value1_2.Size = UDim2.new(0, 130, 0, 28) value1_2.Font = Enum.Font.TitilliumWeb value1_2.Text = "none" value1_2.TextColor3 = Color3.fromRGB(0, 170, 0) value1_2.TextSize = 28.000 value1_2.TextStrokeTransparency = 0.000 reset_2.Name = "reset" reset_2.Parent = GUIVisibilityToggle reset_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) reset_2.BorderColor3 = Color3.fromRGB(0, 170, 0) reset_2.Position = UDim2.new(1.53846157, 0, 0.485438615, 0) reset_2.Size = UDim2.new(0, 78, 0, 28) reset_2.Font = Enum.Font.TitilliumWeb reset_2.Text = "Reset" reset_2.TextColor3 = Color3.fromRGB(170, 0, 0) reset_2.TextSize = 28.000 reset_2.TextStrokeTransparency = 0.000 value2_2.Name = "value2" value2_2.Parent = GUIVisibilityToggle value2_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value2_2.BorderColor3 = Color3.fromRGB(0, 170, 0) value2_2.Position = UDim2.new(0.769230783, 0, 0.485438615, 0) value2_2.Size = UDim2.new(0, 130, 0, 28) value2_2.Font = Enum.Font.TitilliumWeb value2_2.Text = "none" value2_2.TextColor3 = Color3.fromRGB(0, 170, 0) value2_2.TextSize = 28.000 value2_2.TextStrokeTransparency = 0.000 value2_2.TextWrapped = true TargetedPartToggle.Name = "TargetedPartToggle" TargetedPartToggle.Parent = ScrollingFrame_3 TargetedPartToggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TargetedPartToggle.BackgroundTransparency = 1.000 TargetedPartToggle.BorderColor3 = Color3.fromRGB(0, 170, 0) TargetedPartToggle.BorderSizePixel = 0 TargetedPartToggle.Position = UDim2.new(0, 0, 0.60958904, 0) TargetedPartToggle.Size = UDim2.new(0, 169, 0, 63) TargetedPartToggle.Font = Enum.Font.TitilliumWeb TargetedPartToggle.Text = "Targeted Part Keybind:" TargetedPartToggle.TextColor3 = Color3.fromRGB(0, 170, 0) TargetedPartToggle.TextSize = 28.000 TargetedPartToggle.TextStrokeTransparency = 0.000 TargetedPartToggle.TextXAlignment = Enum.TextXAlignment.Left TargetedPartToggle.TextYAlignment = Enum.TextYAlignment.Top value1_3.Name = "value1" value1_3.Parent = TargetedPartToggle value1_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value1_3.BorderColor3 = Color3.fromRGB(0, 170, 0) value1_3.Position = UDim2.new(0, 0, 0.46098876, 0) value1_3.Size = UDim2.new(0, 130, 0, 28) value1_3.Font = Enum.Font.TitilliumWeb value1_3.Text = "X" value1_3.TextColor3 = Color3.fromRGB(0, 170, 0) value1_3.TextSize = 28.000 value1_3.TextStrokeTransparency = 0.000 reset_3.Name = "reset" reset_3.Parent = TargetedPartToggle reset_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) reset_3.BorderColor3 = Color3.fromRGB(0, 170, 0) reset_3.Position = UDim2.new(1.53846157, 0, 0.454100579, 0) reset_3.Size = UDim2.new(0, 78, 0, 28) reset_3.Font = Enum.Font.TitilliumWeb reset_3.Text = "Reset" reset_3.TextColor3 = Color3.fromRGB(170, 0, 0) reset_3.TextSize = 28.000 reset_3.TextStrokeTransparency = 0.000 value2_3.Name = "value2" value2_3.Parent = TargetedPartToggle value2_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value2_3.BorderColor3 = Color3.fromRGB(0, 170, 0) value2_3.Position = UDim2.new(0.769230783, 0, 0.454100579, 0) value2_3.Size = UDim2.new(0, 130, 0, 28) value2_3.Font = Enum.Font.TitilliumWeb value2_3.Text = "none" value2_3.TextColor3 = Color3.fromRGB(0, 170, 0) value2_3.TextSize = 28.000 value2_3.TextStrokeTransparency = 0.000 value2_3.TextWrapped = true globals.Name = "globals" globals.Parent = KeybindsUI globals.BackgroundColor3 = Color3.fromRGB(0, 0, 0) globals.BorderColor3 = Color3.fromRGB(0, 170, 0) globals.Position = UDim2.new(0.314121038, 0, 0.899735153, 0) globals.Size = UDim2.new(0, 130, 0, 36) globals.Font = Enum.Font.TitilliumWeb globals.Text = "Global Settings" globals.TextColor3 = Color3.fromRGB(0, 170, 0) globals.TextSize = 28.000 globals.TextWrapped = true GameSettingsUI.Name = "GameSettingsUI" GameSettingsUI.Parent = Aimbot GameSettingsUI.BackgroundColor3 = Color3.fromRGB(0, 45, 0) GameSettingsUI.BorderColor3 = Color3.fromRGB(0, 170, 0) GameSettingsUI.Position = UDim2.new(0.479687512, 0, 0.17027837, 0) GameSettingsUI.Size = UDim2.new(0, 338, 0, 342) GameSettingsUI.Visible = false Title_7.Name = "Title" Title_7.Parent = GameSettingsUI Title_7.BackgroundColor3 = Color3.fromRGB(0, 45, 0) Title_7.BorderColor3 = Color3.fromRGB(0, 170, 0) Title_7.Position = UDim2.new(0, 0, 6.75937554e-05, 0) Title_7.Size = UDim2.new(0, 291, 0, 31) Title_7.Font = Enum.Font.TitilliumWeb Title_7.Text = "Game Settings" Title_7.TextColor3 = Color3.fromRGB(0, 170, 0) Title_7.TextSize = 32.000 Title_7.TextStrokeTransparency = 0.000 Title_7.TextWrapped = true X_4.Name = "X" X_4.Parent = GameSettingsUI X_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) X_4.BorderColor3 = Color3.fromRGB(0, 170, 0) X_4.Position = UDim2.new(0.863685906, 0, 0, 0) X_4.Size = UDim2.new(0, 46, 0, 32) X_4.Font = Enum.Font.TitilliumWeb X_4.Text = "Close" X_4.TextColor3 = Color3.fromRGB(170, 0, 0) X_4.TextSize = 28.000 X_4.TextStrokeTransparency = 0.000 X_4.TextWrapped = true ScrollingFrame_4.Parent = GameSettingsUI ScrollingFrame_4.Active = true ScrollingFrame_4.BackgroundColor3 = Color3.fromRGB(0, 45, 0) ScrollingFrame_4.BorderColor3 = Color3.fromRGB(0, 170, 0) ScrollingFrame_4.Position = UDim2.new(0, 0, 0.0918695107, 0) ScrollingFrame_4.Size = UDim2.new(0, 338, 0, 273) ScrollingFrame_4.SizeConstraint = Enum.SizeConstraint.RelativeYY ScrollingFrame_4.CanvasSize = UDim2.new(0, 0, 0, 0) UIListLayout_6.Parent = ScrollingFrame_4 AutoTarget.Name = "AutoTarget" AutoTarget.Parent = ScrollingFrame_4 AutoTarget.BackgroundColor3 = Color3.fromRGB(0, 0, 0) AutoTarget.BackgroundTransparency = 1.000 AutoTarget.BorderColor3 = Color3.fromRGB(0, 170, 0) AutoTarget.BorderSizePixel = 0 AutoTarget.Size = UDim2.new(0, 195, 0, 63) AutoTarget.Font = Enum.Font.TitilliumWeb AutoTarget.Text = "Auto-Targeting Enabled:" AutoTarget.TextColor3 = Color3.fromRGB(0, 170, 0) AutoTarget.TextSize = 28.000 AutoTarget.TextStrokeTransparency = 0.000 AutoTarget.TextXAlignment = Enum.TextXAlignment.Left AutoTarget.TextYAlignment = Enum.TextYAlignment.Top value_4.Name = "value" value_4.Parent = AutoTarget value_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_4.BorderColor3 = Color3.fromRGB(0, 170, 0) value_4.Position = UDim2.new(-0.000219726557, 0, 0.522047281, 0) value_4.Size = UDim2.new(0, 326, 0, 28) value_4.Font = Enum.Font.TitilliumWeb value_4.Text = "true" value_4.TextColor3 = Color3.fromRGB(0, 170, 0) value_4.TextSize = 28.000 value_4.TextStrokeTransparency = 0.000 value_4.TextXAlignment = Enum.TextXAlignment.Left Target.Name = "Target" Target.Parent = ScrollingFrame_4 Target.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Target.BackgroundTransparency = 1.000 Target.BorderColor3 = Color3.fromRGB(0, 170, 0) Target.BorderSizePixel = 0 Target.Position = UDim2.new(0, 0, 0.474509805, 0) Target.Size = UDim2.new(0, 169, 0, 63) Target.Font = Enum.Font.TitilliumWeb Target.Text = "Targeted Part:" Target.TextColor3 = Color3.fromRGB(0, 170, 0) Target.TextSize = 28.000 Target.TextStrokeTransparency = 0.000 Target.TextXAlignment = Enum.TextXAlignment.Left Target.TextYAlignment = Enum.TextYAlignment.Top value_5.Name = "value" value_5.Parent = Target value_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_5.BorderColor3 = Color3.fromRGB(0, 170, 0) value_5.Position = UDim2.new(0, 0, 0.532047331, 0) value_5.Size = UDim2.new(0, 325, 0, 28) value_5.Font = Enum.Font.TitilliumWeb value_5.Text = "Head" value_5.TextColor3 = Color3.fromRGB(0, 170, 0) value_5.TextSize = 28.000 value_5.TextStrokeTransparency = 0.000 value_5.TextXAlignment = Enum.TextXAlignment.Left WhitelistFriends.Name = "WhitelistFriends" WhitelistFriends.Parent = ScrollingFrame_4 WhitelistFriends.BackgroundColor3 = Color3.fromRGB(0, 0, 0) WhitelistFriends.BackgroundTransparency = 1.000 WhitelistFriends.BorderColor3 = Color3.fromRGB(0, 170, 0) WhitelistFriends.BorderSizePixel = 0 WhitelistFriends.Position = UDim2.new(0, 0, 0.752941191, 0) WhitelistFriends.Size = UDim2.new(0, 169, 0, 63) WhitelistFriends.Font = Enum.Font.TitilliumWeb WhitelistFriends.Text = "Whitelist Friends:" WhitelistFriends.TextColor3 = Color3.fromRGB(0, 170, 0) WhitelistFriends.TextSize = 28.000 WhitelistFriends.TextStrokeTransparency = 0.000 WhitelistFriends.TextXAlignment = Enum.TextXAlignment.Left WhitelistFriends.TextYAlignment = Enum.TextYAlignment.Top value_6.Name = "value" value_6.Parent = WhitelistFriends value_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_6.BorderColor3 = Color3.fromRGB(0, 170, 0) value_6.Position = UDim2.new(0.00591715984, 0, 0.542252779, 0) value_6.Size = UDim2.new(0, 324, 0, 28) value_6.Font = Enum.Font.TitilliumWeb value_6.Text = "false" value_6.TextColor3 = Color3.fromRGB(0, 170, 0) value_6.TextSize = 28.000 value_6.TextStrokeTransparency = 0.000 value_6.TextXAlignment = Enum.TextXAlignment.Left MaxStuds.Name = "MaxStuds" MaxStuds.Parent = ScrollingFrame_4 MaxStuds.BackgroundColor3 = Color3.fromRGB(0, 0, 0) MaxStuds.BackgroundTransparency = 1.000 MaxStuds.BorderColor3 = Color3.fromRGB(0, 170, 0) MaxStuds.BorderSizePixel = 0 MaxStuds.Position = UDim2.new(0, 0, 0.474509805, 0) MaxStuds.Size = UDim2.new(0, 169, 0, 63) MaxStuds.Font = Enum.Font.TitilliumWeb MaxStuds.Text = "Auto-Target max studs:" MaxStuds.TextColor3 = Color3.fromRGB(0, 170, 0) MaxStuds.TextSize = 28.000 MaxStuds.TextStrokeTransparency = 0.000 MaxStuds.TextXAlignment = Enum.TextXAlignment.Left MaxStuds.TextYAlignment = Enum.TextYAlignment.Top value_7.Name = "value" value_7.Parent = MaxStuds value_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_7.BorderColor3 = Color3.fromRGB(0, 170, 0) value_7.Position = UDim2.new(-0.00595760904, 0, 0.490557462, 0) value_7.Size = UDim2.new(0, 326, 0, 28) value_7.Font = Enum.Font.TitilliumWeb value_7.PlaceholderColor3 = Color3.fromRGB(0, 100, 0) value_7.PlaceholderText = "Default is 500" value_7.Text = "" value_7.TextColor3 = Color3.fromRGB(0, 170, 0) value_7.TextSize = 28.000 value_7.TextStrokeTransparency = 0.000 value_7.TextXAlignment = Enum.TextXAlignment.Left OwnTeamWhitelisted.Name = "OwnTeamWhitelisted" OwnTeamWhitelisted.Parent = ScrollingFrame_4 OwnTeamWhitelisted.BackgroundColor3 = Color3.fromRGB(0, 0, 0) OwnTeamWhitelisted.BackgroundTransparency = 1.000 OwnTeamWhitelisted.BorderColor3 = Color3.fromRGB(0, 170, 0) OwnTeamWhitelisted.BorderSizePixel = 0 OwnTeamWhitelisted.Position = UDim2.new(0, 0, 0.58431375, 0) OwnTeamWhitelisted.Size = UDim2.new(0, 169, 0, 63) OwnTeamWhitelisted.Font = Enum.Font.TitilliumWeb OwnTeamWhitelisted.Text = "Whitelist own team:" OwnTeamWhitelisted.TextColor3 = Color3.fromRGB(0, 170, 0) OwnTeamWhitelisted.TextSize = 28.000 OwnTeamWhitelisted.TextStrokeTransparency = 0.000 OwnTeamWhitelisted.TextXAlignment = Enum.TextXAlignment.Left OwnTeamWhitelisted.TextYAlignment = Enum.TextYAlignment.Top value_8.Name = "value" value_8.Parent = OwnTeamWhitelisted value_8.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_8.BorderColor3 = Color3.fromRGB(0, 170, 0) value_8.Position = UDim2.new(4.0449333e-05, 0, 0.544638038, 0) value_8.Size = UDim2.new(0, 324, 0, 28) value_8.Font = Enum.Font.TitilliumWeb value_8.Text = "true" value_8.TextColor3 = Color3.fromRGB(0, 170, 0) value_8.TextSize = 28.000 value_8.TextStrokeTransparency = 0.000 value_8.TextXAlignment = Enum.TextXAlignment.Left TargetCloserPlayers.Name = "TargetCloserPlayers" TargetCloserPlayers.Parent = ScrollingFrame_4 TargetCloserPlayers.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TargetCloserPlayers.BackgroundTransparency = 1.000 TargetCloserPlayers.BorderColor3 = Color3.fromRGB(0, 170, 0) TargetCloserPlayers.BorderSizePixel = 0 TargetCloserPlayers.Position = UDim2.new(0, 0, 0.161172166, 0) TargetCloserPlayers.Size = UDim2.new(0, 169, 0, 137) TargetCloserPlayers.Font = Enum.Font.TitilliumWeb TargetCloserPlayers.Text = "Target Closer Players:" TargetCloserPlayers.TextColor3 = Color3.fromRGB(0, 170, 0) TargetCloserPlayers.TextSize = 28.000 TargetCloserPlayers.TextStrokeTransparency = 0.000 TargetCloserPlayers.TextXAlignment = Enum.TextXAlignment.Left TargetCloserPlayers.TextYAlignment = Enum.TextYAlignment.Top value_9.Name = "value" value_9.Parent = TargetCloserPlayers value_9.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_9.BorderColor3 = Color3.fromRGB(0, 170, 0) value_9.Position = UDim2.new(0.00591715984, 0, 0.243091717, 0) value_9.Size = UDim2.new(0, 324, 0, 28) value_9.Font = Enum.Font.TitilliumWeb value_9.Text = "true" value_9.TextColor3 = Color3.fromRGB(0, 170, 0) value_9.TextSize = 28.000 value_9.TextStrokeTransparency = 0.000 value_9.TextXAlignment = Enum.TextXAlignment.Left About_2.Name = "About" About_2.Parent = TargetCloserPlayers About_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) About_2.BackgroundTransparency = 1.000 About_2.BorderColor3 = Color3.fromRGB(0, 170, 0) About_2.BorderSizePixel = 0 About_2.Position = UDim2.new(-0.00239806762, 0, 0.444452435, 0) About_2.Size = UDim2.new(0, 325, 0, 85) About_2.Font = Enum.Font.TitilliumWeb About_2.Text = "If enabled, targets can swap with players closer to you. If disabled, targets will only swap if dead (Or if any custom targeting condition returns false). Prioritized players will only swap with other prioritized players." About_2.TextColor3 = Color3.fromRGB(0, 170, 0) About_2.TextSize = 20.000 About_2.TextStrokeTransparency = 0.000 About_2.TextWrapped = true TargetNPCs.Name = "TargetNPCs" TargetNPCs.Parent = ScrollingFrame_4 TargetNPCs.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TargetNPCs.BackgroundTransparency = 1.000 TargetNPCs.BorderColor3 = Color3.fromRGB(0, 170, 0) TargetNPCs.BorderSizePixel = 0 TargetNPCs.Position = UDim2.new(-0.00591715984, 0, 0.45863381, 0) TargetNPCs.Size = UDim2.new(0, 169, 0, 63) TargetNPCs.Font = Enum.Font.TitilliumWeb TargetNPCs.Text = "Target NPCs:" TargetNPCs.TextColor3 = Color3.fromRGB(0, 170, 0) TargetNPCs.TextSize = 28.000 TargetNPCs.TextStrokeTransparency = 0.000 TargetNPCs.TextXAlignment = Enum.TextXAlignment.Left TargetNPCs.TextYAlignment = Enum.TextYAlignment.Top value_10.Name = "value" value_10.Parent = TargetNPCs value_10.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_10.BorderColor3 = Color3.fromRGB(0, 170, 0) value_10.Position = UDim2.new(0, 0, 0.446332663, 0) value_10.Size = UDim2.new(0, 325, 0, 28) value_10.Font = Enum.Font.TitilliumWeb value_10.Text = "false" value_10.TextColor3 = Color3.fromRGB(0, 170, 0) value_10.TextSize = 28.000 value_10.TextStrokeTransparency = 0.000 value_10.TextXAlignment = Enum.TextXAlignment.Left IgnorePlayers.Name = "IgnorePlayers" IgnorePlayers.Parent = ScrollingFrame_4 IgnorePlayers.BackgroundColor3 = Color3.fromRGB(0, 0, 0) IgnorePlayers.BackgroundTransparency = 1.000 IgnorePlayers.BorderColor3 = Color3.fromRGB(0, 170, 0) IgnorePlayers.BorderSizePixel = 0 IgnorePlayers.Position = UDim2.new(0, 0, 0.247058824, 0) IgnorePlayers.Size = UDim2.new(0, 169, 0, 63) IgnorePlayers.Font = Enum.Font.TitilliumWeb IgnorePlayers.Text = "Ignore Players:" IgnorePlayers.TextColor3 = Color3.fromRGB(0, 170, 0) IgnorePlayers.TextSize = 28.000 IgnorePlayers.TextStrokeTransparency = 0.000 IgnorePlayers.TextXAlignment = Enum.TextXAlignment.Left IgnorePlayers.TextYAlignment = Enum.TextYAlignment.Top value_11.Name = "value" value_11.Parent = IgnorePlayers value_11.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_11.BorderColor3 = Color3.fromRGB(0, 170, 0) value_11.Position = UDim2.new(0, 0, 0.54871428, 0) value_11.Size = UDim2.new(0, 325, 0, 28) value_11.Font = Enum.Font.TitilliumWeb value_11.Text = "false" value_11.TextColor3 = Color3.fromRGB(0, 170, 0) value_11.TextSize = 28.000 value_11.TextStrokeTransparency = 0.000 value_11.TextXAlignment = Enum.TextXAlignment.Left TargetPrioOnly.Name = "TargetPrioOnly" TargetPrioOnly.Parent = ScrollingFrame_4 TargetPrioOnly.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TargetPrioOnly.BackgroundTransparency = 1.000 TargetPrioOnly.BorderColor3 = Color3.fromRGB(0, 170, 0) TargetPrioOnly.BorderSizePixel = 0 TargetPrioOnly.Size = UDim2.new(0, 195, 0, 63) TargetPrioOnly.Font = Enum.Font.TitilliumWeb TargetPrioOnly.Text = "Target ONLY prioritized players:" TargetPrioOnly.TextColor3 = Color3.fromRGB(0, 170, 0) TargetPrioOnly.TextSize = 28.000 TargetPrioOnly.TextStrokeTransparency = 0.000 TargetPrioOnly.TextXAlignment = Enum.TextXAlignment.Left TargetPrioOnly.TextYAlignment = Enum.TextYAlignment.Top value_12.Name = "value" value_12.Parent = TargetPrioOnly value_12.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_12.BorderColor3 = Color3.fromRGB(0, 170, 0) value_12.Position = UDim2.new(-0.000219726557, 0, 0.522047281, 0) value_12.Size = UDim2.new(0, 326, 0, 28) value_12.Font = Enum.Font.TitilliumWeb value_12.Text = "false" value_12.TextColor3 = Color3.fromRGB(0, 170, 0) value_12.TextSize = 28.000 value_12.TextStrokeTransparency = 0.000 value_12.TextXAlignment = Enum.TextXAlignment.Left FirstPersonEnabled.Name = "FirstPersonEnabled" FirstPersonEnabled.Parent = ScrollingFrame_4 FirstPersonEnabled.BackgroundColor3 = Color3.fromRGB(0, 0, 0) FirstPersonEnabled.BackgroundTransparency = 1.000 FirstPersonEnabled.BorderColor3 = Color3.fromRGB(0, 170, 0) FirstPersonEnabled.BorderSizePixel = 0 FirstPersonEnabled.Position = UDim2.new(0, 0, 0.35958904, 0) FirstPersonEnabled.Size = UDim2.new(0, 169, 0, 60) FirstPersonEnabled.Font = Enum.Font.TitilliumWeb FirstPersonEnabled.Text = "First Person enabled:" FirstPersonEnabled.TextColor3 = Color3.fromRGB(0, 170, 0) FirstPersonEnabled.TextSize = 28.000 FirstPersonEnabled.TextStrokeTransparency = 0.000 FirstPersonEnabled.TextXAlignment = Enum.TextXAlignment.Left FirstPersonEnabled.TextYAlignment = Enum.TextYAlignment.Top value_13.Name = "value" value_13.Parent = FirstPersonEnabled value_13.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_13.BorderColor3 = Color3.fromRGB(0, 170, 0) value_13.Position = UDim2.new(0.00591715984, 0, 0.502716422, 0) value_13.Size = UDim2.new(0, 337, 0, 28) value_13.Font = Enum.Font.TitilliumWeb value_13.Text = "true" value_13.TextColor3 = Color3.fromRGB(0, 170, 0) value_13.TextSize = 28.000 value_13.TextStrokeTransparency = 0.000 value_13.TextXAlignment = Enum.TextXAlignment.Left AimMethod.Name = "AimMethod" AimMethod.Parent = ScrollingFrame_4 AimMethod.BackgroundColor3 = Color3.fromRGB(0, 0, 0) AimMethod.BackgroundTransparency = 1.000 AimMethod.BorderColor3 = Color3.fromRGB(0, 170, 0) AimMethod.BorderSizePixel = 0 AimMethod.Position = UDim2.new(0.0115606934, 0, 0.393835604, 0) AimMethod.Size = UDim2.new(0, 337, 0, 89) AimMethod.Font = Enum.Font.TitilliumWeb AimMethod.Text = "Aiming method:" AimMethod.TextColor3 = Color3.fromRGB(0, 170, 0) AimMethod.TextSize = 28.000 AimMethod.TextStrokeTransparency = 0.000 AimMethod.TextXAlignment = Enum.TextXAlignment.Left AimMethod.TextYAlignment = Enum.TextYAlignment.Top value_14.Name = "value" value_14.Parent = AimMethod value_14.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_14.BorderColor3 = Color3.fromRGB(0, 170, 0) value_14.Position = UDim2.new(0.00294979103, 0, 0.335594594, 0) value_14.Size = UDim2.new(0, 336, 0, 28) value_14.Font = Enum.Font.TitilliumWeb value_14.Text = "Camera" value_14.TextColor3 = Color3.fromRGB(0, 170, 0) value_14.TextSize = 28.000 value_14.TextStrokeTransparency = 0.000 value_14.TextXAlignment = Enum.TextXAlignment.Left About_3.Name = "About" About_3.Parent = AimMethod About_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) About_3.BackgroundTransparency = 1.000 About_3.BorderColor3 = Color3.fromRGB(0, 170, 0) About_3.BorderSizePixel = 0 About_3.Position = UDim2.new(0.000516534899, 0, 0.650201321, 0) About_3.Size = UDim2.new(0, 331, 0, 25) About_3.Font = Enum.Font.TitilliumWeb About_3.Text = "Less universal, more stable." About_3.TextColor3 = Color3.fromRGB(0, 170, 0) About_3.TextScaled = true About_3.TextSize = 28.000 About_3.TextStrokeTransparency = 0.000 About_3.TextWrapped = true TargetOffScreen.Name = "TargetOffScreen" TargetOffScreen.Parent = ScrollingFrame_4 TargetOffScreen.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TargetOffScreen.BackgroundTransparency = 1.000 TargetOffScreen.BorderColor3 = Color3.fromRGB(0, 170, 0) TargetOffScreen.BorderSizePixel = 0 TargetOffScreen.Size = UDim2.new(0, 195, 0, 63) TargetOffScreen.Font = Enum.Font.TitilliumWeb TargetOffScreen.Text = "Target characters off-screen:" TargetOffScreen.TextColor3 = Color3.fromRGB(0, 170, 0) TargetOffScreen.TextSize = 28.000 TargetOffScreen.TextStrokeTransparency = 0.000 TargetOffScreen.TextXAlignment = Enum.TextXAlignment.Left TargetOffScreen.TextYAlignment = Enum.TextYAlignment.Top value_15.Name = "value" value_15.Parent = TargetOffScreen value_15.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_15.BorderColor3 = Color3.fromRGB(0, 170, 0) value_15.Position = UDim2.new(-0.000219726557, 0, 0.522047281, 0) value_15.Size = UDim2.new(0, 326, 0, 28) value_15.Font = Enum.Font.TitilliumWeb value_15.Text = "false" value_15.TextColor3 = Color3.fromRGB(0, 170, 0) value_15.TextSize = 28.000 value_15.TextStrokeTransparency = 0.000 value_15.TextXAlignment = Enum.TextXAlignment.Left EnableRaycasting.Name = "EnableRaycasting" EnableRaycasting.Parent = ScrollingFrame_4 EnableRaycasting.BackgroundColor3 = Color3.fromRGB(0, 0, 0) EnableRaycasting.BackgroundTransparency = 1.000 EnableRaycasting.BorderColor3 = Color3.fromRGB(0, 170, 0) EnableRaycasting.BorderSizePixel = 0 EnableRaycasting.Size = UDim2.new(0, 195, 0, 63) EnableRaycasting.Font = Enum.Font.TitilliumWeb EnableRaycasting.Text = "Enable Raycasting:" EnableRaycasting.TextColor3 = Color3.fromRGB(0, 170, 0) EnableRaycasting.TextSize = 28.000 EnableRaycasting.TextStrokeTransparency = 0.000 EnableRaycasting.TextXAlignment = Enum.TextXAlignment.Left EnableRaycasting.TextYAlignment = Enum.TextYAlignment.Top value_16.Name = "value" value_16.Parent = EnableRaycasting value_16.BackgroundColor3 = Color3.fromRGB(0, 0, 0) value_16.BorderColor3 = Color3.fromRGB(0, 170, 0) value_16.Position = UDim2.new(-0.000219726557, 0, 0.522047281, 0) value_16.Size = UDim2.new(0, 326, 0, 28) value_16.Font = Enum.Font.TitilliumWeb value_16.Text = "true" value_16.TextColor3 = Color3.fromRGB(0, 170, 0) value_16.TextSize = 28.000 value_16.TextStrokeTransparency = 0.000 value_16.TextXAlignment = Enum.TextXAlignment.Left customtargetcons.Name = "customtargetcons" customtargetcons.Parent = GameSettingsUI customtargetcons.BackgroundColor3 = Color3.fromRGB(0, 0, 0) customtargetcons.BorderColor3 = Color3.fromRGB(0, 170, 0) customtargetcons.Position = UDim2.new(0.136094674, 0, 0.902846038, 0) customtargetcons.Size = UDim2.new(0, 234, 0, 28) customtargetcons.Font = Enum.Font.TitilliumWeb customtargetcons.Text = "Custom Targeting Conditions" customtargetcons.TextColor3 = Color3.fromRGB(0, 170, 0) customtargetcons.TextSize = 28.000 customtargetcons.TextStrokeTransparency = 0.000 -- Scripts: local function SZPULDE_fake_script() -- Aimbot.LocalScript local script = Instance.new('LocalScript', Aimbot) loadstring(game:HttpGet("https://raw.githubusercontent.com/RedWirePlatinumTwo/RobloxScripts/main/ImportantFunctions.lua"))() local gui = script.Parent local MainFrame = gui.MFrame local wlui = gui.ManagerUI local gamesettings = gui.GameSettingsUI.ScrollingFrame local globalsettings = gui.GlobalSettingsUI.ScrollingFrame local keybindsettings = gui.KeybindsUI.ScrollingFrame local games = gui.GameSettingsUI local globals = gui.GlobalSettingsUI local keys = gui.KeybindsUI local teamui = gui.TeamUI local camera = workspace.CurrentCamera local targetingui = gui.CustomTargetingUI local tcservice = game:GetService("TextChatService") local npcs = {} local uiservice = game:GetService("UserInputService") local chrs = {} local function sendnotif(title, text) print(title..":", text) text = "["..title.."]: "..text.."" if tcservice.ChatVersion == Enum.ChatVersion.LegacyChatService then game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",({["Text"] = text})) else tcservice.TextChannels:FindFirstChildOfClass("TextChannel"):DisplaySystemMessage(text) end end if not RedsAimbot then getgenv().RedsAimbot = {} sendnotif("Aimbot Update", [[Changes 9/1/25: - Added Enable Raycasting in game options (for like the 3rd time, but its different this time) - Simplified the GameStats targeting thing to either switch to Head or HumanoidRootPart.]]) for i,v in pairs(gui:GetDescendants()) do if v.ClassName == "Frame" and v.Parent.ClassName ~= "ScrollingFrame" then v.Draggable = true v.Active = true end if v.ClassName == "ScrollingFrame" then v.AutomaticCanvasSize = Enum.AutomaticSize.Y v.ScrollBarImageColor3 = Color3.new(0,0.66,0) end end local function thread(f) return coroutine.resume(coroutine.create(function() return f() end)) end local function Changed(part, PropertyName, func) local current = part[PropertyName] local elapsedTime = 0 local enabled = true local t = {} t.Stop = function() enabled = false end t.stop = t.Stop thread(function() while enabled do if part[PropertyName] ~= current then thread(function() func(part[PropertyName], current, elapsedTime) end) elapsedTime = 0 current = part[PropertyName] end elapsedTime = elapsedTime + task.wait() end end) return t end local function tablecount(t) local n = 0 for i,v in pairs(t) do n = n + 1 end return n end local function TableAdded(Table, func) local count = tablecount(Table) local clone = table.clone(Table) local elapsedTime = 0 local enabled = true local t = {} t.Stop = function() enabled = false end t.stop = t.Stop thread(function() while enabled do if tablecount(Table) ~= count then if tablecount(Table) > count then for i,v in pairs(Table) do if clone[i] == nil then thread(function() func(i,v,elapsedTime) end) end end elapsedTime = 0 end count = tablecount(Table) clone = table.clone(Table) end elapsedTime = elapsedTime + task.wait() end end) return t end local reps = {} local function TableChanged(Table,f,dosubtables,issubtable) local t = {} local funcs = {} if not dosubtables then reps = {} end local function tc(t) for i,v in pairs(t) do local mainchanged = Changed(t,i,function(...) f(t,i,...) end) table.insert(funcs, mainchanged) end local added = TableAdded(t,function(index,value,Time) f(t,index,value,nil,Time) local subchanged = Changed(t,index,function(...) f(t,index,...) end) table.insert(funcs, subchanged) end) table.insert(funcs, added) end tc(Table) if dosubtables then for i,v in pairs(Table) do if type(i) == "table" and not table.find(reps, i) then table.insert(reps, i) tc(i) end if type(v) == "table" and not table.find(reps, v) then table.insert(reps, v) tc(v) end end end t.Stop = function() for i,v in pairs(funcs) do v:Stop() end end t.stop = t.Stop return t end local plrs = game:GetService("Players") local lplr = plrs.LocalPlayer local m = lplr:GetMouse() local function isnpc(ins) for i,v in pairs(GetFamily(ins,true)) do if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").RootPart and not plrs:GetPlayerFromCharacter(v) and table.find(npcs, v) then return v end end end function valuesort(t, func) local revert = {} local vals = {} for i,v in pairs(t) do revert[v] = i table.insert(vals,v) end table.sort(vals) for i,v in pairs(vals) do local retVal = func(revert[v], v) if retVal ~= nil then break end end end local teams = game:GetService("Teams") local WhitelistedPlrs = {} local PrioritizedPlrs = {} local WhitelistedPlrsOld = {} local PrioritizedPlrsOld = {} local misc = {} misc.IsAimbotOn = false misc.TargetedCharacter = nil misc.AimOffset = Vector3.new() local GlobalStats local GameStats local Keybinds local function createGameStats() local newgamestats = {} newgamestats.Target = "Head" newgamestats.TargetNPCs = false newgamestats.AutoTarget = true newgamestats.WhitelistFriends = false newgamestats.MaxStuds = 500 newgamestats.OwnTeamWhitelisted = true newgamestats.TargetCloserPlayers = true newgamestats.Teams = {} newgamestats.IgnorePlayers = false newgamestats.TargetPrioOnly = false newgamestats.FirstPersonEnabled = true newgamestats.AimMethod = "Mouse" newgamestats.CustomTargetConditions = {} newgamestats.TargetOffScreen = false newgamestats.EnableRaycasting = true return newgamestats end local function createGlobalStats() local newglobalstats = {} newglobalstats.TeamAutofill = true newglobalstats.MouseSensitivity = 0.25 newglobalstats.Keybinds = {} newglobalstats.Keybinds.AimbotToggle = {} newglobalstats.Keybinds.AimbotToggle.Key1 = Enum.KeyCode.CapsLock newglobalstats.Keybinds.AimbotToggle.Key2 = "none" newglobalstats.Keybinds.AimbotToggle.Toggle = true newglobalstats.Keybinds.TargetedPartToggle = {} newglobalstats.Keybinds.TargetedPartToggle.Key1 = Enum.KeyCode.RightAlt newglobalstats.Keybinds.TargetedPartToggle.Key2 = "none" newglobalstats.Keybinds.TargetedPartToggle.Toggle = true newglobalstats.Keybinds.GUIVisibilityToggle = {} newglobalstats.Keybinds.GUIVisibilityToggle.Key1 = "none" newglobalstats.Keybinds.GUIVisibilityToggle.Key2 = "none" newglobalstats.Keybinds.GUIVisibilityToggle.Toggle = true local function addkeybinds(table) for name,value in pairs(table) do if type(value) == "boolean" then newglobalstats.Keybinds[name] = {} newglobalstats.Keybinds[name].Key1 = "none" newglobalstats.Keybinds[name].Key2 = "none" newglobalstats.Keybinds[name].Toggle = true end end end addkeybinds(createGameStats()) addkeybinds(newglobalstats) return newglobalstats end local function getOrCreate(tbl, value) if tbl[value] == nil then if tbl == GameStats then tbl[value] = createGameStats()[value] elseif tbl == GlobalStats then tbl[value] = createGlobalStats()[value] elseif tbl == Keybinds then tbl[value] = createGlobalStats().Keybinds[value] end return tbl[value] else return tbl[value] end end local function setOrCreate(tbl, value, newvalue) getOrCreate(tbl, value) tbl[value] = newvalue end local function clearOldValues(t) local tableref = (if t == GameStats then createGameStats() elseif t == GlobalStats then createGlobalStats() else createGlobalStats().Keybinds) for i,v in pairs(t) do if tableref[i] == nil then t[i] = nil end end end local function priorityCheck(plr) local priorOnly = getOrCreate(GameStats, "TargetPrioOnly") return (table.find(PrioritizedPlrs, plr) and priorOnly) or not priorOnly or #PrioritizedPlrs == 0 end local cond = targetingui.ScrollingFrame.Condition local function addGUICondition(index) local txt = getOrCreate(GameStats, "CustomTargetConditions")[index] or "" local clone = cond:Clone() clone.Parent = cond.Parent clone.Visible = true clone.value.Text = txt clone.value.FocusLost:connect(function() getOrCreate(GameStats, "CustomTargetConditions")[index] = clone.value.Text end) end if isfile("RedsAimbot/GlobalStats.lua") then GlobalStats = loadfile("RedsAimbot/GlobalStats.lua")() if not isfile("RedsAimbot/Games/"..game.PlaceId..".lua") then GameStats = createGameStats() else GameStats = loadfile("RedsAimbot/Games/"..game.PlaceId..".lua")() end elseif isfile("RedsAimbotStats.lua") then -- replace old save file local globalclone = loadfile("RedsAimbotStats.lua")() makefolder("RedsAimbot/Games") local gamestats = {} for index, val in pairs(globalclone) do if type(index) == "number" then gamestats[index] = val globalclone[index] = nil end end writefile("RedsAimbot/GlobalStats.lua", TableToString(globalclone, "GlobalStats")) for i,v in pairs(gamestats) do writefile("RedsAimbot/Games/"..i..".lua", TableToString(v, "GameStats")) end delfile("RedsAimbotStats.lua") GlobalStats = globalclone GameStats = gamestats[game.PlaceId] or createGameStats() else makefolder("RedsAimbot/Games") GlobalStats = createGlobalStats() GameStats = createGameStats() end Keybinds = getOrCreate(GlobalStats, "Keybinds") getgenv().RedsAimbot.GlobalStats = GlobalStats getgenv().RedsAimbot.Misc = misc getgenv().RedsAimbot.GameStats = GameStats clearOldValues(GameStats) clearOldValues(GlobalStats) clearOldValues(Keybinds) local function updateKeybindTable(index, bindInfo) if typeof(bindInfo) == "EnumItem" or typeof(bindInfo) == "string" then local t = {} t.Key1 = bindInfo t.Key2 = "none" t.Toggle = true bindInfo = t Keybinds[index] = bindInfo end return bindInfo end local function updateKeybindInstance(instance, bindInfo) local function updateKey(index) instance["value"..index].Text = if typeof(bindInfo["Key"..index]) == "EnumItem" then bindInfo["Key"..index].Name else bindInfo["Key"..index] end updateKey(1) updateKey(2) if instance:FindFirstChild("keybindtype") then instance.keybindtype.Text = "Keybind type: "..if bindInfo.Toggle then "Toggle" else "Hold" end end for i, bindInfo in pairs(Keybinds) do bindInfo = updateKeybindTable(i, bindInfo) if keybindsettings:FindFirstChild(i) then updateKeybindInstance(keybindsettings[i], bindInfo) end end for i,v in pairs(GlobalStats) do if type(v) ~= "table" and globalsettings:FindFirstChild(i) then globalsettings[i].value.Text = tostring(v) end end for i,v in pairs(GameStats) do if type(v) ~= "table" and gamesettings:FindFirstChild(i) then gamesettings[i].value.Text = tostring(v) end end local function savesettings() writefile("RedsAimbot/GlobalStats.lua", TableToString(GlobalStats, "GlobalStats")) writefile("RedsAimbot/Games/"..game.PlaceId..".lua", TableToString(GameStats, "GameStats")) end TableChanged(GlobalStats, savesettings, true) TableChanged(GameStats, savesettings, true) local function addteamframe(ttable) local clone = teamui.WhitelistedTeams.whitelistframe:Clone() clone.Parent = teamui.WhitelistedTeams clone.TextLabel.Text = "["..ttable.team2.."] will be ignored when on ["..ttable.team1.."]" clone.Visible = true clone.undo.Activated:connect(function() clone:Destroy() local tfind = table.find(getOrCreate(GameStats, "Teams"),ttable) table.remove(getOrCreate(GameStats, "Teams"),tfind) end) end local function addkeybindtogui(t) for name, val in pairs(t) do if type(val) == "boolean" then local clone = keybindsettings.AimbotToggle:Clone() clone.Parent = keybindsettings clone.Name = name clone.Text = name.." Keybind:" local keybind = updateKeybindTable(name, getOrCreate(Keybinds, name)) updateKeybindInstance(clone, keybind) end end end for i,v in pairs(getOrCreate(GameStats, "Teams")) do addteamframe(v) end local function gameConditionCheck(id, condition) if game.PlaceId == id and not table.find(getOrCreate(GameStats, "CustomTargetConditions"), condition) then table.insert(getOrCreate(GameStats, "CustomTargetConditions"), condition) local msg = "Auto-added targeting condition for game ID "..tostring(id) sendnotif("Custom Targeting", msg) end end gameConditionCheck(286090429, "not TargetCharacter:FindFirstChild(\"Cam\")") gameConditionCheck(2788229376, "not TargetCharacter.BodyEffects[\"K.O\"].Value") for i,v in pairs(getOrCreate(GameStats, "CustomTargetConditions")) do addGUICondition(i) end addkeybindtogui(GameStats) addkeybindtogui(GlobalStats) local function deselect() misc.TargetedCharacter = nil end local function Died(player) thread(function() if not player.Character then player.CharacterAdded:Wait() end local function OnDeath(chr) chr:WaitForChild("Humanoid") chr.Humanoid.Died:connect(function() if misc.TargetedCharacter == chr then deselect() end end) end OnDeath(player.Character) player.CharacterAdded:connect(OnDeath) player.CharacterRemoving:connect(function(chr) if misc.TargetedCharacter == chr then deselect() end end) end) end for i,v in pairs(plrs:GetPlayers()) do Died(v) end plrs.PlayerAdded:connect(Died) local function CheckDN(plr) if plr.DisplayName == plr.Name then return plr.Name else return plr.Name.." ("..plr.DisplayName..")" end end local function IsNotWhitelisted(plr) local function isteamwhitelisted() local wl = false for i,ttable in pairs(getOrCreate(GameStats, "Teams")) do if teams:FindFirstChild(ttable.team1) and teams:FindFirstChild(ttable.team2) then if lplr.Team.Name == ttable.team1 and plr.Team.Name == ttable.team2 then wl = true break end end end return wl end if lplr.Team then if getOrCreate(GameStats, "OwnTeamWhitelisted") then return plr.Team ~= lplr.Team and not table.find(WhitelistedPlrs, plr) and not isteamwhitelisted() else return not table.find(WhitelistedPlrs, plr) and not isteamwhitelisted() end else return not table.find(WhitelistedPlrs, plr) end end local function meetsConditions(chr) local conditionsmet = true local plrFromChr = plrs:GetPlayerFromCharacter(chr) for i, condition in pairs(getOrCreate(GameStats, "CustomTargetConditions")) do local scriptSuccess, conditionMet = pcall(function() if condition:find("TargetPlayer") and not plrFromChr or condition == "" then return true else return loadstring("return "..condition:gsub("TargetCharacter", GetFullName(chr)):gsub("TargetPlayer", GetFullName(plrFromChr)))() end end) conditionsmet = conditionsmet and scriptSuccess and conditionMet if not conditionsmet then break end end return conditionsmet end local function selectcharacter(chr) if misc.IsAimbotOn and not misc.TargetedCharacter and not getOrCreate(GameStats, "TargetCloserPlayers") or getOrCreate(GameStats, "TargetCloserPlayers") and misc.IsAimbotOn then local isprio local isprio2 local plrFromChr = plrs:GetPlayerFromCharacter(chr) if misc.TargetedCharacter then isprio = table.find(PrioritizedPlrs, plrs:GetPlayerFromCharacter(misc.TargetedCharacter)) ~= nil isprio2 = table.find(PrioritizedPlrs, plrFromChr) ~= nil end if not isprio or isprio2 then misc.TargetedCharacter = chr end end end local function targetplayer(player) local humanoid if player.Character then humanoid = player.Character:FindFirstChildOfClass("Humanoid") end if player ~= lplr and humanoid and IsNotWhitelisted(player) and humanoid.Health > 0 then selectcharacter(player.Character) end end if not lplr.Character then sendnotif("Aimbot", "spawn in the game for this to work") lplr.CharacterAdded:Wait() end local function isKeyActivated(bindInfo, shouldToggle) local function keyDown(keycode) if keycode == "none" then return true end return uiservice:IsKeyDown(keycode) and not uiservice:GetFocusedTextBox() end if bindInfo.Key1 == "none" and bindInfo.Key2 == "none" then return false end return keyDown(bindInfo.Key1) and keyDown(bindInfo.Key2) and ((bindInfo.Toggle and shouldToggle) or (not bindInfo.Toggle and not shouldToggle)) end uiservice.InputBegan:connect(function(key,processed) if processed then return end if isKeyActivated(Keybinds.TargetedPartToggle, true) then if getOrCreate(GameStats, "Target") == "Head" then setOrCreate(GameStats, "Target", "HumanoidRootPart") else setOrCreate(GameStats, "Target", "Head") end end if isKeyActivated(Keybinds.AimbotToggle, true) then misc.IsAimbotOn = not misc.IsAimbotOn end if isKeyActivated(Keybinds.GUIVisibilityToggle, true) then gui.Enabled = not gui.Enabled end for i,v in pairs(Keybinds) do if GameStats[i] ~= nil and isKeyActivated(Keybinds[i], true) then GameStats[i] = not GameStats[i] end if GlobalStats[i] ~= nil and isKeyActivated(Keybinds[i], true) then GlobalStats[i] = not GlobalStats[i] end end end) games.X.Activated:connect(function() games.Visible = false end) for i,v in pairs(gamesettings:GetChildren()) do if v:FindFirstChild("value") then if type(getOrCreate(GameStats, v.Name)) == "boolean" then v.value.Activated:connect(function() GameStats[v.Name] = not GameStats[v.Name] end) Changed(GameStats,v.Name,function(val) v.value.Text = tostring(val) end) end end end gamesettings.Target.value.Activated:connect(function() if getOrCreate(GameStats, "Target") == "Head" then setOrCreate(GameStats, "Target", "HumanoidRootPart") else setOrCreate(GameStats, "Target", "Head") end gamesettings.Target.value.Text = getOrCreate(GameStats, "Target") end) Changed(gamesettings.MaxStuds.value, "Text", function(n) local num = tonumber(n) if num then num = math.clamp(num,0,5000) setOrCreate(GameStats, "MaxStuds", num) end end) for i,v in pairs(globalsettings:GetChildren()) do if type(getOrCreate(GlobalStats, v.Name)) == "boolean" then v.value.Activated:connect(function() GlobalStats[v.Name] = not GlobalStats[v.Name] end) Changed(GlobalStats, v.Name, function(val) v.value.Text = tostring(val) end) end end for i,v in pairs(keybindsettings:getChildren()) do if v:FindFirstChild("reset") then v.reset.Activated:connect(function() Keybinds[v.Name].Key1 = "none" Keybinds[v.Name].Key2 = "none" Keybinds[v.Name].Toggle = true v.value1.Text = "none" v.value2.Text = "none" if v:FindFirstChild("keybindtype") then v.keybindtype.Text = "Keybind type: Toggle" end end) local function changeKeybind(index) Keybinds[v.Name]["Key"..index] = "none" v["value"..index].Text = "Press any key" local key = uiservice.InputBegan:Wait() task.wait() Keybinds[v.Name]["Key"..index] = key.KeyCode v["value"..index].Text = key.KeyCode.Name end v.value1.Activated:connect(function() changeKeybind(1) end) v.value2.Activated:connect(function() changeKeybind(2) end) if v:FindFirstChild("keybindtype") then v.keybindtype.Activated:connect(function() Keybinds[v.Name].Toggle = not Keybinds[v.Name].Toggle updateKeybindInstance(v, Keybinds[v.Name]) end) end end end if gamesettings.AimMethod.value.Text == "Camera" then gamesettings.AimMethod.About.Text = "Less universal, more stable." end gamesettings.AimMethod.value.Activated:connect(function() local method = gamesettings.AimMethod if method.value.Text == "Camera" then method.value.Text = "Mouse" method.About.Text = "More universal, less stable." else method.value.Text = "Camera" method.About.Text = "Less universal, more stable." end setOrCreate(GameStats, "AimMethod", method.value.Text) end) Changed(globalsettings.MouseSensitivity.value, "Text", function (txt) local num = tonumber(txt) if num then num = math.clamp(num,0,1) setOrCreate(GlobalStats, "MouseSensitivity", num) end end) for i,v in pairs(teamui:GetChildren()) do if v.ClassName == "TextBox" then Changed(v, "Text", function(txt) if getOrCreate(GlobalStats, "TeamAutofill") then local tnames = {} for i,v in pairs(teams:GetTeams()) do if v.Name:lower():sub(1,txt:len()) == txt:lower() and not table.find(tnames,v.Name) then table.insert(tnames,v.Name) end end if #tnames == 1 then v.Text = tnames[1] v:ReleaseFocus() end end end) end end local wlmsg = teamui.WLTeam.Text teamui.WLTeam.Activated:connect(function() local function updatetxt(txt) teamui.WLTeam.Text = txt wait(2) teamui.WLTeam.Text = wlmsg end local team1 = teamui.yourteam.Text local team2 = teamui.whitelistteam.Text if teams:FindFirstChild(team1) and teams:FindFirstChild(team2) then local canadd = true for i, teamtable in pairs(getOrCreate(GameStats, "Teams")) do if teamtable.team1 == team1 and teamtable.team2 == team2 then canadd = false break end end if canadd then local newtable = {["team1"] = team1 ,["team2"] = team2} table.insert(getOrCreate(GameStats, "Teams"), newtable) addteamframe(newtable) else updatetxt("This already exists") end else updatetxt("Invalid team name(s)") end end) globals.X.Activated:connect(function() globals.Visible = false end) teamui.X.Activated:connect(function() teamui.Visible = false end) TableAdded(npcs, function(i, npc) npc.Humanoid.Died:connect(function() npcs[i] = nil if misc.TargetedCharacter == npc then deselect() end end) end) local function checkpart(v) return not v.CanCollide or v.Transparency == 1 end local function isactivenpc(npc) thread(function() local changed local active = false changed = Changed(npc.Humanoid.RootPart, "CFrame", function() active = true changed.Stop() end) repeat task.wait() until active table.insert(npcs, npc) end) end local queryindex local querynewindex local queriedParts = {} queryindex = hookmetamethod(game, "__index", function(self, name) if name == "CanQuery" and self:IsA("BasePart") and not checkcaller() and queriedParts[self] ~= nil then return queriedParts[self] else return queryindex(self, name) end end) querynewindex = hookmetamethod(game, "__newindex", function(self, val, newval) if val == "CanQuery" and self:IsA("BasePart") and not checkcaller() and queriedParts[self] ~= nil and type(newval) == "boolean" then queriedParts[self] = newval else return querynewindex(self, val, newval) end end) for i,v in pairs(workspace:GetDescendants()) do if v.ClassName == "Humanoid" and v.RootPart and not plrs:GetPlayerFromCharacter(v.Parent) and not table.find(npcs, v.Parent) and v.Health > 0 then isactivenpc(v.Parent) end if v:IsA("BasePart") and not v.CanCollide then queriedParts[v] = true v.CanQuery = false end end workspace.DescendantAdded:connect(function(v) if v.ClassName == "Humanoid" then if not v.RootPart then repeat task.wait() until v.RootPart end if not plrs:GetPlayerFromCharacter(v.Parent) and not table.find(npcs, v.Parent) and v.Health > 0 then isactivenpc(v.Parent) end end if v:IsA("BasePart") and not v.CanCollide then queriedParts[v] = true v.CanQuery = false end end) workspace.DescendantRemoving:connect(function(v) local npcfind = table.find(npcs, v) if npcfind and GetFamily(v)[1] ~= game then table.remove(npcs, npcfind) end end) local function addchrtotable(plr) if plr.Character then table.insert(chrs, plr.Character) end plr.CharacterAdded:connect(function(chr) table.insert(chrs, chr) end) plr.CharacterRemoving:connect(function(chr) local chrfind = table.find(chrs, chr) if chrfind then table.remove(chrs, chrfind) end end) end for i,v in pairs(plrs:GetPlayers()) do addchrtotable(v) end plrs.PlayerAdded:connect(addchrtotable) local function gettargetpart(chr) local p = chr:FindFirstChild(getOrCreate(GameStats, "Target")) if p then return p else if chr:FindFirstChild("Humanoid") and chr.Humanoid.RootPart then return chr.Humanoid.RootPart end end end local AimbotFunction = game:GetService("RunService").RenderStepped:connect(function() if misc.TargetedCharacter then local part = gettargetpart(misc.TargetedCharacter) if part then local partpos = part.Position local v, onscreen = camera:WorldToScreenPoint(partpos + misc.AimOffset) local x,y = (v.X - m.X), (v.Y - m.Y) if onscreen then if misc.IsAimbotOn then if getOrCreate(GameStats, "AimMethod") == "Camera" then camera.CFrame = CFrame.new(camera.CFrame.Position, partpos + misc.AimOffset) uiservice.MouseDeltaSensitivity = 0 else mousemoverel((x + misc.AimOffset.X) * getOrCreate(GlobalStats, "MouseSensitivity"), (y + misc.AimOffset.Y) * getOrCreate(GlobalStats, "MouseSensitivity")) end if not getOrCreate(GameStats, "FirstPersonEnabled") then lplr.Character.Humanoid.RootPart.CFrame = CFrame.lookAt(lplr.Character.Humanoid.RootPart.Position, (partpos * Vector3.new(1,0,1)) + Vector3.new(0, lplr.Character.Humanoid.RootPart.Position.Y, 0)) end end else camera.CFrame = CFrame.new(camera.CFrame.Position, partpos) end end if not meetsConditions(misc.TargetedCharacter) then deselect() end else uiservice.MouseDeltaSensitivity = 1 end if not Keybinds.AimbotToggle.Toggle then misc.IsAimbotOn = isKeyActivated(Keybinds.AimbotToggle) end for i,v in pairs(Keybinds) do if GameStats[i] ~= nil and not v.Toggle then GameStats[i] = isKeyActivated(Keybinds[i]) end if GlobalStats[i] ~= nil and not v.Toggle then GlobalStats[i] = isKeyActivated(Keybinds[i]) end end if m.Target ~= nil then if not getOrCreate(GameStats, "IgnorePlayers") then for i,v in pairs(GetFamily(m.Target)) do local plr = game:GetService("Players"):FindFirstChild(v.Name) if plr and plr.Character and meetsConditions(plr.Character) and priorityCheck(plr) then targetplayer(plr) break end end end if getOrCreate(GameStats, "TargetNPCs") then local npc = isnpc(m.Target) if npc and npc.Humanoid.Health > 0 and meetsConditions(npc) then selectcharacter(npc) end end end if getOrCreate(GameStats, "AutoTarget") then local table1 = {} local PrioritizedPlrsOnScreen = {} local function addchr(v) local player = plrs:GetPlayerFromCharacter(v) if player and IsNotWhitelisted(player) or not player then if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").Health > 0 and meetsConditions(v) then local targpart = gettargetpart(v) if targpart then local pos = math.floor(lplr:DistanceFromCharacter(targpart.Position)) local _, onscreen = camera:WorldToScreenPoint(targpart.Position) local rayparams = RaycastParams.new() rayparams.FilterDescendantsInstances = chrs rayparams.IgnoreWater = true local raycast = workspace:Raycast(lplr.Character.Head.Position, targpart.Position - lplr.Character.Head.Position, rayparams) if (not raycast and getOrCreate(GameStats, "EnableRaycasting") or not getOrCreate(GameStats, "EnableRaycasting") and (onscreen or getOrCreate(GameStats, "TargetOffScreen")) and pos < getOrCreate(GameStats, "MaxStuds")) then table1[v] = pos if table.find(PrioritizedPlrs, plrs:GetPlayerFromCharacter(v)) then table.insert(PrioritizedPlrsOnScreen, v) end end end end end end if getOrCreate(GameStats, "TargetNPCs") and (not getOrCreate(GameStats, "TargetPrioOnly") or #PrioritizedPlrs == 0) then for i, npc in pairs(npcs) do addchr(npc) end end if not getOrCreate(GameStats, "IgnorePlayers") then for i,v in pairs(plrs:GetPlayers()) do if v ~= lplr and v.Character then addchr(v.Character) end end end if #PrioritizedPlrsOnScreen ~= 0 or (#PrioritizedPlrs ~= 0 and getOrCreate(GameStats, "TargetPrioOnly")) then for chr, pos in pairs(table1) do if not table.find(PrioritizedPlrsOnScreen, chr) then table1[chr] = nil end end end valuesort(table1, function(Char, position) local plr = plrs:GetPlayerFromCharacter(Char) if plr and priorityCheck(plr) then targetplayer(plr) elseif not plr then selectcharacter(Char) end return 1 end) end if getOrCreate(GameStats, "FirstPersonEnabled") then if misc.TargetedCharacter and misc.IsAimbotOn and camera.CameraType ~= Enum.CameraType.Scriptable then plrs.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson else plrs.LocalPlayer.CameraMode = Enum.CameraMode.Classic end else plrs.LocalPlayer.CameraMode = Enum.CameraMode.Classic end end) plrs.PlayerRemoving:connect(function(plr) if plr.Character and plr.Character == misc.TargetedCharacter then deselect() end local wasPrior = table.find(PrioritizedPlrs, plr) local wasWL = table.find(WhitelistedPlrs, plr) if wasPrior then table.remove(PrioritizedPlrs, wasPrior) table.insert(PrioritizedPlrsOld, plr.Name) end if wasWL then table.remove(WhitelistedPlrs, wasWL) table.insert(WhitelistedPlrsOld, plr.Name) end end) Changed(misc, "TargetedCharacter", function(v) if v then local player = game:GetService("Players"):GetPlayerFromCharacter(v) if player then MainFrame.CurrentTarget.Text = CheckDN(player) else MainFrame.CurrentTarget.Text = v.Name end if not getOrCreate(GameStats, "FirstPersonEnabled") then lplr.Character.Humanoid.CameraOffset = Vector3.new(2,0,0) uiservice.MouseBehavior = Enum.MouseBehavior.LockCenter end MainFrame.CurrentTarget.TextColor3 = Color3.new(0,0.66,0) else if not getOrCreate(GameStats, "FirstPersonEnabled") then lplr.Character.Humanoid.CameraOffset = Vector3.new(0,0,0) uiservice.MouseBehavior = Enum.MouseBehavior.Default end MainFrame.CurrentTarget.Text = "none" MainFrame.CurrentTarget.TextColor3 = Color3.new(0.66,0,0) end end) MainFrame.Manager.Activated:connect(function() wlui.Visible = true end) MainFrame.EditGameSettings.Activated:connect(function() games.Visible = true end) MainFrame.EditGlobalSettings.Activated:connect(function() globals.Visible = true end) MainFrame.SwitchToTeam.Activated:connect(function() teamui.Visible = true end) Changed(misc, "IsAimbotOn", function(v) if v == false then MainFrame.Status.TextColor3 = Color3.new(0.66,0,0) MainFrame.Status.Text = "disabled" deselect() else MainFrame.Status.TextColor3 = Color3.new(0,0.66,0) MainFrame.Status.Text = "enabled" end end) wlui.hide.Activated:connect(function() wlui.Visible = false end) MainFrame.Status.Activated:connect(function() misc.IsAimbotOn = not misc.IsAimbotOn end) local wlframe = wlui.WhitelistedInstances.whitelistframe local function AddtoList(ins) local clone = wlframe:Clone() clone.Visible = true clone.Parent = wlframe.Parent local function togglefunc(Table) local button if Table == PrioritizedPlrs then button = clone.PriorityToggle else button = clone.WhitelistToggle end if getOrCreate(GameStats, "WhitelistFriends") and lplr:IsFriendsWith(ins.UserId) and Table == WhitelistedPlrs and not table.find(Table, ins) then button.TextColor3 = Color3.new(0,0.66,0) button.Text = "Yes" table.insert(Table, ins) end if table.find(Table, ins) and Table == PrioritizedPlrs then button.TextColor3 = Color3.new(0,0.66,0) button.Text = "Yes" end button.Activated:connect(function() if button.Text == "No" then button.TextColor3 = Color3.new(0,0.66,0) button.Text = "Yes" table.insert(Table,ins) if Table == PrioritizedPlrs and clone.WhitelistToggle.Text == "Yes" then clone.WhitelistToggle.Text = "No" clone.WhitelistToggle.TextColor3 = Color3.new(0.66,0,0) local wlistplr = table.find(WhitelistedPlrs, ins) table.remove(WhitelistedPlrs, wlistplr) end if Table == WhitelistedPlrs and clone.PriorityToggle.Text == "Yes" then clone.PriorityToggle.Text = "No" clone.PriorityToggle.TextColor3 = Color3.new(0.66,0,0) local prioplr = table.find(PrioritizedPlrs, ins) table.remove(PrioritizedPlrs, prioplr) end else button.TextColor3 = Color3.new(0.66,0,0) button.Text = "No" local removeins = table.find(Table, ins) table.remove(Table,removeins) end end) end clone.TextLabel.Text = CheckDN(ins) togglefunc(WhitelistedPlrs) togglefunc(PrioritizedPlrs) thread(function() repeat task.wait() until not game:GetService("Players"):FindFirstChild(ins.Name) clone:Destroy() end) end for i,plr in pairs(plrs:GetPlayers()) do if plr ~= lplr then AddtoList(plr) end end Changed(wlui.searchbar, "Text", function(txt) for i,v in pairs(wlui.WhitelistedInstances:GetChildren()) do if v.ClassName == "Frame" and v ~= wlframe then v.Visible = v.TextLabel.Text:lower():match(txt:lower()) ~= nil end end end) globals.keybinds.Activated:connect(function() keys.Visible = true globals.Visible = false end) keys.globals.Activated:connect(function() keys.Visible = false globals.Visible = true end) keys.X.Activated:connect(function() keys.Visible = false end) plrs.PlayerAdded:connect(function(plr) local oldWL = table.find(WhitelistedPlrsOld, plr.Name) local oldPrior = table.find(PrioritizedPlrsOld, plr.Name) if oldWL then table.remove(WhitelistedPlrsOld, oldWL) table.insert(WhitelistedPlrs, plr) end if oldPrior then table.remove(PrioritizedPlrsOld, oldPrior) table.insert(PrioritizedPlrs, plr) end AddtoList(plr) end) targetingui.add.Activated:connect(function() addGUICondition(#getOrCreate(GameStats, "CustomTargetConditions")+1) end) targetingui.back.Activated:connect(function() targetingui.Visible = false games.Visible = true end) targetingui.about.Activated:connect(function() local abouttxt = "When all of the conditions in this game return true, you may target someone. If any of these return false, you can't.\nKeywords to refer to your targets character/player is: TargetCharacter and TargetPlayer." print(abouttxt) sendnotif("Custom Targeting", abouttxt) end) games.customtargetcons.Activated:connect(function() targetingui.Visible = true games.Visible = false end) else sendnotif("Aimbot", "You've already executed this. Deleting clone.") task.wait(0.2) gui:Destroy() end end coroutine.wrap(SZPULDE_fake_script)()