I'm assuming the menu key (f1) isn't working? I've managed to get it working with 4.61.
1. open /toribash-4.61/data/script/movememory.lua in a text editor (notepad or whatever).
2. look for this bit of code "setkeystate=0" and change it to "setkeystate=1"
3. save it, and load it up into toribash 4.61
4. the first key you press after loading the script will be the new menu key. It can still be f1 if you want.
5. unload movememory.lua with "/ls unloadscripts.lua"
6. open movememory with a text editor again, and change "setkeystate=1" back to "setkeystate=0"
and that should be it. It worked for me at least.
Pic