Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")local LoadedScript = Instance.new("Frame")local UICorner = Instance.new("UICorner")local TextLabel = Instance.new("TextLabel")local Info = Instance.new("Frame")local UICorner_2 = Instance.new("UICorner")local TextLabel_2 = Instance.new("TextLabel")local Info2 = Instance.new("Frame")local UICorner_3 = Instance.new("UICorner")local TextLabel_3 = Instance.new("TextLabel")local Info3 = Instance.new("Frame")local UICorner_4 = Instance.new("UICorner")local TextLabel_4 = Instance.new("TextLabel") ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") LoadedScript.Name = "LoadedScript" LoadedScript.Parent = ScreenGui LoadedScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0) LoadedScript.Position = UDim2.new(0.382291377, 0, 0.940057516, 0) LoadedScript.Size = UDim2.new(0.234183207, 0, 0.0484988093, 0) UICorner.Parent = LoadedScript TextLabel.Parent = LoadedScript TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.0860387683, 0, 0.17121096, 0) TextLabel.Size = UDim2.new(0.826298654, 0, 0.63030988, 0) TextLabel.Font = Enum.Font.Sarpanch TextLabel.Text = "[LOADING SCRIPT]" TextLabel.TextColor3 = Color3.fromRGB(85, 255, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true Info.Name = "Info" Info.Parent = LoadedScript Info.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Info.Position = UDim2.new(1.02161002, 0, -0.976436019, 0) Info.Size = UDim2.new(0.612246096, 0, 0.796094298, 0) UICorner_2.Parent = Info TextLabel_2.Parent = Info TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.0860387683, 0, 0.17121096, 0) TextLabel_2.Size = UDim2.new(0.826298654, 0, 0.63030988, 0) TextLabel_2.Font = Enum.Font.Sarpanch TextLabel_2.Text = "Made By MaxTheDev21" TextLabel_2.TextColor3 = Color3.fromRGB(85, 255, 0) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 14.000 TextLabel_2.TextWrapped = true Info2.Name = "Info2" Info2.Parent = LoadedScript Info2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Info2.Position = UDim2.new(0, 0, -0.976436019, 0) Info2.Size = UDim2.new(0.999999821, 0, 0.79609412, 0) UICorner_3.Parent = Info2 TextLabel_3.Parent = Info2 TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.BackgroundTransparency = 1.000 TextLabel_3.Position = UDim2.new(0.0305152647, 0, 0.171210125, 0) TextLabel_3.Size = UDim2.new(0.939409554, 0, 0.63030988, 0) TextLabel_3.Font = Enum.Font.Sarpanch TextLabel_3.Text = "YOU CAN STILL GET IDLE KICKED (USE AUTO CLICKER OR ANTI-IDLE SCRIPT)" TextLabel_3.TextColor3 = Color3.fromRGB(85, 255, 0) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 14.000 TextLabel_3.TextWrapped = true Info3.Name = "Info3" Info3.Parent = LoadedScript Info3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Info3.Position = UDim2.new(1.02161026, 0, 0, 0) Info3.Size = UDim2.new(0.612245917, 0, 1.00000119, 0) UICorner_4.Parent = Info3 TextLabel_4.Parent = Info3 TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.BackgroundTransparency = 1.000 TextLabel_4.Position = UDim2.new(0.0305152647, 0, 0.171210125, 0) TextLabel_4.Size = UDim2.new(0.939409554, 0, 0.63030988, 0) TextLabel_4.Font = Enum.Font.Sarpanch TextLabel_4.Text = "https://discord.gg/HkrR6S9EHC" TextLabel_4.TextColor3 = Color3.fromRGB(85, 255, 0) TextLabel_4.TextScaled = true TextLabel_4.TextSize = 14.000 TextLabel_4.TextWrapped = true local function VVMBE_fake_script()local script = Instance.new('LocalScript', LoadedScript) local Player = game.Players.LocalPlayer local Loaded1 = false local Loaded2 = false local StatusText = script.Parent.TextLabel local AFKV1 = Player:WaitForChild("PlayerGui"):WaitForChild("afkEnable") local AFKV2 = Player:WaitForChild("PlayerGui"):WaitForChild("afkCheck") wait(1) AFKV1:Destroy() AFKV2:Destroy() wait(2) StatusText.Text = "Southwest Florida Anti-Afk Script Loaded" end coroutine.wrap(VVMBE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement