Soory, i'm a rookie hack coder, i'm only learning how to make hacks, and currently i'm stucked at how to make entry point for a C# DLL...
I learnt some thing from the sources i given from coders...
I guess it close because the loop is too long... The weapon-loop (or how you coders call it) is somewhere about 764 if i know good...
It means it goes over the weapons and write on a memory place, where it shouldnt... so Cf crash...
Reduce the loop length from 999 to I dont know how many currently...
2; Place the "if (GetAsync....) outside the loop.... why ?
Its a simple logic error
if you press the Num7 when the loop is at 332 (for example) and release at 678(for example) it wont write the full memory you need to be modified...
if you replace the "If (Get async) and for(...)
If you press Num7 its ONLY then will go throught the loop...
I hope, i could help you...
You give error cuz you changing weapon too fast (i think) slow it down...