Here's an AHK script that I found, so far so good and I haven't been banned.. This will instantly place a wall with a ramp.
F1 & F3 must be same input as the FN default and your caps lock MUST be turned off.
This will shave off .6 seconds. Default key is Shift-Tab, but you can change it if you want
Code:+tab:: { send {F1} Sleep 100 click Sleep 100 send {F3} Sleep 100 send {space} Sleep 100 click Sleep 80 send {F1} Sleep 100 send {q} Sleep 100 }