Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
updated signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Jul 7, 2022
1 parent 5e75a20 commit 5325a86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Le_Chiffre/misc/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

namespace {
// Config
const ::std::string CHEAT_VERSION = XorStr("v1.4.29");
const ::std::string RELEASE_DATE = XorStr("[25 June, 2022]");
const ::std::string CHEAT_VERSION = XorStr("v1.5.0");
const ::std::string RELEASE_DATE = XorStr("[07 July, 2022]");
const wchar_t* HOST = L"api.github.com";
const wchar_t* PATH = L"/repos/blaumaus/le_chiffre/tags?per_page=1";
const wchar_t* TARGET = L"csgo.exe";
Expand Down
7 changes: 4 additions & 3 deletions Le_Chiffre/signatures.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
#pragma once
#include <cstddef>

// 2022-06-24 21:19:52.085284 UTC
// 2022-07-04 11:40:28.525533100 UTC
namespace hazedumper {
constexpr ::std::int64_t timestamp = 1656105592;
namespace netvars {
constexpr ::std::ptrdiff_t cs_gamerules_data = 0x0;
constexpr ::std::ptrdiff_t m_ArmorValue = 0x117CC;
Expand Down Expand Up @@ -89,6 +88,7 @@ namespace hazedumper {
constexpr ::std::ptrdiff_t m_nFallbackSeed = 0x31DC;
constexpr ::std::ptrdiff_t m_nFallbackStatTrak = 0x31E4;
constexpr ::std::ptrdiff_t m_nForceBone = 0x268C;
constexpr ::std::ptrdiff_t m_nModelIndex = 0x258;
constexpr ::std::ptrdiff_t m_nTickBase = 0x3440;
constexpr ::std::ptrdiff_t m_nViewModelIndex = 0x29D0;
constexpr ::std::ptrdiff_t m_rgflCoordinateFrame = 0x444;
Expand Down Expand Up @@ -147,11 +147,12 @@ namespace hazedumper {
constexpr ::std::ptrdiff_t dwZoomSensitivityRatioPtr = 0xDCB620;
constexpr ::std::ptrdiff_t dwbSendPackets = 0xD8422;
constexpr ::std::ptrdiff_t dwppDirect3DDevice9 = 0xA6050;
constexpr ::std::ptrdiff_t find_hud_element = 0x51C259D0;
constexpr ::std::ptrdiff_t find_hud_element = 0x2DFF59D0;
constexpr ::std::ptrdiff_t force_update_spectator_glow = 0x3BDCEA;
constexpr ::std::ptrdiff_t interface_engine_cvar = 0x3EA3C;
constexpr ::std::ptrdiff_t is_c4_owner = 0x3CAD70;
constexpr ::std::ptrdiff_t m_bDormant = 0xED;
constexpr ::std::ptrdiff_t m_bIsLocalPlayer = 0x3628;
constexpr ::std::ptrdiff_t m_flSpawnTime = 0x103C0;
constexpr ::std::ptrdiff_t m_pStudioHdr = 0x2950;
constexpr ::std::ptrdiff_t m_pitchClassPtr = 0x5210940;
Expand Down

1 comment on commit 5325a86

@vercel
Copy link

@vercel vercel bot commented on 5325a86 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lechiffre – ./

lechiffre-git-main-blaumaus.vercel.app
lechiffre.vercel.app
lechiffre-blaumaus.vercel.app

Please sign in to comment.