Advertisement
Guest User

Untitled

a guest
May 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. //by Lord Zalk1n
  2.  
  3. cl_crosshaircolor 5
  4.  
  5. alias red"cl_crosshaircolor_b 0;cl_crosshaircolor_g "0";cl_crosshaircolor_r 255;"
  6. alias orange"cl_crosshaircolor_b 0;cl_crosshaircolor_g 165;cl_crosshaircolor_r 255;"
  7. alias yellow"cl_crosshaircolor_b 0;cl_crosshaircolor_g 255;cl_crosshaircolor_r 255;"
  8. alias green"cl_crosshaircolor_b 0;cl_crosshaircolor_g 255;cl_crosshaircolor_r 0;"
  9. alias blue"cl_crosshaircolor_b 255;cl_crosshaircolor_g 0;cl_crosshaircolor_r 0;"
  10. alias indigo"cl_crosshaircolor_b 130;cl_crosshaircolor_g 0;cl_crosshaircolor_r 75;"
  11. alias violet"cl_crosshaircolor_b 238;cl_crosshaircolor_g 130;cl_crosshaircolor_r 238;"
  12.  
  13. bind w "+forward; red"
  14. bind a "+moveleft; orange"
  15. bind s "+back; yellow"
  16. bind d "+moveright; green"
  17. bind SHIFT "+speed; blue"
  18. bind SPACE "+jump; indigo"
  19. bind CTRL "+duck; violet"
  20.  
  21. //The colours change to your movement
  22.  
  23. echo "------------------------------------------"
  24. echo "| RAINBOW MOVEMENT |"
  25. echo "| W makes the crosshair red |"
  26. echo "| A makes the crosshair orange |"
  27. echo "| S makes the crosshair yellow |"
  28. echo "| D makes the crosshair green |"
  29. echo "| Shift makes the crosshair blue |"
  30. echo "| Space makes the crosshair indigo |"
  31. echo "| Control makes the crosshair violet |"
  32. echo "------------------------------------------"
  33.  
  34. //put this in a Autoexec.cfg file in the cfg directory so itll run automatically when you open up csgo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement