LGL Team
前往频道在 Telegram
Welcome to the channel, here you can find useful open source projects. Feel free to share to other channels/groups with credits Warning ⚠️: All the things done or shared here are for educational purposes only . Join @vpsdeal for best server reals
显示更多6 265
订阅者
-224 小时
-57 天
+2230 天
数据加载中...
吸引订阅者
八月 '26
八月 '26
+2
在0个频道中
七月 '26
+199
在1个频道中
Get PRO
六月 '26
+208
在1个频道中
Get PRO
五月 '26
+186
在0个频道中
Get PRO
四月 '26
+133
在0个频道中
Get PRO
三月 '26
+58
在0个频道中
Get PRO
二月 '26
+90
在0个频道中
Get PRO
一月 '26
+100
在0个频道中
Get PRO
十二月 '25
+80
在1个频道中
Get PRO
十一月 '25
+64
在0个频道中
Get PRO
十月 '25
+89
在1个频道中
Get PRO
九月 '25
+50
在1个频道中
Get PRO
八月 '25
+62
在0个频道中
Get PRO
七月 '25
+63
在0个频道中
Get PRO
六月 '25
+38
在0个频道中
Get PRO
五月 '25
+57
在0个频道中
Get PRO
四月 '25
+46
在0个频道中
Get PRO
三月 '25
+74
在0个频道中
Get PRO
二月 '25
+54
在1个频道中
Get PRO
一月 '25
+96
在1个频道中
Get PRO
十二月 '24
+322
在3个频道中
Get PRO
十一月 '24
+480
在0个频道中
Get PRO
十月 '24
+965
在1个频道中
Get PRO
九月 '24
+457
在10个频道中
Get PRO
八月 '24
+237
在0个频道中
Get PRO
七月 '24
+266
在0个频道中
Get PRO
六月 '24
+689
在0个频道中
Get PRO
五月 '24
+455
在0个频道中
Get PRO
四月 '24
+575
在3个频道中
Get PRO
三月 '24
+751
在0个频道中
Get PRO
二月 '24
+201
在0个频道中
Get PRO
一月 '24
+240
在0个频道中
Get PRO
十二月 '23
+323
在5个频道中
Get PRO
十一月 '23
+210
在0个频道中
Get PRO
十月 '23
+201
在3个频道中
Get PRO
九月 '23
+171
在0个频道中
Get PRO
八月 '23
+332
在0个频道中
Get PRO
七月 '23
+322
在0个频道中
Get PRO
六月 '23
+139
在0个频道中
Get PRO
五月 '23
+121
在0个频道中
Get PRO
四月 '23
+86
在0个频道中
Get PRO
三月 '23
+120
在0个频道中
Get PRO
二月 '23
+84
在0个频道中
Get PRO
一月 '23
+26
在0个频道中
Get PRO
十二月 '22
+38
在0个频道中
Get PRO
十一月 '22
+135
在0个频道中
Get PRO
十月 '22
+209
在0个频道中
Get PRO
九月 '22
+229
在0个频道中
Get PRO
八月 '22
+192
在0个频道中
Get PRO
七月 '22
+307
在0个频道中
Get PRO
六月 '22
+121
在0个频道中
Get PRO
五月 '22
+159
在0个频道中
Get PRO
四月 '22
+99
在0个频道中
Get PRO
三月 '22
+167
在0个频道中
Get PRO
二月 '22
+267
在0个频道中
Get PRO
一月 '22
+201
在0个频道中
Get PRO
十二月 '21
+274
在0个频道中
Get PRO
十一月 '21
+895
在0个频道中
Get PRO
十月 '21
+92
在0个频道中
Get PRO
九月 '21
+37
在0个频道中
Get PRO
八月 '21
+292
在0个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 02 八月 | +1 | |||
| 01 八月 | +1 |
频道帖子
| 2 | 没有文字... | 1 236 |
| 3 | Test file | 2 261 |
| 4 | libimgui-test.so | 14 |
| 5 | Imgui Menu Without any hooks or memory read , Just a lib.so file | 2 208 |
| 6 | /** FNV-1a 64-bit hash. Tests: loops, long arithmetic, String method calls via JNI. */
@NativeImpl(library = "jniwrapper")
public long hashString(String text) {
long hash = -3750763034362895579L;
for (int i = 0; i < text.length(); i++) {
hash = hash ^ (long) text.charAt(i);
hash = hash * 1099511628211L;
}
return hash;
}
// ---------------------------------------------------------------------------
// Source: com.mk.jniwrapper.UserProcessor#hashString
// Mode: TRANSPILED from Java bytecode
// ---------------------------------------------------------------------------
JNIEXPORT jlong JNICALL __attribute__((weak))
Java_com_mk_jniwrapper_UserProcessor_hashString(JNIEnv* env, jobject thiz, jstring p0) {
jvalue _lo[5]; (void)_lo;
jvalue _st[4]; (void)_st;
jthrowable _exc = nullptr; (void)_exc;
static jclass _cls0 = (jclass) env->NewGlobalRef(env->FindClass("java/lang/String"));
static jmethodID _mid0 = env->GetMethodID(_cls0, "length", "()I");
static jmethodID _mid1 = env->GetMethodID(_cls0, "charAt", "(I)C");
if (env->PushLocalFrame(64) != 0) { return (jlong)0; }
_lo[0].l = thiz;
_lo[1].l = p0;
L0:;
_st[0].j = (jlong)-3750763034362895579LL;
_lo[2].j = _st[0].j;
L1:;
_st[0].i = 0;
_lo[4].i = _st[0].i;
L2:;
_st[0].i = _lo[4].i;
_st[1].l = _lo[1].l;
jvalue _args0[1];
_st[1].i = (jint)(env->CallIntMethodA(_st[1].l, _mid0, _args0));
if (env->ExceptionCheck()) {
env->PopLocalFrame(nullptr); return (jlong)0;
}
if (_st[0].i >= _st[1].i) goto L6;
L3:;
_st[0].j = _lo[2].j;
_st[1].l = _lo[1].l;
_st[2].i = _lo[4].i;
jvalue _args1[1];
_args1[0].i = _st[2].i;
_st[1].i = (jint)(env->CallCharMethodA(_st[1].l, _mid1, _args1));
if (env->ExceptionCheck()) {
env->PopLocalFrame(nullptr); return (jlong)0;
}
_st[1].j = (jlong)(_st[1].i);
_st[0].j = (_st[0].j ^ _st[1].j);
_lo[2].j = _st[0].j;
L4:;
_st[0].j = _lo[2].j;
_st[1].j = (jlong)1099511628211LL;
_st[0].j = (_st[0].j * _st[1].j);
_lo[2].j = _st[0].j;
L5:;
_lo[4].i += 1;
goto L2;
L6:;
_st[0].j = _lo[2].j;
env->PopLocalFrame(nullptr); return _st[0].j;
L7:;
} | 2 057 |
| 7 | I 've given this project to AI now with almost 200$ of Budget to spend, Lets see how can it do | 1 550 |
| 8 | 没有文字... | 31 |
| 9 | https://github.com/springmusk026/UnityRenderer.git
⚠️ Project Status: Early Stage
This project is in very early development. It is raw, minimally tested, and will have bugs. It has been tested on a limited number of devices and Unity versions.
If you encounter issues:
This is open source — fix it and submit a PR instead of complaining
Check the issues page first
Provide full logcat output when reporting crashes
Understand that IL2CPP internals vary between Unity versions — what works on one game may not work on another
No guarantees. No support promises. Contributions welcome. | 2 948 |
| 10 | New Project : UnityEngine Renderer based menu template.
With this you won't need to hassle with imgui and custom Renderer, just plug in and it works | 2 769 |
| 11 | https://neuroapi.me/signup?ref=D2KY2P7N
API,MCP for full web actions like scrape,search,map,crawl,+ manymore
(use my link for extra credit for both of us) | 3 295 |
| 12 | https://github.com/springmusk026/Open-Monitor-YT/tree/main
Open Monitor YT is a free, open-source alternative to paid YouTube monitoring tools. It scrapes competitor YouTube channels via Firecrawl, stores a full historical diff of every change, and runs an LLM analysis layer that turns raw data into actionable insights.
100% self-hosted. No cloud dependency. Your data stays on your machine. | 3 178 |
| 13 | 没有文字... | 3 077 |
| 14 | Android 17 is almost here? | 2 773 |
| 15 | https://chatgpt.com/codex/offers | 3 098 |
| 16 | 101'th reason not fo use windows | 2 712 |
| 17 | If you are using VPS from Oracle Free Tier, Backup your data urgently, they're changing policies and reducing limits so either you pay or they'll terminate your VM | 2 772 |
| 18 | hi anyone has a16 working virtual app project ? (open source) | 325 |
| 19 | OpenSource? | 3 506 |
| 20 | FFadv_68.54.0_0605_ID_newffadv3.apk | 3 262 |
