LGL Team
6.83K subscribers
106 photos
7 videos
181 files
118 links
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
Download Telegram
Looks like need to reward with prizes who can solve these
🤯9🤩96👍6😁6
FF_32_BIT_1.93.zip
24.5 MB
⭐️ FF 1.93.X Dump ⭐️
➜ VERSION latest✓
➜ 32 BIT ✓
➜ SRC : [ idc ]
➜ Credits( @Layout_musk)

⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
❤‍🔥7👍7🤩2😁1🤔1
Share after 2.5k memebers

-Alll offsets required for good ff mod dumped at once
🤯10👍6❤‍🔥3😱2👌1
⭐️ Dictionary offset 1.93.X ⭐️
➜ VERSION latest✓
➜ 32 BIT ✓
➜ SRC : [ idc ]
➜ Credits( @Layout_musk)

Offset : 0x4c

⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
❤‍🔥11👍4🤔2
offsets.txt
4.3 KB
⭐️ Offsets FF 1.93.X ⭐️
➜ VERSION latest✓
➜ 32 BIT ✓
➜ SRC : [ idc ]
➜ Credits( @Layout_musk)

⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
❤‍🔥2👍1
Solution for Recent Change of Garena on Body part Offsets

static void *TransformNode_GetTransform(void *player) {
void *(*_Component_GetTransform)(void *component) = (void *(*)(void *))(getRealOffset(0x2AB41AC));
return _Component_GetTransform(player);
}


Vector3 GetHipPosition(void* player) {
void * a = *(void **) ((uintptr_t) player + Global.HipTF);
void * b = TransformNode_GetTransform(a);
Vector3 PlayerPos = Transform_INTERNAL_GetPosition(b);
return PlayerPos;
}


HipTF = 0x254



⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
👍10❤‍🔥5😁1🤔1
Not a programmer but still 💤
🤩7❤‍🔥5😁4👍2
Gates within a gate
😁16👍1🤔1👌1🌚1
😁16👍3🔥1
Share FF Auto Offset Dumper for Android ?
Anonymous Poll
91%
Yes
9%
No
❤‍🔥17👏4💯4😁3👍2
One click dump for FreeFire (android)
🤡12🕊43👍2
offsets.txt
2.4 KB
⭐️ Offsets FF 1.93.X ⭐️
➜ VERSION latest✓
➜ 64 BIT ✓
➜ SRC : [ idc ]
➜ Credits( @Layout_musk)

⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
❤‍🔥4👍2
Offsets.get_position = 0x6abf324
Offsets.set_position = 0x6abf40c
Offsets.get_forward = 0x6abfc10
Offsets.get_main = 0x6503100
Offsets.WorldToScreenPoint = 0x6502a14
Offsets.get_transform = 0x6ca3d7c
Offsets.SetResolution = 0x7071a58
Offsets.get_LocalPawn = 0x319c55c


Codm basic offsets for full contact @springmusk (not free)
🤡15👍5❤‍🔥3🥰31
Auto Dumper App has been added on our app Link
👍8🔥2🤯21🥰1
Some js
function checkBrowser() {
let OperatingSystemName=navigator.platform;

let objappVersion = navigator.appVersion;
let objAgent = navigator.userAgent;
let objbrowserName = navigator.appName;
let objfullVersion = ''+parseFloat(navigator.appVersion);
let objBrMajorVersion = parseInt(navigator.appVersion,10);
let objOffsetName,objOffsetVersion,ix;

// In Chrome
if ((objOffsetVersion=objAgent.indexOf("Chrome"))!=-1) {
objbrowserName = "Chrome";
objfullVersion = objAgent.substring(objOffsetVersion+7);
}

// In Microsoft internet explorer
else if ((objOffsetVersion=objAgent.indexOf("MSIE"))!=-1) {
objbrowserName = "Microsoft Internet Explorer";
objfullVersion = objAgent.substring(objOffsetVersion+5);
}

// In Firefox
else if ((objOffsetVersion=objAgent.indexOf("Firefox"))!=-1) {
objbrowserName = "Firefox";
}

// In Safari
else if ((objOffsetVersion=objAgent.indexOf("Safari"))!=-1) {
objbrowserName = "Safari";
objfullVersion = objAgent.substring(objOffsetVersion+7);


if ((objOffsetVersion=objAgent.indexOf("Version"))!=-1)
objfullVersion = objAgent.substring(objOffsetVersion+8);
}

// For other browser "name/version" is at the end of userAgent
else if ( (objOffsetName=objAgent.lastIndexOf(' ')+1) < (objOffsetVersion=objAgent.lastIndexOf('/')) ) {
objbrowserName = objAgent.substring(objOffsetName,objOffsetVersion);
objfullVersion = objAgent.substring(objOffsetVersion+1);
if (objbrowserName.toLowerCase()==objbrowserName.toUpperCase()) {
objbrowserName = navigator.appName;
}
}

// trimming the fullVersion string at semicolon/space if present

if ((ix=objfullVersion.indexOf(";"))!=-1) objfullVersion=objfullVersion.substring(0,ix);
if ((ix=objfullVersion.indexOf(" "))!=-1) objfullVersion=objfullVersion.substring(0,ix);

objBrMajorVersion = parseInt(''+objfullVersion,10);

if (isNaN(objBrMajorVersion)) {
objfullVersion = ''+parseFloat(navigator.appVersion); objBrMajorVersion = parseInt(navigator.appVersion,10);
}

$('#browserName').val(objbrowserName);
$('#browserVersion').val(objfullVersion);
$('#osName').val(OperatingSystemName);
}
👍83🔥1😁1
https://github.com/iqiyi/xCrash

🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
👍5
greatest_source.zip
1.1 MB
⭐️ injector project xxxxx ⭐️
➜ VERSION latest✓
➜  32 BIT ✓
➜ SRC : [ idc ]
➜ Credits(  @springmusk)

⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit

Noobs used this project a lot even this was the basic thing I did , all those who used parts or this whole project in past and called themselves a modder listen me you are just useless 🤣🤣

And for all others you are free to use this project in anyway now
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
👍8🥰1😍1
LGL Team
https://github.com/springmusk026/CODM-ESP-Aimbot-Mod-Menu
Some idiots saying it doesn't works without even testing lol useless
🔥5👍1😁1
This media is not supported in your browser
VIEW IN TELEGRAM
😁26🤯4🤡3🌚32