🔫 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
914
Guests online
2,014
Total visitors
2,928

Forum statistics

Threads
2,314,662
Posts
29,179,217
Members
1,183,265
Latest member
Dontworryabutit
Back
Top