Learn
Open in Telegram
Best Learning Channel In Telegram You can learn everything in free Knowledge is important and don't be selfish @Learn_GHA_Bot Group Chat : https://t.me/Learn_Group_Chat
Show more626
Subscribers
+124 hours
+177 days
+5530 days
Posts Archive
626
[•] 𝑳𝑰𝑩 𝑴𝑶𝑫𝑫𝑰𝑵𝑮 𝑷𝑨𝑰𝑫 𝑴𝑬𝑻𝑯𝑶𝑫
🔖 𝐅ᴏʀ 𝐌ᴏʀᴇ 𝐉ᴏɪɴ »
➡️ 𝙹𝙾𝙸𝙽 : @LeakerHub
➡️ 𝙹𝙾𝙸𝙽 : @ChaiPiloGuyz
➡️ 𝙹𝙾𝙸𝙽 : @JarvisXServer
626
💙 Online Mod Update & Send User In Update Location
void UserLogin::ShowOutDate() {
static float width_input = 25.0f;
static int serverWantsVersion = _clientVersion;
ImGuiViewportP* viewport = (ImGuiViewportP*)ImGui::GetMainViewport();
ImRect viewport_rect = viewport->GetMainRect();
ImVec2 center = ImGui::GetMainViewport()->GetCenter();
ImGui::SetNextWindowPos(center, ImGuiCond_Always, ImVec2(0.5f, 0.5f));
ImGui::SetNextWindowSize(ImVec2(500, 300));
ImGui::Begin(enc("##exp").c_str(), NULL, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_AlwaysAutoResize| ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoTitleBar);
ImGui::Image(app_instance->m_back_login.texture, ImVec2(ImGuiHelper::getWidth(), ImGuiHelper::getHeight()));
ImGui::SetCursorPosY(125);
ImGui::SetCursorPosX(150);
ImGui::Text(ICON_FA_CALENDAR_XMARK);
ImGui::SameLine();
ImGui::PushFont(GetBoldFont());
ImGui::TextColored({244, 193, 000, 255}, enc(" TROJANCHEATS ID (OUTDATED)").c_str());
ImGui::PopFont();
ImGui::SetCursorPosX(35);
ImGui::Text(enc("A new update is available! Download at website: ").c_str());//foxcheatsid.totalh.net").c_str());
TextURL(enc("foxcheatsid.totalh.net").c_str(), enc("http://foxcheatsid.totalh.net/").c_str(), 1, 0);
Snowflake::Update(app_instance->Snow, Snowflake::vec3(ImGui::GetCursorPos().x, ImGui::GetCursorPos().y)/*mouse x and y*/, Snowflake::vec3(viewport_rect.Min.x, viewport_rect.Max.y)/*hWnd x and y positions*/); // you can change a few things inside the update function
ImGui::SetCursorPosY(270);
ImGui::SetCursorPosX(15);
ImGui::TextColored({255, 193, 000, 255}, enc(ICON_FA_INFO_CIRCLE " Response: New version available %d").c_str(), _version);
ImGui::End();
}
🟡 Don't dm me how to use, only for developers
➡️ ᴊᴏɪɴ : @LeakerHub
➡️ ᴊᴏɪɴ : @ChaiPiloGuyz
➡️ ᴊᴏɪɴ : @XsCheats626
Il2cpp Module for GameGuardian :
-This script is only needed to make it easier to work with Il2cpp. This script works through the program GameGuardian. With the help of the module, you can get information about the method or class that interests you. This script is not positioned as a dumper, and is only needed to simplify working with Il2cpp.
This Module has 6 functions :
Il2cpp()
Il2cpp.FindMethods()
Il2cpp.FindClass()
Il2cpp.PatchesAddress()
Il2cpp.FindObject()
Il2cpp.FindFields()
https://github.com/kruvcraft21/GGIl2cpp
Script :
626
Il2cpp Module for GameGuardian :
-This script is only needed to make it easier to work with Il2cpp. This script works through the program GameGuardian. With the help of the module, you can get information about the method or class that interests you. This script is not positioned as a dumper, and is only needed to simplify working with Il2cpp.
This Module has 6 functions :
Il2cpp()
Il2cpp.FindMethods()
Il2cpp.FindClass()
Il2cpp.PatchesAddress()
Il2cpp.FindObject()
Il2cpp.FindFields()
https://github.com/kruvcraft21/GGIl2cpp
Script :
626
apksig is a project which aims to simplify APK signing and checking whether APK signatures are expected to verify on Android. apksig supports JAR signing (used by Android since day one) and APK Signature Scheme v2 (supported since Android Nougat, API Level 24). apksig is meant to be used outside of Android devices.
https://android.googlesource.com/platform/tools/apksig/
To clone this repo :
git clone https://android.googlesource.com/platform/tools/apksig626
How to Dump libil2cpp.so and global-metadata.dat with PMT Dumper
Source :
App:
https://github.com/MikaCybertron/PMT-Dumper
