Since I picked up my new mac, I have always wanted to get the smackbook hack working. Until tonight I havn’t actually bothered.

So - what’s involved ?

I’ve compressed all the files you indeed, which you can download here.

Place both into the same folder. Then change the permissions on the smackleopard.command file to executable. You can do this by opening a terminal and typing ‘chmod +x smackleopard.command’.

Then simply run the file ./smackleopard.command (simple as that).

Note - if you are like me and didn’t have the spaces default setting of Ctrl + direction pad, and use the option key instead, you need to change this little snippet from

`osascript -e ‘tell application \”System Events\” to keystroke (ASCII character 29) using control down’`

} else {

`osascript -e ‘tell application \”System Events\” to keystroke (ASCII character 28) using control down’`

to the following

`osascript -e ‘tell application \”System Events\” to keystroke (ASCII character 28) using option down’`

} else {

`osascript -e ‘tell application \”System Events\” to keystroke (ASCII character 29) using option down’`

Easy as that!