Upvote Upvoted 0 Downvote Downvoted
winger jump with wrap assassin
1
#1
0 Frags +

a script that allows you to use wrap assassin/sandman while also having M2 bound to winger jumping when on scatter/winger

alias +wingerjump "slot2; +jump"
alias -wingerjump "slot1; -jump"

bind MOUSE2 "+wingerjump"
bind "1" "-attack2; slot1; bind MOUSE2 +wingerjump"
bind "2" "-attack2; slot2; bind MOUSE2 +wingerjump"
bind "3" "slot3; bind MOUSE2 +attack2"

drop this ^ in scout.cfg, make sure to put your normal 1/2/3 binds in your other class configs if you dont want them to be super messed up

bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
a script that allows you to use wrap assassin/sandman while also having M2 bound to winger jumping when on scatter/winger

[code]alias +wingerjump "slot2; +jump"
alias -wingerjump "slot1; -jump"

bind MOUSE2 "+wingerjump"
bind "1" "-attack2; slot1; bind MOUSE2 +wingerjump"
bind "2" "-attack2; slot2; bind MOUSE2 +wingerjump"
bind "3" "slot3; bind MOUSE2 +attack2"[/code]

drop this ^ in scout.cfg, make sure to put your normal 1/2/3 binds in your other class configs if you dont want them to be super messed up
[code]bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"[/code]
2
#2
76 Frags +

https://cdn.discordapp.com/attachments/1021904511159238737/1023446644437561344/unknown.png

[img]https://cdn.discordapp.com/attachments/1021904511159238737/1023446644437561344/unknown.png[/img]
3
#3
-1 Frags +

You need a script for this?

You need a script for this?
4
#4
6 Frags +

binds within binds? absolutely disgusting and you should be ashamed of yourself

watch and learn

bind mouse2 "wingwrap"
bind 1 "alias wingwrap +wingerjump"
bind 2 "alias wingwrap +wingerjump"
bind 3 "alias wingwrap +attack2"
alias wingwrap "+wingerjump"
alias +wingerjump "slot2;+jump"
alias -wingerjump "lastinv;-jump"

binds within binds? absolutely disgusting and you should be ashamed of yourself

watch and learn

bind mouse2 "wingwrap"
bind 1 "alias wingwrap +wingerjump"
bind 2 "alias wingwrap +wingerjump"
bind 3 "alias wingwrap +attack2"
alias wingwrap "+wingerjump"
alias +wingerjump "slot2;+jump"
alias -wingerjump "lastinv;-jump"
5
#5
3 Frags +

1-3 also should change your weapon

bind mouse2 "wingwrap"
bind 1 "slot1; alias wingwrap +wingerjump"
bind 2 "slot2; alias wingwrap +wingerjump"
bind 3 "slot3; alias wingwrap +attack2"
alias wingwrap "+wingerjump"
alias +wingerjump "slot2;+jump"
alias -wingerjump "lastinv;-jump"

this works well, thanks

nevermind it has more problems, looks nicer but doesnt work

1-3 also should change your weapon
[code]bind mouse2 "wingwrap"
bind 1 "slot1; alias wingwrap +wingerjump"
bind 2 "slot2; alias wingwrap +wingerjump"
bind 3 "slot3; alias wingwrap +attack2"
alias wingwrap "+wingerjump"
alias +wingerjump "slot2;+jump"
alias -wingerjump "lastinv;-jump"[/code]
this works well, thanks

nevermind it has more problems, looks nicer but doesnt work
Please sign in through STEAM to post a comment.