Help! How to change Slidervalue to be Negative?

CHEATS GAMES

Solid & Active Platinian
Original poster
Aug 9, 2019
64
18
8
39
Brazil
I have a game that jumpheight only works by changing it to negative , how can I change it so that the slidervalue works with negative numbers ?


slider.png


java.png
 

NotALegitGuy

Solid & Active Platinian
Sep 24, 2018
69
67
18
Costa Rica
Try setting min to something like -10 and see if that allows you to use negative numbers, if so then change min to something higher as ig it is the minimum value
 

Iteki

Rookie
May 7, 2021
1
0
1
multiply the value of the slider by -1

C++:
 Example:

*(float *) ((uint64_t) MyPlayer + 0x8F4) = -1 * speedModifier;