All Projects → cristeigabriel → HelvetaCS

cristeigabriel / HelvetaCS

Licence: WTFPL license
Modern C++ CS:GO base

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to HelvetaCS

Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+4414.63%)
Mutual labels:  csgo, cheat, cpp20, csgo-cheat
VARGEN
Сheat for CS:GO. Based on Osiris - https://github.com/danielkrupinski/Osiris
Stars: ✭ 12 (-70.73%)
Mutual labels:  csgo, cheat, csgo-cheat, cheat-csgo
le chiffre
CS:GO external cheat.
Stars: ✭ 227 (+453.66%)
Mutual labels:  csgo, cheat, csgo-cheat
ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (+41.46%)
Mutual labels:  csgo, cheat, csgo-cheat
bananabot
A CS:GO Hack for Linux
Stars: ✭ 19 (-53.66%)
Mutual labels:  csgo, cheat, csgo-cheat
NEPS
Bloat-free CS:GO multihack for Windows, based on Osiris. You should probably give it a go, as it was in development for about 2 years. Formerly a griefing cheat that developed into a semi-rage multihack, with many features added, bugs fixed, things optimized and more!
Stars: ✭ 205 (+400%)
Mutual labels:  csgo, cheat, csgo-cheat
RatPoison
Latest Ver: 1.7; Default Menu Key is F1; Charlatano's Successor; dn
Stars: ✭ 302 (+636.59%)
Mutual labels:  csgo, cheat, csgo-cheat
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (+39.02%)
Mutual labels:  memory, cheat
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-31.71%)
Mutual labels:  csgo, cheat
gamesneeze
CS:GO cheat for linux with a basic gdb injector
Stars: ✭ 181 (+341.46%)
Mutual labels:  csgo, cheat
Java-Memory-Manipulation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
Stars: ✭ 51 (+24.39%)
Mutual labels:  memory, csgo
DLL-INJECTOR
I created a dll injector I am going to Open source its Code. But remember one thing that is any one can use it only for Educational purpose .I again say do not use it to damage anyone's Computer.But one thing if you are using it for some good purpose like to help someone who really need help then I permit you to use it.
Stars: ✭ 14 (-65.85%)
Mutual labels:  memory, memory-hacking
CSGO-Offset-Scanner
Java Based Cross-Platform CSGO Offset and Netvar Scanner
Stars: ✭ 28 (-31.71%)
Mutual labels:  csgo, cheat
Scripting
PS / Bash / Python / Other scripts For FUN!
Stars: ✭ 47 (+14.63%)
Mutual labels:  memory, memory-hacking
Rainbow-v2
The best python legit cheat for csgo
Stars: ✭ 42 (+2.44%)
Mutual labels:  csgo, csgo-cheat
Memoryjs
Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
Stars: ✭ 371 (+804.88%)
Mutual labels:  memory, memory-hacking
toy-arms
⚔️ my simple reusable game hack components in Rust
Stars: ✭ 71 (+73.17%)
Mutual labels:  csgo, cheat
hexen-dll-injector
HEX-EN DLL Injector
Stars: ✭ 20 (-51.22%)
Mutual labels:  csgo, cheat
mh
A memory editor for iOS/macOS with JavaScript support
Stars: ✭ 35 (-14.63%)
Mutual labels:  memory, memory-hacking
Garhal csgo
A project that demonstrates how to screw with CSGO from Kernel Space. (CSGO Kernel Cheat/Hack) All cleaned up, and with updated offsets.
Stars: ✭ 179 (+336.59%)
Mutual labels:  csgo, cheat

CPP PLATFORM LICENSE

Counter-Strike: Global Offensive feature-rich cheat/base written in C++20
Software is subject to change. This picture is from the 2nd of September, 2021


Features

  • Console - Control center of the cheat. Abilities explained in the detail section.
  • [NOT DONE!] Info bar - Bound user information with conditions. Like i3-status. Not ready.
  • Safe rendering - Ability to dispatch draw calls in according queues from any thread, concurrently and safely.
  • Entity Cacher - Walkable list of all entities.
  • ESP - Visual information on entities. Abilities explained in the detail section.
  • Misc - Example features. Mentioned in the details section.
  • Easy NetVars - Easy way to access game NetVars. Table where a NetVar getter method is written is relevant (!). Abilities explained in the detail section.
  • Smart Memory Scanning - Abilities explained in the detail section.
  • Compile-time, independent utilities - Abilities explained in the detail section.
  • GameOverlayRenderer Hooking
  • Console

    • Easy compile-time customization! Currently, the console customization details are constexpr, but modifiable per build. You can find the values at the top of Console.cc.
    • Callbacks with return state, context access and identifiers,
    • Simple syntax (bool 0/1 ; int -INT_MAX, INT_MAX ; color 00000000-FFFFFFFF),
    • Focus switch (text section/input section) when there's no auto-suggestions focus (tab),
    • Text section scrolling (mouse wheel up/down),
    • Caret navigation (left/right),
    • Auto-suggest cursor navigation (up/down/tab),
    • Auto-suggest auto-complete (enter to select),
    • JSON, performant, config system, which utilizes console cache, with hashes for access. Can currently store the bool, int, and custom Color_t data types.
  • Safe rendering

    • It is also, very performant! Helveta uses ImDrawList for rendering in the backend.
      • This also means, that, if you want to hotswap the menu with ImGui, you're more than able to.
    • The system works by having the user create a queue, may it be locked (thread-safe), or unlocked (non thread-safe). It works by getting the queue, and calling it's Run method, which gives you access to context functions. With that, you'll become able to push renderables to it's contained list. These'll be dispatched in EndScene, where the Drawing Run method is called.
      • You can have functions which take a queue context argument so you can abstract the code base. An example is the Visuals Run method which does this.
      • This is used for the cheat ESP, but can also be used, for, say, a hypothetical menu focus layer.
  • Entity Cacher

    • Adds entity to local list when the game's OnAddEntity method is called, if the entity is not already contained.
    • Removes entity from local list when the game's OnRemoveEntity method is called, if the entity is already contained.
  • ESP

    • Note: ESP has enemy and teammates filter (esp.filters.(enemies/teammates)). The features will apply to the select entities.
    • Box - esp.box: Make outline of entity's mins/maxs in screen space,
      • You can also fill the outline contents with esp.box_fill.
    • Health - esp.health: Draw health bar on the left of the box,
    • Name - esp.name: Draw entity's name over the box,
    • Weapon - esp.weapon: Draw entity's weapon's name under the box,
    • Footsteps - esp.footsteps: Draws a box at the position where a footstep sound was dispatched with specified lifetime (esp.footsteps_time). Once the lifetime runs away, the box will fade away.
      • On hover, it displays the dispatcher's name, the dispatch position, and their last known dispatched position.
      • The dispatcher's name is still available regardless of current dormancy. So is their position of dispatch.
      • When the current entity is dormant, their last known position will be replaced with the text "Unknown".
    • (!) On fade in/out you can animate the bounding box Y level by setting the esp.y_animation identifier to true (1).
    • Glow - esp.glow: Outline the player's model with engine glow.
    • Entities fade in/out (alpha level) according to dormancy state.
    • All of the aforementioned can have their color modified. This should be apparent when you type them in the console, as auto-suggest will display their color options, as they're named the same, but have the _color suffix.
  • Misc

    • No Duck Delay - misc.no_duck_delay: Remove ducking cooldown,
    • Bunny Hop - misc.bunny_hop: Remove the (pending) IN_JUMP flag when not on ground, so you can only issue IN_JUMP on the landing command, to allow you to jump around with no restrictions,
    • Unlock ConVars - misc.unlock_convars: Console callback which removes the 'hidden' flag on every ConVar. Allows you to use commands such as r_aspectratio.
  • Easy NetVars

    • Works on a custom NETWORKED_CLASS(_INHERIT) system which takes the name of the class and stores it as a variable accessible only in the current context. Doesn't carry in inherits, so there's no conflict. This is then used in the NetVars getter.
    • Networked variables work on a NETWORKED_VARIABLE_DEDUCE(_NN/_SI) system, which parse the type from the name's Hungarian notation. The parser is made to identify the type from Valve networked variables accordingly. You must pass the data table field name (example: m_iHealth) for a NetVar name for both parsing and the NetVars getter. If a type is not supported or has conflicts due to Valve inconsistency, there's also NETWORKED_VARIABLE_SPECIFIER.
      • TODO: Implement Prediction DataMap for fields such as m_nMoveType, which are currently hacked in.
  • Smart Memory Scanning

    • Compile-time computed patterns - An issue as old as time, when you don't have to grab a string at run-time, THEN turn it into a byte array, there's no need to compute it at run-time. Our method allows you to pass strings to the STB macro, which'll return an array which'll leave no mark of a string (as it won't exist) over the binary. It'll just place the contents in at compile-time.
    • String-based pattern scanning - Easier way to get addresses to methods or variables. Meant to work with the Pointer_t FollowUntil as the address of the string itself is more often than not, not relevant.
      • For performance, the string is computed into an array at compile-time, passed to the pattern scanner, which issues a scan only within the .rdata binary section. Once it has the address of the string, it issues an endianness swap, then it scans for the resulted value in the .text section.
      • You can condition this scan, given multiple instances of references to a string.
  • Compile-time, independent utilities

    • If you're interested, you should educate yourself by referring to this file.
      • Some of the primary utilities that can be found there are:
        • Variadic, size-antagonistic Vector_t class,
        • (Valve) Hungarian notation type parser,
        • Compile-time IDA-style Strings to Byte Array,
        • Run-time/Compile-time equating value string hasher,
        • Array utilities.

Building Process

I, the author, personally use the following:

  • Visual Studio Code
    • Plugins
      • CMake
      • CMake Tools
      • C++
  • Visual Studio 2022 Build Tools (x86, v143) CMakeTools kit with MSBuild (tools obtainable from Visual Studio Installer)

Licensing

WTFPL, available in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].