❗STILL WORKING post patch❗Automatic counter-strafe config (BETTER than SNAP-TAP/Null) | CS2 afap

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 138

  • @FNScence
    @FNScence  2 месяца назад +4

    ❗Even after the patch of 8/19/24, this new version STILL WORKS:
    credit to drallincs, who shared it on my discord: discord.com/invite/7GatkNvUyh
    These are the 5 best versions (working post patch):
    autostop AD
    autostop WASD
    autostop WS nulls AD
    nulls AD
    autostop and nulls AD
    www.dropbox.com/scl/fo/3q96vnro01yllrvdt4wjo/AG689_W0F31JxcITVYG6gus?rlkey=uutbf74ushz6sa1bv0ycrchh4&st=wg9xkc71&dl=0

    • @SkullBoyPL
      @SkullBoyPL 2 месяца назад +1

      what with forward and back?

    • @herbaut7646
      @herbaut7646 2 месяца назад

      I've been trying to figure out to W and S work as well, but it seems impossible after this patch. only A and D

    • @SkullBoyPL
      @SkullBoyPL 2 месяца назад

      @@herbaut7646 im trying ass well Becouse W and S was major in this aliases cuz strafing it’s ez But not at W and S

    • @herbaut7646
      @herbaut7646 2 месяца назад

      @@SkullBoyPL
      -forward
      -back
      -right
      -left
      rightleft 0 0 0
      forwardback 0 0 0
      alias "+a" "rightleft -1 0 0; alias +d +ad"
      alias "a1" "rightleft -1 0 0; alias +d +ad"
      alias "+ad" "rightleft 0.0001 0 0; alias -d add; alias -a ada"
      alias "-ad" "rightleft -0.0001 0 0; alias -d d2; alias -a a2"
      alias "-a" "rightleft 0.0001 0 0; alias +d d1; alias -d d2; alias -a a2; alias +a a1"
      alias "a2" "rightleft 0.0001 0 0; alias +d d1; alias -d d2; alias -a a2; alias +a a1"
      alias "+d" "rightleft 1 0 0; alias +a +da"
      alias "d1" "rightleft 1 0 0; alias +a +da"
      alias "+da" "rightleft -0.0001 0 0; alias -a ada; alias -d add"
      alias "-da" "rightleft 0.0001 0 0; alias -a a2; alias -d d2"
      alias "-d" "rightleft -0.0001 0 0; alias +a a1; alias -a a2; alias -d d2; alias +d d1"
      alias "d2" "rightleft -0.0001 0 0; alias +a a1; alias -a a2; alias -d d2; alias +d d1"
      alias "add" "rightleft -1 0 0; alias +d +ad; alias -a a2; alias -d d2"
      alias "ada" "rightleft 1 0 0; alias +a +da; alias -d d2; alias -a a2"
      alias "+w" "forwardback 1 0 0; alias +s +ws"
      alias "w1" "forwardback 1 0 0; alias +s +ws"
      alias "+ws" "forwardback -0.0001 0 0; alias -s wss; alias -w wsw"
      alias "-ws" "forwardback 0.0001 0 0; alias -s s2; alias -w w2"
      alias "-w" "forwardback -0.0001 0 0; alias +s s1; alias -s s2; alias -w w2; alias +w w1"
      alias "w2" "forwardback -0.0001 0 0; alias +s s1; alias -s s2; alias -w w2; alias +w w1"
      alias "+s" "forwardback -1 0 0; alias +w +sw"
      alias "s1" "forwardback -1 0 0; alias +w +sw"
      alias "+sw" "forwardback 0.0001 0 0; alias -w wsw; alias -s wss"
      alias "-sw" "forwardback -0.0001 0 0; alias -w w2; alias -s s2"
      alias "-s" "forwardback 0.0001 0 0; alias +w w1; alias -w w2; alias -s s2; alias +s s1"
      alias "s2" "forwardback 0.0001 0 0; alias +w w1; alias -w w2; alias -s s2; alias +s s1"
      alias "wss" "forwardback 1 0 0; alias +s +ws; alias -w w2; alias -s s2"
      alias "wsw" "forwardback -1 0 0; alias +w +sw; alias -s s2; alias -w w2"
      bind a +a
      bind d +d
      bind w +w
      bind s +s
      I have tried to modify the above code so that W and S also work, but there is a big problem: when I release the AD key, it moves in either W or S direction. To fix this, I need to initialize all the opposite axis move commands to 0 when key is going to up (which currently remain -0.0001 0 0) Same with the other axes.
      However, I can't think of a good way to fix this since we are currently limited to 1 movement command per 1 bind.
      I hope someone who is familiar with this can help me to figure out.

  • @KrynexYT
    @KrynexYT 2 месяца назад +18

    We have been beta testing for too long. Time to release the finished product, Valve.

  • @FNScence
    @FNScence  2 месяца назад +20

    *Edit: This is the currently working AUTOSTOP on A + D*
    // autostop on A+D
    -forward
    -back
    -right
    -left
    rightleft 0 0 0
    forwardback 0 0 0
    alias"+a""rightleft -1 0 0;alias +d +ad"
    alias"a1""rightleft -1 0 0;alias +d +ad"
    alias"+ad""rightleft 0.0001 0 0;alias -d add;alias -a ada"
    alias"-ad""rightleft -0.0001 0 0;alias -d d2;alias -a a2"
    alias"-a""rightleft 0.0001 0 0;alias +d d1;alias -d d2;alias -a a2;alias +a a1"
    alias"a2""rightleft 0.0001 0 0;alias +d d1;alias -d d2;alias -a a2;alias +a a1"
    alias"+d""rightleft 1 0 0;alias +a +da"
    alias"d1""rightleft 1 0 0;alias +a +da"
    alias"+da""rightleft -0.0001 0 0;alias -a ada;alias -d add"
    alias"-da""rightleft 0.0001 0 0;alias -a a2;alias -d d2"
    alias"-d""rightleft -0.0001 0 0;alias +a a1;alias -a a2;alias -d d2;alias +d d1"
    alias"d2""rightleft -0.0001 0 0;alias +a a1;alias -a a2;alias -d d2;alias +d d1"
    alias"add""rightleft -1 0 0;alias +d +ad;alias -a a2;alias -d d2"
    alias"ada""rightleft 1 0 0;alias +a +da;alias -d d2;alias -a a2"
    bind a +a
    bind d +d
    bind w +forward
    bind s +back

    • @nullbarich
      @nullbarich 2 месяца назад

      let me know whats effect of exclamation marks on configs

    • @FNScence
      @FNScence  2 месяца назад +2

      On my discord, drallincs shared an alternative version. It fixes the bug explained above but retains the same for exactly diagonal movement. It also has an on-off button, as it can fuck with ladder movement. You can decide which version works best for you. I think it is the best for now:
      ► *Alternative Null + Auto counter-strafe config*
      // This version of the auto counter-strafe config fixes an issue which moves you wrongfully,
      // if you move diagonally e.g. W+A, then releasing W and only going left, before lastly releasing A.
      // The issue remains only for exact diagonal movement (e.g. W+A and letting go at the same time).
      // It seems like this is the best version to use right now.
      // One button emergency stop
      alias "+_forward" "+forward; forwardback 0.0001 0 0;";
      alias "-_forward" "-forward; forwardback -0.0001 0 0;rightleft 0 0 0;";
      alias "+_back" "+back; forwardback -0.0001 0 0;Add";
      alias "-_back" "-back; forwardback 0.0001 0 0;rightleft 0 0 0;";
      alias "+_left" "+left; rightleft -0.0001 0 0;Add";
      alias "-_left" "-left; rightleft 0.0001 0 0;forwardback 0 0 0;";
      alias "+_right" "+right; rightleft 0.0001 0 0;";
      alias "-_right" "-right; rightleft -0.0001 0 0;forwardback 0 0 0;";
      // No collision left or right
      alias "+fa" "o_lh1"
      alias "-fa" "lh1_o;"
      alias "+fd" "o_rh1"
      alias "-fd" "rh1_o;"
      alias "+fw" "o_wh1"
      alias "-fw" "wh1_o;"
      alias "+fs" "o_sh1"
      alias "-fs" "sh1_o;"
      // L1
      alias "o_lh1" "+_left;alias -fa lh1_o;alias +fd lh1_lh2;"
      alias "lh1_o" "-_left;alias +fd o_rh1;alias +fa o_lh1;"
      // R1
      alias "o_rh1" "+_right;alias -fd rh1_o;alias +fa rh1_rh2;"
      alias "rh1_o" "-_right;alias +fa o_lh1;alias +fd o_rh1;"
      // W1
      alias "o_wh1" "+_forward;alias -fw wh1_o;alias +fs wh1_wh2;"
      alias "wh1_o" "-_forward;alias +fs o_sh1;alias +fw o_wh1;"
      // S1
      alias "o_sh1" "+_back;alias -fs sh1_o;alias +fw sh1_sh2;"
      alias "sh1_o" "-_back;alias +fw o_wh1;alias +fs o_sh1;"
      // W2
      alias "wh1_wh2" "+_back;-_forward;alias -fs wh2_wh1;alias -fw wh2_sh1;"
      alias "wh2_wh1" "-_back;+_forward;alias -fw wh1_o;alias +fs wh1_wh2"
      // S2
      alias "sh1_sh2" "+_forward;-_back;alias -fw sh2_sh1;alias -fs sh2_wh1;"
      alias "sh2_sh1" "-_forward;+_back;alias -fs sh1_o;alias +fw sh1_sh2"
      // L2
      alias "lh1_lh2" "+_right;-_left;alias -fd lh2_lh1;alias -fa lh2_rh1;"
      alias "lh2_lh1" "-_right;+_left;alias -fa lh1_o;alias +fd lh1_lh2"
      // R2
      alias "rh1_rh2" "+_left;-_right;alias -fa rh2_rh1;alias -fd rh2_lh1;"
      alias "rh2_rh1" "-_left;+_right;alias -fd rh1_o;alias +fa rh1_rh2"
      // RtoL
      alias "rh2_lh1" "alias -fa lh1_o;alias +fd lh1_lh2;"
      // LtoR
      alias "lh2_rh1" "alias -fd rh1_o;alias +fa rh1_rh2;"
      // StoW
      alias "sh2_wh1" "alias -fw wh1_o;alias +fs wh1_wh2;"
      // WtoS
      alias "wh2_sh1" "alias -fs sh1_o;alias +fw sh1_sh2;"
      // *It is not recommended to delete the restore initial key code, it must be used when going up the stairs.
      alias huifu huifu_on;
      alias huifu_on "alias huifu huifu_off; -fa;-fd;-fw;-fs;-back;-forward;-right;-left;bind w "+forward"; bind s "+back"; bind a "+left"; bind d "+right" ;forwardback 0 0 0;rightleft 0 0 0;";
      alias huifu_off "alias huifu huifu_on; -fa;-fd;-fw;-fs;-back;-forward;-right;-left;bind a "+fa";bind s "+fs";bind d "+fd";bind w "+fw";forwardback 0 0 0;rightleft 0 0 0;";
      bind "I" "huifu" // ON-OFF SWITCH
      bind a +fa
      bind d +fd
      bind w +fw
      bind s +fs

    • @FNScence
      @FNScence  2 месяца назад +2

      @@nullbarich Exclamation marks invert the input apparently.

    • @nullbarich
      @nullbarich 2 месяца назад

      ​@@FNScencethank you!​

    • @savage4644
      @savage4644 2 месяца назад

      @@FNScence and after update few mins ago its not even working :) fucking valve

  • @theog7255
    @theog7255 2 месяца назад

    thanks mann after trying it out its like ive reached another level! helps a lot when you see enemy while runing sideways

  • @ikari_the_dreamer
    @ikari_the_dreamer 2 месяца назад +3

    bro this channel is only for full nerd on cs, love it

  • @Sunnn-xg5lp
    @Sunnn-xg5lp 2 месяца назад +3

    Absolutely love your videos! I got a question fam, what bind should I use from the description to get rid of the ladder issue since it’s pretty bad when I used the Tripp cfg and need a fix?! I appreciate you for helping us out ;)

    • @FNScence
      @FNScence  2 месяца назад +1

      @@Sunnn-xg5lp I'm glad you enjoy my content!
      As stated in another comment, there are 2 solutions to the ladder issue:
      1) The autonullbest.cfg has an ON/OFF bind included, so you can switch to normal movement before using ladders. You can customize the key (in line 61 I think).
      2) Diagonal ladder movement still works fine with the config enabled. You can't stop though, so if you want to go silently, you have to hold the walk key and go up diagonally. You shouln't climb ladders staight anyway since it's much slower.
      Here is how to do it diagonally (like shown at 17 seconds): ruclips.net/video/D4Jnzq0Mfd4/видео.htmlsi=HfoqJQVYYlv-OZVB&t=8

    • @Sunnn-xg5lp
      @Sunnn-xg5lp 2 месяца назад

      @@FNScence yay, the autonullbest works! Thanks so much again 🤍

  • @nrks27
    @nrks27 Месяц назад

    amazing scripts thanks :)

  • @369isaac
    @369isaac 2 месяца назад +3

    Don't De Sub tick movement in cs2 if you want to be able to strafe good, only de sub tick jump

    • @Tri2p
      @Tri2p 2 месяца назад +2

      this guy knows

    • @ExZ1te
      @ExZ1te 2 месяца назад

      Agreed

  • @papa5322
    @papa5322 2 месяца назад +4

    BROOOO 1:06 WTF KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK

  • @athanmantas7134
    @athanmantas7134 2 месяца назад +3

    croshair code pls

  • @mynamejot8623
    @mynamejot8623 2 месяца назад +20

    I really dont want this game to turn into valorant

    • @Malxer
      @Malxer 2 месяца назад +10

      Sad news dude it already is... Worse than Valorant

    • @roznaczygestosc
      @roznaczygestosc 2 месяца назад

      @@Malxer No it's not, valo is random piece of shit

    • @varsik289
      @varsik289 2 месяца назад +9

      Lets be honest here, its obvious Valve was trying to be like Valorant ever since Valorant got out of beta...
      There is literaly no coincidence that we got shorter matches after valorant release when ppl were asking for this since 2015 and also several valorant QOL features after (such as refund button which CS community asked for since CSS era and we didnt get it until cs2)
      Hot take but pretty sure Valve made cs2 becuase they are afraid of Valorant success...

    • @kingeling
      @kingeling 2 месяца назад

      Bro what I've been counterstrafing in Valorant, did I do it for nothing

    • @roznaczygestosc
      @roznaczygestosc 2 месяца назад

      @@kingeling He's overreacting, if you don't counter-strafe in val you can miss some easy shots

  • @MAR10ds353
    @MAR10ds353 2 месяца назад +1

    Idk doesn't stops my strafes, does anybody knows how to make it work?

  • @Solusio-c8t
    @Solusio-c8t 2 месяца назад +1

    Do we agree with the latest update, can we use the .cfg of the video?

  • @aandersson650
    @aandersson650 2 месяца назад +3

    This should be safe for vac servers since its just commands. Faceit however? Maybe not. Valve had now in a recent update added ways to detect snap tap by recording ticks. Will they ban people with razer keyboards? Probably not.
    Snap tap works on the hardware level so it’s safe and can’t be detected without specific programming to detect it. This is commands and much easier to be noticed. But hey, either you use this or pay 250€ for a razer keyboard..

  • @lamburg1
    @lamburg1 2 месяца назад +1

    whats the first crosshair in the video? (the one that changes when moving)

    • @FNScence
      @FNScence  2 месяца назад +1

      weapon_debug_spread_show 1 with cl_crosshairstyle 3. It requires sv_cheats 1 though.

    • @lamburg1
      @lamburg1 2 месяца назад

      @@FNScence thanks

  • @Mrerikssson
    @Mrerikssson 2 месяца назад +3

    not sure what im doing wrong but i cant get it to work

  • @LordekVaderek_
    @LordekVaderek_ 2 месяца назад +2

    update? The latest update of CS is "no longer going to allow automation (via scripting or hardware) "

  • @jirikovar1845
    @jirikovar1845 Месяц назад

    BRO THERE IS A LOT OF BINDS WHAT FOLDER SHOULD I USE

  • @proosee
    @proosee 2 месяца назад

    Saying that you need desubtick null binds on purpose is BS as null-binds already desubtick inputs.

  • @Solusio-c8t
    @Solusio-c8t 2 месяца назад

    only works on the backward and right key, do you have a solution? I'm French I use azerty keyboard, so it changes my keys if I want hitchhiking to work in all directions thank you

    • @Solusio-c8t
      @Solusio-c8t 2 месяца назад

      it's okay I used autonullbest.cfg and this one works with my z/s/q/d keys thank you

    • @FNScence
      @FNScence  2 месяца назад +1

      You can change the keybinds from WASD to any movement keys you're using inside the config.

    • @akil4r
      @akil4r 2 месяца назад

      Did your try replacing "W" by "Z" and "A" by "Q" ?

  • @SystemcIify
    @SystemcIify Месяц назад

    Is it still working up today ? can someone confirm? No ban?

  • @alberthallstrom2829
    @alberthallstrom2829 2 месяца назад

    how do i unbind the config?, i deleted the config and now i cant move at all

    • @FNScence
      @FNScence  2 месяца назад

      Rebind WASD to default actions.

  • @fakement7855
    @fakement7855 2 месяца назад +1

    VAC doesnt allow this config to be. It detected as unvalid signature

    • @fakement7855
      @fakement7855 2 месяца назад

      wait i just having the bug i think or maybe vac doesnt allow it sometimes it just appear and just disappear

    • @Clanps
      @Clanps 2 месяца назад +2

      ​@@fakement7855VAC as of now isn't detecting this. I hope this gets patched out though

  • @oguzhangemma
    @oguzhangemma 2 месяца назад

    Faceit work?

  • @EmmaLuisa-ul7sd
    @EmmaLuisa-ul7sd 2 месяца назад

    It is indeed allowed on FaceIT

  • @Svani22728
    @Svani22728 6 дней назад

    cs2 dont start after dat

  • @chrisbtw_1900
    @chrisbtw_1900 2 месяца назад

    is there a way to fix the extra step everytime you strafe then press w?

    • @FNScence
      @FNScence  2 месяца назад

      Yes, when using autonull.cfg, the 4 lines at the bottom disable autostrafing for W and S movement. This fixes this issue.

    • @chrisbtw_1900
      @chrisbtw_1900 2 месяца назад

      @@FNScence before i used the tripp cfg so to fix i just have to use the autonull cfg?

    • @FNScence
      @FNScence  2 месяца назад

      @@chrisbtw_1900 I assume you could modify the config from Tripp as well, so that it only uses A and D for autostrafing.

  • @dbzgames8
    @dbzgames8 2 месяца назад +4

    Allow on faceit?

  • @Tri2p
    @Tri2p 2 месяца назад +1

    the cs content creator: tripp
    also desubticked wasd isnt good anymore

  • @SkullBoyPL
    @SkullBoyPL 2 месяца назад

    Any info from Faceit?

    • @FNScence
      @FNScence  2 месяца назад

      You can find the response from faceit staff in the description

    • @SkullBoyPL
      @SkullBoyPL 2 месяца назад

      @@FNScence yea but I can see that they allowed just Nullbinds but this is more I wanna record video for people from Poland and have them confirmed info 😅 of course I will link your channel 💪

    • @FNScence
      @FNScence  2 месяца назад

      @@SkullBoyPL It's not just null binds. At first, the support agent said it was not allowed to use the automatic counter-strafe config. But their senior community manager corrected him.
      imgur.com/a/dcOlGBK
      www.reddit.com/r/FACEITcom/comments/1etp7di/comment/lifb8hf/?

  • @ALEKSANDR_SHASTOV
    @ALEKSANDR_SHASTOV 2 месяца назад

    🎉

  • @ПавелКорнийчук-к7з
    @ПавелКорнийчук-к7з 2 месяца назад

    something wrong when on ladder, any fixes?

    • @FNScence
      @FNScence  2 месяца назад

      2 solutions:
      1) The autonullbest.cfg has an ON/OFF bind included, so you can switch to normal movement before using ladders. You can customize the key (in line 61 I think).
      2) Diagonal ladder movement still works fine with the config enabled. You can't stop though, so if you want to go silently, you have to hold the walk key and go up diagonally. You shouln't climb ladders staight anyway since it's much slower.
      Here is how to do it diagonally (like shown at 17 seconds): ruclips.net/video/D4Jnzq0Mfd4/видео.htmlsi=HfoqJQVYYlv-OZVB&t=8

  • @tsedensodnomdavaadorj5459
    @tsedensodnomdavaadorj5459 2 месяца назад

    can I use this on top of null binds

    • @FNScence
      @FNScence  2 месяца назад

      Yes, use autonullbest.cfg. As the name suggests, it has automatic counter-strafing and null binds combined.

  • @DanVisuals
    @DanVisuals 2 месяца назад

    bannable?

  • @_eki
    @_eki 2 месяца назад +1

    patched

  • @Gangsteris-su9jy
    @Gangsteris-su9jy 2 месяца назад

    Where do u put the zip?

    • @FNScence
      @FNScence  2 месяца назад

      Choose one of the configs (see description), save it at this path:
      C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
      Execute the config by either typing "exec FILENAME" into the in-game console, or by using the launch option "+exec FILEMANE".

  • @SedLife04
    @SedLife04 2 месяца назад

    how do we use the cfg after downloading

    • @FNScence
      @FNScence  2 месяца назад

      Save it at this path:
      "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg"
      Then execute it by either typing "exec autostrafe" into the in-game console or by adding this launch option "+exec autostrafe" within steam > rightclick CS2 > properties > launch options, which runs the config automatically after every game launch.

  • @fLund_
    @fLund_ 2 месяца назад

    can i use it on faceit, or ill get ban?

    • @snakomania
      @snakomania 2 месяца назад

      No, face it ban it

  • @emre.0732
    @emre.0732 2 месяца назад

    w+s doesnt work

    • @FNScence
      @FNScence  2 месяца назад

      Yes, that changed after valve tried to patch it.

  • @emre.0732
    @emre.0732 2 месяца назад

    still works ?

  • @baronarikov1223
    @baronarikov1223 2 месяца назад

    So i use the de subtick version?

    • @FNScence
      @FNScence  2 месяца назад +1

      Either that, or the one named autonullbest.cfg, which was shared by drallincs on my discord. I recommend the latter one.
      Both versions have scenarios where they add faulty movement. The autonulldesubtick.cfg wrongfully adds a sidestep if you move diagonally e.g. W+A, then releasing W and only going left, before lastly releasing A. Where autonullbest.cfg wrongfully adds a sidestep on exactly diagonal movement (e.g. W+A and released at the same time).
      Alternatively, to fix this sidestepping issue, you can also use autonulldesubtick.cfg to only use automatic counter-strafe for A and D movement, by using the 4 lines at the bottom.

    • @baronarikov1223
      @baronarikov1223 2 месяца назад

      @@FNScence ok thx was there a combination between null+autodtrafe.cfg ? I want both at once

    • @369isaac
      @369isaac 2 месяца назад

      Don't de sub tick movement in cs2 it will make strafing feel terrible, only de sub tick jumping.

    • @FNScence
      @FNScence  2 месяца назад +1

      @baronarikov1223 Yes, as the titles suggest every config with the name "autonull" uses both automatic counter-strafes and null-binds. I recommend using autonullbest.cfg.
      You can rename the config to any name you want of course.

    • @baronarikov1223
      @baronarikov1223 2 месяца назад

      @@FNScence 🙏🏻🥶

  • @t0ksi945
    @t0ksi945 2 месяца назад +2

    Valorant movement :D

  • @psclxy0
    @psclxy0 2 месяца назад

    is this patched?

    • @FNScence
      @FNScence  2 месяца назад

      no, still works

    • @psclxy0
      @psclxy0 2 месяца назад

      @@FNScence nice is subtick for bhop?

  • @baronarikov1223
    @baronarikov1223 Месяц назад

    I want nullbind not this

    • @FNScence
      @FNScence  Месяц назад

      You can find many different strafing configs on my discord, including simple nulls for A+D, or even auto stop on W+S AND nulls for A+D. Look for the pinned comments in the "configs-and-commands" channel:
      discord.gg/7GatkNvUyh

  • @roznaczygestosc
    @roznaczygestosc 2 месяца назад +2

    So you want to tell me everybody will now use it and rekt me every time?
    Such a shame something like this works, because I practised so much to have good mechanics and people can be ass but still counter-strafe better thanks to this shit.

    • @aandersson650
      @aandersson650 2 месяца назад

      You ither use this or pay 250€ for a razer keyboard

    • @roznaczygestosc
      @roznaczygestosc 2 месяца назад

      @@aandersson650 there is also a thing called practice :)

    • @MrRetinops9
      @MrRetinops9 2 месяца назад +1

      @@roznaczygestosc why bother when no one does anymore?

    • @roznaczygestosc
      @roznaczygestosc 2 месяца назад

      @@MrRetinops9 cope

  • @vitoremanuelhaag2753
    @vitoremanuelhaag2753 2 месяца назад

    .

  • @OhGodANoob
    @OhGodANoob 2 месяца назад

  • @athanmantas7134
    @athanmantas7134 2 месяца назад +1

    croshair code pls

    • @FNScence
      @FNScence  2 месяца назад

      CSGO-TA7Aq-hwAuG-32ioF-tryfH-k3NQC