Results 1 to 15 of 15
  1. #1
    snipwnage2's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    191
    Reputation
    10
    Thanks
    135
    My Mood
    Tired

    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;
    Last edited by snipwnage2; 07-18-2015 at 07:11 PM.

  2. The Following User Says Thank You to snipwnage2 For This Useful Post:

    zombiiju (07-19-2015)

  3. #2
    holyhackdudelol's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    2
    literally just made a new account to tell you that this code is cancer

  4. The Following User Says Thank You to holyhackdudelol For This Useful Post:

    anman20 (07-26-2015)

  5. #3
    snipwnage2's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    191
    Reputation
    10
    Thanks
    135
    My Mood
    Tired
    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

  6. #4
    holyhackdudelol's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    2
    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

  7. #5
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    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
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  8. #6
    cdr1za's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    86
    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.

  9. #7
    teadrinkinghacker's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    35
    Quote Originally Posted by cdr1za View Post
    what this isn't wrong? this is the best way of doing it.
    far from it actually
    any post i participate in sub-posting or original posting in is considered a safe zone, you must keep the language casual and no cuss words and keep the sub-posting friendly and good (no non-friendly bad posting or sub-posting)

    need help with your posting? just copy how i do it!

    professional anti-bully-er and bullying abuse counselor

    if yo' ass think im a shitposta yo' betta' run befo' i get ya' w/ my counter-bad-posting skills

  10. #8
    snipwnage2's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    191
    Reputation
    10
    Thanks
    135
    My Mood
    Tired
    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.

  11. #9
    teadrinkinghacker's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    35
    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)
    any post i participate in sub-posting or original posting in is considered a safe zone, you must keep the language casual and no cuss words and keep the sub-posting friendly and good (no non-friendly bad posting or sub-posting)

    need help with your posting? just copy how i do it!

    professional anti-bully-er and bullying abuse counselor

    if yo' ass think im a shitposta yo' betta' run befo' i get ya' w/ my counter-bad-posting skills

  12. #10
    color0a's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    26
    Dont wury snip ur codens are tea/10

  13. #11
    snipwnage2's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    191
    Reputation
    10
    Thanks
    135
    My Mood
    Tired
    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

  14. #12
    teadrinkinghacker's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    35
    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
    Last edited by teadrinkinghacker; 07-20-2015 at 07:24 AM.
    any post i participate in sub-posting or original posting in is considered a safe zone, you must keep the language casual and no cuss words and keep the sub-posting friendly and good (no non-friendly bad posting or sub-posting)

    need help with your posting? just copy how i do it!

    professional anti-bully-er and bullying abuse counselor

    if yo' ass think im a shitposta yo' betta' run befo' i get ya' w/ my counter-bad-posting skills

  15. #13
    Ariaa's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    115
    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)

  16. #14
    maxy68985's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Sorry for ******gotry, but is this just for an lua file? like autorun.lua? I'm autistic af so thx

  17. #15
    RabidRunner's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    225
    Reputation
    10
    Thanks
    1,114
    My Mood
    Tired
    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

Similar Threads

  1. [REQ]Winchester + Neck&Head Shoot + Silent Walk
    By sl0owner in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 04-16-2008, 08:08 AM
  2. WHX *Silent Kill* [Release]
    By WHX in forum WarRock - International Hacks
    Replies: 26
    Last Post: 12-16-2007, 12:45 PM
  3. Silent Hill
    By Hisana in forum General
    Replies: 0
    Last Post: 11-22-2007, 07:35 PM
  4. [RELEASE] Silent-Kill v1.0
    By assassian1 in forum WarRock - International Hacks
    Replies: 24
    Last Post: 10-07-2007, 01:02 PM
  5. great mp3 downloads-hip hop, pop
    By m164life in forum Entertainment
    Replies: 0
    Last Post: 02-21-2006, 08:51 AM