ICH HAB DIR MAL WAS GESCHRIEBEN!

Code:
NOT RIGHT
SO SOLLTE ES KLAPPEN!

Code:
alias toggle_on "script_on; wait; alias script toggle_off"
alias toggle_off "script_off; wait; alias script toggle_on"

alias script_on "bind MOUSE1 HIER_DEINE_ALIAS"
alias script_off "bind MOUSE1 +attack"

alias script "toggle_on"

bind o "script"