-- STOP THE HACKER -- Instances: local AntiCheat = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local AntiBtools = Instance.new("TextButton") local Madeby = Instance.new("TextLabel") local Close = Instance.new("TextButton") local AntiFly = Instance.new("TextButton") --Properties: AntiCheat.Name = "Anti-Cheat" AntiCheat.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") AntiCheat.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = AntiCheat Frame.BackgroundColor3 = Color3.fromRGB(79, 79, 79) Frame.BackgroundTransparency = 0.100 Frame.BorderColor3 = Color3.fromRGB(0, 0, 127) Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.0713754669, 0, 0.364719898, 0) Frame.Size = UDim2.new(0, 465, 0, 224) AntiBtools.Name = "AntiBtools" AntiBtools.Parent = Frame AntiBtools.BackgroundColor3 = Color3.fromRGB(74, 74, 72) AntiBtools.BackgroundTransparency = 0.500 AntiBtools.BorderColor3 = Color3.fromRGB(0, 0, 127) AntiBtools.BorderSizePixel = 2 AntiBtools.Position = UDim2.new(0.513978481, 0, 0.40625, 0) AntiBtools.Size = UDim2.new(0, 213, 0, 69) AntiBtools.Font = Enum.Font.SourceSans AntiBtools.Text = "Active Anti-Btools" AntiBtools.TextColor3 = Color3.fromRGB(0, 0, 127) AntiBtools.TextSize = 28.000 AntiBtools.TextWrapped = true AntiBtools.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/B0McKTuX",true))() end) Madeby.Name = "Made by" Madeby.Parent = Frame Madeby.BackgroundColor3 = Color3.fromRGB(71, 71, 71) Madeby.BackgroundTransparency = 0.500 Madeby.BorderColor3 = Color3.fromRGB(0, 0, 127) Madeby.BorderSizePixel = 3 Madeby.Size = UDim2.new(0, 348, 0, 64) Madeby.Font = Enum.Font.SourceSans Madeby.Text = " Cripeer55 " Madeby.TextColor3 = Color3.fromRGB(0, 0, 127) Madeby.TextSize = 50.000 Close.Name = "Close" Close.Parent = Frame Close.BackgroundColor3 = Color3.fromRGB(71, 71, 71) Close.BackgroundTransparency = 0.200 Close.BorderColor3 = Color3.fromRGB(0, 0, 127) Close.BorderSizePixel = 2 Close.Position = UDim2.new(0.920430124, 0, 0, 0) Close.Size = UDim2.new(0, 37, 0, 35) Close.Font = Enum.Font.SourceSans Close.Text = "X" Close.TextColor3 = Color3.fromRGB(0, 0, 127) Close.TextSize = 25.000 Close.MouseButton1Down:connect(function() Frame.Visible = false end) AntiFly.Name = "AntiFly" AntiFly.Parent = Frame AntiFly.BackgroundColor3 = Color3.fromRGB(74, 74, 72) AntiFly.BackgroundTransparency = 0.500 AntiFly.BorderColor3 = Color3.fromRGB(0, 0, 127) AntiFly.BorderSizePixel = 2 AntiFly.Position = UDim2.new(0.0301075205, 0, 0.40625, 0) AntiFly.Size = UDim2.new(0, 213, 0, 69) AntiFly.Font = Enum.Font.SourceSans AntiFly.Text = "Active Anti-Fly" AntiFly.TextColor3 = Color3.fromRGB(0, 0, 127) AntiFly.TextSize = 28.000 AntiFly.TextWrapped = true AntiFly.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/bbX6Km80",true))() end)