local done = false if getgenv then if setclipboard then setclipboard('getgenv = function() return {_G={}} end') done = true end for i in getgenv() do if tostring(i) ~= 'getgenv' then getgenv()[i]=nil end end getgenv()['getgenv'] = nil print('------------------------------------------------------') print('Succesfully Discarded 99% unc') warn('to restore unc rejoin.') print('') print('put this code at the start to make sunc work:') print('getgenv = function() return {_G={}} end') if done then print('coppied to clipboard') end print('------------------------------------------------------') else print('unc has been already discarded') end