Daleon228_09
Solid & Active Platinian
Help hook this
Im try this
but this doesn't work
C#:
private void RpcSpawnGrenade(int OOFLGCNHPII, Vector3 KGCMGOKFKAH, Vector3 CFPJOKBPNNO, MLOJMPNNOJN.CGCHGOHHMPA EKMLLGOCIBN) { }
Im try this
C++:
void (*old_nuke)(void *instance, int a, Vector3 b, Vector3 c, void* d);
void nuke(void *instance, int a, Vector3 b, Vector3 c, void* d){
if (instance != NULL){
if (Nuke){
old_nuke(instance, a, b, c, d);
old_nuke(instance, a, b, c, d);
old_nuke(instance, a, b, c, d);
old_nuke(instance, a, b, c, d);
}
}
return old_nuke(instance, a,b,c,d);
}