topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday March 18, 2024, 11:40 pm
  • 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: DONE: auto key hitter  (Read 10099 times)

cowcrombie

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 16
    • View Profile
    • Donate to Member
DONE: auto key hitter
« on: December 02, 2005, 06:12 PM »
I'm playing a game and need to make potions.
i have to sit here and hit the f4 key once every 1 sec. (it's got a spell cool off time T.T)

if someone can write a program that automatically "hits" the f4 key every second, it would be GREAT help~

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: auto key hitter
« Reply #1 on: December 02, 2005, 11:19 PM »
this sounds like a fantatic idea for adding to DoOver, Skrommels quick macro tool!
how about just an option on DoOver tray menu to engage a timer (whose length could be configured).

PhilKC

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 117
    • View Profile
    • BlueScreenOfDeath.co.uk
    • Donate to Member
Re: IDEA: auto key hitter
« Reply #2 on: December 02, 2005, 11:27 PM »
I'm playing a game and need to make potions.
i have to sit here and hit the f4 key once every 1 sec. (it's got a spell cool off time T.T)

if someone can write a program that automatically "hits" the f4 key every second, it would be GREAT help~

A lot of games will ban you if found using macro tools :P

Edit: WTF is up with that smiley? It's supposed to be : P (without the space)

PhilKC
It's not a bug, it's an undocumented and unexplainable feature.
Stick it on your site:
« Last Edit: December 02, 2005, 11:34 PM by PhilKC »

cowcrombie

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 16
    • View Profile
    • Donate to Member
Re: IDEA: auto key hitter
« Reply #3 on: December 03, 2005, 03:33 AM »
oh who cares, the server is already down the toilet, they won't care :)

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: auto key hitter
« Reply #4 on: December 03, 2005, 04:04 AM »
 :) www.autohotkey.com

Loop
{
  Send,{F4}
  Sleep,1000
}

Skrommel