UI you can check min.lua how i have done and you can make your custom ui also with cool colour and view😁
Forwarded from Deleted Account
This media is not supported in your browser
VIEW IN TELEGRAM
Deleted Account
多彩开关.alp
Simple effect changes the color of the switch text when it turned on and off , see the vid ..
斗地主.alp
8.1 MB
A source code for a Chinese playing cards game , I have know idea how to play it ..
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