Jump to content

Recommended Posts

Posted

Well I have made this script in AutoHotKey and it seems to be bugged and not working so i've decided to try AutoIt so can you please help me translate this simple script from .AHK to .au3

Basically when XButton 1 is held down "d" and "q" are held for 250ms each and when i let go they are not held anymore.

 

 

XButton1::
While, GetKeyState("XButton1", "P")
{
    Send, {d Down}
    Sleep, 250
    Send, {d Up}{q Down}
    Sleep, 250
    Send, {q Up}
}
Return

 

 

If anyone is wondering my ring and my index fingers are missing in my left hand so it's really hard for me to strafe rapidly in Counter Strike 1.6 so I have made this script to help me a little bit. (the owner of the server allowed me to use this script).

  • Developers
Posted

Welcome to the AutoIt forum.

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...