NIKA SOURCE MODS
前往频道在 Telegram
《死神》ŇΐКά《死神》 Architect of Code | Developer | Reverse Engineer 🔬 Reverse Engineering & Android 💻 C/C++ | Programming 🛠️ Projects & Experiments 📚 Educational Content 🚀 Welcome to ŇΐКά.
显示更多3 635
订阅者
+524 小时
+577 天
+13930 天
数据加载中...
吸引订阅者
九月 '26
九月 '26
+116
在9个频道中
八月 '26
+219
在4个频道中
Get PRO
七月 '26
+343
在13个频道中
Get PRO
六月 '26
+447
在18个频道中
Get PRO
五月 '26
+2 162
在21个频道中
Get PRO
四月 '26
+2 944
在15个频道中
Get PRO
三月 '26
+223
在6个频道中
Get PRO
二月 '26
+2 245
在5个频道中
Get PRO
一月 '260
在5个频道中
Get PRO
十二月 '250
在3个频道中
Get PRO
十一月 '250
在0个频道中
Get PRO
十月 '250
在0个频道中
Get PRO
九月 '250
在0个频道中
Get PRO
八月 '25
+74
在3个频道中
Get PRO
七月 '25
+244
在3个频道中
Get PRO
六月 '25
+1 048
在6个频道中
Get PRO
五月 '250
在4个频道中
Get PRO
四月 '250
在2个频道中
Get PRO
三月 '250
在9个频道中
Get PRO
二月 '250
在6个频道中
Get PRO
一月 '250
在11个频道中
Get PRO
十二月 '240
在3个频道中
Get PRO
十一月 '240
在11个频道中
Get PRO
十月 '24
+39
在10个频道中
Get PRO
九月 '24
+478
在8个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 18 九月 | +1 | |||
| 17 九月 | +6 | |||
| 16 九月 | +5 | |||
| 15 九月 | +16 | |||
| 14 九月 | +10 | |||
| 13 九月 | +12 | |||
| 12 九月 | +9 | |||
| 11 九月 | +9 | |||
| 10 九月 | +4 | |||
| 09 九月 | +11 | |||
| 08 九月 | +7 | |||
| 07 九月 | +3 | |||
| 06 九月 | +4 | |||
| 05 九月 | +4 | |||
| 04 九月 | +8 | |||
| 03 九月 | 0 | |||
| 02 九月 | +3 | |||
| 01 九月 | +4 |
频道帖子
Repost from 柒柒-c++直装资源分享
+2
教程视频已经上传柒柒社区😃😀😃
柒柒社区于今天18日的上线⚡
直装教程和源码分享
😙主要发布🌟
直装源码 和技术分享 和教学视频 ✔️
有稳定的聊天室 遇到问题可去聊天室找人解答
每日签到可获取积分👑 积分可兑换源码和SVIP
可注册子代理 💎
子代理特权:
可自己上传源码和资源 并且支持链接分享给自己的朋友
有自己的后台 可查看下载次数和访问人数✅
🪢👝🧣🥽🧣🩴👖🧦👝
柒柒社区官方 rr.wknb.top 🫠
永久官方链接认证 rr.wknb.top 😃😃👍
作者 @XLBN666 🤣
| 2 | Bro, I need have a 32-bit mod APK for the Japanese and Korean versions? | 302 |
| 3 | 为什么我退圈了?那么多分享源码的回来作
有人说白哥白哥想你了
也有人说快点回来吧
也有人说白小纯白小纯
我们想你了 | 67 |
| 4 | ok don't dm me 👍 | 120 |
| 5 | I need a 32-bit SDK. | 122 |
| 6 | 今天是什么日子呢 好难猜呀! | 385 |
| 7 | . | 455 |
| 8 | #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 | 633 |
| 9 | 这资本的力量吗 | 641 |
| 10 | bgmi | 659 |
| 11 | #define Gname_Offset 0xE8343D0
#define World_Offset 0xEDC6378
#define VMatrix_Offset 0xEDA0470
#define Vworld_Offset 0xEAFD890
#define GNames_Offset 0x89750B0
#define GUObject_Offset 0xEB04D00
#define GEngine_Offset 0xEDC6210 //世界头
#define GEngine_Offset 0xEDA0470 //自CD头
#define Engine_Offset_CB 0x56C470 //自身CB头
#define GetActorArray_Offset 0xA71EA80
#define GNativeAndroidApp_Offset 0xE8338A8
#define ProcessEvent_Offset 0xA264CD4 //Main
#define ProcessEvent_Offset 0x8BE9D08 //Child
#define Actors_Offset 0xA0
#define PostRer_Offset 0xA62830C
#define KillMessage_Offset 0x5E0AF24
#define LaunchBP_Offsets 0x7486918
#define K2_DrawLine_Offset 0xAC24160
#define K2_DrawText_Offset 0xAC243F0
#define K2_DrawTextrue_Offset 0xAC241E4
#define LineOfSightTo_Offset 0xA521D5C
#define UpdateVolleyShootParameters_Offset 0x6DFF664
#define ShootBulletInner_Offset 0x6DAB6CC //Shoot
eglSwapBuffers 实地址: 0xCC8F5E0 虚地址: 0xE652E20 | 632 |
| 12 | sticker.webp | 515 |
| 13 | 🧐🤔 | 554 |
| 14 | 解封了我要去再打一把 | 519 |
| 15 | 我就是一个小白 什么都不会 | 518 |
| 16 | 吹牛不打草稿 | 505 |
| 17 | sticker.webp | 525 |
| 18 | 我要拜师 | 500 |
| 19 | 我是小白 | 517 |
| 20 | 哈哈哈 | 575 |
