Skilled HvHer
*COPIED FROM FORUMS*
[ Description ]
By using this lua, You are enable to Rolling without affecting your speed velocity as much as possible, and you can customize in what state Rolling is enabled (such as In Air/On Ladders/low speed velocity/stamina, etc.), and it would not affects any antiaim luas that related to rolls(maybe).
[ Preview ]
LUA Preview:
Gameplay Highlight:
If you are trying to make an aa script based on this script, you can use this as a checker.
or this
preview would be like this -->
[ Description ]
By using this lua, You are enable to Rolling without affecting your speed velocity as much as possible, and you can customize in what state Rolling is enabled (such as In Air/On Ladders/low speed velocity/stamina, etc.), and it would not affects any antiaim luas that related to rolls(maybe).
[ Preview ]
LUA Preview:
You must be registered for see links
Gameplay Highlight:
You must be registered for see links
(its actually p should watch)If you are trying to make an aa script based on this script, you can use this as a checker.
Code:
if is_rolling == true/false, then
----code here
end
or this
Code:
if air_status() == 0 and not ui.get(key3) and speed >= hit_bind() and recovery >= stamina_bind() and Ladder_status() == 0 then
--code
else
--code
end
preview would be like this -->
You must be registered for see links