Much ppl dont know how to Add Key so they only just Copy source and Past here am teaching u how u can add one so easy

Ex :
Code:
if(CH_Super_Jump == 1)
        {

            if((GetAsyncKeyState(VK_LCONTROL)) && (GetAsyncKeyState(VK_SPACE)))
            {
                DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
                if(dwPlayerPtr != 0)
                {
                    *(float*)(dwPlayerPtr + Ofs_Y) = 250;
                }
            }
        }

This is Super Jump Source And here is the Key Function if((GetAsyncKeyState(VK_LCONTROL)) && (GetAsyncKeyState(VK_SPACE)))
Now u Can see This Mean LeftCtrl + Space = Fly u Can Edit This as u wont For Any Key even u Can do it 1 key  :) ..
Thx For Reading Add Thanks Guys

Dont Add Credits No Need It,s Just Teach u How Add Key For Function