Hello! Today i will help you for updating CS:GO cheat offsets. Go to: https://github.com/frk1/hazedumper
Download the source. Open csgo.hpp. Find your offsets using CTRL+F and update it. If u need to increase your update time speed change your offsets include to csgo.hpp source then rename the...
Hello everyone. Today I will tell you how to create a selection of themes for your menu based on ImGui. To create this, you need to create a combo element and variables with an array to it:
const char* themes[]{ "Dark Purple", "Dark Blue" };
static int curTheme;
ImGui::Combo(xorstr("Menu...
Hello! I want to share with you my free CS:GO cheat called Keeper.pw. It's fully external and untedected by 16.03.21. You can use it for free.
Download: https://anonfiles.com/l99bT2s7tb/keeper_exe
VT...
Hey! Today I would like to talk about how hardware bans are bypassed in games, how your browsers collect data about you, and so on. To begin with, it is worth determining how the bans are obtained in games. Blocks are of several types, the most common are blocks: - By hardware, - By account. In...
Hello! At this thread i will show you how to change your style's in your menu using ImGui. You can use ready-made styles that posted here: https://github.com/ocornut/imgui/issues/707
If need to make your own style you need to customizing the style for the elements and customizing the color of...
Welcome at my another thread! Here i will show you how to use custom ImGui fonts in your cheat. Let's start!
There are two types of ImGui fonts. I will show you all.
Type first. Importing fonts from PC directories. It's working like this:
All you need to do is add this function in your main...
Hello dear users! In this thread i will show you my own purple red ImGui color style. The same style you can see in Fatality.win. This color style made by me at full and using for main in Simplicity.
ImGui::GetStyle().WindowRounding = 0.0f;
ImGui::GetStyle().WindowPadding = ImVec2(0.0f...