Download
http://www.autohotkey.com/
Create a script with this code: m::SendInput t/accept mechanic{enter}
This would make your "M" key accept without having to type it, You can change the "M" key to anything you like, Here are a few more examples.
#::SendInput t/getmats{enter}
b::SendInput t/accept bodyguard{enter}
j::SendInput t/quitjob{enter}t/joinjob{enter}
(this will quit your job and join another instantly)
[::SendInput t/enter{enter}
]::SendInput t/exit{enter}
q::SendInput t/ww{enter}t/gps{enter}
g::SendInput t/guard{space 2}2000{left 5}
(this is for bodyguards, all u have to do is put their id in, and enter once you did
This one i use for viplocker, it gets health, armor then deagle and mp5 almost instantly but this is layout different:
!l::
SendInput t/viplocker{enter}
Sleep 100
SendInput {enter}
Sleep 100
SendInput t/viplocker{enter}
Sleep 100
SendInput {Down 1}
Sleep 100
SendInput {enter}
Sleep 100
SendInput t/viplocker{enter}
Sleep 100
SendInput {Down 2}
Sleep 100
SendInput {enter}
Sleep 100
SendInput {enter}
Sleep 100
SendInput t/viplocker{enter}
Sleep 100
SendInput {Down 2}
Sleep 100
SendInput {enter}
Sleep 100
SendInput {Down 2}
Sleep 100
SendInput {enter}
Return
I hope this helps