Recent content by xLamantine

  1. xLamantine

    Source Cheat Loader ImGui C++

    Hello! I will share you with my friend cheat loader imgui menu. SS: Download: https://www.filedropper.com/design_4
  2. xLamantine

    How to update offsets using HazeDumper

    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...
  3. xLamantine

    How to make theme changer in your menu using ImGui.

    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...
  4. xLamantine

    FREE CS:GO CHEAT / Keeper.pw / External

    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...
  5. xLamantine

    [GUIDE] Bypassing the ban in games and anonymity in your own system.

    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...
  6. xLamantine

    How to change menu color's and style using ImGui.

    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...
  7. xLamantine

    How to make your custom fonts in ImGui.

    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...
  8. xLamantine

    Fatality.win ImGui color styles

    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...
Top