Mod-Skin-Lib

View mẫu của menu:

ModSkin
Remove ModSkin

Đặc trưng:

  • Dùng cho Game AOV (Liên Quân)
  • Dễ sử dụng
  • Thao tác đơn giản

Cấu hình Makefile (theos)

$(TWEAK_NAME)_OBJ_FILES = ModSkin.a

Tích hợp Lib ModSkin (Imgui Menu)

#import "ModSkin.h"

///////Code///////
if (MenDeal == true)
{                
    ImGui::Begin(ENCRYPT("Menu AOV!"), &MenDeal); 

    if (ImGui::BeginTable("split", 1))
            {
                if (ImGui::Button("Mod Skin"))
                {
                    UIAlertController *alertCtrl = [UIAlertController alertControllerWithTitle:NSSENCRYPT("MenuAOV") message:NSSENCRYPT("Cần đảm bảo mạng để tránh lỗi trong quá trình tải và cài đặt Mod.") preferredStyle:UIAlertControllerStyleAlert];

                    [alertCtrl addAction:[UIAlertAction actionWithTitle:@"Mod Full Skin" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
                        [ModSkin ActiveModFull]; //Auto Mod Full Skin
                    }]];

                    [alertCtrl addAction:[UIAlertAction actionWithTitle:@"Mod Skin Link" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
                        [ModSkin ActiveMod]; //Mod Skin Link
                    }]];

                    [alertCtrl addAction:[UIAlertAction actionWithTitle:@"Đóng" style:UIAlertActionStyleDefault handler:nil]];
                    [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:alertCtrl animated:YES completion:nil];
                }
                ImGui::SameLine();
                if (ImGui::Button("Mod Skin File"))
                {
                    [ModSkin ActiveModFile]; //Mod Skin to File in iPhone
                }
                ImGui::SameLine();
                if (ImGui::Button("Remove Mod Skin"))
                {
                    [ModSkin Backup]; //Delete Mod Skin
                }
                ImGui::EndTable();
            }

    ImGui::End();
}
///////Code///////

Video hướng dẫn

Video Youtube

Tác giả

Fix lỗi, đóng lib Ninh (Weans).
Chia sẻ mã nguồn Mr D (DSGaming).
Mã nguồn SSZipArchive NongShiFu