--[[ ______ __ ___ __ _ / ____/___ _/ /_____ / | ____/ /___ ___ (_)___ / /_ / __ `/ //_/ _ \/ /| |/ __ / __ `__ \/ / __ \ / __/ / /_/ / ,< / __/ ___ / /_/ / / / / / / / / / / by IceCream Cat /_/ \__,_/_/|_|\___/_/ |_\__,_/_/ /_/ /_/_/_/ /_/ this script is not obfuscated, learn from it if you want to! :D ppl who use obfuscator are clowns ]] -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local menu = Instance.new("Frame") local text = Instance.new("TextLabel") local icon = Instance.new("ImageLabel") local x = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local message = Instance.new("TextBox") local send = Instance.new("TextButton") local copy = Instance.new("TextButton") local clear = Instance.new("TextButton") local cat = Instance.new("ImageButton") local Frame = Instance.new("Frame") local text_2 = Instance.new("TextLabel") local text2 = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false menu.Name = "menu" menu.Parent = ScreenGui menu.BackgroundColor3 = Color3.fromRGB(36, 36, 36) menu.BorderColor3 = Color3.fromRGB(0, 0, 0) menu.BorderSizePixel = 2 menu.Position = UDim2.new(0.360339493, 0, 0.322683662, 0) menu.Size = UDim2.new(0, 466, 0, 268) menu.Visible = false text.Name = "text" text.Parent = menu text.BackgroundColor3 = Color3.fromRGB(255, 255, 255) text.BackgroundTransparency = 1.000 text.BorderColor3 = Color3.fromRGB(0, 0, 0) text.BorderSizePixel = 0 text.Position = UDim2.new(0.124463521, 0, 0, 0) text.Size = UDim2.new(0, 182, 0, 49) text.Font = Enum.Font.SourceSans text.Text = "FakeAdmin" text.TextColor3 = Color3.fromRGB(255, 255, 255) text.TextScaled = true text.TextSize = 14.000 text.TextWrapped = true icon.Name = "icon" icon.Parent = menu icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255) icon.BackgroundTransparency = 1.000 icon.BorderColor3 = Color3.fromRGB(0, 0, 0) icon.BorderSizePixel = 0 icon.Size = UDim2.new(0, 51, 0, 49) icon.Image = "rbxassetid://3074371113" x.Name = "x" x.Parent = menu x.BackgroundColor3 = Color3.fromRGB(255, 255, 255) x.BackgroundTransparency = 1.000 x.BorderColor3 = Color3.fromRGB(0, 0, 0) x.BorderSizePixel = 0 x.Position = UDim2.new(0.884120166, 0, 0, 0) x.Size = UDim2.new(0, 54, 0, 49) x.Font = Enum.Font.SourceSans x.Text = "X" x.TextColor3 = Color3.fromRGB(255, 255, 255) x.TextScaled = true x.TextSize = 14.000 x.TextWrapped = true TextButton.Name = "-" TextButton.Parent = menu TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BackgroundTransparency = 1.000 TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.796137333, 0, 0, 0) TextButton.Size = UDim2.new(0, 54, 0, 49) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "-" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true message.Name = "message" message.Parent = menu message.BackgroundColor3 = Color3.fromRGB(255, 255, 255) message.BorderColor3 = Color3.fromRGB(0, 0, 0) message.BorderSizePixel = 0 message.Position = UDim2.new(0.0858369097, 0, 0.227611944, 0) message.Size = UDim2.new(0, 272, 0, 171) message.ClearTextOnFocus = false message.Font = Enum.Font.SourceSans message.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) message.PlaceholderText = ":D" message.Text = "" message.TextColor3 = Color3.fromRGB(0, 0, 0) message.TextSize = 20.000 message.TextWrapped = true message.TextXAlignment = Enum.TextXAlignment.Left message.TextYAlignment = Enum.TextYAlignment.Top send.Name = "send" send.Parent = menu send.BackgroundColor3 = Color3.fromRGB(34, 255, 0) send.BorderColor3 = Color3.fromRGB(0, 0, 0) send.Position = UDim2.new(0.703862667, 0, 0.264925361, 0) send.Size = UDim2.new(0, 126, 0, 38) send.Font = Enum.Font.SourceSans send.Text = "send" send.TextColor3 = Color3.fromRGB(0, 0, 0) send.TextScaled = true send.TextSize = 14.000 send.TextWrapped = true copy.Name = "copy" copy.Parent = menu copy.BackgroundColor3 = Color3.fromRGB(34, 255, 0) copy.BorderColor3 = Color3.fromRGB(0, 0, 0) copy.Position = UDim2.new(0.703862667, 0, 0.473880589, 0) copy.Size = UDim2.new(0, 126, 0, 38) copy.Font = Enum.Font.SourceSans copy.Text = "copy" copy.TextColor3 = Color3.fromRGB(0, 0, 0) copy.TextScaled = true copy.TextSize = 14.000 copy.TextWrapped = true clear.Name = "clear" clear.Parent = menu clear.BackgroundColor3 = Color3.fromRGB(34, 255, 0) clear.BorderColor3 = Color3.fromRGB(0, 0, 0) clear.Position = UDim2.new(0.703862667, 0, 0.675373137, 0) clear.Size = UDim2.new(0, 126, 0, 38) clear.Font = Enum.Font.SourceSans clear.Text = "clear" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextScaled = true clear.TextSize = 14.000 clear.TextWrapped = true cat.Name = "cat" cat.Parent = ScreenGui cat.BackgroundColor3 = Color3.fromRGB(255, 255, 255) cat.BorderColor3 = Color3.fromRGB(0, 0, 0) cat.BorderSizePixel = 0 cat.Position = UDim2.new(0.108024694, 0, 0.161341846, 0) cat.Size = UDim2.new(0, 71, 0, 65) cat.Visible = false cat.Image = "rbxassetid://15965414694" Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0.383487642, 0, 0.30670926, 0) Frame.Size = UDim2.new(0, 298, 0, 310) Frame.Visible = false text_2.Name = "text" text_2.Parent = Frame text_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) text_2.BackgroundTransparency = 1.000 text_2.BorderColor3 = Color3.fromRGB(0, 0, 0) text_2.BorderSizePixel = 0 text_2.Size = UDim2.new(0, 298, 0, 79) text_2.Font = Enum.Font.SourceSans text_2.Text = "made by KillByfron0 aka IceCream Cat :D" text_2.TextColor3 = Color3.fromRGB(255, 255, 255) text_2.TextScaled = true text_2.TextSize = 14.000 text_2.TextWrapped = true text2.Name = "text2" text2.Parent = Frame text2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) text2.BackgroundTransparency = 1.000 text2.BorderColor3 = Color3.fromRGB(0, 0, 0) text2.BorderSizePixel = 0 text2.Position = UDim2.new(0.124161072, 0, 0.838709652, 0) text2.Size = UDim2.new(0, 237, 0, 59) text2.Font = Enum.Font.SourceSans text2.Text = "rip FakeVerified V2 :(" text2.TextColor3 = Color3.fromRGB(255, 255, 255) text2.TextScaled = true text2.TextSize = 14.000 text2.TextWrapped = true ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0.255033553, 0, 0.283870965, 0) ImageLabel.Size = UDim2.new(0, 146, 0, 161) ImageLabel.Image = "rbxassetid://12057687404" -- Scripts: local function ZQQAQF_fake_script() -- x.LocalScript local script = Instance.new('LocalScript', x) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent:Destroy() end) end coroutine.wrap(ZQQAQF_fake_script)() local function XHOJRGS_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Visible = false script.Parent.Parent.Parent.cat.Visible = true end) end coroutine.wrap(XHOJRGS_fake_script)() local function ESOUX_fake_script() -- menu.UIDrag local script = Instance.new('LocalScript', menu) -- Made by ilikelimeclips2/._.kinzin -- Unversal ui drag: local UIS = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local frame = script.Parent local dragging local dragInput local dragStart local startPos local tweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out) local function update(input) local delta = input.Position - dragStart local targetPos = UDim2.new( startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y ) TweenService:Create(frame, tweenInfo, {Position = targetPos}):Play() end frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UIS.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) end coroutine.wrap(ESOUX_fake_script)() local function LMXYOO_fake_script() -- send.LocalScript local script = Instance.new('LocalScript', send) script.Parent.MouseButton1Click:Connect(function() function chat(msg) if game:GetService("TextChatService").ChatVersion == Enum.ChatVersion.TextChatService then game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync(msg) else game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All") end end chat("🫄 " .. script.Parent.Parent.message.Text) end) end coroutine.wrap(LMXYOO_fake_script)() local function BTVHQIV_fake_script() -- copy.LocalScript local script = Instance.new('LocalScript', copy) script.Parent.MouseButton1Click:Connect(function() setclipboard(script.Parent.Parent.message.Text) end) end coroutine.wrap(BTVHQIV_fake_script)() local function XZOPEQX_fake_script() -- clear.LocalScript local script = Instance.new('LocalScript', clear) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.message.Text = "" end) end coroutine.wrap(XZOPEQX_fake_script)() local function UIEU_fake_script() -- cat.UIDrag local script = Instance.new('LocalScript', cat) -- Made by ilikelimeclips2/._.kinzin -- Unversal ui drag: local UIS = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local frame = script.Parent local dragging local dragInput local dragStart local startPos local tweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out) local function update(input) local delta = input.Position - dragStart local targetPos = UDim2.new( startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y ) TweenService:Create(frame, tweenInfo, {Position = targetPos}):Play() end frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UIS.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) end coroutine.wrap(UIEU_fake_script)() local function DNHNB_fake_script() -- cat.LocalScript local script = Instance.new('LocalScript', cat) script.Parent.MouseButton1Click:Connect(function() script.Parent.Visible = false script.Parent.Parent.menu.Visible = true end) end coroutine.wrap(DNHNB_fake_script)() local function ZXFP_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) script.Parent.Visible = true script.Parent.BackgroundTransparency = 1 script.Parent.ImageLabel.ImageTransparency = 1 script.Parent.text.TextTransparency = 1 script.Parent.text2.TextTransparency = 1 for i = 1, 10 do script.Parent.ImageLabel.ImageTransparency -= 0.1 script.Parent.text.TextTransparency -= 0.1 script.Parent.text2.TextTransparency -= 0.1 script.Parent.BackgroundTransparency -= 0.1 wait(0.05) end wait(1) for i = 1, 10 do script.Parent.ImageLabel.ImageTransparency += 0.1 script.Parent.text.TextTransparency += 0.1 script.Parent.text2.TextTransparency += 0.1 script.Parent.BackgroundTransparency += 0.1 wait(0.05) end script.Parent.Parent.menu.Visible = true end coroutine.wrap(ZXFP_fake_script)()