Announcement

Collapse
No announcement yet.

alias / bindings / scripts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • alias / bindings / scripts

    This post can be deleted i found what was wrong with my script and it has been corrected.
    So Thanks for your help and have a nice day
    I wont give up the script again, some people might already have it and got it right, but im not posting it again. !

  • #2
    Re: alias / bindings / scripts

    So let me get this straight:

    You're trying to get our help on how to make a script that will make you lag out while moving so you're harder to hit, then return to normal settings while pausing to shoot?

    Are you kidding me here? Sheesh, nobody help this guy out.

    Comment


    • #3
      Re: alias / bindings / scripts

      I'm gonna really help you out. Try these, they're better and show off skill:
      bind w +moveup
      bind s +movedown
      bind a +moveleft
      bind d +moveright
      rate 20000
      cl_updaterate 100
      cl_cmdrate 100

      Comment


      • #4
        Re: alias / bindings / scripts

        Originally posted by -:Nighthawk:- View Post
        So let me get this straight:

        You're trying to get our help on how to make a script that will make you lag out while moving so you're harder to hit, then return to normal settings while pausing to shoot?

        Are you kidding me here? Sheesh, nobody help this guy out.
        Yes i am, i dont scrim, i dont go to lan places.. I only play on public so just trying to have some fun


        Oh and BTW. im almost getting it done.
        With it like this
        ----------

        alias +w "+moveup; fps_max 1; fps_modem 1 ;cl_updaterate 9; cl_cmdrate 19; rate 4999"
        alias -w "+moveup; fps_max 101; fps_modem 101; cl_updaterate 102; cl_cmdrate 102; rate 25000"
        bind w "+w"

        alias +s "+movedown; fps_max 1; fps_modem 1; cl_updaterate 9; cl_cmdrate 19; rate 4999"
        alias -s "+movedown; fps_max 101; fps_modem 101; cl_updaterate 102; cl_cmdrate 102; rate 25000"
        bind s "+s"

        alias +a "+moveleft; fps_max 1; fps_modem 1; cl_updaterate 9; cl_cmdrate 19; rate 4999"
        alias -a "+moveleft; fps_max 101; fps_modem 101; cl_updaterate 102; cl_cmdrate 102; rate 25000"
        bind a "+a"

        alias +d "+moveright; fps_max 1; fps_modem 1; cl_updaterate 9; cl_cmdrate 19; rate 4999"
        alias -d "+moveright; fps_max 101; fps_modem 101; cl_updaterate 102; cl_cmdrate 102; rate 25000"
        bind d "+d"

        ----------

        Everything works except the movements

        Comment


        • #5
          Re: alias / bindings / scripts

          lol
          I know exactly what's wrong with your config.

          Comment


          • #6
            Re: alias / bindings / scripts

            Originally posted by Sintra View Post
            lol
            I know exactly what's wrong with your config.
            Then tell me instead of laughing about it :/

            Comment


            • #7
              Re: alias / bindings / scripts

              Comment

              Working...
              X