CheatCode
الذهاب إلى القناة على Telegram
In this channel u will find some codes that might be helpful for u :)
إظهار المزيد277
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
جاري تحميل البيانات...
القنوات المماثلة
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
يوليو '24
يوليو '24
+277
في 0 قنوات
منشورات القناة
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();
}| 2 | long time no see 👀
Ready for new stuff ? 🟢 | 583 |
| 3 | 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 | 1 203 |
| 4 | here u go, enjoy it !
🔸➡️ Preview ⬅️🔸
Regards : CheatCode 🌐 | 1 614 |
| 5 | another useless thing coming up ... 🫥 | 1 379 |
| 6 | 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 🌐 | 1 474 |
| 7 | 🔸➡️ Preview ⬅️🔸 | 1 395 |
| 8 | since this community love useless stuff
i decide to share this.
🔸➡️ Download ⬅️🔸
Regards : CheatCode 🌐 | 2 681 |
| 9 | Mod Skin Open Source 📢
Player/Weapons/Vehicles/Emotes
And many more 🌟
Instant Change Mod Skin 😎
🔸➡️ Preview ⬅️🔸
Regards : CheatCode 🌐 | 3 357 |
| 10 | 🔸➡️ Download ⬅️🔸 | 4 997 |
| 11 | 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 🟢 | 1 462 |
