Alrighty, dont think this has been posted yet because I have been searching for it, my apologies if it has been.
go to applications
then applescript
and open up scripteditor
copy and paste
repeat 1200 times
tell application "System Events"
tell application "World of Warcraft" to activate
key code 49
end tell
delay 240
end repeat
hit run, and queue up for bg's
This works great with sspvp addon, I like using this method because every 4 minutes it will bring wow forward and you can check to see if you have any tells or anything.
so I Hit run on script editor, right away it switches to wow and your char jumps, queue for a bg, sspvp autojoins, I find a place that looks unsuspicious and go afk, surfing the net or what not. You could probably just stay at the startpoint, I really havent had any problems with it yet.
For the line that says repeat 1200 times, you can up or lower the number, i wouldnt though just depends on how long you want the script to run, currently its set to jump 1200 times every 4 minutes.
If you want more than 4 minutes, change the delay from 240 to a higher number, just make sure its in seconds.
Sorry if its been posted before, but I didnt see anything.
eh im also running 10.5, dunno if it works on earlier os's im kinda new to macs still.
Think that covers it all, ask if you need anything.