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
ANDLUA+ SHARE PROJECT
Video
Check this out , I'm quitting PUBG and joining Airplane War community 😂👍.
ALua手册_0.9.apk
1.1 MB
The solution to all your problems related to andlua , this app contains all manual related to andlua..
Manual English Translation.zip
66.8 KB
For those who don't know how to translate and see , here are the files that are inside the manual translated to English...password- @andluapublic
Report this copy paster channel @AndLuaOfficilas and the owner @AndLua_Developer..
levle3itemAnteena.cpp
2 KB
godView.cpp
596 B
107930413_52251.jpg
137.5 KB
Many people getting confused with this pid print statement .This is because people are using print command with Xmemory statement.See the following examples , if you are getting this print it means you are using the first example , so don't use that , use the second example👇👇
First Example , if you use this method you will get pid print also👇👇

内存修改={
目标程序 = "com.garena.game.codm",
内存范围 = "3",
搜索数组 = {{4,4},{3,4,4},{0.30000001192,8,4},{0,12,4}},
修改数组 = {{100,0,4,0,0,0}}
}
print(搜索写入(内存修改))
print("Light Active")
end
-----------------------------------

Second Example , use the following method you will not get any pid print 👇👇
内存修改={
目标程序 = "com.garena.game.codm",
内存范围 = "3",
搜索数组 = {{4,4},{3,4,4},{0.30000001192,8,4},{0,12,4}},
修改数组 = {{100,0,4,0,0,0}}
}
搜索写入(内存修改) --- Don't use print command with this Xmemory statement, this is for search and edit inside the process

print("Light Active")
end
ANDLUA+ SHARE PROJECT
绘制交流群877818566.alp
This an ESP project , it needs fixing and needs some files like..
1- memory tools
2- coordination
3- draw box or memory perspective
So its a learning project for those who wanna see how its made and wanna learn how to make it.
AndLua+ بالعربي
Video
This vid show how to try cpp codes before using them in ur injectors.
Forwarded from AndLua+ بالعربي
قالب انجكتور :-
andlua
Root
This is a really interesting source code , got a lot functions which will give you a lot of ideas , its a Chinese ESP works on only the Chinese version ,
enjoy