Jump to content

DarkTequila

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by DarkTequila

  1. Lang = {} LangBase = { ' \n 🛡 ELGG By Darktequila V(III) 🛡\n \n Fitur :\n ➣ Encrypt lua file\n ➣ Hide string\n ➣ Blocking full decrypt with unluac\n ', ' \n 🛡 ELGG By Darktequila V(III) 🛡\n \n Fitur :\n ➣ Enskripsi file Lua\n ➣ Menambahkan minimal versi GG\n ➣ Blok full decrypt dengan unluac\n ', '🏷 Select script file:', '🏷 Pilih file script:',--2 '🎟 Select output path:', '🎟 Pilih lokasi output:',--3 'Next', 'Lanjut',--4 'Exit', 'Keluar',--5 'Time to encrypt', 'Waktu enkripsi',--6 } START = gg.choice({ '➣ English', '➣ Indonesia' }, 0, '\n Select Language \n') if START == nil then os.exit() end for x =START,#LangBase,2 do table.insert(Lang,LangBase[x]) end AlertMessage = gg.alert(Lang[1],Lang[4],Lang[5]) if AlertMessage == 1 then end if AlertMessage == 2 then return end
  2. How to save variable gg.choice like revo encryption ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.