topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: autooglefriend AHK script  (Read 5125 times)

SexyLilDarkPaw

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
IDEA: autooglefriend AHK script
« on: February 13, 2009, 01:44 PM »
So you got an annoying friend who can't use google and asks you like questions non stop.  This site does like a google automated fly in and types the text says that wasnt so hard and then googles it for the person.  I was wondering if there was a way to script it so all i do is highlight a portion of the convo where they asked me  the question and press a hotkey to auto-paste into the message box and send?  I'd give it a go myself but i'm afraid looking for window dialog to paste into text box or something would be hard.  i want it to work on the current ontop application and send to the textbox

http://www.lmgtfy.co...What-they-asked-here

Any hints ideas, help  or even coding would be appreciated =)

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: IDEA: autooglefriend AHK script
« Reply #1 on: February 16, 2009, 05:41 PM »
Not as automated as you wished for but this should work wherever copy and paste works.
F7::
Send ^c  ;copy selected text
clipwait
StringReplace, clipboard, clipboard, %A_space%, +, ALL
clipboard = http://www.lmgtfy.com/?q=%clipboard%
return
- select text
- press hotkey (change F7 to whatever)
- select input box
- ctrl+v

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: autooglefriend AHK script
« Reply #2 on: February 16, 2009, 07:59 PM »
Auto Ogle Friend?

My female friends may not appreciate that very much. :-[

Then again, neither would my male friends! :tellme: :-[

My wife would like it least of all! :redface:

Sounds like a bad idea all around. :down: