ru
Feedback
CheatCode

CheatCode

Открыть в Telegram

In this channel u will find some codes that might be helpful for u :)

Больше
277
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 дней
Архив постов
KeyAuth Login System In Android ❗️ specially for internal projects (c++) Important Note : • this code is not secured with any type of encryption (add yours) • you can improve/modify it as you like (written in 2h) Example :
ImGui::SetNextWindowPos(ImVec2(Screen::Width / 2 * 0.74, Screen::Height / 2 * 0.8), ImGuiCond_Once);
      
  if (ImGui::Begin("KeyAuth Android - @Cheats_Code", &activehack, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse))
   
   if (!err.empty() && err != "OK")
   {
    ImGui::Dummy(ImVec2(1, 0)); ImGui::SameLine();
    ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(255, 0, 0, 255));
    ImGui::Text("Login failed: %s", err.c_str());
    ImGui::PopStyleColor();
   }

  ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(255, 255, 255, 255));
  ImGui::Text("   Key"); ImGui::SameLine();
  ImGui::PopStyleColor();
  ImGui::SetNextItemWidth(350);
  ImGui::InputText("###Kxexy", sss, sizeof sss);
  ImGui::Dummy(ImVec2(1, 0)); ImGui::SameLine();
  ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0.0f, 0.0f, 0.0f, 1.0f));
  ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1.0f, 1.0f, 1.0f, 1.0f));
  if (ImGui::Button("Check", ImVec2(190, 25)))
  {
          KeyAuth keyAuth(appname, ownerid, version, url);
          keyAuth.init();  
        bool loginSuccess = keyAuth.login(sss);
            if (err == "OK") {
             isLogin = loginSuccess;
            }
  }
  ImGui::SameLine();
  if (ImGui::Button("  Paste Key", ImVec2(190, 25)))
  {
   auto key = getClipboardText();
            strncpy(sss, key.c_str(), sizeof sss);
  }
  
  ImGui::PopStyleColor();
  ImGui::PopStyleColor();
  ImGui::SameLine();
  ImGui::End();

}

long time no see 👀 Ready for new stuff ? 🟢

VNG 3.2.0 (32bit) External : Gworld = 0x8e66ab4; GName = 0x8942ca4; ViewMatrix = 0x8e4dfe0; Internal : GNames = 0x41b6030 GUobject = 0x8cf45f8 GNativeAndroidApp = 0x8942668 KillMessage 0x3d97820 //not tested GetActorArray = 0x5ac9398 LocalPlayer = 0x89466c4 //not tested

here u go, enjoy it ! 🔸➡️ Preview ⬅️🔸 Regards : CheatCode 🌐

another useless thing coming up ... 🫥
another useless thing coming up ... 🫥

Safe Zone Center :
std::string GetSafeZone(std::string Name) 
    {
       if (Name.find("BP_radiation") != stringstd::::npos) return "Safe Zone";
    return "Unknown";
}
// in esp loop
          std::string classname = GetSafeZone(Actor->GetName());
                   if (classname.find("Unknown") == std::string::npos) {
                   FVector2D SZonePos;
                   FVector PosV = Actor->K2_GetActorLocation();
                   float Distance = Actor->GetDistanceTo(localPlayer) / 100.f;
                            if (gGameplayStatics->ProjectWorldToScreen(localController, Actor->RootComponent->RelativeLocation, false, &SZonePos)) {
                             std::string s = "SafeZone";
                             s += " (";
                             s += std::to_string((int) Distance);
                             s += "m)";
                            Render::DrawString(font3, 20, s.c_str(), SZonePos.X, SZonePos.Y, ImColor(255, 255, 0), true); // use ur own text
                       }
       }
Regards : CheatCode 🌐

🔸➡️ Preview ⬅️🔸

since this community love useless stuff i decide to share this. 🔸➡️ Download ⬅️🔸 Regards : CheatCode 🌐
since this community love useless stuff i decide to share this. 🔸➡️ Download ⬅️🔸 Regards : CheatCode 🌐

Mod Skin Open Source 📢 Player/Weapons/Vehicles/Emotes And many more 🌟 Instant Change Mod Skin 😎 🔸➡️ Preview ⬅️🔸 Regards : CheatCode 🌐

🔸➡️ Download ⬅️🔸

Welcome everyone 👋 This channel is dedicated to project owners ⭐️ We will share with you some codes that will help you develop your project for free 🟢