Skip to content

Commit 29cb920

Browse files
committed
[feature] Jump Throw
1 parent 21f5281 commit 29cb920

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

โ€Žauto.cfgโ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// https://space.bilibili.com/73115492
66
// โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
77
// ็ฌฌไธ€ๆฌกไฝฟ็”จ่ฏท้˜…่ฏปไฝฟ็”จ่ฏดๆ˜Ž https://config.upup.cool/v2
8+
// ! ๆœชๅผ€ๅฏๅŠŸ่ƒฝๅˆ ้™คๅ‰้ข็š„//ๅณๅฏๅผ€ๅฏ
89
// โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ็›ฎๅฝ• โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
910
// 0. ็ฝ‘็ปœ/ๅธงๆ•ฐๆฎ
1011
// 1. ้ผ ๆ ‡่ฎพ็ฝฎ
@@ -113,6 +114,16 @@ cl_grenadecrosshairdelay_smoke 0.2 // ็ƒŸ้›พๅผนๅ‡†ๆ˜Ÿๆ˜พ็คบๆ—ถ้—ด๏ผŒ้ป˜่ฎค
113114
// bind h +dropbomb
114115
// alias +dropbomb "slot5"
115116
// alias -dropbomb "drop"
117+
118+
//โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ่ทณๆŠ•๏ผˆๆœชๅผ€ๅฏ๏ผ‰ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
119+
// Q ้”ฎ่ทณๆŠ• [ไฟฎๆ”น3ๅค„ ๆ”นๅŠจๆŒ‰้”ฎ] ไฝฟ็”จไธ€ๆฌกๅŽ้œ€่ฆ้ผ ๆ ‡ๆฐดๅนณ็งปๅŠจๆ‰่ƒฝๅ†ๆฌกไฝฟ็”จ
120+
// bind q +jumpthrow;
121+
alias +muteh "unbind q"
122+
alias -muteh "bind q +jumpthrow"
123+
alias +jumpthrow "+jump"
124+
alias -jumpthrow "-attack;+muteh;bind mouse_x combo"
125+
alias revert "bind mouse_x yaw"
126+
alias combo "-jump;revert;-muteh"
116127
//โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
117128

118129

0 commit comments

Comments
ย (0)