fa
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

نمایش بیشتر
کشور مشخص نشده استفناوری و برنامه‌ها87 654
453
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز

در حال بارگیری داده...

کانال‌های مشابه
هیچ داده‌ای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسب‌ها
هیچ داده‌ای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
سپتامبر '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