Code:
- ; Hack Settings
- ;==================================================
- CheckSpeedHack -> Attack speed check system (0=Off/1=On).
- CheckSpeedHackTolerance -> Maximum attack speed tolerance.
- CheckLatencyHack -> Connection latency check system (0=Off/1=On).
- CheckLatencyHackTolerance -> Maximum latency tolerance.
- CheckAutoPotionHack -> Potion usage check system (0=Off/1=On).
- CheckAutoPotionHackTolerance -> Cooldown time between potion use (Miliseconds).
- CheckAutoComboHack -> Combo usage check system (0=Off/1=On).
- CheckAutoComboHackTolerance -> Cooldown time between combo use (Miliseconds.
How can i edit it by default? How can i know a good value to put in CheckLatencyHack for example?
Code:
; Hack Settings
;==================================================
CheckSpeedHack = 0
CheckSpeedHackTolerance = 0
CheckLatencyHack = 0
CheckLatencyHackTolerance = 0
CheckAutoPotionHack = 0
CheckAutoPotionHackTolerance = 0
CheckAutoComboHack = 0
CheckAutoComboHackTolerance = 0
My configs are all disabled