MIC UP

1

for i,v in pairs(workspace:GetDescendants()) do
   if v:IsA('ClickDetector') and not v.Parent.Name:match('Purchase') then
       spawn(function()
           for i=1, 20 do
               fireclickdetector(v)
               task.wait(.01)
           end
       end)
   end
end

2

loadstring(game:HttpGet("https://raw.githubusercontent.com/NocturneMoDz/MIC-UP/main/SCRIPT", true))()

Join Partner Discord Server