Posts by Viscara
13 posts total, newest first.
What's wrong with my code?in Crossfire Coding Help & Discussion - It's very simple actually.
*(bool*)(pWallMgr + *(DWORD*)(i*TextureType) + ShootThroughWall1) = stw;
*(bool*)(pWallMgr + *(DWORD*)(i*TextureType) + ShootThroughWall2) = stw;
*(bool*)(pWallMgr + *(DWORD*)(i*TextureType) +What's wrong with my code?in Crossfire Coding Help & Discussion - Solved. Finally got it /goodie. This was a very tricky feature to make work. Although I still have to learn bypass Client Error.
ryuzaki™
Thanks for the addy btw :). Can I borrow your addy logger? (I just can't mWhat's wrong with my code?in Crossfire Coding Help & Discussion - [QUOTE=Ryuzaki™;8026476]WallMgr for CFPH is:
Code:
0xE6607C[/QUOTE]
it still crashes once i turn it on :(What's wrong with my code?in Crossfire Coding Help & Discussion - This is CFPH btw.
#define WallMgr 0x0
#define TextureType 0x574
#define ShootThroughWall1 0x568
#define ShootThroughWall2 0x56C
#define ShootThroughWall3 0x570What's wrong with my code?in Crossfire Coding Help & Discussion - DWORD CShell = (DWORD)GetModuleHandleA(EncCShell);
DWORD pWallMgr = *(DWORD*)(CShell + WallMgr);
if(stw) //Shoot through wall
if(pWallMgr)
{
Beep(520,100);
for(int i = 0; i < 64; i++) //not sure
if((pWallMgr +
Showing the 5 most recent posts.