something is wrong with your keyboard go buy a new one even if you have a laptop buy a usb keyboard and use it during coding
Here's one for AIMBOT. I hope this helps!!!
Code:
typedef struct _Object* (__thiscall *lpGetCameraObject)(unsigned long ulCL***ientShell);
lpGetCameraObject GetCameraObject;
typedef int (__thiscall *lpGetMeIdxInPlayerInfoList)(unsigned long ulCL***ientShell);
lpGetMeIdxInPlayerInfoList GetMeIdxInPlayerInfoList;
typedef struct _st3rdPlayerInfo * (__thiscall *lpGet3rdPlayerInfoList)(unsigned long ulCL***ientShell);
lpGet3rdPlayerInfoList Get3rdPlayerInfoList;
typedef unsigned int (__thiscall *lpIsDeadState)(unsigned long ulCFX);
lpIsDeadState IsDeadState;
typedef void (__thiscall *lpDrawEngineString)(unsigned long ulBase, char *String, int x, int y, unsigned long Color, bool Shadow);
lpDrawEngineString DrawEngineString;