Silent W-Hop Strafer

Posts 115 of 15 · Page 1 of 1
Silent W-Hop Strafer
This is more a proof of concept but whatever,

the silent aim is skidded deal with it

Code:
timer.Simple(10, function() 
local ang;
hook.Add("CreateMove", "", function(cmd)
        if (cmd:KeyDown(IN_JUMP ) && !LocalPlayer():IsOnGround() && !LocalPlayer():IsFlagSet(FL_PARTIALGROUND)) then
                cmd:RemoveKey(IN_JUMP );
				local mouseX = cmd:GetMouseX()
				if !ang then ang = cmd:GetViewAngles(); end
				ang = ang + Angle(cmd:GetMouseY() * .023, cmd:GetMouseX() * -.023, 0);
				ang.x = math.NormalizeAngle(ang.x);
				ang.p = math.Clamp(ang.p, -89, 89);
				if(cmd:CommandNumber() == 0) then
						cmd:SetViewAngles(ang);
						return;
				end
				if ( mouseX < 0 ) then
					cmd:SetForwardMove( 10^4 )
					cmd:SetViewAngles(LocalPlayer():EyeAngles() + Angle(0,90,0))
				elseif ( mouseX > 0 ) then
					cmd:SetForwardMove( 10^4 )
					cmd:SetViewAngles(LocalPlayer():EyeAngles() - Angle(0,90,0))
				end
        end
end);
end)
I think doing it in CalcView Would have been better but fuck it ;w;
literally just made a new account to tell you that this code is cancer
Quote Originally Posted by holyhackdudelol View Post
literally just made a new account to tell you that this code is cancer
Idk who u are but yes it is cancer
Quote Originally Posted by snipwnage2 View Post
Idk who u are but yes it is cancer
why did you do * .023 since this is suppose to be the equivalent of m_yaw (could use getconvar but its default to 0.022 and no one changes it anyway)
also whats up with this 10 to the power of 4 shit, you should be dynamically getting the proper speed easily
Quote Originally Posted by holyhackdudelol View Post
why did you do * .023 since this is suppose to be the equivalent of m_yaw (could use getconvar but its default to 0.022 and no one changes it anyway)
also whats up with this 10 to the power of 4 shit, you should be dynamically getting the proper speed easily
PLEASE STOP I WANTED TO KEEP CRINGING AT PEOPLE WHO C+PED THAT WRONG CODE
Quote Originally Posted by D3M0L1T10N View Post
PLEASE STOP I WANTED TO KEEP CRINGING AT PEOPLE WHO C+PED THAT WRONG CODE
what this isn't wrong? this is the best way of doing it.
Quote Originally Posted by cdr1za View Post
what this isn't wrong? this is the best way of doing it.
far from it actually
Quote Originally Posted by teadrinkinghacker View Post
far from it actually
Well I started Making glua cheats this week and this was just an idea I had for a while that had never been done it's mostly should be used just for idea if I ever make it properly I'll Use calcview or something.
Quote Originally Posted by snipwnage2 View Post
Well I started Making glua cheats this week and this was just an idea I had for a while that had never been done it's mostly should be used just for idea if I ever make it properly I'll Use calcview or something.
"never been done"
no one has even done that before in the history of dota!!!
ive actually had fully silent autostrafer onground/inair for a while now, same with many things others dont have in lua (even some in c++ dont have for some reason)
Quote Originally Posted by color0a View Post
Dont wury snip ur codens are tea/10
thanks baby >///<

- - - Updated - - -

Quote Originally Posted by teadrinkinghacker View Post


"never been done"
no one has even done that before in the history of dota!!!
ive actually had fully silent autostrafer onground/inair for a while now, same with many things others dont have in lua (even some in c++ dont have for some reason)
This is silent whop doe > and it'll look semi-legit when people spectate u :3
Quote Originally Posted by snipwnage2 View Post
thanks baby >///<

- - - Updated - - -



This is silent whop doe > and it'll look semi-legit when people spectate u :3
yes as i said mine is silent for both onground and inair
also idk bout u but when i see someone snapping 90 degrees to each side i dont think thats legit at all i think its an antiaim gone wrong

btw new meme guys is to use really small hard to read font, just so y'all kno this originated from the 'sec
Quote Originally Posted by teadrinkinghacker View Post


yes as i said mine is silent for both onground and inair
also idk bout u but when i see someone snapping 90 degrees to each side i dont think thats legit at all i think its an antiaim gone wrong

btw new meme guys is to use really small hard to read font, just so y'all kno this originated from the 'sec
I found that snapping yaw 90 degrees gives the user the most legit behavior you can use in an autostrafer because when I bhop I turn my mouse exactly 90 degrees when I strafe for maximum performance (im using a steelseries mousepad thats why)
Dont wury snip ur codens are tea/10
Sorry for ******gotry, but is this just for an lua file? like autorun.lua? I'm autistic af so thx
Quote Originally Posted by maxy68985 View Post
Sorry for ******gotry, but is this just for an lua file? like autorun.lua? I'm autistic af so thx
yes
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?