Solved[LUA FAKE ANGLES] Help please

Posts 112 of 12 · Page 1 of 1
[LUA FAKE ANGLES] Help please
Hey all, I am trying to make me spin (If I look on my selve with camera or with third person, I will spin, but in 1st person, my view will be steady, also walking while spinning whill be as usuall) like all these CSS rage aimbots looks like.

I just want it to my singleplayer for fun, so I am asking, is there any way, to make my char. spin, but view stay steady ? only LUA please.
Quote Originally Posted by MeepDarknessMeep View Post
no not possible in only lua
What about view angles?
Quote Originally Posted by Trollaux View Post


What about view angles?
it's impossible to walk correctly and spin at the same time within pure lua
Quote Originally Posted by MeepDarknessMeep View Post
it's impossible to walk correctly and spin at the same time within pure lua
Code:
                        if settings.FakeView then
                                local move = Vector( ucmd:GetForwardMove(), ucmd:GetSideMove(), 0 )
                                local norm = move:GetNormal()
                                local set = ( norm:Angle() + ( View ) ):Forward() * move:Length()
                                ucmd:SetForwardMove(set.x )
                                ucmd:SetSideMove(set.y)
                               
                                fakeview = true
                        elseif fakeview then
                                ucmd:SetForwardMove(angles.p)
                                ucmd:SetSideMove(angles.y)
                                fakeview = false
                        end
If its possible, to have stabilized view, stabilized movement, but character spinning, post the code please )
needing a fake angle spinbot for singleplayer lmfao what why g t f o
Quote Originally Posted by D3M0L1T10N View Post
needing a fake angle spinbot for singleplayer lmfao what why g t f o
Well, uhm, i said it wrong, not the actual fake angles you know from CSS, but , when your character visually spin, but your view not, its also some kind of fake angles,
but, like I said, its for singleplayer just for fun, and for you, don't ask why I want it, its about HOW TO DO IT , not WHY I WANT TO DO IT
You can do it with just Lua, but it's too much work to be worth it IMO. You could do it much easier with a proper CreateMove hook.
Meep, stop pretending to know what you're talking about.
it's impossible don't listen to blue kirby he's just a troll
Whatever, nevermind, thanks...
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?