-- [[ 1. LOAD THE RAYFIELD LIBRARY ]] local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() -- [[ 2. INITIALIZE THE WINDOW ]] local Window = Rayfield:CreateWindow({ Name = "SEARCHER SCRIPTS 😃", LoadingTitle = "SEARCH SOME SCRIPT~", LoadingSubtitle = "Version 0.1 | by @RULEEr87", ConfigurationSaving = { Enabled = true, FolderName = "SearcherScriptsConfig", FileName = "Main" }, Discord = { Enabled = false, Invite = "", RememberJoins = true }, KeySystem = false, }) -- [[ 3. THE "HOW TO USE" TAB ]] local GuideTab = Window:CreateTab("How to use it the script?", "help-circle") local GuideSection = GuideTab:CreateSection("Instructions") GuideTab:CreateParagraph({ Title = "Tutorial Instructions", Content = "Well you need to go to the original game like slap duels or idk but i can show you the video too, scroll down please." }) GuideTab:CreateButton({ Name = "Copy Tutorial Video Link", Interact = "Copy Link", Callback = function() setclipboard("https://youtu.be/Mrbfb7DwSII?si=FYCdP7JEEjrHYSj3") Rayfield:Notify({Title = "Copied!", Content = "Tutorial video link copied.", Duration = 5, Image = "play-circle"}) end, }) GuideTab:CreateButton({ Name = "copy link channel Youtube", Interact = "Copy Link", Callback = function() setclipboard("https://www.youtube.com/@BlazeCatll") Rayfield:Notify({Title = "Copied!", Content = "YouTube channel link copied.", Duration = 5, Image = "link"}) end, }) -- [[ 4. THE "UPDATES" TAB ]] local UpdateTab = Window:CreateTab("Updates", "info") local UpdateSection = UpdateTab:CreateSection("Release Version 0.1") UpdateTab:CreateLabel("• NEW: Restored Nameless Admin & AFEM Emotes") UpdateTab:CreateLabel("• NEW: Added Support/Warning Section") UpdateTab:CreateLabel("• NEW: Added kukgug SCRIPTS") UpdateTab:CreateLabel("• Added Hitbox Expander & ESP") -- [[ 5. THE "EXECUTING SCRIPTS" TAB ]] local ExecTab = Window:CreateTab("Executing Scripts", "file") -- WARNING SECTION local WarningSection = ExecTab:CreateSection("⚠️ WARNING: Game Support") ExecTab:CreateLabel("Some scripts only work in specific games!") ExecTab:CreateLabel("Example: Slap Duels script ONLY works in Slap Duels.") ExecTab:CreateLabel("Universal scripts (Admin/Hitbox) work in most games.") -- SECTION: kukgug SCRIPTS local KukgugSection = ExecTab:CreateSection("kukgug SCRIPTS") local KukgugButton = ExecTab:CreateButton({ Name = "Send Message Admin Script", Interact = "Execute", Callback = function() local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local LocalPlayer = Players.LocalPlayer local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Title = Instance.new("TextLabel") local TextBox = Instance.new("TextBox") local SendBtn = Instance.new("TextButton") local UICorner = Instance.new("UICorner") ScreenGui.Name = "AdminGui_V2" ScreenGui.Parent = LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ResetOnSpawn = false Frame.Name = "MainFrame" Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Frame.Position = UDim2.new(0.5, -150, 0.4, -90) Frame.Size = UDim2.new(0, 300, 0, 180) Frame.Active = true Frame.Draggable = true UICorner.Parent = Frame UICorner.CornerRadius = UDim.new(0, 10) Title.Parent = Frame Title.BackgroundTransparency = 1 Title.Size = UDim2.new(1, 0, 0, 45) Title.Font = Enum.Font.GothamBold Title.Text = "ADMIN BROADCAST" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 18 TextBox.Parent = Frame TextBox.BackgroundColor3 = Color3.fromRGB(45, 45, 45) TextBox.Position = UDim2.new(0.1, 0, 0.3, 0) TextBox.Size = UDim2.new(0.8, 0, 0, 40) TextBox.Font = Enum.Font.SourceSans TextBox.PlaceholderText = "Enter message here..." TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox.TextSize = 16 Instance.new("UICorner", TextBox).CornerRadius = UDim.new(0, 6) SendBtn.Name = "SendButton" SendBtn.Parent = Frame SendBtn.BackgroundColor3 = Color3.fromRGB(0, 180, 100) SendBtn.Position = UDim2.new(0.1, 0, 0.65, 0) SendBtn.Size = UDim2.new(0.8, 0, 0, 40) SendBtn.Font = Enum.Font.GothamBold SendBtn.Text = "SEND MESSAGE" SendBtn.TextColor3 = Color3.fromRGB(255, 255, 255) SendBtn.TextSize = 16 Instance.new("UICorner", SendBtn).CornerRadius = UDim.new(0, 6) local function fireBroadcast() local messageToSend = TextBox.Text if messageToSend ~= "" then local event = ReplicatedStorage:FindFirstChild("AdminMessageEvent") if event then event:FireServer(messageToSend) TextBox.Text = "" else warn("AdminMessageEvent not found!") end end end SendBtn.MouseButton1Click:Connect(fireBroadcast) TextBox.FocusLost:Connect(function(enterPressed) if enterPressed then fireBroadcast() end end) Rayfield:Notify({Title = "Executed", Content = "Broadcast GUI Opened!", Duration = 5, Image = "message-circle"}) end, }) -- SECTION: Hitbox Expander local HitboxSection = ExecTab:CreateSection("Hitbox Expander (Universal)") local HitboxButton = ExecTab:CreateButton({ Name = "Hitbox Expander", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/example-prog/Hitbox-Expander/refs/heads/main/RScripter"))() Rayfield:Notify({Title = "Executed", Content = "Hitbox Expander loaded!", Duration = 5, Image = "maximize"}) end, }) -- SECTION: Admin Tools local AdminSection = ExecTab:CreateSection("Admin (Universal)") local IYButton = ExecTab:CreateButton({ Name = "Infinite Yield", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() Rayfield:Notify({Title = "Executed", Content = "Infinite Yield loaded!", Duration = 5, Image = "shield"}) end, }) local NamelessButton = ExecTab:CreateButton({ Name = "Nameless Admin", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Nameless-admin-111753"))() Rayfield:Notify({Title = "Executed", Content = "Nameless Admin loaded!", Duration = 5, Image = "shield-check"}) end, }) -- SECTION: Emotes UGC/ROBLOX local EmoteSection = ExecTab:CreateSection("Emotes (Universal)") local AFEMButton = ExecTab:CreateButton({ Name = "AFEM Max Emotes", Interact = "Execute", Callback = function() local src = "" pcall(function() src = game:HttpGet("https://yarhm.mhi.im/scr?channel=afemmax", false) end) if src == "" then src = game:HttpGet("https://raw.githubusercontent.com/Joystickplays/AFEM/refs/heads/main/max/afemmax.lua", false) end loadstring(src)() Rayfield:Notify({Title = "Emotes Loaded", Content = "AFEM Max executed.", Duration = 5, Image = "smile"}) end, }) -- SECTION: outcomes memories SCRIPTS local OutcomeSection = ExecTab:CreateSection("outcomes memories (Game Specific)") local OMHubButton = ExecTab:CreateButton({ Name = "OM Hub", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Outcome-Memories-v0.2-Om-Hub-90708"))() end, }) -- SECTION: One Tap Scripts local OneTapSection = ExecTab:CreateSection("One Tap Scripts (Universal)") local OneTapButton = ExecTab:CreateButton({ Name = "Vodka Silent Utility", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/FPS-One-Tap-Vodka-Silent-Utility-Keyless-106476"))() end, }) -- SECTION: Slap Duels SCRIPTS local SlapSection = ExecTab:CreateSection("Slap Duels (Game Specific)") local SlapDuelsButton = ExecTab:CreateButton({ Name = "Slap Duels (Open Source)", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Slap-DUELS-UPDATE-Open-Source-Script-105746"))() end, }) -- SECTION: Mobile Utilities local MobileSection = ExecTab:CreateSection("Mobile Utilities") local ShiftlockButton = ExecTab:CreateButton({ Name = "Shiftlock (Mobile Fix)", Interact = "Execute", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Final-Shiftlock-for-Mobile-2026-116372"))() end, }) -- [[ 6. THE "VISUALS" TAB ]] local VisualsTab = Window:CreateTab("Visuals", "eye") local VisualsSection = VisualsTab:CreateSection("ESP Options") local ESPToggle = VisualsTab:CreateToggle({ Name = "Player ESP (Glow)", CurrentValue = false, Flag = "PlayerESP_Toggle", Callback = function(Value) if Value then for _, player in pairs(game:GetService("Players"):GetPlayers()) do if player ~= game.Players.LocalPlayer and player.Character then local highlight = Instance.new("Highlight", player.Character) highlight.Name = "RayfieldHighlight" highlight.FillColor = Color3.fromRGB(255, 0, 0) end end else for _, player in pairs(game:GetService("Players"):GetPlayers()) do if player.Character and player.Character:FindFirstChild("RayfieldHighlight") then player.Character.RayfieldHighlight:Destroy() end end end end, }) -- [[ 7. FINAL NOTIFICATION ]] Rayfield:Notify({ Title = "SEARCHER SCRIPTS v0.1", Content = "Fully Restored & Ready!", Duration = 5, Image = "check-circle", })