Forwarded from AndLua+ بالعربي
online reg-login.alp
976.1 KB
Nothing called private anymore ..
there will be more coming in the future
Enjoy ..
there will be more coming in the future
Enjoy ..
Forwarded from
Date = "20200522"
date = os.date("%Y%m%d")
if date >= Date then
MD提示("MOD MENU EXPIRED","#FF0085FF","#ffffffff","4","10")
AlertDialog.Builder(this)
.setTitle("RIC 2210")
.setCancelable(false)
.setMessage("MOD MENU EXPIRED")
.setPositiveButton("OK",{onClick=function(v)
url = ""
activity.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))
os.exit() end})
.show()
return
end
date = os.date("%Y%m%d")
if date >= Date then
MD提示("MOD MENU EXPIRED","#FF0085FF","#ffffffff","4","10")
AlertDialog.Builder(this)
.setTitle("RIC 2210")
.setCancelable(false)
.setMessage("MOD MENU EXPIRED")
.setPositiveButton("OK",{onClick=function(v)
url = ""
activity.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))
os.exit() end})
.show()
return
end