├── .gitignore ├── Export.lua ├── LICENSE ├── README.md ├── config-firewall.md ├── doc-resources ├── step1.PNG ├── step2.PNG ├── step3.PNG ├── step4.PNG ├── step5.PNG ├── step6.PNG ├── step7.PNG ├── step8.PNG └── step9.PNG └── iUFCExport.lua /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/.gitignore -------------------------------------------------------------------------------- /Export.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/Export.lua -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/README.md -------------------------------------------------------------------------------- /config-firewall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/config-firewall.md -------------------------------------------------------------------------------- /doc-resources/step1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step1.PNG -------------------------------------------------------------------------------- /doc-resources/step2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step2.PNG -------------------------------------------------------------------------------- /doc-resources/step3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step3.PNG -------------------------------------------------------------------------------- /doc-resources/step4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step4.PNG -------------------------------------------------------------------------------- /doc-resources/step5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step5.PNG -------------------------------------------------------------------------------- /doc-resources/step6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step6.PNG -------------------------------------------------------------------------------- /doc-resources/step7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step7.PNG -------------------------------------------------------------------------------- /doc-resources/step8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step8.PNG -------------------------------------------------------------------------------- /doc-resources/step9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/doc-resources/step9.PNG -------------------------------------------------------------------------------- /iUFCExport.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wluc9875/iUFCExport-LuaScript/HEAD/iUFCExport.lua --------------------------------------------------------------------------------