Deciphering Hotkey talk

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darkshark
    Nothing.
    • Nov 2004
    • 4189

    #1

    Deciphering Hotkey talk

    After the countless times I've had AutoHotkey on while playing FFR, and went to type something, and have it come out as a jumble of blubbery pish posh, I realized this might make a nice little puzzle game trying to decipher the original sentence from the Hotkey'd one.

    Example. Hotkeys set to ASKL.


    now wt im h
    do youying?


    Translates to; "do you know what im saying?


    Try these out:


    I'm going mpingc


    Fhfhrevoution


    rdy
    it nowing in the cb.



    Doesn't take long to decipher them once you get the hang of it.
    You guys take a shot at it =D




    For those of you who don't have AutoHotkey, look here http://www.autohotkey.com/download/
    and paste the following into its notepad script.

    a::Send {left}
    s::Send {down}
    k::Send {up}
    l::Send {right}
  • phe0nixblade
    Praise the sun mofo
    • Sep 2005
    • 4281

    #2
    Re: Deciphering Hotkey talk

    I'm going mpingc


    Fhfhrevoution=Flashflashrevolution


    rdy=ready
    EDIT:No can't be ready...the e still works..


    it nowing in the cb.=its....something I can't figure out lol

    Comment

    • sc979
      FFR Player
      FFR Simfile Author
      • Aug 2006
      • 1644

      #3
      Re: Deciphering Hotkey talk

      First one says I'm going camping.
      ...

      Comment

      • Silver_Brian
        ¯\(°_o)/¯ ¯\(o_°)/¯
        FFR Simfile Author
        • Apr 2005
        • 5576

        #4
        Re: Deciphering Hotkey talk

        But the c works.

        Edit: dark, did you know you can suspend the hotkeys?

        Originally posted by Moogle-master
        i now have another excuse to grow a dick
        Originally posted by FishFishRevolution
        "i've seen your little boy's penis"

        Comment

        • Evascythe
          evascythe
          • Mar 2005
          • 2909

          #5
          Re: Deciphering Hotkey talk

          my script looks like thissss

          m::Send {left}
          ,::Send {down}
          .::Send {up}
          /::Send {right}
          `::Suspend

          all you have to do is tap ` to suspend hotkeys.

          ps - it nowing in the cb.
          It's snowing in the cb.


          Originally posted by moches
          I love your avatar and you seem like a chill dude

          Comment

          Working...