What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!

LUA [GS] Enable Roll Angle in Different State [Air/Speed/Stamina]

Skilled HvHer
User ID
8105
Messages
9
Reactions
59
Level
11
*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: (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 -->
 

Password for .zip file is hvh.net

  • RollState.lua
    12 KB · Views: 57
Skilled HvHer
User ID
8105
Messages
9
Reactions
59
Level
11
Also, yes. The coce is messy. The creator of it has released this as the first code of his.
He will update it. :)
 
I'm not Plisskien
Administrator
User ID
1
Messages
1,192
Reactions
3,749
Level
99
*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:
(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.


if is_rolling == true/false, then
----code here
end


or this


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 -->
Very cool, ty for posting
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top