HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Merhaba Ben Ezgi
[CODE lang="cpp" title="Main"]inline static float GetBackgroundHeight(float x, float y)
{
try
{
typedef float(__thiscall* GetBackgroundHeight)(void* pThis, float x, float y);
tGetHeight GetBackgroundHeight = (tGetHeight)(sdk_client + 0x19F140);
void* Background = *(void**)(sdk_client + 0x388520);
if (Background != nullptr)
{
try {
return GetBackgroundHeight(Background, x, y);
}
catch (...) {
return 0.0f;
}
}
return 0.0f;
}
catch (...)
{
}
}
inline DWORD WINAPI Set_AllFarmBot(HMODULE hModule)
{
CreateConsole();
while (true)
{
try
{
float z = GetBackgroundHeight(c_players.x, c_players.y);
printf(" %.1f, %.1f ", c_players.x, c_players.y, z);
}
catch (...)
{
}
Sleep(Engine::C_AutoFarmSpeed);
}
return 0;
}[/CODE]
[CODE lang="cpp" title="Cizim"] static void DrawImGuiCircle3D(ImDrawList* drawList, float x, float y, float radius, int points, ImU32 color, int width, int height) {
float step = (D3DX_PI * 2.0f) / points;
std::vector<ImVec2> screenPoints;
for (float a = 0; a < (D3DX_PI * 2.0f); a += step) {
float worldX = x + cosf(a) * radius;
float worldY = y + sinf(a) * radius;
float groundZ = GetBackgroundHeight(worldX, worldY);
D3DXVECTOR3 worldPos(worldX, worldY, groundZ + 5.0f);
ImVec2 screenPos;
if (WorldToScreen(worldPos, screenPos, width, height)) {
screenPoints.push_back(screenPos);
}
}
if (screenPoints.size() > 1) {
for (size_t i = 0; i < screenPoints.size(); i++) {
ImVec2 p1 = screenPoints;
ImVec2 p2 = screenPoints[(i + 1) % screenPoints.size()];
drawList->AddLine(p1, p2, color, 2.0f);
}
}
}[/CODE]
Hilelerinize renk verip daha güzel özellikler cıkarta bilirsiniz!
https://forum.turkmmo.com/konu/3918935-c-metin2-cricle-esp-source/
Son düzenleme:
Luna Boost + RangeDmg Source istiyoruz. ikisini aynı anda kullanmaya çalışınca gönderilen move ve wait paketlerinden dolayı çakışıyorlar stabilite bozuluyor.
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 8
- Görüntüleme
- 1K

