Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 552 Bytes

File metadata and controls

13 lines (11 loc) · 552 Bytes

openUNC (open source UNC)

used for testing exploit capability

tutorial how to run

  1. RECOMMENDED if your exploit supports request function you should use this
loadstring(request({Url="https://raw.githubusercontent.com/loadstring1/openUNC/refs/heads/main/openUNC.lua",Method="GET"}).Body)()
  1. if your exploit is so garbage that it doesn't support basic request and requires game:HttpGet instead then use this
loadstring(game:HttpGet("https://raw.githubusercontent.com/loadstring1/openUNC/refs/heads/main/openUNC.lua"))()