[[lua]] version=3 name="KokuuFramework" help="" platform="shiki" lua=""" compatible = { sh = "sh", path = ZhaoDiceSDK.storage.path .. "/KokuuFramework" } os.execute("mkdir " .. ZhaoDiceSDK.storage.path) os.execute("mkdir " .. compatible.path) local f = io.open(compatible.path .. "/framework.lua", "r") if not f then f = io.open(compatible.path .. "/framework.lua", "w") f:write(ZhaoDiceSDK.network.httpGet("http://kokuuframework.top/download/framework.lua")) f:close() else f:close() end dofile(compatible.path .. "/framework.lua") """