ru
Feedback
✈︎ I ᴀᴍX Pʀᴏ

✈︎ I ᴀᴍX Pʀᴏ

Открыть в Telegram

Wᴇʟᴄᴏᴍᴇ ᴛᴏ X- Pʀᴏ Owner @IamXModder Here i won't spam useless stuff Stuff only for devs/Modders

Больше
453
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 дней

Загрузка данных...

Похожие каналы
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Облако тегов
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
сент. '23
сентябрь '23
+6
в 0 каналах
август '23
+8
в 0 каналах
Get PRO
июль '23
+14
в 0 каналах
Get PRO
июнь '23
+1
в 0 каналах
Get PRO
май '23
+3
в 0 каналах
Get PRO
апрель '23
+8
в 0 каналах
Get PRO
март '23
+6
в 0 каналах
Get PRO
февраль '23
+14
в 0 каналах
Get PRO
январь '23
+38
в 0 каналах
Get PRO
декабрь '22
+74
в 0 каналах
Get PRO
ноябрь '22
+17
в 0 каналах
Get PRO
октябрь '22
+43
в 0 каналах
Get PRO
сентябрь '220
в 0 каналах
Get PRO
август '220
в 0 каналах
Get PRO
июль '22
+2
в 0 каналах
Get PRO
июнь '22
+597
в 0 каналах
Get PRO
май '22
+702
в 0 каналах
Get PRO
апрель '22
+234
в 0 каналах
Дата
Привлечение подписчиков
Упоминания
Каналы
23 сентября0
22 сентября+1
21 сентября0
20 сентября+1
19 сентября0
18 сентября0
17 сентября+2
16 сентября0
15 сентября0
14 сентября0
13 сентября+1
12 сентября0
11 сентября0
10 сентября0
09 сентября0
08 сентября0
07 сентября0
06 сентября0
05 сентября0
04 сентября0
03 сентября+1
02 сентября0
01 сентября0
Посты канала
Farlight Esp + Injector Source full ready but here no one is giving credit everyone sharing without credit waste of time mf people

2
Farlight84 SDK IOS.zip
312
3
For Android
311
4
For Android
308
5
Farlight Internal SDK Source Join @IamXPro
196
6
Нет текста...
200
7
+3
❇️ 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 )
121
8
Lite x64 Canvas Src Leak with 360° BT & Aim ?
89
9
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
108
10
https://github.com/bytedance/bhook
97
11
#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, &regs); 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); } } // 🙂
1
12
main.17320.com.pubg.imobile.obb
134
13
Bgmi 2.5 x32 @IamXPro.apk
109
14
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 @IamXPro
1 530
15
sticker.webp
24
16
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 = 0x6fc1028
1 159
17
64 Bit ESP Offsets Coming Soon
415
18
Lite 0.24.0 64 Bit SDK Dumped Using My ImGui Dumper 😎 @IamXPro
1 420
19
Pubg Lite Desi Esp external source 0.23.xx DEVELOPRS ONLY For Aimbot Structure Copy And Add In Your Esp
197
20
😂
😂
188