-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local small = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local afk = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local loop = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local reviz = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local UICorner_5 = Instance.new("UICorner") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(13, 13, 13) Frame.BackgroundTransparency = 0.150 Frame.Position = UDim2.new(0.797089756, 0, 0.632237852, 0) Frame.Size = UDim2.new(0, 241, 0, 140) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 241, 0, 28) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Made by 27x34k" TextLabel.TextColor3 = Color3.fromRGB(113, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true small.Name = "small" small.Parent = Frame small.BackgroundColor3 = Color3.fromRGB(13, 13, 13) small.Position = UDim2.new(0.0539419129, 0, 0.202764973, 0) small.Size = UDim2.new(0, 101, 0, 38) small.Font = Enum.Font.SourceSans small.Text = "Small" small.TextColor3 = Color3.fromRGB(111, 0, 0) small.TextScaled = true small.TextSize = 14.000 small.TextWrapped = true UICorner.CornerRadius = UDim.new(0.200000003, 0) UICorner.Parent = small afk.Name = "afk" afk.Parent = Frame afk.BackgroundColor3 = Color3.fromRGB(11, 11, 11) afk.Position = UDim2.new(0.0539419353, 0, 0.597004652, 0) afk.Size = UDim2.new(0, 101, 0, 38) afk.Font = Enum.Font.SourceSans afk.Text = "Anti afk" afk.TextColor3 = Color3.fromRGB(102, 0, 0) afk.TextScaled = true afk.TextSize = 14.000 afk.TextWrapped = true UICorner_2.CornerRadius = UDim.new(0.174999997, 0) UICorner_2.Parent = afk loop.Name = "loop" loop.Parent = Frame loop.BackgroundColor3 = Color3.fromRGB(11, 11, 11) loop.Position = UDim2.new(0.518672228, 0, 0.597004652, 0) loop.Size = UDim2.new(0, 101, 0, 38) loop.Font = Enum.Font.SourceSans loop.Text = "Loop" loop.TextColor3 = Color3.fromRGB(102, 0, 0) loop.TextScaled = true loop.TextSize = 14.000 loop.TextWrapped = true UICorner_3.CornerRadius = UDim.new(0.200000003, 0) UICorner_3.Parent = loop reviz.Name = "reviz" reviz.Parent = Frame reviz.BackgroundColor3 = Color3.fromRGB(18, 18, 18) reviz.Position = UDim2.new(0.520125926, 0, 0.202764973, 0) reviz.Size = UDim2.new(0, 101, 0, 37) reviz.Font = Enum.Font.SourceSans reviz.Text = "Reviz" reviz.TextColor3 = Color3.fromRGB(99, 0, 0) reviz.TextScaled = true reviz.TextSize = 14.000 reviz.TextWrapped = true UICorner_4.CornerRadius = UDim.new(0.174999997, 0) UICorner_4.Parent = reviz UICorner_5.CornerRadius = UDim.new(0.075000003, 0) UICorner_5.Parent = Frame -- Scripts: local function OUXA_fake_script() -- small.LocalScript local script = Instance.new('LocalScript', small) small.MouseButton1Click:Connect(function() for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do if v:IsA("NumberValue") then v:Destroy() end end end) end coroutine.wrap(OUXA_fake_script)() local function YRNMTHX_fake_script() -- afk.LocalScript local script = Instance.new('LocalScript', afk) afk.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))() end) end coroutine.wrap(YRNMTHX_fake_script)() local function YZKXD_fake_script() -- loop.LocalScript local script = Instance.new('LocalScript', loop) loop.MouseButton1Click:Connect(function() loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)() end) end coroutine.wrap(YZKXD_fake_script)() local function BIGQ_fake_script() -- reviz.LocalScript local script = Instance.new('LocalScript', reviz) reviz.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))() end) end coroutine.wrap(BIGQ_fake_script)()