Search results

  1. Help! How to change Slidervalue to be Negative?

    multiply the value of the slider by -1 Example: *(float *) ((uint64_t) MyPlayer + 0x8F4) = -1 * speedModifier;