-- Gui to Lua -- Version: 3.2 -- next update of c1a55icgui you choose in comments cuz i have no more idea left -- new update of the script is hack chat(using autochat) scriptblox wont show changelog for sum reason so had to make changelog in script -- Instances: local ScreenGui = Instance.new("ScreenGui") local Close = Instance.new("TextButton") local Open = Instance.new("TextButton") local Frame = Instance.new("Frame") local Credits = Instance.new("TextLabel") local button5 = Instance.new("TextButton") local button4 = Instance.new("TextButton") local button3 = Instance.new("TextButton") local button2 = Instance.new("TextButton") local button1 = Instance.new("TextButton") local Name1 = Instance.new("TextLabel") local page1 = Instance.new("TextLabel") local page2 = Instance.new("TextLabel") local button6 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Close.Name = "Close" Close.Parent = ScreenGui Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Close.BorderColor3 = Color3.fromRGB(0, 0, 0) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.142055765, 0, 0.531407058, 0) Close.Size = UDim2.new(0, 52, 0, 50) Close.Font = Enum.Font.SourceSans Close.Text = "X" Close.TextColor3 = Color3.fromRGB(0, 0, 0) Close.TextSize = 14.000 Open.Name = "Open" Open.Parent = ScreenGui Open.BackgroundColor3 = Color3.fromRGB(4, 91, 4) Open.BorderColor3 = Color3.fromRGB(4, 91, 4) Open.BorderSizePixel = 0 Open.Position = UDim2.new(0, 0, 0.531407058, 0) Open.Size = UDim2.new(0, 200, 0, 50) Open.Font = Enum.Font.SourceSans Open.Text = "Open c1a55icgui" Open.TextColor3 = Color3.fromRGB(3, 200, 0) Open.TextSize = 14.000 Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(6, 33, 1) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.259865254, 0, 0.295226127, 0) Frame.Size = UDim2.new(0, 698, 0, 426) Credits.Name = "Credits" Credits.Parent = Frame Credits.BackgroundColor3 = Color3.fromRGB(2, 91, 0) Credits.BorderColor3 = Color3.fromRGB(0, 0, 0) Credits.BorderSizePixel = 0 Credits.Position = UDim2.new(0, 0, 0.882629097, 0) Credits.Size = UDim2.new(0, 698, 0, 50) Credits.Font = Enum.Font.SourceSans Credits.Text = "made by Ivan121213copy (discord server coming soon) all hubs are by other people on scriptblox and pastebin Special thanks to them for those scripts" Credits.TextColor3 = Color3.fromRGB(4, 255, 0) Credits.TextSize = 14.000 Credits.TextStrokeColor3 = Color3.fromRGB(4, 255, 0) button5.Name = "button5" button5.Parent = Frame button5.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button5.BorderColor3 = Color3.fromRGB(0, 0, 0) button5.BorderSizePixel = 0 button5.Position = UDim2.new(0.796561599, 0, 0.21596244, 0) button5.Size = UDim2.new(0, 71, 0, 64) button5.Font = Enum.Font.SourceSans button5.Text = "inf yield" button5.TextColor3 = Color3.fromRGB(4, 255, 0) button5.TextSize = 14.000 button5.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) button4.Name = "button4" button4.Parent = Frame button4.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button4.BorderColor3 = Color3.fromRGB(0, 0, 0) button4.BorderSizePixel = 0 button4.Position = UDim2.new(0.583094537, 0, 0.199530512, 0) button4.Size = UDim2.new(0, 79, 0, 71) button4.Font = Enum.Font.SourceSans button4.Text = "kawaii fling" button4.TextColor3 = Color3.fromRGB(4, 255, 0) button4.TextSize = 14.000 button4.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/KAWAII-FREAKY-FLING/main/kawaii_freaky_fling.lua",true))() end) button3.Name = "button3" button3.Parent = Frame button3.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button3.BorderColor3 = Color3.fromRGB(0, 0, 0) button3.BorderSizePixel = 0 button3.Position = UDim2.new(0.363896847, 0, 0.199530512, 0) button3.Size = UDim2.new(0, 82, 0, 71) button3.Font = Enum.Font.SourceSans button3.Text = "fling all" button3.TextColor3 = Color3.fromRGB(4, 255, 0) button3.TextSize = 14.000 button3.MouseButton1Down:connect(function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Script Executed"; Text = "Fling All"; Duration = 6; }) local Targets = {"All"} -- "All", "Target Name", "arian_was_here" local Players = game:GetService("Players") local Player = Players.LocalPlayer local AllBool = false local GetPlayer = function(Name) Name = Name:lower() if Name == "all" or Name == "others" then AllBool = true return elseif Name == "random" then local GetPlayers = Players:GetPlayers() if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end return GetPlayers[math.random(#GetPlayers)] elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then for _,x in next, Players:GetPlayers() do if x ~= Player then if x.Name:lower():match("^"..Name) then return x; elseif x.DisplayName:lower():match("^"..Name) then return x; end end end else return end end local Message = function(_Title, _Text, Time) game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time}) end local SkidFling = function(TargetPlayer) local Character = Player.Character local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid") local RootPart = Humanoid and Humanoid.RootPart local TCharacter = TargetPlayer.Character local THumanoid local TRootPart local THead local Accessory local Handle if TCharacter:FindFirstChildOfClass("Humanoid") then THumanoid = TCharacter:FindFirstChildOfClass("Humanoid") end if THumanoid and THumanoid.RootPart then TRootPart = THumanoid.RootPart end if TCharacter:FindFirstChild("Head") then THead = TCharacter.Head end if TCharacter:FindFirstChildOfClass("Accessory") then Accessory = TCharacter:FindFirstChildOfClass("Accessory") end if Accessoy and Accessory:FindFirstChild("Handle") then Handle = Accessory.Handle end if Character and Humanoid and RootPart then if RootPart.Velocity.Magnitude < 50 then getgenv().OldPos = RootPart.CFrame end if THumanoid and THumanoid.Sit and not AllBool then return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol end if THead then workspace.CurrentCamera.CameraSubject = THead elseif not THead and Handle then workspace.CurrentCamera.CameraSubject = Handle elseif THumanoid and TRootPart then workspace.CurrentCamera.CameraSubject = THumanoid end if not TCharacter:FindFirstChildWhichIsA("BasePart") then return end local FPos = function(BasePart, Pos, Ang) RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang) RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7) RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8) end local SFBasePart = function(BasePart) local TimeToWait = 2 local Time = tick() local Angle = 0 repeat if RootPart and THumanoid then if BasePart.Velocity.Magnitude < 50 then Angle = Angle + 100 FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) task.wait() FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) task.wait() FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0)) task.wait() else FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0)) task.wait() FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0)) task.wait() end else break end until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait end workspace.FallenPartsDestroyHeight = 0/0 local BV = Instance.new("BodyVelocity") BV.Name = "EpixVel" BV.Parent = RootPart BV.Velocity = Vector3.new(9e8, 9e8, 9e8) BV.MaxForce = Vector3.new(1/0, 1/0, 1/0) Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false) if TRootPart and THead then if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then SFBasePart(THead) else SFBasePart(TRootPart) end elseif TRootPart and not THead then SFBasePart(TRootPart) elseif not TRootPart and THead then SFBasePart(THead) elseif not TRootPart and not THead and Accessory and Handle then SFBasePart(Handle) else return Message("Error Occurred", "Target is missing everything", 5) end BV:Destroy() Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true) workspace.CurrentCamera.CameraSubject = Humanoid repeat RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0) Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0)) Humanoid:ChangeState("GettingUp") table.foreach(Character:GetChildren(), function(_, x) if x:IsA("BasePart") then x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new() end end) task.wait() until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25 workspace.FallenPartsDestroyHeight = getgenv().FPDH else return Message("Error Ocurrido", "El Script A Fallado", 5) end end if not Welcome then Message("By Augus X", "", 6) end getgenv().Welcome = true if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end if AllBool then for _,x in next, Players:GetPlayers() do SkidFling(x) end end for _,x in next, Targets do if GetPlayer(x) and GetPlayer(x) ~= Player then if GetPlayer(x).UserId ~= 2924145477 then local TPlayer = GetPlayer(x) if TPlayer then SkidFling(TPlayer) end else Message("ERROR AL ASER FLING", "", 8) end elseif not GetPlayer(x) and not AllBool then Message("ERROR OCURRIDO", "NO SE LE ISO FLING", 8) end end end) button2.Name = "button2" button2.Parent = Frame button2.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button2.BorderColor3 = Color3.fromRGB(0, 0, 0) button2.BorderSizePixel = 0 button2.Position = UDim2.new(0.1991404, 0, 0.199530512, 0) button2.Size = UDim2.new(0, 83, 0, 71) button2.Font = Enum.Font.SourceSans button2.Text = "fly gui" button2.TextColor3 = Color3.fromRGB(4, 255, 0) button2.TextSize = 14.000 button2.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))() end) button1.Name = "button1" button1.Parent = Frame button1.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button1.BorderColor3 = Color3.fromRGB(0, 0, 0) button1.BorderSizePixel = 0 button1.Position = UDim2.new(0, 0, 0.199530512, 0) button1.Size = UDim2.new(0, 97, 0, 71) button1.Font = Enum.Font.SourceSans button1.Text = "c1a55cguy h4s 4r1v3d! h4h4!" button1.TextColor3 = Color3.fromRGB(4, 255, 0) button1.TextSize = 14.000 button1.Mousebutton1Down:connect(function() -- Создаем функцию для отправки сообщения в чат local function sendChatMessage(player, message) -- Проверяем, есть ли у игрока доступ на отправку сообщения if player and player:FindFirstChild("PlayerGui") then local Chat = require(game:GetService("ReplicatedStorage"):WaitForChild("Chat")) -- Отправляем сообщение Chat:Chat(player.Character.Head, message, Enum.ChatColor.Blue) end end -- Пример использования функции (замените "yourMessage" на ваше сообщение) local Players = game:GetService("Players") local player = Players.LocalPlayer -- замените на подходящим способом, если это серверный скрипт sendChatMessage(player, "Classicguyy has arived. Im pressing F to pay respects for yall.") end) Name1.Name = "Name1" Name1.Parent = Frame Name1.BackgroundColor3 = Color3.fromRGB(4, 91, 4) Name1.BorderColor3 = Color3.fromRGB(0, 0, 0) Name1.BorderSizePixel = 0 Name1.Size = UDim2.new(0, 698, 0, 50) Name1.Font = Enum.Font.SourceSans Name1.Text = " c1a55icgui v1/beta" Name1.TextColor3 = Color3.fromRGB(110, 204, 10) Name1.TextSize = 14.000 page1.Name = "page1" page1.Parent = Frame page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) page1.BackgroundTransparency = 1.000 page1.BorderColor3 = Color3.fromRGB(0, 0, 0) page1.BorderSizePixel = 0 page1.Position = UDim2.new(0, 0, 0.117370889, 0) page1.Size = UDim2.new(0, 698, 0, 35) page1.Font = Enum.Font.SourceSans page1.Text = "---------------------------------------Hubs/guis-------------------------------------------------------------" page1.TextColor3 = Color3.fromRGB(4, 241, 0) page1.TextSize = 14.000 page2.Name = "page2" page2.Parent = Frame page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) page2.BackgroundTransparency = 1.000 page2.BorderColor3 = Color3.fromRGB(0, 0, 0) page2.BorderSizePixel = 0 page2.Position = UDim2.new(0, 0, 0.413145542, 0) page2.Size = UDim2.new(0, 698, 0, 32) page2.Font = Enum.Font.SourceSans page2.Text = "---------------------------------------General-------------------------------------------------------------" page2.TextColor3 = Color3.fromRGB(4, 238, 0) page2.TextSize = 14.000 button6.Name = "button 6" button6.Parent = Frame button6.BackgroundColor3 = Color3.fromRGB(2, 149, 0) button6.BorderColor3 = Color3.fromRGB(0, 0, 0) button6.BorderSizePixel = 0 button6.Position = UDim2.new(0, 0, 0.488262922, 0) button6.Size = UDim2.new(0, 97, 0, 50) button6.Font = Enum.Font.SourceSans button6.Text = "hack chat(W I P)" button6.TextColor3 = Color3.fromRGB(4, 252, 0) button6.TextSize = 14.000 button6.MouseButton1Down:connect(function() local settings = { AutoChat_Time = 0.1, AutoChat_Delay = 1.5, AutoChat = true, } local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest while task.wait(settings.AutoChat_Time) do chatrem:FireServer('THE CHAT HAS BEEN HACKED BY CLASSICGUYY', "All") print("Sent Message") end end) -- Scripts: local function CQPRXR_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) script.Parent.Open.MouseButton1Click:Connect(function() script.Parent.ScrollingFrame.Visible = true script.Parent.Open.Visible = false script.Parent.Close.Visible = true end) script.Parent.Close.MouseButton1Click:Connect(function() script.Parent.ScrollingFrame.Visible = false script.Parent.Open.Visible = true script.Parent.Close.Visible = false end) end coroutine.wrap(CQPRXR_fake_script)()