Roll angles lua relesedv2

made this as a joke lol

Stop posting open source 1 liners for money.
scam somewhere else.

local value = Menu.SliderInt("Group", "Extended Lean", 45, 0, 180)
Cheat.RegisterCallback("prediction", function(cmd)
    cmd.viewangles.roll = AntiAim.GetInverterState() and value:Get() or -value:Get()
end)

well said thanks.

with the “1 liners” i posted it works fine but due to the line of code you posted and I tested that lean makes your movement just break

The problem with what i have from this is that you’re providing broken code and I understand you are an invited user to NL which is respectable rank in the community, but even so that code is broken due to how massive said lean is and how it will not work with NL’s API unless you fix it at all otherwise most people won’t even agree with what you said here because of how this code won’t even work…

otherwise i agree to you standing up to scammers :smiley:

typical ryano rolling pasters

here u go, “fixed version” for that. this was leaked here on the forums ages ago.

local a, b = 0, false

local ref = Menu.SliderInt("AA", "Mode", 0, 0, 1, "0 - static, 1 - dynamic")
local function lol(cmd)
    local lp = EntityList.GetLocalPlayer()
    if not lp then
        return
    end
    if lp:GetProp("m_vecVelocity"):Length2D() > 5 then
        return
    end
    if ref:Get() == 0 then
        cmd.viewangles.roll = AntiAim.GetInverterState() and 60 or -60
    end

    if ref:Get() == 1 then
        if b == false then
            a = a + 1
            if a >= 60 then
                b = true
            end
        else
            if b == true then
                a = a - 1
                if a <= -60 then
                    b = false
                end
            end
        end
        cmd.viewangles.roll = a
    end
end
Cheat.RegisterCallback("prediction", lol)

oh i fixed it with like 2 lines that’s just really unnecessary but still thank you for fixing it

i just made the script myself and did not see Extended Desync on the forums thats why i posted said script, not to scam people sorry if it was to make it look like that or that im trying to do it i just learning how to use the API/Lua and decided to make the script i don’t use online paste code as examples/using online code and claim it as mine

if your lua can be done in 3 lines it’s not worth selling

well its around 7-11 lines but its just better and more organized to fit it all in those lines

making a simple roll angle script should not take more than 20 lines unless it has anything special to it which i can do without doing 20 lines because lines does not always show hard work it just can show “hard work” depending what you’re working on or you’re just unorganized which is bad…

using amount of lines or a lot of lines always showing “hard work” is not… we are using a cheat which the point of it is to make everything easier on purpose which is nothing but hard work or its not hard work because most cheats come from a paste and make there money from becoming a paste… idc if NL is a paste or not it still taps because the devs/owner continues developing it which makes it unique and different

also thats like saying if my cheats resolver is 100 lines of code its not worth selling this is an example btw its poorly thought argument at all because you don’t even know what the code is… next time think before you type

more lines doesn’t equal better but your “7-11” lines including if statement starts and ends + callback function starts and ends and ui element creation means the actual code is so little that it’s clearly not complex enough to be worth money.

1 Like

thats your opinion my g but at that point its all opinionated at this point since we are talking about hvh coding… but the reason i accused you for saying “more lines is better” is because of the implication i obviously got that wrong, im not begging for people to spend money its on there own choice and there own thought process to get said script. “should i spend this # of money to improve my performance in a game where i cheat?” is what people always ask themselves or they prob dont because they just want to win but thats very unlikely. not calling anyone gullible its just how its advertised and how it looks.

plus i could just install this script onto my actual lua which has other functions DT, AA and etc… which would make it worth to buy since its over 650+ Lines of code because again from my assumption adding things like callback is apparently important to a simple script depending on what the script is used for.

plus since i made this roll angle script it would prob work better and be more organized either way.