Working 27.12.2019
credits to xxximirus (for the fix)
Fix possible Crashes/Bugs :
Enable Multi-core processing/Multicore rendering
If still crashing or ESP is not working try this :
To specify the startup parameters -disable_d3d9ex
Staff: Malware
Приветствую Вас, сегодня хочу вам рассказать о таком инжекторе как Windows-Tweaker сделанный разработчиками Witech.
Это ещё сырая версия программы, в дальнейшем подвергнется большим изменениям.
Открытый бета тест данного инжектора, заключается в том, что бы выявить баги и недоработки, а так-же...
I'm releasing "Gideon Project Fixed" it compiles just fine you need to debug to find out why it crashes in game but it compiles and injects just fine
please like!
don't be a leecher!
Download: *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
If you want to avoid using signatures, then you should
bool __fastcall hkGetBool_cl_hud_bomb_under_radar(PVOID pConVar, PVOID edx)
{
ULONG HUDWeaponInterface = 0;
__asm mov HUDWeaponInterface, EBX;
stack* pEBP;
__asm mov pEBP, ebp;
typedef int(__thiscall...
— How you can easily change the crosshair color (and outline color) without using any convars?
— To do this you need to hook DrawSetColor from ISurface at index 15, then you check if the crosshair is being drawn and then you return your own color.
void __fastcall hk_drawsetcolor(ISurface*...
This function will help you set the bomb much faster. Without this fix, in order to planting a bomb, it was necessary to run through a significant part of the site, but now this will not happen.
Before
After
void FixedBombPlant(CUserCmd* cmd){
if (!(cmd->buttons & IN_USE) &&...