ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: auto key hitter

(1/1)

cowcrombie:
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:
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:
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~
-cowcrombie (December 02, 2005, 06:12 PM)
--- End quote ---

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

cowcrombie:
oh who cares, the server is already down the toilet, they won't care :)

skrommel:
 :) www.autohotkey.com


--- ---Loop
{
  Send,{F4}
  Sleep,1000
}
Skrommel

Navigation

[0] Message Index

Go to full version