gg.alert("Froze Encrypt Tool Private Version") local g = {} g.last = gg.getFile() g.info = nil g.config = gg.EXT_CACHE_DIR .. "/" .. gg.getFile():match("[^/]+$") .. "cfg" g.DATA = loadfile(g.config) if g.DATA ~= nil then g.info = g.DATA() g.DATA = nil end if g.info == nil then g.info = {g.last, g.last:gsub("/[^/]+$", "")} end while true do g.info = gg.prompt({ "? Select Script", "? Path", },g.info,{ "file", "path", }) if g.info == nil then return end gg.toast("Wait") gg.sleep(1900) gg.alert("Bende Zaten Dağıtiyim Diodum QOEHDIFB") gg.sleep(1500) gg.alert("Troll By @IAM_Froze\nNQODNQIDBEJ") os.exit() end