add: fly and tp to azazel

This commit is contained in:
Jadis0x
2024-05-29 21:43:06 +03:00
parent a5e92125ed
commit 7c151b664f
6 changed files with 51 additions and 15 deletions

View File

@@ -12,6 +12,7 @@
#include "players/players.h"
#include "UnityCore.h"
#include "ClientHelper.h"
#include "features/misc/misc.h"
#pragma warning(push, 0) //important cuz dx11 throws so much warnings
#include <d3d11.h>
@@ -634,6 +635,12 @@ HRESULT __stdcall hookD3D11Present(IDXGISwapChain* pSwapChain, UINT SyncInterval
if (settings::player_esp)
ESP::RunPlayersESP();
if (settings::fly)
Misc::Fly(settings::fly_speed);
if (settings::fullBright)
Misc::FullBright();
ImGui::GetIO().MouseDrawCursor = open_menu;
ImGui::EndFrame();