-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local infyield = Instance.new("TextButton") local nameandcredits = Instance.new("TextLabel") local kawaiifling = Instance.new("TextButton") local flygui = Instance.new("TextButton") local nextpage = Instance.new("TextButton") local lastpage = Instance.new("TextButton") local page1 = Instance.new("TextLabel") local flingall = Instance.new("TextButton") local c00lkiddrises = Instance.new("TextButton") local comingsoon = Instance.new("TextLabel") local page2 = Instance.new("TextLabel") local page3 = Instance.new("TextLabel") local punchfling = Instance.new("TextButton") local lastpage2 = Instance.new("TextButton") local comingsoon2 = Instance.new("TextLabel") local page4 = Instance.new("TextLabel") local reachold = Instance.new("TextButton") local xray = Instance.new("TextButton") local comingsoon3 = Instance.new("TextLabel") local lastpage3 = Instance.new("TextButton") local nextpage2 = Instance.new("TextButton") local nextpage3 = Instance.new("TextButton") local nextpage4 = Instance.new("TextButton") local startc00lguinoFEedition = Instance.new("TextButton") local stopc00lguinoFEedition = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(255, 0, 0) Frame.BorderSizePixel = 10 Frame.Position = UDim2.new(0.307988465, 0, 0.25879398, 0) Frame.Size = UDim2.new(0, 578, 0, 384) Frame.Visible = false infyield.Name = "infyield" infyield.Parent = Frame infyield.BackgroundColor3 = Color3.fromRGB(0, 0, 0) infyield.BorderColor3 = Color3.fromRGB(255, 0, 0) infyield.BorderSizePixel = 10 infyield.Position = UDim2.new(0.0484429076, 0, 0.229166672, 0) infyield.Size = UDim2.new(0, 519, 0, 50) infyield.Font = Enum.Font.SourceSans infyield.Text = "inf yield" infyield.TextColor3 = Color3.fromRGB(255, 0, 0) infyield.TextSize = 14.000 infyield.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source')) end) nameandcredits.Name = "nameandcredits" nameandcredits.Parent = Frame nameandcredits.BackgroundColor3 = Color3.fromRGB(0, 0, 0) nameandcredits.BorderColor3 = Color3.fromRGB(255, 0, 0) nameandcredits.BorderSizePixel = 10 nameandcredits.Size = UDim2.new(0, 578, 0, 50) nameandcredits.Font = Enum.Font.SourceSans nameandcredits.Text = "c00lgui (no filteringenabled edition)(credits to people made scripts and 007n7(no forsaken))" nameandcredits.TextColor3 = Color3.fromRGB(255, 0, 0) nameandcredits.TextSize = 14.000 kawaiifling.Name = "kawaiifling" kawaiifling.Parent = Frame kawaiifling.BackgroundColor3 = Color3.fromRGB(0, 0, 0) kawaiifling.BorderColor3 = Color3.fromRGB(255, 0, 0) kawaiifling.BorderSizePixel = 10 kawaiifling.Position = UDim2.new(0.0484429076, 0, 0.434895843, 0) kawaiifling.Size = UDim2.new(0, 519, 0, 50) kawaiifling.Font = Enum.Font.SourceSans kawaiifling.Text = "kawaii fling" kawaiifling.TextColor3 = Color3.fromRGB(255, 0, 0) kawaiifling.TextSize = 14.000 kawaiifling.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/KAWAII-FREAKY-FLING/main/kawaii_freaky_fling.lua",true))() end) flygui.Name = "flygui" flygui.Parent = Frame flygui.BackgroundColor3 = Color3.fromRGB(0, 0, 0) flygui.BorderColor3 = Color3.fromRGB(255, 0, 0) flygui.BorderSizePixel = 10 flygui.Position = UDim2.new(0.0501730107, 0, 0.643229187, 0) flygui.Size = UDim2.new(0, 519, 0, 50) flygui.Font = Enum.Font.SourceSans flygui.Text = "fly gui" flygui.TextColor3 = Color3.fromRGB(255, 0, 0) flygui.TextSize = 14.000 flygui.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))() end) nextpage.Name = "nextpage" nextpage.Parent = Frame nextpage.BackgroundColor3 = Color3.fromRGB(0, 0, 0) nextpage.BorderColor3 = Color3.fromRGB(255, 0, 0) nextpage.BorderSizePixel = 5 nextpage.Position = UDim2.new(0.659169555, 0, 0.830729187, 0) nextpage.Size = UDim2.new(0, 51, 0, 50) nextpage.Font = Enum.Font.SourceSans nextpage.Text = ">" nextpage.TextColor3 = Color3.fromRGB(255, 0, 0) nextpage.TextSize = 40.000 nextpage.MouseButton1Down:connect(function() infyield.Visible = false kawaiifling.Visible = false flygui.Visible = false lastpage.Visible = true page1.Visible = false page2.Visible = true end) lastpage.Name = "lastpage" lastpage.Parent = Frame lastpage.BackgroundColor3 = Color3.fromRGB(0, 0, 0) lastpage.BorderColor3 = Color3.fromRGB(255, 0, 0) lastpage.BorderSizePixel = 5 lastpage.Position = UDim2.new(0.224913493, 0, 0.830729187, 0) lastpage.Size = UDim2.new(0, 51, 0, 50) lastpage.Visible = false lastpage.Font = Enum.Font.SourceSans lastpage.Text = "<" lastpage.TextColor3 = Color3.fromRGB(255, 0, 0) lastpage.TextSize = 40.000 lastpage.MouseButton1Down:connect(function() infyield.Visible = true kawaiifling.Visible = true flygui.Visible = true nextpage.visible = true page1.visible = true page2.visible = false lastpage.Visible = false end) page1.Name = "page1" page1.Parent = Frame page1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) page1.BorderColor3 = Color3.fromRGB(255, 0, 0) page1.BorderSizePixel = 5 page1.Position = UDim2.new(0.313148797, 0, 0.830729187, 0) page1.Size = UDim2.new(0, 200, 0, 50) page1.Font = Enum.Font.SourceSans page1.Text = "page 1(skid scripts)" page1.TextColor3 = Color3.fromRGB(255, 0, 0) page1.TextSize = 14.000 flingall.Name = "flingall" flingall.Parent = Frame flingall.BackgroundColor3 = Color3.fromRGB(0, 0, 0) flingall.BorderColor3 = Color3.fromRGB(255, 0, 0) flingall.BorderSizePixel = 10 flingall.Position = UDim2.new(0.0484429076, 0, 0.229166672, 0) flingall.Size = UDim2.new(0, 519, 0, 50) flingall.Visible = false flingall.Font = Enum.Font.SourceSans flingall.Text = "fling all" flingall.TextColor3 = Color3.fromRGB(255, 0, 0) flingall.TextSize = 14.000 flingall.MouseButton1Down:connect(function() loadstring(game.HttpGet("https://pastebin.com/raw/rvYNTuF8"))() end) c00lkiddrises.Name = "c00lkiddrises" c00lkiddrises.Parent = Frame c00lkiddrises.BackgroundColor3 = Color3.fromRGB(0, 0, 0) c00lkiddrises.BorderColor3 = Color3.fromRGB(255, 0, 0) c00lkiddrises.BorderSizePixel = 10 c00lkiddrises.Position = UDim2.new(0.0501730107, 0, 0.434895843, 0) c00lkiddrises.Size = UDim2.new(0, 519, 0, 50) c00lkiddrises.Visible = false c00lkiddrises.Font = Enum.Font.SourceSans c00lkiddrises.Text = "c00lkidd rises on may 17 2025...(it says it in legacy chat)" c00lkiddrises.TextColor3 = Color3.fromRGB(255, 0, 0) c00lkiddrises.TextSize = 14.000 c00lkiddrises.MouseButton1Down:connect(function() local function sendMessage(text) local TextChatService = game:GetService("TextChatService") if TextChatService.ChatVersion == Enum.ChatVersion.LegacyChatService then game:GetService("ReplicatedStoreage").DefaultChatSystemChatEvents:WaitForChild(SayMessageRequest):FireServer(text,"All") else TextChatService.TextChannels.RBXGeneral:SendAsync(str) end end sendMessage("C00lkidd rises on may 17 2025...") end) comingsoon.Name = "comingsoon" comingsoon.Parent = Frame comingsoon.BackgroundColor3 = Color3.fromRGB(0, 0, 0) comingsoon.BorderColor3 = Color3.fromRGB(255, 0, 0) comingsoon.BorderSizePixel = 10 comingsoon.Position = UDim2.new(0.0484429076, 0, 0.643229187, 0) comingsoon.Size = UDim2.new(0, 519, 0, 50) comingsoon.Visible = false comingsoon.Font = Enum.Font.SourceSans comingsoon.Text = "more coming soon!(u can still access scripts on page 3 and 4)" comingsoon.TextColor3 = Color3.fromRGB(255, 0, 0) comingsoon.TextSize = 14.000 page2.Name = "page2" page2.Parent = Frame page2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) page2.BorderColor3 = Color3.fromRGB(255, 0, 0) page2.BorderSizePixel = 5 page2.Position = UDim2.new(0.313148797, 0, 0.830729187, 0) page2.Size = UDim2.new(0, 200, 0, 50) page2.Visible = false page2.Font = Enum.Font.SourceSans page2.Text = "page 2(non FE)" page2.TextColor3 = Color3.fromRGB(255, 0, 0) page2.TextSize = 14.000 page3.Name = "page3" page3.Parent = Frame page3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) page3.BorderColor3 = Color3.fromRGB(255, 0, 0) page3.BorderSizePixel = 5 page3.Position = UDim2.new(0.313148797, 0, 0.830729187, 0) page3.Size = UDim2.new(0, 200, 0, 50) page3.Visible = false page3.Font = Enum.Font.SourceSans page3.Text = "page 3(utillities)" page3.TextColor3 = Color3.fromRGB(255, 0, 0) page3.TextSize = 14.000 punchfling.Name = "punchfling" punchfling.Parent = Frame punchfling.BackgroundColor3 = Color3.fromRGB(0, 0, 0) punchfling.BorderColor3 = Color3.fromRGB(255, 0, 0) punchfling.BorderSizePixel = 5 punchfling.Position = UDim2.new(0.0501730107, 0, 0.229166672, 0) punchfling.Size = UDim2.new(0, 518, 0, 50) punchfling.Visible = false punchfling.Font = Enum.Font.SourceSans punchfling.Text = "punch fling" punchfling.TextColor3 = Color3.fromRGB(255, 0, 0) punchfling.TextSize = 14.000 punchfling.MouseButton1Down:connect(function() loadstring(game.HttpGet("https://rawscripts.net/raw/Universal-Script-punch-fling-actually-works-unlike-others-25569"))() end) lastpage2.Name = "lastpage2" lastpage2.Parent = Frame lastpage2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) lastpage2.BorderColor3 = Color3.fromRGB(255, 0, 0) lastpage2.BorderSizePixel = 5 lastpage2.Position = UDim2.new(0.224913493, 0, 0.830729187, 0) lastpage2.Size = UDim2.new(0, 51, 0, 50) lastpage2.Visible = false lastpage2.Font = Enum.Font.SourceSans lastpage2.Text = "<" lastpage2.TextColor3 = Color3.fromRGB(255, 0, 0) lastpage2.TextSize = 40.000 lastpage2.MouseButton1Down:connect(function() nextpage2.Visible = false nextpage.Visible = true infyield.Visible = true kawaiifling.Visible = true flygui.Visible = true end) comingsoon2.Name = "comingsoon2" comingsoon2.Parent = Frame comingsoon2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) comingsoon2.BorderColor3 = Color3.fromRGB(255, 0, 0) comingsoon2.BorderSizePixel = 10 comingsoon2.Position = UDim2.new(0.0501730107, 0, 0.434895843, 0) comingsoon2.Size = UDim2.new(0, 518, 0, 50) comingsoon2.Visible = false comingsoon2.Font = Enum.Font.SourceSans comingsoon2.Text = "more utillities coming soon(idk which scripts are to put xd)" comingsoon2.TextColor3 = Color3.fromRGB(255, 0, 0) comingsoon2.TextSize = 14.000 page4.Name = "page4" page4.Parent = Frame page4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) page4.BorderColor3 = Color3.fromRGB(255, 0, 0) page4.BorderSizePixel = 5 page4.Position = UDim2.new(0.313148797, 0, 0.830729187, 0) page4.Size = UDim2.new(0, 200, 0, 50) page4.Visible = false page4.Font = Enum.Font.SourceSans page4.Text = "page 4(combat)" page4.TextColor3 = Color3.fromRGB(255, 0, 0) page4.TextSize = 14.000 reachold.Name = "reach(old)" reachold.Parent = Frame reachold.BackgroundColor3 = Color3.fromRGB(0, 0, 0) reachold.BorderColor3 = Color3.fromRGB(255, 0, 0) reachold.BorderSizePixel = 10 reachold.Position = UDim2.new(0.0363321789, 0, 0.229166672, 0) reachold.Size = UDim2.new(0, 527, 0, 50) reachold.Visible = false reachold.Font = Enum.Font.SourceSans reachold.Text = "reach(old)" reachold.TextColor3 = Color3.fromRGB(255, 0, 0) reachold.TextSize = 14.000 reachold.MouseButton1Down:Connect(function() loadstring(game.HttpGet("https://pastebin.com/raw/6XVafrzD"))() end) xray.Name = "xray" xray.Parent = Frame xray.BackgroundColor3 = Color3.fromRGB(0, 0, 0) xray.BorderColor3 = Color3.fromRGB(255, 0, 0) xray.BorderSizePixel = 10 xray.Position = UDim2.new(0.0484429076, 0, 0.434895843, 0) xray.Size = UDim2.new(0, 519, 0, 50) xray.Visible = false xray.Font = Enum.Font.SourceSans xray.Text = "xray" xray.TextColor3 = Color3.fromRGB(255, 0, 0) xray.TextSize = 14.000 xray.MouseButton1Down:connect(function() loadstring(game.HttpGet("https://rawscripts.net/raw/Universal-Script-X-ray-16411"))() end) comingsoon3.Name = "comingsoon3" comingsoon3.Parent = Frame comingsoon3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) comingsoon3.BorderColor3 = Color3.fromRGB(255, 0, 0) comingsoon3.BorderSizePixel = 10 comingsoon3.Position = UDim2.new(0.0484429076, 0, 0.643229187, 0) comingsoon3.Size = UDim2.new(0, 519, 0, 50) comingsoon3.Font = Enum.Font.SourceSans comingsoon3.Text = "coming soon" comingsoon3.TextColor3 = Color3.fromRGB(255, 21, 0) comingsoon3.TextSize = 14.000 lastpage3.Name = "lastpage3" lastpage3.Parent = Frame lastpage3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) lastpage3.BorderColor3 = Color3.fromRGB(255, 0, 0) lastpage3.BorderSizePixel = 5 lastpage3.Position = UDim2.new(0.224913493, 0, 0.830729187, 0) lastpage3.Size = UDim2.new(0, 51, 0, 50) lastpage3.Visible = false lastpage3.Font = Enum.Font.SourceSans lastpage3.Text = "<" lastpage3.TextColor3 = Color3.fromRGB(255, 0, 0) lastpage3.TextSize = 40.000 lastpage3.MouseButton1Down:connect(function() page4.Visible = false page3.Visible = true punchfling.Visible = true comingsoon3.Visible = true end) nextpage2.Name = "nextpage2" nextpage2.Parent = Frame nextpage2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) nextpage2.BorderColor3 = Color3.fromRGB(255, 0, 0) nextpage2.BorderSizePixel = 5 nextpage2.Position = UDim2.new(0.659169555, 0, 0.830729187, 0) nextpage2.Size = UDim2.new(0, 51, 0, 50) nextpage2.Visible = false nextpage2.Font = Enum.Font.SourceSans nextpage2.Text = ">" nextpage2.TextColor3 = Color3.fromRGB(255, 0, 0) nextpage2.TextSize = 40.000 nextpage2.MouseButton1Down:connect(function() page2.Visible = false page3.Visible = true punchfling.Visible = true end) nextpage3.Name = "nextpage3" nextpage3.Parent = Frame nextpage3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) nextpage3.BorderColor3 = Color3.fromRGB(255, 0, 0) nextpage3.BorderSizePixel = 5 nextpage3.Position = UDim2.new(0.659169555, 0, 0.830729187, 0) nextpage3.Size = UDim2.new(0, 51, 0, 50) nextpage3.Visible = false nextpage3.Font = Enum.Font.SourceSans nextpage3.Text = ">" nextpage3.TextColor3 = Color3.fromRGB(255, 0, 0) nextpage3.TextSize = 40.000 nextpage3.MouseButton1Down:connect(function() page3.Visible = false page4.Visible = true xray.Visible = true reachold.Visible = true comingsoon3.Visible = true end) startc00lguinoFEedition.Name = "startc00lguinoFEedition" startc00lguinoFEedition.Parent = ScreenGui startc00lguinoFEedition.BackgroundColor3 = Color3.fromRGB(0, 0, 0) startc00lguinoFEedition.BorderColor3 = Color3.fromRGB(255, 0, 0) startc00lguinoFEedition.BorderSizePixel = 10 startc00lguinoFEedition.Position = UDim2.new(0, 0, 0.576051772, 0) startc00lguinoFEedition.Size = UDim2.new(0, 200, 0, 50) startc00lguinoFEedition.Font = Enum.Font.SourceSans startc00lguinoFEedition.Text = "start c00lgui no FE edition" startc00lguinoFEedition.TextColor3 = Color3.fromRGB(255, 0, 0) startc00lguinoFEedition.TextSize = 14.000 stopc00lguinoFEedition.Name = "stopc00lguinoFEedition" stopc00lguinoFEedition.Parent = ScreenGui stopc00lguinoFEedition.BackgroundColor3 = Color3.fromRGB(0, 0, 0) stopc00lguinoFEedition.BorderColor3 = Color3.fromRGB(255, 0, 0) stopc00lguinoFEedition.BorderSizePixel = 10 stopc00lguinoFEedition.Position = UDim2.new(0, 0, 0.576051772, 0) stopc00lguinoFEedition.Size = UDim2.new(0, 200, 0, 50) stopc00lguinoFEedition.Visible = false stopc00lguinoFEedition.Font = Enum.Font.SourceSans stopc00lguinoFEedition.Text = "stop c00lgui no fe edition" stopc00lguinoFEedition.TextColor3 = Color3.fromRGB(255, 0, 0) stopc00lguinoFEedition.TextSize = 14.000 -- Scripts: local function BVHCQFH_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) script.Parent.Frame.Visible = false script.Parent.startc00lguinoFEedition.MouseButton1Down:connect(function() script.Parent.Frame.Visible = true script.Parent.stopc00lguinoFEedition.Visible = true script.Parent.startc00lguinoFEedition.Visible = false end) script.Parent.stopc00lguinoFEedition.MouseButton1Down:connect(function() script.Parent.Frame.Visible = false script.Parent.stopc00lguinoFEedition.Visible = false script.Parent.startc00lguinoFEedition.Visible = true end) end coroutine.wrap(BVHCQFH_fake_script)()