ANDLUA+ SHARE PROJECT
2.94K subscribers
195 photos
112 videos
376 files
47 links
SHARE FREE .ALP OR PROJECT AND ANYTHING

GROUPS

@andluapublic
Download Telegram
min.lua
11.6 KB
Forwarded from Deleted Account
多彩开关.alp
1.9 MB
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 ..
Exicute Sh [ShellScript] though andlua
AndoLua source code ,

Enjoy ..
Nothing called private anymore ..
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