The akimbo site is out ...
Script who allow auto teamkilling,voting,nice shot...
this is a modification of script on akimbo .
Mod edit: placed it within code tags like Viper said, without the asterisk.
Script who allow auto teamkilling,voting,nice shot...
this is a modification of script on akimbo .
[SELECT ALL] Code:
bind "RIGHT" [alias spam 0]
bind "LEFT" [alias spam 1]
alias "mapstartalways" [sleep 1000 [tkchk]]
alias "tkchk" [ if (= $spam 0)[
if (! (strcmp (at $conline 0) "3you")) [] [
if (strstr $conline "you fragged teammate ") [say %Sorry: (at $conline 3) ] []
if (strstr $conline "you gibbed teammate ") [say %Sorry: (at $conline 3) ] []
if (strstr $conline "you splattered teammate ") [say %Sorry: (at $conline 3)] []
if (strstr $conline "you slashed teammate ") [say %Sorry: (at $conline 3) ] []
if (strstr $conline "you headshot teammate ") [say %Sorry: (at $conline 3)] []
]
if (strstr $conline "you were fragged by teammate ") [say %I am in your team: (at $conline 5)] []
if (strstr $conline "you were gibbed by teammate ") [say %I am in your team: (at $conline 5)] []
if (strstr $conline "you were slashed by teammate ") [say %I am in your team: (at $conline 5)] []
if (strstr $conline "you were splattered by teammate ") [say %I am in your team: (at $conline 5)] []
if (strstr $conline "you were headshot by teammate ") [say %I am in your team: (at $conline 5)] [if (strstr $conline "you were headshot by") [say Niceshot (at $conline 4)] ]
if (strstr $conline "you have the enemy flag") [say %I have the flag] []
if (= $gamemode 13 ) [] [ if (strstr $conline "has the enemy flag") [say %Go get them: (at $conline 0)] []]
if (strstr $conline "scored for your team") [say %Good job team] []
if (strstr $conline "you scored") [say %thank you the team] []
if (strstr $conline "scored for the enemy team") [say Congratulation: (at $conline 0)] []
if (strstr $conline "returned your flag") [say %Good job: (at $conline 0)] []
if (strstr $conline "insert your name," ) [ && (vote 2) [ echo "you voted no" ] ] []
if (strstr $conline "please do not spam") [alias spam 1;echo ok ] []
] []
sleep 1 [tkchk]
]
Mod edit: placed it within code tags like Viper said, without the asterisk.