Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. bind z betterSyncOn
  2. bind x InstantStrafeOn
  3. bind F7 FastCroucherOn
  4.  
  5. alias InstantStrafeOn "echo "Semi-autostrafe - ON"; bind x InstantStrafeOff; m_forward 0; m_side 100; bind space +OptiJump; bind s +OptiBack; bind w +OptiForward; bind a +OptiLeft; bind d +OptiRight"
  6. alias betterSyncOn "echo "No double press - ON"; bind z betterSyncOff; bind a +OptiLeft2; bind d +OptiRight2;"
  7. alias FastCroucherOn "echo "Fast croucher - ON"; bind F7 FastCroucherOff; bind ctrl +spamCrouch"
  8.  
  9. alias betterSyncOff "echo "No double press - OFF"; bind z betterSyncOn; bind F6 InstantStrafeOn; -spam; -strafe; bind space +jump; bind s +back; bind w +forward; bind a +moveleft; bind d +moveright; -moveleft; -moveright"
  10. alias InstantStrafeOff "echo "Semi-autostrafe - OFF"; bind x InstantStrafeOn; bind F5 betterSyncOn; -spam; -strafe; bind space +jump; bind s +back; bind w +forward; bind a +moveleft; bind d +moveright; -moveleft; -moveright"
  11. alias FastCroucherOff "echo "Fast croucher - OFF"; bind F7 FastCroucherOn; bind ctrl +duck"
  12.  
  13. alias +OptiJump "+jump"
  14. alias -OptiJump "-jump; wait 200; lastOpti"
  15.  
  16. alias +OptiForward "+forward; wait 50; lastOpti"
  17. alias -OptiForward "-forward"
  18.  
  19. alias +OptiBack "+back; wait 50; lastOpti"
  20. alias -OptiBack "-back"
  21.  
  22. alias +OptiLeft "wait 2; +moveleft; -moveright"
  23. alias -OptiLeft "wait 2; +moveright; -moveleft; alias lastOpti -moveright;"
  24.  
  25. alias +OptiRight "wait 2; +moveright; -moveleft"
  26. alias -OptiRight "wait 2; +moveleft; -moveright; alias lastOpti -moveleft;"
  27.  
  28. alias +OptiLeft2 "+moveleft;-moveright"
  29. alias -OptiLeft2 "-moveleft"
  30.  
  31. alias +OptiRight2 "+moveright;-moveleft"
  32. alias -OptiRight2 "-moveright"
  33.  
  34. alias lastOpti
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement