LGL Team
Open in 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
Show more6 267
Subscribers
-424 hours
-77 days
+3930 days
Data loading in progress...
Similar Channels
Tags Cloud
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
August '26
August '260
in 0 channels
July '26
+199
in 1 channels
Get PRO
June '26
+208
in 1 channels
Get PRO
May '26
+186
in 0 channels
Get PRO
April '26
+133
in 0 channels
Get PRO
March '26
+58
in 0 channels
Get PRO
February '26
+90
in 0 channels
Get PRO
January '26
+100
in 0 channels
Get PRO
December '25
+80
in 1 channels
Get PRO
November '25
+64
in 0 channels
Get PRO
October '25
+89
in 1 channels
Get PRO
September '25
+50
in 1 channels
Get PRO
August '25
+62
in 0 channels
Get PRO
July '25
+63
in 0 channels
Get PRO
June '25
+38
in 0 channels
Get PRO
May '25
+57
in 0 channels
Get PRO
April '25
+46
in 0 channels
Get PRO
March '25
+74
in 0 channels
Get PRO
February '25
+54
in 1 channels
Get PRO
January '25
+96
in 1 channels
Get PRO
December '24
+322
in 3 channels
Get PRO
November '24
+480
in 0 channels
Get PRO
October '24
+965
in 1 channels
Get PRO
September '24
+457
in 10 channels
Get PRO
August '24
+237
in 0 channels
Get PRO
July '24
+266
in 0 channels
Get PRO
June '24
+689
in 0 channels
Get PRO
May '24
+455
in 0 channels
Get PRO
April '24
+575
in 3 channels
Get PRO
March '24
+751
in 0 channels
Get PRO
February '24
+201
in 0 channels
Get PRO
January '24
+240
in 0 channels
Get PRO
December '23
+323
in 5 channels
Get PRO
November '23
+210
in 0 channels
Get PRO
October '23
+201
in 3 channels
Get PRO
September '23
+171
in 0 channels
Get PRO
August '23
+332
in 0 channels
Get PRO
July '23
+322
in 0 channels
Get PRO
June '23
+139
in 0 channels
Get PRO
May '23
+121
in 0 channels
Get PRO
April '23
+86
in 0 channels
Get PRO
March '23
+120
in 0 channels
Get PRO
February '23
+84
in 0 channels
Get PRO
January '23
+26
in 0 channels
Get PRO
December '22
+38
in 0 channels
Get PRO
November '22
+135
in 0 channels
Get PRO
October '22
+209
in 0 channels
Get PRO
September '22
+229
in 0 channels
Get PRO
August '22
+192
in 0 channels
Get PRO
July '22
+307
in 0 channels
Get PRO
June '22
+121
in 0 channels
Get PRO
May '22
+159
in 0 channels
Get PRO
April '22
+99
in 0 channels
Get PRO
March '22
+167
in 0 channels
Get PRO
February '22
+267
in 0 channels
Get PRO
January '22
+201
in 0 channels
Get PRO
December '21
+274
in 0 channels
Get PRO
November '21
+895
in 0 channels
Get PRO
October '21
+92
in 0 channels
Get PRO
September '21
+37
in 0 channels
Get PRO
August '21
+292
in 0 channels
| Date | Subscriber Growth | Mentions | Channels | |
| 01 August | 0 |
Channel Posts
| 2 | No text... | 1 151 |
| 3 | Test file | 2 190 |
| 4 | libimgui-test.so | 14 |
| 5 | Imgui Menu Without any hooks or memory read , Just a lib.so file | 2 142 |
| 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:;
} | 1 994 |
| 7 | I 've given this project to AI now with almost 200$ of Budget to spend, Lets see how can it do | 1 508 |
| 8 | No text... | 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 918 |
| 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 751 |
| 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 | No text... | 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 |
