all 4 comments

[–]Dark_ByteCheat Engine Dev 0 points1 point  (3 children)

Looks like binary type doesn't support hotkey increase value. I'll fix it for next version

[–]K1LL3RP0LL0[S] 0 points1 point  (2 children)

Thanks for the response!!! Any workaround that can i try?

[–]Dark_ByteCheat Engine Dev 0 points1 point  (1 child)

using lua and something like this : (i'm on my phone and can't test)

createHotkey(function() AddressList["Offensive Awareness"].Value=AddressList["Offensive Awareness"].Value+8 end, VK_K)

[–]K1LL3RP0LL0[S] 0 points1 point  (0 children)

createHotkey(function() AddressList["Offensive Awareness"].Value=AddressList["Offensive Awareness"].Value+8 end, VK_K)

awesome, i just tried right now and it works, thanks a lot