𝐂𝐑𝐎𝐖𝐍 ANTIBAN
الذهاب إلى القناة على Telegram
ONLY FOR BGMI. ANTI - BAN MOD MENU , LOADER , INJECTOR JOIN @TheSupportPing FOR DISCUSSION
إظهار المزيد1 425
المشتركون
+1424 ساعات
+67 أيام
-3930 أيام
جاري تحميل البيانات...
القنوات المماثلة
سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
سبتمبر '26
سبتمبر '26
+17
في 1 قنوات
أغسطس '26
+4
في 0 قنوات
Get PRO
يوليو '26
+7
في 6 قنوات
Get PRO
يونيو '26
+14
في 6 قنوات
Get PRO
مايو '260
في 4 قنوات
Get PRO
أبريل '260
في 3 قنوات
Get PRO
مارس '260
في 5 قنوات
Get PRO
فبراير '260
في 2 قنوات
Get PRO
يناير '260
في 0 قنوات
Get PRO
ديسمبر '250
في 0 قنوات
Get PRO
نوفمبر '250
في 0 قنوات
Get PRO
أكتوبر '250
في 0 قنوات
Get PRO
سبتمبر '25
+1
في 0 قنوات
Get PRO
أغسطس '250
في 0 قنوات
Get PRO
يوليو '250
في 0 قنوات
Get PRO
يونيو '25
+3
في 2 قنوات
Get PRO
مايو '25
+1
في 4 قنوات
Get PRO
أبريل '250
في 4 قنوات
Get PRO
مارس '25
+1
في 4 قنوات
Get PRO
فبراير '25
+1
في 6 قنوات
Get PRO
يناير '250
في 6 قنوات
Get PRO
ديسمبر '240
في 0 قنوات
Get PRO
نوفمبر '24
+1
في 0 قنوات
Get PRO
أكتوبر '240
في 0 قنوات
Get PRO
سبتمبر '24
+4
في 0 قنوات
Get PRO
أغسطس '24
+4
في 4 قنوات
Get PRO
يوليو '24
+5
في 5 قنوات
Get PRO
يونيو '24
+3
في 5 قنوات
Get PRO
مايو '24
+130
في 9 قنوات
Get PRO
أبريل '24
+162
في 7 قنوات
Get PRO
مارس '24
+83
في 6 قنوات
Get PRO
فبراير '24
+70
في 7 قنوات
Get PRO
يناير '24
+263
في 12 قنوات
Get PRO
ديسمبر '23
+319
في 15 قنوات
Get PRO
نوفمبر '23
+404
في 15 قنوات
Get PRO
أكتوبر '23
+548
في 9 قنوات
Get PRO
سبتمبر '23
+284
في 0 قنوات
Get PRO
أغسطس '23
+289
في 0 قنوات
Get PRO
يوليو '23
+556
في 0 قنوات
Get PRO
يونيو '23
+445
في 0 قنوات
Get PRO
مايو '23
+809
في 0 قنوات
Get PRO
أبريل '23
+811
في 0 قنوات
Get PRO
مارس '23
+736
في 0 قنوات
Get PRO
فبراير '23
+723
في 0 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 17 سبتمبر | +1 | |||
| 16 سبتمبر | +14 | |||
| 15 سبتمبر | 0 | |||
| 14 سبتمبر | 0 | |||
| 13 سبتمبر | 0 | |||
| 12 سبتمبر | 0 | |||
| 11 سبتمبر | +1 | |||
| 10 سبتمبر | 0 | |||
| 09 سبتمبر | 0 | |||
| 08 سبتمبر | 0 | |||
| 07 سبتمبر | 0 | |||
| 06 سبتمبر | 0 | |||
| 05 سبتمبر | 0 | |||
| 04 سبتمبر | +1 | |||
| 03 سبتمبر | 0 | |||
| 02 سبتمبر | 0 | |||
| 01 سبتمبر | 0 |
منشورات القناة
#define DWOZ(ret, func, args...) \
ret (*o##func)(args); \
ret func(args)
DWOZ(__int64, sub_18362C, (char* Source, int a2))
{
if (Source && a2 > 0)
{
char* Original = Source;
auto Transform = [](uintptr_t base, uintptr_t shadow, size_t limit, char* addr) -> char*
{
if (!base || !shadow || !limit || !addr)
return addr;
uintptr_t a = reinterpret_cast<uintptr_t>(addr);
if (a < base || a >= base + limit)
return addr;
return reinterpret_cast<char*>(shadow + (a - base));
};
Source = Transform(libanogsBase, libanogsAlloc, libanogsSize, Source);
Source = Transform(libanortBase, libanortAlloc, libanortSize, Source);
Source = Transform(libUE4Base, libUE4Alloc, libUE4Size, Source);
if (Source != Original)
{
uintptr_t ret = reinterpret_cast<uintptr_t>(__builtin_return_address(0));
auto Thiz = GetRVA(ret);
auto From = GetRVA(reinterpret_cast<uintptr_t>(Original));
LOGI(oxorany("%s : %s+%p Size: %d Point to: %s+%p"), __func__, Thiz.first.c_str(), (size_t)Thiz.second, a2, From.first.c_str(), (size_t)From.second);
}
}
return osub_18362C(Source, a2);
}
HOOK_LIB("libanort.so", "0x18362C", hsub_18362C, osub_18362C); // Crash Fix update
update hook By @ByDwoz| 2 | Updated bgmi
GNames = 0xe833d20;
GWorld = 0xedc91c0; | 102 |
| 3 | 'ps_Global_TargetFunc = 0x6DF37FC;
ps_Global_Patch1 = 0x6DF31E0;
uint32_t sori[11] = {0xD10743FF, 0xFD00B3EA, 0x6D1723E9, 0xA9187BFD, 0xA91967FC, 0xA91A5FF8, 0xA91B57F6, 0xA91C4FF4, 0x910603FD, 0xAA0003F3, 0xF9416800};
uint32_t bori[2] = {0xBD002BE2, 0x97D73995}; '
Update bgmi bullet track | 106 |
| 4 | Vng sign kill apk available without 211 error dm to buy @renderbhauofficial | 7 |
| 5 | libanogs.so 0x4B3548 -698416192
Pubg 4.6 Solution After 5 Minute Crash
Share by @renderbhauofficial
Join @renderbhau | 62 |
| 6 | #define Gname_Offset 0xF08F820
#define World_Offset 0xF621EF8
#define VMatrix_Offset 0xF5FBFF0
#define Vworld_Offset 0xF363570
#define GNames_Offset 0x8BE1BFC
#define GUObject_Offset 0xF360880
#define GEngine_Offset 0xF621D90
#define Engine_Offset 0xF5FBFF0
#define Engine_Offset_CB 0x56CFF0
#define GetActorArray_Offset 0xA98C458
#define GNativeAndroidApp_Offset 0xF08F3A8
#define ProcessEvent_Offset 0xA4D26AC
#define ProcessEvent_Child_Offset 0x8E5753C
#define Actors_Offset 0xA0
#define PostRer_Offset 0xA895CE4
#define KillMessage_Offset 0x6056B54
#define LaunchBP_Offsets 0x76D3594
#define K2_DrawLine_Offset 0xAE91B38
#define K2_DrawText_Offset 0xAE91DC8
#define K2_DrawTexture_Offset 0xAE91BBC
#define LineOfSightTo_Offset 0xA78F734
#define UpdateVolleyShootParameters_Offset 0x704C438
#define ShootBulletInner_Offset 0x6FF841C
Dump by @crownantiban | 86 |
| 7 | PUBGMOBILE_Global_4.6.0_uawebsite_livik01_MadTamizha.apk | 81 |
| 8 | +1 PUBG 4.6 VNG 32 BIT @PubgApkObb.apks | 81 |
| 9 | 4.6 PUBGM
GetAndroidSOVersion - 0x7D35F68 | 81 |
| 10 | PATCH_LIB("libUE4.so","0x71D5E1C","C0 03 5F D6");//EditorTriggerCoronaLabVerify
PATCH_LIB("libUE4.so","0x8213BA0","C0 03 5F D6");// RPC_ClientCoronaLab | 84 |
| 11 | 先停止一切宣传屏幕坏了需要几天处理 | 63 |
| 12 | 购买链接
https://new.818fka.com/shop/虚无店铺 | 63 |
| 13 | 反馈发给
@QDDZR | 63 |
| 14 | key:YURI-24H-tZ5hgJK18O | 1 |
| 15 | 楪祈内核
绘制模型 绘制物资
绘制人物 绘制齐全
独家雷达房间共享
模型漏打 掩体判断
触摸自瞄/陀螺仪自瞄
独家解密算法:硬件子弹追踪
简洁流畅ui 音量控制
漏手模式-主播模式
内测期间 己连打至战神
适配版本: pubg
适配渠道:四服通用
官方频道: https://t.me/DZZNB66 | 64 |
| 16 | 购买链接
https://new.818fka.com/shop/虚无店铺 | 1 |
| 17 | 😭 | 1 |
| 18 | 先停止一切宣传屏幕坏了需要几天处理 | 1 |
| 19 | 购买链接
https://new.818fka.com/shop/虚无店铺 | 1 |
| 20 | 反馈发给
@QDDZR | 1 |
