fengjixuchui / Antario

Clean base/cheat made for CS:GO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antario - CSGO Base

As this base is NOT finished yet, feel free to post issues / pull requests with everything you think shoud be included.

Features:

  • D3D9 menu with automatically adjusted positions of tabs, sections and selectables
  • FreeType font renderer with string template specialization (u16, u32, string, wstring) and emoji support
  • Netvar manager
  • Easy to understand VMT hooking class
  • Basic Hooking/Unhooking concept for internal csgo functions
  • Debug console output
  • Basic bunnyhop and ESP included
  • Engine prediction with a simple tickbase fix and spread fix (for nospread servers)

Menu is quite simple to replace (if you'd prefer imgui), just remove all calls to it from hooks.

Screenshots:

img1 img2

img3

About

Clean base/cheat made for CS:GO.

License:MIT License


Languages

Language:C 71.4%Language:C++ 28.6%