personaly, if was gonna make a script for this game id use this program, really simple. called SCAR. it used for cheatin on runescape. its a color clicker. but it can be set up liek this.
program dash;
begin
if IsKeyDown([dunno what mouse button is])
then SendKeys('w');
until false;
end.
that would just say when ur firing to go forward. since this program runs really fast cuz its so small, u would dash like crazy, a real help in this game. u could also put in another like after the sendkeys u could put in another then and make "spacebar" (theres a certain key, cant remember which it is

)