SolvedRCS Not Working

Posts 16 of 6 · Page 1 of 1
RCS Not Working
Does anyone mind looking at my RCS code for me? They just randomly stopped working this patch and I don't know why.
I'm not gonna post code here so pm me.
Updated offsets mabye?
Quote Originally Posted by Rage King View Post
Updated offsets mabye?
Code:
const DWORD attack = 0x02EADA78;
const DWORD jump = 0x04AD0374;
const DWORD LocalPlayer = 0x00A9948C;
const DWORD EntityList = 0x04A3BB64;
const DWORD GlowObjectBase = 0x04B528D4;       

const DWORD m_iCrossHairID = 0x8CF4;
const DWORD m_iTeamNum = 0xF0;
const DWORD m_fFlags = 0x100;
const DWORD GlowIndex = 0x86B0;    
const DWORD isDormant = 0xE9;
const DWORD bSpotted = 0x935;
const DWORD flashMaxAlpha = 0x8694;
const DWORD shotsFired = 0x8650;
const DWORD dwAng = 0x4CE0;
const DWORD PunchAngle = 0x13E0;
const DWORD	m_dwViewAngles = 0x4CE0;
const DWORD offEnginePointer = 0x5D3224;
Quote Originally Posted by Skips View Post
Code:
const DWORD attack = 0x02EADA78;
const DWORD jump = 0x04AD0374;
const DWORD LocalPlayer = 0x00A9948C;
const DWORD EntityList = 0x04A3BB64;
const DWORD GlowObjectBase = 0x04B528D4;       

const DWORD m_iCrossHairID = 0x8CF4;
const DWORD m_iTeamNum = 0xF0;
const DWORD m_fFlags = 0x100;
const DWORD GlowIndex = 0x86B0;    
const DWORD isDormant = 0xE9;
const DWORD bSpotted = 0x935;
const DWORD flashMaxAlpha = 0x8694;
const DWORD shotsFired = 0x8650;
const DWORD dwAng = 0x4CE0;
const DWORD PunchAngle = 0x13E0;
const DWORD	m_dwViewAngles = 0x4CE0;
const DWORD offEnginePointer = 0x5D3224;
Some offsets are wrong, go take a look at a dumper and fix those.
If it still doesn't work you'll need to post code.
Quote Originally Posted by 420skid420 View Post
Some offsets are wrong, go take a look at a dumper and fix those.
If it still doesn't work you'll need to post code.
Somehow I got an incorrect PunchAngle offset, thanks for the help.

//Solved
Bumpo //2short
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?