if (PlayerEsp::Skeleton) {
static std::vector<std::string> right_arm{"neck_01", "clavicle_r", "upperarm_r", "lowerarm_r", "hand_r", "item_r"};
static std::vector<std::string> left_arm{"neck_01", "clavicle_l", "upperarm_l", "lowerarm_l", "hand_l", "item_l"};
static std::vector<std::string> spine{"Head", "neck_01", "spine_03", "spine_02", "spine_01", "Pelvis"};
static std::vector<std::string> lower_right{"Pelvis", "thigh_r", "calf_r", "foot_r"};
static std::vector<std::string> lower_left{"Pelvis", "thigh_l", "calf_l", "foot_l"};

static std::vector<std::vector<std::string>> skeleton{right_arm, left_arm, spine, lower_right, lower_left};

for (auto &boneStructure : skeleton) {
std::string lastBone;

for (std::string &currentBone : boneStructure) {
if (!lastBone.empty()) {
ImVec2 boneFrom, boneTo;

if (W2S(Player->GetBonePos(lastBone.c_str(), {}), (FVector2D *)&boneFrom) &&
W2S(Player->GetBonePos(currentBone.c_str(), {}), (FVector2D *)&boneTo)) {

bool isVisible = localController->LineOfSightTo(localController->PlayerCameraManager, Player->GetBonePos(currentBone.c_str(), {}), true);

if (isVisible) {
draw->AddLine(boneFrom, boneTo, IM_COL32(255, 0, 0, 255), 1.0f);
} else {
draw->AddLine(boneFrom, boneTo, IM_COL32(255, 255, 255, 255), 1.0f);
}
}
}

lastBone = currentBone;
}
}
}

// Credit: barlin
NP็ฎก็†ๅ™จ_3.0.85.apk
53.8 MB
2024-01-05 v3.0.85 version:
1. Upgrade encrypted resource files to version 2.0 - supports processing of large files, supports WebView to normally display web pages under assets, and is compatible with processing Lua projects;
2. Added support for sharing a single file in a compressed package;
3. Added support for image preview;
4. Optimize the functions of converting Dex files to Smali and Smali to Dex;
5. Added progress display when converting Apks to Apk and converting Dex to Jar;
6. Fixed the problem of incorrect class file version after Dex2Jar conversion;
7. Fix the exception of converting special symbols into Unicode format in Json formatting;
8. Fixed the abnormality in determining the number of methods in Dex in some functions.
Download link: https://www.123pan.com/s/9OdbVv-YswX.html
Universal-Unity-ESP.zip
13.8 MB
Universal Unity ESP
Credit: dark_fack

- Auto Update
- Imgui Menu
- Imgui Draw
- Find with Type
- Find with TaG

The main code is in hooks.h

Yes, I know that there is a problem with clicks on Android 10, I will fix it soon.
NP็ฎก็†ๅ™จ_3.0.88.apk
53.9 MB
2024-01-15 v3.0.88 version:
1. Upgrade control flow obfuscation to 8.0 version--increase the difficulty of flattening recovery and optimize data obfuscation;
2. Rewrite axml and arsc file parsing engine--support handling a new type of pseudo-encryption;
3. File sorting--support setting only apply to this folder;
4. Text editor--support export as text file;
5. Text editing syntax adds Shell and other types;
6. Support font file preview;
7. Support renaming files inside compressed packages;
8. Optimize Apk comparison and Dex comparison efficiency;
9. Optimize Res anti-resource obfuscation;
10. Fix the problem of failing to unzip files with illegal characters;
11. Fix a bug of deleting files inside compressed packages;
12. Fix an axml recompilation bug.
Download link:
https://www.123pan.com/s/9OdbVv-e8wX.html
NP็ฎก็†ๅ™จ_3.0.93.apk
45.2 MB
2024-02-22 v3.0.93 version:
1. Added reflection value tool in the navigation bar;
2. Optimized the smoothness of the file list display;
3. Enhanced Dex string decryption;
4. Supported the display of USB storage;
5. Added support for some operations on files under Android/data;
6. When copying and moving files, the target list automatically locates to the new file;
7. Encrypted resource file content - added clear all button;
8. Fixed the problem of abnormal exit when viewing IR encounters an empty method;
9. Fixed the problem of incorrect judgment of the upper limit of method and field numbers when operating some Dex files;
10. Fixed the exception when parsing super large axml.
Download link: https://www.123pan.com/s/9OdbVv-UogX.html
1SOCK BT.zip
35.1 KB
Xontwolhax sock
Full open source sock
Esp - aimbot - BT

But this BT bug
fix yourself
Shared By Elaina
2024/05/03 15:50:18
Back to Top
HTML Embed Code: