Why does'nt my base work?
hey guys i need some help fmor pro coders to know why my base is crashing cf. im 100% that this is crashing cf when i inject my DLL. WHat is wrong wiht this
Code:
if(oneshot==1) {
for(int i=0 ; i<445 ; i++)
*(float*)((*(DWORD*)((*(DWORD*)(CShellBase+0x30845C))+(4*i)))+ 0x7F8) =1000 ; // oneshot kill
}
i use a hotkey to activate oneshot but it crashes.
Thanks to anyone reading this
