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 )
➜ 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
⭐️ Dictionary offset 1.93.X ⭐️
➜ VERSION latest✓
➜ 32 BIT ✓
➜ SRC : [ idc ]
➜ Credits( @Layout_musk)
Offset :
⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
➜ 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 )
➜ 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
⚠️𝗡𝗼𝘁𝗶𝗰𝗲: Share with credit
-----------------------------------
📲 @Layout_musk - (To request new layout of Vip )
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
❤🔥17👏4💯4😁3👍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 )
➜ 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)
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🥰3❤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);
}
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);
}
👍8❤3🔥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.
🔥 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 )
➜ 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
https://github.com/nisrulz/android-examples.git
##not_related_to_modding
Only for those who are willing to learn
##not_related_to_modding
Only for those who are willing to learn
GitHub
GitHub - nisrulz/android-examples: :shipit: [Examples] Simple basic isolated apps, for budding android devs.
:shipit: [Examples] Simple basic isolated apps, for budding android devs. - nisrulz/android-examples
👍6🤯2🤔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