🔫 CrossFire Crossfire speedhäçk source code

Status
Not open for further replies.
Code:
#define dw_pWeaponMgr 0x15ECE34 //  8B 0D ?? ?? ?? ?? 8B 04 B1 D9 E8
#define MoveSpeedPenalty 0xD00

VOID Speedhäçk()
{
    DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
    if(!CShellBase) return;
    DWORD pWeaponMgr        = *(DWORD*)(CShellBase+dw_pWeaponMgr);
    for(int i=0; i<=999; i++)
    {
        DWORD Weapon = *(DWORD*)(pWeaponMgr + (4*i));
        if(Weapon != 0)
        {
            if(GetAsyncKeyState(VK_SHIFT))
            {
                *(float*)(Weapon + MoveSpeedPenalty) = -1.0f;
            }
        }
    }
}

kayo na bahal mag code iyan
 
no details :/ paano magagawa yan? para ma iconvert sa dll file yan
wala man lang name kung anong codes yan at kung anong feature ang meron
sa source code na yan
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 3K
    Views
  • 4
    Participants
Last reply from:
meiyu

Trending Topics

Online now

Members online
1,426
Guests online
4,045
Total visitors
5,471

Forum statistics

Threads
2,303,186
Posts
29,152,525
Members
1,198,140
Latest member
jvjjsjajajcx
Back
Top