Search results

  1. Solved Hook

    how to hook inputvalue with fields? Help, pls Code: int sliderValue = 1, level = 0; void (*old_Rate)(void *instance); void Rate(void *instance) { if (feature3 != NULL) { if (feature3) { *(int *) ((uint64_t) instance + 0xBC) = 99999; } } return...