Counter-Strike 2

Counter-Strike 2

Not enough ratings
How to do MJ Peek in CS2
By Biscuit Sama
Thanks to Reddit user u/T1ckbase, for the CFG (Config) file
   
Award
Favorite
Favorited
Unfavorite
Steps to Use Michael Jackson CFG
CFG code given below, follow the steps below to create the file and use the glitch in your game.

  1. To begin, you first need to go to – SteamLibrary\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg

  2. Now, click the right mouse button and select New -> Text Document in the context menu.

  3. After the new text document is created, copy the CFG code we’ve included above and paste it into the empty document.

  4. Then, save the file and rename New Text Document.txt to a [File Name].cfg file. Don’t forget to add the .cfg extension.

  5. Finally, launch Counter-Strike 2 and open the developer console by pressing the ~ key on your keyboard. If you don't know how to enable developer mode check the guide in th bottom

  6. Now, type exec heehee.cfg in the console and press Enter. Enjoy dancing around by pressing the ALT button whenever you want. Well, until Valve fixes the bug.
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3057525450
Michael Jackson Peek CFG in CS2
Here is the code that you need to paste in the CFG file:

alias "check_mj_forward_1" "forwardback 0 0 0"

alias "check_mj_back_1" "forwardback 0 0 0"

alias "check_mj_left_1" "rightleft 0 0 0"

alias "check_mj_right_1" rightleft 0 0 0"

alias "check_mj_forward_2" ""

alias "check_mj_back_2" ""

alias "check_mj_left_2" ""

alias "check_mj_right_2" ""

alias "check_mj_forward_3" "+forward"

alias "check_mj_back_3" "+back"

alias "check_mj_left_3" "+left"

alias "check_mj_right_3" "+right"

alias "+mj_forward" "check_mj_forward_3; forwardback 0.5 0 0; alias check_mj_forward_1 forwardback 0.5 0 0; alias check_mj_forward_2 +forward"

alias "+mj_back" "check_mj_back_3; forwardback -0.5 0 0; alias check_mj_back_1 forwardback -0.5 0 0; alias check_mj_back_2 +back"

alias "+mj_left" "check_mj_left_3; rightleft -0.5 0 0; alias check_mj_left_1 rightleft -0.5 0 0; alias check_mj_left_2 +left"

alias "+mj_right" "check_mj_right_3; rightleft 0.5 0 0; alias check_mj_right_1 rightleft 0.5 0 0; alias check_mj_right_2 +right"

alias "-mj_forward" "-forward; check_mj_back_1; alias check_mj_forward_1 forwardback 0 0 0; alias check_mj_forward_2"

alias "-mj_back" "-back; check_mj_forward_1; alias check_mj_back_1 forwardback 0 0 0; alias check_mj_back_2"

alias "-mj_left" "-left; check_mj_right_1; alias check_mj_left_1 rightleft 0 0 0; alias check_mj_left_2"

alias "-mj_right" "-right; check_mj_left_1; alias check_mj_right_1 rightleft 0 0 0; alias check_mj_right_2"

alias "+michael_jackson" "-forward; -back; -left; -right; alias check_mj_forward_3; alias check_mj_back_3; alias check_mj_left_3; alias check_mj_right_3"

alias "-michael_jackson" "check_mj_forward_2; check_mj_back_2; check_mj_left_2; check_mj_right_2; alias check_mj_forward_3 +forward; alias check_mj_back_3 +back; alias check_mj_left_3 +left; alias check_mj_right_3 +right"

bind "w" "+mj_forward"

bind "s" "+mj_back"

bind "a" "+mj_left"

bind "d" "+mj_right"

bind "alt" "+michael_jackson"