Skip to content

Commit 5b09923

Browse files
authored
Update README.md
1 parent 1183cee commit 5b09923

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

README.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ Bu başlıkları adım adım ekleyeceğim. Eğer kunulardan biri ile ilgi örnek
2828
- [Create DirectX Device - DirectX sürücüsü oluşturma](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Create_A_DirectX_Device.cpp)
2929
- Load DirectX sprites/textures - Directx sprite/kaplama yükleme
3030
- Load DirectX fonts - DirectX font yükleme
31+
- [SFML Create Overlay Window with SFML Library](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/examples/SFML)
32+
- [SFML Draw Text String Custom Font File With SFML Library](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/SFML/Draw_Text_String_Custom_Font_File_With_SFML_Library.md)
3133
- [Offset finder (Hazedumper) - Offset bulucu](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/hazedumper)
3234
- [World To Screen - 3D point to 2D point](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/World_To_Screen.cpp)
33-
- ViewMatrix
35+
- [ViewMatrix](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_View_Matrix.cpp)
3436
- EntityList Players
3537
- [Player Team](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Team.cpp)
3638
- [Player Name](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Name.cpp)
@@ -39,36 +41,31 @@ Bu başlıkları adım adım ekleyeceğim. Eğer kunulardan biri ile ilgi örnek
3941
- [Player Origin](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Origin.cpp)
4042
- [Player Bones](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Bone_Coord.cpp)
4143
- [Player Distance](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Distance.cpp)
42-
- Player Distance to Crosshair
44+
- [Player Distance to Crosshair](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Distance_To_Crosshair.cpp)
4345
- [Player Active Weapon ID](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Active_Weapon_ID.cpp)
44-
- Player Weapons Icons
45-
- Player Money
46-
- Player Is Defusing
47-
- Player Has Defuse Kit
46+
- [Player Weapons](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Weapons.cpp)
47+
- [Player Money](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Money.cpp)
48+
- [Player Is Defusing](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Is_Defusing.cpp)
49+
- [Player Has Defuse Kit](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Has_Defuser.cpp)
4850
- [Player Is Scoped](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Is_Scoped.cpp)
4951
- Player Model Name
5052
- Player Account ID
51-
- Player calculate scale by distance
53+
- [Player calculated scale by distance](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Calculated_Scale_By_Distance.cpp)
5254
- Entity Items
5355
- [Item Class Id](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Entity_Item_Class_ID.cpp)
54-
- Get C4 Planted
55-
- Get C4 Time Cooldown
56+
- [Get C4 Planted](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_C4_Is_Planted.cpp)
57+
- [Get C4 Time Count Down](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_C4_Time_Cooldown.cpp)
5658
- Get Useable Items on Map (5 and 10 class ids)
57-
- Weapon List file by id and class id and names
59+
- [Weapon List file by id and class id and names](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/csgo_weapon_icons/weapons.ini)
5860
- Aim
59-
- Find best target - En uygun hedefi bul
60-
- Move to target point - Hedefe doğru ilerle
61+
- [Find best target - En uygun hedefi bul](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Aim_Find_Best_Target.cpp)
62+
- [Move to target point - Hedefe doğru ilerle](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Aim_Move_To_Target_Point.cpp)
6163
- [CSGO Fonts - Its fonts used in csgo as weapon icons and player name fonts - csgo da kullanılan silah iconları ve isim fontları](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/csgo_fonts)
6264
- [Photoshop set layer style and export layers with Javascript - Photoshop Javascript ile katman stili tanımlama ve dışarı aktarma](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/csgo_icons_and_psd)
63-
- Weapons Icons Illistation
65+
- [Weapons Icons Illistation](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/csgo_weapon_icons)
6466

6567

68+
---
6669

67-
68-
69-
70-
## License
71-
MIT
72-
73-
70+
#### If you like this document, you can give a star. Thank you
7471
**Amiral Router!**

0 commit comments

Comments
 (0)