I don't get what you mean, the script already has the jump distance editable what would you like to add?Quote:
Paraly it is possible to add the jump and distance in the same script that is also editable
Example this one is jumping I could jump and fall forward or it is already that it can not be used speed hack
You can create the long jump I jump and fall forward
Example I have this jump on it yourself you can add to jump and fall forward
# IF =% FirstTime,;
#UseLoop
UseSpeed = 1;
_SetVar2 = 0.9; <- jump distance
#ENDIF
WaitForKey = 20.1;
_IFMemPtrRead =% AddrChat,% OffsetChatOpen, BYTE, = 6;
_MemPtrReadVar =% PlayerBase,% OffsetPosZ, FLOAT, 1;
_Calc1 =% Var1 +% Var2;
MemPtrWrite =% PlayerBase,% OffsetPosZ,% Var1, FLOAT;
#ENDIF