✈︎ I ᴀᴍX Pʀᴏ
Open in Telegram
Wᴇʟᴄᴏᴍᴇ ᴛᴏ X- Pʀᴏ Owner @IamXModder Here i won't spam useless stuff Stuff only for devs/Modders
Show moreThe country is not specifiedTechnologies & Applications87 654
453
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
453
Farlight Esp + Injector Source full ready but here no one is giving credit everyone sharing without credit waste of time mf people
453
Repost from LGL Team
❇️ EmuSoInjectX❇️
EmuSoInjectX is a tool designed for emulators that allows easy injection of libraries using root access.
------------------------------------
✅ 𝟭𝟬𝟬% Free
------------------------------------
➿Credits➿
💐 Here
-------------------------------------
⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
453
Repost from LGL Team
AIDE 3.2.190514 - LiteMod v26
Updated 02/14/2023
LiteMod works similar to AIDE CMODS but it is better and supports SDK 33. It will not conflict with AIDE CMODS, you can have both AIDE installed.
Features:
✔️Custom save path for maven dependencies
✔️DX, DEX v29.0.2
✔️ApkSigner SHA-256
✔️🛡Resource encryption
✔️Disable ADRT debugging in settings
✔️Added new templates
✔️Autocomplete logins and passwords(by _Maximoff_ )
✔️Re theme factor(by Mr Ikso )
✔️Premium
✔️aapt binary 29
✔️aapt-obf binary 29(mod)
✔️android.jar 33
✔️Russian interface
✔️Chinese interface
✔️Web unlocked
✔️🛡ProGuard 6.0.3
✔️Lessons cut
✔️Examples cut code
✔️Changed templates
✔️arm64 , x86, armeabi-v7a, x86_64
Build mips, mips64 and armeabi is not supported since ndk-r17
✔️Disabled auto-rotation
To install the NDK, enter the full path to the archive in the AIDE settings > Build & Run > Manage native code support
- ndk_arm64.tar.gz: bit.ly/44vC63W
- ndk_arm.tar.gz: bit.ly/3XHicAW
Credits:
Timscriptov
453
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/user.h>
#include <sys/reg.h>
#include <sys/syscall.h>
#include <dlfcn.h>
void Inject() {
pid_t child;
long orig_eax, eax;
int status;
struct user_regs_struct regs;
child = fork();
if (child == 0) {
ptrace(PTRACE_TRACEME, 0, NULL, NULL);
kill(getpid(), SIGSTOP);
const char* libraryPath = "/data/data/com.loader/files/libInGui.so";
void* handle = dlopen(libraryPath, RTLD_LAZY);
if (handle == NULL) {
perror("dlopen");
exit(1);
}
ptrace(PTRACE_DETACH, 0, NULL, NULL);
exit(0);
} else {
waitpid(child, &status, WSTOPPED);
ptrace(PTRACE_GETREGS, child, NULL, ®s);
orig_eax = ptrace(PTRACE_PEEKUSER, child, 4 * ORIG_EAX, NULL);
ptrace(PTRACE_POKEUSER, child, 4 * ORIG_EAX, SYS_mmap2);
ptrace(PTRACE_DETACH, child, NULL, NULL);
waitpid(child, &status, 0);
}
}
// 🙂453
PubgM Lite 0.24 32 Bit Esp Offsets
uintptr_t GWorld =
0x4c67850
uintptr_t GName = 0x4F9307C+0x1B4+0x240
uintptr_t VWorld = 0x5024a5c
uintptr_t VMatrix = 0x50291a8
uintptr_t GObject = 0x4f71100
uintptr_t GEngine = 0x4c677e8
uintptr_t GNative = 0x4c5ed64
Find and Publish by @IamXPro
Must share with credit
Join @IamXPro453
PubgM Lite 0.24 64 Bit Esp Offsets
uintptr_t VWorld =
0x700f178
uintptr_t VMatrix = 0x70153c0
uintptr_t GObject = 0x6f2c3f0
uintptr_t GEngine = 0x7032248
uintptr_t GNative = 0x6fc1028453
Repost from Memories 😟
Pubg Lite Desi Esp external source 0.23.xx
DEVELOPRS ONLY
For Aimbot Structure Copy And Add In Your Esp
