sablefoxx Posted October 10, 2009 Share Posted October 10, 2009 So some of you may have seen this game on Facebook, you have to type A-Z five times as fast as you can, then it compares your time to everyone else who has played the game, but it is easily beaten using a short script me and a friend wrote in AHK, observe; Here is the source code, or download a compiled version here (just run the program and press 'a'): #Persistent #InstallKeybdHook #SingleInstance, Force $a:: SendInput, abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzab cdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz ExitApp Have fun! Quote Link to comment Share on other sites More sharing options...
moonlit Posted October 10, 2009 Share Posted October 10, 2009 My preferred method is to not play it in the first place. Your method works too though I guess. Pretty much pointless really though, the entire point of the "game" is to ssee how fast you can type A-Z, having your computer do it for you is a bit of a waste of time. Still, I suppose knowing how to programmatically type things is vaguely useful on occasion, so not entirely ueless. Quote Link to comment Share on other sites More sharing options...
sablefoxx Posted October 10, 2009 Author Share Posted October 10, 2009 Yeah I agree the game, and the "hack" (if you can call it that) are very pointless. Just something I found interesting and thought I'd share it with others. It will give you bragging points among your friends though, however you may want to put in a sleep call so its not obvious you're cheating. Total time to make this was less then 5 mins. I should also note that I have never played the game (Facebook app privacy scares me), that's a screen shot of my friend's score. Quote Link to comment Share on other sites More sharing options...
barry99705 Posted October 11, 2009 Share Posted October 11, 2009 I should also note that I have never played the game (Facebook app privacy scares me), that's a screen shot of my friend's score. Wow, you put Facebook and privacy in the same sentence. Quote Link to comment Share on other sites More sharing options...
Seshan Posted October 11, 2009 Share Posted October 11, 2009 Yeah I agree the game, and the "hack" (if you can call it that) are very pointless. Just something I found interesting and thought I'd share it with others. It will give you bragging points among your friends though, however you may want to put in a sleep call so its not obvious you're cheating. Total time to make this was less then 5 mins. I should also note that I have never played the game (Facebook app privacy scares me), that's a screen shot of my friend's score. I doubt it, does anyone actually care "How sexy are you?" "How much of a slut are you?" "What kind of prostitute will you be?" I know I sure don't and I hide everyone of those things that pop up on my feed. They are fucking annoying. I actually delete people off my list if they do them to much. Quote Link to comment Share on other sites More sharing options...
Ingo Posted October 12, 2009 Share Posted October 12, 2009 sablefoxx, did you factor in the time it took you to write that piece of code? Just start the game, then start to write the code, then execute it and see how fast your method was ;) Quote Link to comment Share on other sites More sharing options...
roadrash Posted November 18, 2009 Share Posted November 18, 2009 They deleted this app. Probably because they figured out people were "hacking" the app. Quote Link to comment Share on other sites More sharing options...
r4v37t Posted November 24, 2009 Share Posted November 24, 2009 nice B) Quote Link to comment Share on other sites More sharing options...
wh1t3 and n3rdy Posted November 24, 2009 Share Posted November 24, 2009 Hacking a facebook game, the bar on sadness has dropped to an impossible low. Quote Link to comment Share on other sites More sharing options...
Netshroud Posted November 24, 2009 Share Posted November 24, 2009 LOL. I used an Autoclicker on 'How many times can you click this button in 10 seconds' to max it out at 425 - it doesnt register any more clicks than that. Quote Link to comment Share on other sites More sharing options...
benownzu93 Posted July 31, 2010 Share Posted July 31, 2010 LOL. I used an Autoclicker on 'How many times can you click this button in 10 seconds' to max it out at 425 - it doesnt register any more clicks than that. I did that with the ducky :P i got 682 with it. Quote Link to comment Share on other sites More sharing options...
eovnu87435ds Posted August 4, 2010 Share Posted August 4, 2010 I applaud these hacks, as it is a perfect example as to why people program in the first place: because we're lazy, yet smart enough to take a little bit extra time to make something else do the boring work for us! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.