local GameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("Clipflip GUI", "RJTheme6") local supported = {"solara", "codex", "arceus x", "delta", "hydrogen"} local unsupported = {"incognito", "fluxus", "alysse", "alysse android", "evon"} local solara = {"solara"} local Tab = Window:NewTab("Executor Testing") local Tab2 = Window:NewTab("Popular Scripts") local Tab3 = Window:NewTab("Useful Tools") local Tab4 = Window:NewTab("About") local Section = Tab:NewSection("Executor Testing") local Section2 = Tab2:NewSection("Popular Scripts") local Section3 = Tab3:NewSection("Useful Tools") local Section4 = Tab4:NewSection("Made by Clipflip") local Section4a = Tab4:NewSection("Clipflip GUI stable version 1.0.22") if not table.find(supported, string.lower(identifyexecutor())) then if not table.find(unsupported, string.lower(identifyexecutor())) then local Section4e = Tab4:NewSection(identifyexecutor().. "is an unverified executor") local Section4d = Tab4:NewSection("Some features may function correctly") else local Section4e = Tab4:NewSection(identifyexecutor().. " is an unsupported executor") local Section4d = Tab4:NewSection("Some features will function correctly") end else local Section4e = Tab4:NewSection(identifyexecutor().. " is an officially supported executor") end Section:NewButton("UNC Test", "Test your executor's capabilities", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/unified-naming-convention/NamingStandard/main/UNCCheckEnv.lua"))() end) Section:NewButton("Get Executor Level", "Find out your executor's level", function() printidentity() end) Section:NewButton("Get Executor Name", "Find out your executor's name", function() print(identifyexecutor()) end) Section:NewButton("Vulnerability Test", "Test your executor's safety", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fissurectomy/test/main/executor_vuln_test.lua"))() end) Section2:NewButton("Infinite Yield Reborn", "Updated version of Infinite Yield with more features", function() loadstring(game:HttpGet("https://github.com/fuckusfm/infiniteyield-reborn/raw/master/source"))() end) Section2:NewButton("No Logging", "Anti Roblox chat logging script", function() loadstring(game:HttpGet('https://rawscripts.net/raw/Universal-Script-NoLogging-13339'))() end) Section2:NewButton("Nameless Admin", "Simple Admin Commands Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))() end) Section2:NewButton("DEX Explorer", "Edit your game's environment like in ROBLOX Studio", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))() end) Section2:NewButton("API Libary", "API Library", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Tropxzz/Scripts/main/apilibrary.lua",true))() end) Section2:NewButton("System Hub", "Script Hub", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/AHMEDPLPL/System-hub/main/System%20hub%20V2', true))(); end) Section2:NewButton("CLOVR", "Simple VR script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/vr.lua"))() end) Section2:NewButton("Remote Spy", "Detect Remotes that are being fired", function() loadstring(game:HttpGetAsync("https://github.com/richie0866/remote-spy/releases/latest/download/RemoteSpy.lua"))() end) Section2:NewButton("Animation Logger", "Animation Logger", function() loadstring(game:HttpGetAsync("https://rawscripts.net/raw/Universal-Script-Animation-Logger-13175"))() end) Section2:NewButton("Unnamed ESP", "Basic ESP for Roblox games", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua'))() end) Section2:NewButton("Krunox", "Krunox", function() loadstring(game:HttpGet("https://pastebin.com/raw/b2cnJNar"))() end) Section2:NewButton("Reaper Hub", "Reaper Hub", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AyoReaper/Reaper-Hub/main/loader.lua"))() end) Section2:NewButton("Emoji Chat", "Replace text with emojis, for example :skull:", function() loadstring(game:HttpGetAsync'https://raw.githubusercontent.com/Exunys/Emoji-Chat/main/Resources/Main.lua')'' end) Section3:NewButton("Save Instance", "Save the game's map to your computer", function() saveinstance() end) Section3:NewButton("Bypass Adonis", "Bypass the Adonis Anti-Cheat", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/clipflip-exploits/bypass-adonis/main/source"))() end) Section3:NewButton("Fake Private Server", "Create a fake Private Server and teleport to it", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/clipflip-exploits/fake-private-server/main/source"))() end) Section3:NewButton("Add UNC", "Add/Imporve UNC Support", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-MoreUNC-13110"))() end) Section2:NewButton("Thunder Client", "One of the best Arsenal scripts", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderScriptSolutions/ThunderClientForSolara/main/ThunderClientForSolara"))() end) Section2:NewButton("Sirius", "All-in-one hub for exploiters", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SiriusSoftwareLTD/sirius/request/source.lua"))() end) Section3:NewButton("Unlock FPS", "Unlocks your FPS", function() setfpscap(1000) print("FPS Unlocked") end) Section3:NewButton("Copy Game ID", "Copies your game ID to clipboard", function() setclipboard(game.PlaceId) end) if not table.find(supported, string.lower(identifyexecutor())) then if not table.find(unsupported, string.lower(identifyexecutor())) then warn("You are using an unverified executor, we recommend using Solara or Arceus X") print("Clipflip GUI loaded with warnings") else warn("You are using an unsupported executor, we recommend using Solara or Arceus X") print("Clipflip GUI loaded with warnings") end else print("Clipflip GUI loaded succesfully") end