Autofarm Screenshot NFT Simulator

Script Credit :- Tuxus #0001
Features

Autofarm Mute All

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

if game:GetService("CoreGui"):FindFirstChild("ScreenGui") then game:GetService("CoreGui").ScreenGui:Destroy() end local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/ui-backups/main/uwuware-v1.lua"))() local client = game:GetService("Players").LocalPlayer local main = library:CreateWindow("Screenshot NFT Simulator") main:AddToggle({text = "Autofarm", flag = "autofarm", callback = function(state) if state then getgenv().Farming1 = true while Farming1 == true do if Workspace.AI:FindFirstChild("Monkey") then local ohInstance1 = Workspace.AI.Monkey game:GetService("ReplicatedStorage").Kill:InvokeServer(ohInstance1) end wait() end else getgenv().Farming1 = false end end}) main:AddToggle({text = "Mute All", flag = "muteall", callback = function(state) if state then getgenv().Farming1 = true while Farming1 == true do for i, v in pairs(game:GetService("Players"):GetChildren()) do local ohString1 = "/mute " .. v.Name local ohString2 = "All" game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(ohString1, ohString2) end wait(5) end else getgenv().Farming1 = false end end}) main:AddBind({text = "Toggle UI", key = "RightShift", callback = function() library:Close() end}) library:Init()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors