Csgo Basit Croshair Kodu C++

Umut Icy

Member
Katılım
7 May 2021
Konular
1
Mesajlar
3
Tepkime puanı
0
RC Point
0
Merhaba Bu Kodu Geliştirebilirsiniz Croshair Kodudur İyi Forumlar :

OPTION(bool, esp_crosshair, false);
OPTION(Color, color_esp_crosshair, Color(255, 255, 255));


[TABLE] [TR] [TD][/TD] [TD][/TD] [/TR] [TR] [TD][/TD] [TD] int w, h;[/TD] [/TR] [TR] [TD][/TD] [TD] g_EngineClient->GetScreenSize(w, h);[/TD] [/TR] [TR] [TD][/TD] [TD][/TD] [/TR] [TR] [TD][/TD] [TD] int cx = w / 2;[/TD] [/TR] [TR] [TD][/TD] [TD] int cy = h / 2;[/TD] [/TR] [TR] [TD][/TD] [TD] Render::Get().RenderLine(cx - 25, cy, cx + 25, cy, g_Options.color_esp_crosshair);[/TD] [/TR] [TR] [TD][/TD] [TD] Render::Get().RenderLine(cx, cy - 25, cx, cy + 25, g_Options.color_esp_crosshair); [TABLE] [TR] [TD][/TD] [/TR] [TR] [TD] ImGui::Checkbox("Crosshair", g_Options.esp_crosshair);[/TD] [/TR] [TR] [TD][/TD] [/TR] [/TABLE] [/TD] [/TR] [/TABLE]
 

Imhotep

Legend Member
Katılım
14 Ağu 2020
Konular
40
Mesajlar
1,174
Çözümler
5
Tepkime puanı
213
RC Point
0
Adam gibi bir konu yapsaydınız. Crosshair write kısmı nerede?
 
Üst