//Simply wave the mouse over your brickracks. Don't hover over anyhting else with T or B as a hotkey or you will get a lot of popups about it. Z pauses. X Unpauses. While paused don't type a Z or an X because it will make you start typing tbtbtbtbtbtbtbtbtbtbtbtb :P
clearglobalkeys
loop 100000
if {globalkeys} contains 090
delay 500
loop 100000
if {globalkeys} contains 088
restart
else
delay 250
end if
end
clearglobalkeys
else delay 100
end if
keydown T 50
keydown B 50
end