Posts by KillTubeCZ
16 posts total, newest first.
Change skin when currentweapon = AWPin Counter-Strike 2 Coding & Resources - ALREADY FIXEDChange skin when currentweapon = AWPin Counter-Strike 2 Coding & Resources - I am not saying that is good but could you help me instead of saying my code is shit?Change skin when currentweapon = AWPin Counter-Strike 2 Coding & Resources - I want when i take/buy awp it will change skin but its doing anything.
if (weaponID == (WEAPON_AWP) && local_player->getCurrentWeapon() != weaponID)
{
skinchanger->doSmth();
skinchanger->setSkin(344);
skinchExternal skinchanger not working.in Counter-Strike 2 Coding & Resources - Hello guys i am trying to make work skinchanger but skin is not changing.. game is forceupdating but weapon is still default.
#include "skinchanger.h"
#include "memory.h"
CSkinChanger* skinchanger = new CSkinChangeOffset help!in Counter-Strike 2 Coding & Resources - Hello guys i learning how hacks work and i want to update old hack.. i used CSGO - Dumper to have new offsets but names of offsets are different
const DWORD dwPlayerBase = 0x99E324;
const DWORD dwEntityBase = 0x9B76B4;
c
Showing the 5 most recent posts.