Community chat: https://t.me/hamster_kombat_chat_2
Twitter: x.com/hamster_kombat
YouTube: https://www.youtube.com/@HamsterKombat_Official
Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/
Last updated 1 month, 3 weeks ago
Your easy, fun crypto trading app for buying and trading any crypto on the market
Last updated 1 month, 2 weeks ago
Turn your endless taps into a financial tool.
Join @tapswap_bot
Collaboration - @taping_Guru
Last updated 23 hours ago
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
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 ⬅️?
?➡️ Download ⬅️?
Community chat: https://t.me/hamster_kombat_chat_2
Twitter: x.com/hamster_kombat
YouTube: https://www.youtube.com/@HamsterKombat_Official
Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/
Last updated 1 month, 3 weeks ago
Your easy, fun crypto trading app for buying and trading any crypto on the market
Last updated 1 month, 2 weeks ago
Turn your endless taps into a financial tool.
Join @tapswap_bot
Collaboration - @taping_Guru
Last updated 23 hours ago