What's new

Crossfire speedhäçk source code

johnpaulsim13

Honorary Poster
Joined
Sep 19, 2016
Posts
172
Reaction
169
Points
140
Age
27
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
 

About this Thread

  • 3
    Replies
  • 2K
    Views
  • 4
    Participants
Last reply from:
ImpulseToDestroy

Online statistics

Members online
1,346
Guests online
6,201
Total visitors
7,547
Back
Top