Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiksoftware/csgo_memory_hacking_examples
CsGO Memory Hacking C++ code examples. Ex: Read HP,Name,Coord,Bones,Weapons,items etc.
https://github.com/atiksoftware/csgo_memory_hacking_examples
bones coord csgo csgo-memory-hacking directx-fonts directx-sprites entity esp hacking memory money read sfml sfml-library weapons
Last synced: 3 months ago
JSON representation
CsGO Memory Hacking C++ code examples. Ex: Read HP,Name,Coord,Bones,Weapons,items etc.
- Host: GitHub
- URL: https://github.com/atiksoftware/csgo_memory_hacking_examples
- Owner: atiksoftware
- License: mit
- Created: 2019-12-22T23:24:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T07:17:53.000Z (about 5 years ago)
- Last Synced: 2024-07-30T18:58:19.019Z (6 months ago)
- Topics: bones, coord, csgo, csgo-memory-hacking, directx-fonts, directx-sprites, entity, esp, hacking, memory, money, read, sfml, sfml-library, weapons
- Language: C++
- Size: 18.8 MB
- Stars: 53
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS GO Memory Hacking, Code Examples
[![GitHub](https://img.shields.io/badge/Author-Amiral%20Router-blue)]()
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fatiksoftware%2Fcsgo_memory_hacking_examples)]()
[![GitHub stars](https://img.shields.io/github/stars/atiksoftware/csgo_memory_hacking_examples?color=brightgreen)]()
[![GitHub contributors](https://img.shields.io/github/contributors/atiksoftware/csgo_memory_hacking_examples?color=brightgreen)]()
[![GitHub issues](https://img.shields.io/github/issues/atiksoftware/csgo_memory_hacking_examples?color=blue)]()
[![GitHub license](https://img.shields.io/github/license/atiksoftware/csgo_memory_hacking_examples)]()
[![GitHub commit](https://img.shields.io/github/last-commit/atiksoftware/csgo_memory_hacking_examples/develop?color=blueviolet)]()Counter Strike: Global Offensive Memory Hacking C++ code examples. Ex: Read HP,Name,Coord,Bones,Weapons,items etc.
[![CSGO ESP EXAMPLE SCREENSHOT](https://raw.githubusercontent.com/atiksoftware/csgo_memory_hacking_examples/master/example_video.jpg)](https://www.youtube.com/watch?v=eQuaVFGIzvo)It example picture. [This Repositorie](https://github.com/atiksoftware/csgo_esp_external_source_code/) is C++ project's this image.
Bu örnek bir görseldir. [Bu linkten](https://github.com/atiksoftware/csgo_esp_external_source_code/) görseldeki projenin C++ kaynak koduna ulaşabilirsin.
# Just Examples - Sadece Örnekler
Hi dear visitor. Its not hacking app or shared app. It just example codes pool. I will push here simples code about what i know and what i experied on csgo memory hacking. My purpose is find again if i forget or if some one need it, he can find it.Merhaba değerli ziyaretçi. Bu bir hack uygulaması yada yayınlanmış uygulama değildir. Sadece örnek kodlar havuzudur. csgo memory hacking konusunda bildiklerim ve tecrübelerim hakkında örnek kodları buraya koyacağım. Bunu yapma amacım, unutursam tekrar hatırlamak için ve birinin işine yaracak olursa bakabilsin diye.
# Whats Subjects ? - Konular Neler ?
I will add the subjects step by step. if you not see a any code here about a subject like bottom lines, its mean i not yet add this codes and i will add soon.
Bu başlıkları adım adım ekleyeceğim. Eğer kunulardan biri ile ilgi örnek kod göremiyorsanız, bunun anlamı dahaden eklememişimdir ve en kısa sürede ekleyeceğim.- [Create a Overlay Window - Overlay Pencere Oluşturma](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Create_A_Overlay_Window.cpp)
- [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)
- Load DirectX sprites/textures - Directx sprite/kaplama yükleme
- Load DirectX fonts - DirectX font yükleme
- [SFML Create Overlay Window with SFML Library](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/examples/SFML)
- [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)
- [Offset finder (Hazedumper) - Offset bulucu](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/hazedumper)
- [World To Screen - 3D point to 2D point](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/World_To_Screen.cpp)
- [ViewMatrix](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_View_Matrix.cpp)
- EntityList Players
- [Player Team](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Team.cpp)
- [Player Name](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Name.cpp)
- [Player Health](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Health.cpp)
- [Player Armor](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Armor.cpp)
- [Player Origin](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Origin.cpp)
- [Player Bones](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Bone_Coord.cpp)
- [Player Distance](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Distance.cpp)
- [Player Distance to Crosshair](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Distance_To_Crosshair.cpp)
- [Player Active Weapon ID](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Active_Weapon_ID.cpp)
- [Player Weapons](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Weapons.cpp)
- [Player Money](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Money.cpp)
- [Player Is Defusing](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Is_Defusing.cpp)
- [Player Has Defuse Kit](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Has_Defuser.cpp)
- [Player Is Scoped](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Is_Scoped.cpp)
- Player Model Name
- Player Account ID
- [Player calculated scale by distance](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Player_Calculated_Scale_By_Distance.cpp)
- Entity Items
- [Item Class Id](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_Entity_Item_Class_ID.cpp)
- [Get C4 Planted](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_C4_Is_Planted.cpp)
- [Get C4 Time Count Down](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Get_C4_Time_Cooldown.cpp)
- Get Useable Items on Map (5 and 10 class ids)
- [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)
- Aim
- [Find best target - En uygun hedefi bul](https://github.com/atiksoftware/csgo_memory_hacking_examples/blob/master/examples/Aim_Find_Best_Target.cpp)
- [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)
- [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)
- [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)
- [Weapons Icons illustrator](https://github.com/atiksoftware/csgo_memory_hacking_examples/tree/master/csgo_weapon_icons)
---#### If you like this document, you can give a star. Thank you
**Amiral Router!**