blizzedout Posted January 23, 2006 Posted January 23, 2006 Anyone make a script yet where i can hit a hot key and it will start recording all my keyboard actions then hit the same hot key and end it. And ill have a Script that can repeat my actions? I need this for a game bot.
w0uter Posted January 23, 2006 Posted January 23, 2006 check out some of the programs that come with SciTE My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
blizzedout Posted January 23, 2006 Author Posted January 23, 2006 w0uter said: check out some of the programs that come with SciTEim lookin i dont know what you meen?
Josbe Posted January 23, 2006 Posted January 23, 2006 blizzedout said: im lookin i dont know what you meen?In Scite, has the tool called AU3Record (ALT+F6). AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Moderators SmOke_N Posted January 23, 2006 Moderators Posted January 23, 2006 Under tools in SciTe: AutoItMacroGenerator / Au3Recorder Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
blizzedout Posted January 23, 2006 Author Posted January 23, 2006 SmOke_N said: Under tools in SciTe: AutoItMacroGenerator / Au3RecorderBut does it record Key Down and Key Up times?
BigDod Posted January 23, 2006 Posted January 23, 2006 blizzedout said: But does it record Key Down and Key Up times?Try it and see. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
blizzedout Posted January 23, 2006 Author Posted January 23, 2006 BigDod said: Try it and see.I get this Send("{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{LEFT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{UP}{RIGHT}{DOWN}{LEFT}{LEFT}{LEFT}{UP}{RIGHT}{RIGHT}{UP}{RIGHT}{RIGHT}{LEFT}{DOWN}")So im guessing it just repeats the key for how long you hold it.
BigDod Posted January 23, 2006 Posted January 23, 2006 blizzedout said: I get this Send("{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{UP}{LEFT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{RIGHT}{UP}{RIGHT}{DOWN}{LEFT}{LEFT}{LEFT}{UP}{RIGHT}{RIGHT}{UP}{RIGHT}{RIGHT}{LEFT}{DOWN}")So im guessing it just repeats the key for how long you hold it.If you know how long you wish to hold a key you can always edit the recorded script. Somethings always need human intervention.BTWSince no-one else has pointed it out.This is the wrong forum for this it belongs in the support forum. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
blizzedout Posted January 23, 2006 Author Posted January 23, 2006 (edited) BigDod said: If you know how long you wish to hold a key you can always edit the recorded script. Somethings always need human intervention.BTWSince no-one else has pointed it out.This is the wrong forum for this it belongs in the support forum.Ok, because they need this feature for in game stuff... They should also do it for Mouse Down and Mouse Up, or it will just spit out all of the code and the game will not recieve anything. Edited January 23, 2006 by blizzedout
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now