Today im going to show you three way's to make super jump.

super jump type one (easy) (this method only works for some game's)

1. make sure you game is on pause game : true
2. make sure your not moving
3. jump and search exact value "1"
4. wait to fall to the ground then search exact value "0"
5. repeat intell you only have a few results
6. you put them all at 0
7. one of the a address's will make it so you cant jump
8. paste the address in to the decorator
9. look for address near that address that are 40000000 or 4xxxxxxx
10. one of them will be your jump height address.

super jump type two (medium) (this method works for most game's)

1. make sure you game is on pause game : true
2. make sure your not moving
3. jump and search unknown 32bit "greater"
4. then hit the ground and search exact "0"
5. repeat untell your down to a few results
6. you will have most likely found your z cords
7. edit the address and it should teleport you some were high i the air
8. look around the address for value's around 40000000
9. edit them one of them will most likely be the jump adress

super jump type 3 (hard) (works in all games)

1. make sure you game is on pause game : true
2. make sure your not moving
3. jump up in the air and search greater
4. wait to fall to the ground then search less
5. stay on the ground and search same to get rid of junk address
6. repeat untell you down to 20 or so address's
7. edit them
8. the jump address will most likely start with 4

good luck i hope you learned something from this guide