local ScreenGui = Instance.new("ScreenGui") local openmain = Instance.new("Frame") local open = Instance.new("TextButton") local Main = Instance.new("Frame") local title = Instance.new("TextLabel") local aimbot = Instance.new("TextButton") local ESP = Instance.new("TextButton") local silentaim = Instance.new("TextButton") local Close = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local Risky = Instance.new("TextLabel") local GunMods = Instance.new("TextButton") local Fullbright = Instance.new("TextButton") local Infjump = Instance.new("TextButton") local ComingSoon = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui openmain.Name = "openmain" openmain.Parent = ScreenGui openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255) openmain.Position = UDim2.new(0.0103030298, 0, 0.457276285, 0) openmain.Size = UDim2.new(0, 67, 0, 25) openmain.Active = true openmain.Draggable = true open.Name = "open" open.Parent = openmain open.BackgroundColor3 = Color3.fromRGB(188, 125, 0) open.Size = UDim2.new(0, 67, 0, 25) open.Font = Enum.Font.Cartoon open.Text = "OPEN" open.TextColor3 = Color3.fromRGB(0, 0, 0) open.TextSize = 18.000 open.MouseButton1Down:connect(function() openmain.Visible = false Main.Visible = true end) Main.Name = "Main" Main.Parent = ScreenGui Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Main.Position = UDim2.new(0.203636378, 0, 0.273030668, 0) Main.Size = UDim2.new(0, 307, 0, 383) Main.Visible = false Main.Active = true Main.Draggable = true title.Name = "title" title.Parent = Main title.BackgroundColor3 = Color3.fromRGB(179, 119, 0) title.Size = UDim2.new(0, 305, 0, 41) title.Font = Enum.Font.Cartoon title.Text = "Mac N' Chez " title.TextColor3 = Color3.fromRGB(0, 0, 0) title.TextSize = 40.000 aimbot.Name = "aimbot" aimbot.Parent = title aimbot.BackgroundColor3 = Color3.fromRGB(0, 0, 0) aimbot.Position = UDim2.new(0.0295081958, 0, 1.37069559, 0) aimbot.Size = UDim2.new(0, 120, 0, 51) aimbot.Font = Enum.Font.Cartoon aimbot.Text = "Aimbot (Alt)" aimbot.TextColor3 = Color3.fromRGB(189, 126, 0) aimbot.TextSize = 23.000 aimbot.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/figMHMj0",true))() end) ESP.Name = "ESP" ESP.Parent = title ESP.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ESP.Position = UDim2.new(0.573770523, 0, 1.37069559, 0) ESP.Size = UDim2.new(0, 120, 0, 51) ESP.Font = Enum.Font.Cartoon ESP.Text = "ESP" ESP.TextColor3 = Color3.fromRGB(193, 129, 0) ESP.TextSize = 28.000 ESP.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/BUZiqqs0"))() end) silentaim.Name = "silentaim" silentaim.Parent = title silentaim.BackgroundColor3 = Color3.fromRGB(0, 0, 0) silentaim.Position = UDim2.new(0.144262299, 0, 2.63898826, 0) silentaim.Size = UDim2.new(0, 202, 0, 67) silentaim.Font = Enum.Font.Cartoon silentaim.Text = "Silent-Aim" silentaim.TextColor3 = Color3.fromRGB(208, 139, 0) silentaim.TextSize = 27.000 silentaim.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/1McuqKm7"))() end) Close.Name = "Close" Close.Parent = Main Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0) Close.Position = UDim2.new(0.855737686, 0, 0, 0) Close.Size = UDim2.new(0, 44, 0, 41) Close.Font = Enum.Font.GothamBlack Close.Text = "X" Close.TextColor3 = Color3.fromRGB(255, 255, 255) Close.TextScaled = true Close.TextSize = 25.000 Close.TextWrapped = true Close.MouseButton1Down:connect(function() Main.Visible = false openmain.Visible = true end) TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.fromRGB(180, 120, 0) TextLabel.Position = UDim2.new(0.172638446, 0, 0.926675498, 0) TextLabel.Size = UDim2.new(0, 200, 0, 27) TextLabel.Font = Enum.Font.Cartoon TextLabel.Text = "Kamz#1337 and egglord2235#9323" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 13.000 Risky.Name = "Risky" Risky.Parent = Main Risky.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Risky.Position = UDim2.new(0.00651465775, 0, 0.457796633, 0) Risky.Size = UDim2.new(0, 305, 0, 41) Risky.Font = Enum.Font.Cartoon Risky.Text = "Risky/Miscallenous" Risky.TextColor3 = Color3.fromRGB(180, 120, 0) Risky.TextSize = 30.000 GunMods.Name = "GunMods" GunMods.Parent = Risky GunMods.BackgroundColor3 = Color3.fromRGB(0, 0, 0) GunMods.Position = UDim2.new(0.0262295082, 0, 1.24390233, 0) GunMods.Size = UDim2.new(0, 120, 0, 50) GunMods.Font = Enum.Font.Cartoon GunMods.Text = "Gun Mods" GunMods.TextColor3 = Color3.fromRGB(180, 120, 0) GunMods.TextSize = 28.000 GunMods.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/rPbJcqbK", true))() end) Fullbright.Name = "Fullbright" Fullbright.Parent = Risky Fullbright.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Fullbright.Position = UDim2.new(0.567213118, 0, 1.24390244, 0) Fullbright.Size = UDim2.new(0, 120, 0, 50) Fullbright.Font = Enum.Font.Cartoon Fullbright.Text = "Fullbright" Fullbright.TextColor3 = Color3.fromRGB(179, 119, 0) Fullbright.TextSize = 23.000 Infjump.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/06iG6YkU", true))() end) Infjump.Name = "Infjump" Infjump.Parent = Risky Infjump.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Infjump.Position = UDim2.new(0.0262295082, 0, 2.46341467, 0) Infjump.Size = UDim2.new(0, 120, 0, 50) Infjump.Font = Enum.Font.Cartoon Infjump.Text = "Infjump" Infjump.TextColor3 = Color3.fromRGB(180, 120, 0) Infjump.TextSize = 28.000 Infjump.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/1BHXDVtq'))() end) ComingSoon.Name = "Coming Soon" ComingSoon.Parent = Risky ComingSoon.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ComingSoon.Position = UDim2.new(0.567213118, 0, 2.46341467, 0) ComingSoon.Size = UDim2.new(0, 120, 0, 50) ComingSoon.Font = Enum.Font.Cartoon ComingSoon.Text = "Coming Soon" ComingSoon.TextColor3 = Color3.fromRGB(179, 119, 0) ComingSoon.TextSize = 22.000