Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ItDoesntMatter

macrumors newbie
Original poster
Jun 23, 2009
29
0
It's for a game where you type a-z as fast as you can. Is there any way i could cheat and not actually have to type the keys?
 
Yes. First you hit the Apple button on the top left, then you hit Shut Down.

Then unplug your cable from the power socket, and throw your computer in midair, and hope it lands on you.
This method works great for when you have either a PowerMac G5 or a Mac Pro.

Like seriously, why would you want to cheat?
 
If its a game for example on facebook, what's the exact name of the game. There are plenty of scripts available for firefox.
 
funny that, i did this on facebook too, i was bored

I could only get 0.89 seconds on my machine...for some reason it always 'stalled' at the letter "j" at every run for about 0.4 seconds. Open 'Script Editor' (spotlight it), run it, then click the start thingy in the game.

Code:
tell application "System Events"
	delay 3
	beep
	delay 0.5
	beep
	delay 2
	repeat 10 times
		keystroke "a"
		keystroke "b"
		keystroke "c"
		keystroke "d"
		keystroke "e"
		keystroke "f"
		keystroke "g"
		keystroke "h"
		keystroke "j"
		keystroke "i"
		keystroke "k"
		keystroke "l"
		keystroke "m"
		keystroke "n"
		keystroke "o"
		keystroke "p"
		keystroke "q"
		keystroke "r"
		keystroke "s"
		keystroke "t"
		keystroke "u"
		keystroke "v"
		keystroke "w"
		keystroke "x"
		keystroke "y"
		keystroke "z"
	end repeat
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.