Jump to content

Recommended Posts

Posted

in my script for diablo 2 i made a mana helper script for myself but i notice when i hit the hotkey for it. it goes really slow when it types

OPT("SendKeyDelay",0)

OPT("SendKeyDownDelay",0)

but it still sends really slow any help?

  • Moderators
Posted

Per Help File

SendKeyDelay Alters the the length of the brief pause in between sent keystrokes.

Time in milliseconds to pause (default=5). Sometimes a value of 0 does not work; use 1 instead.

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.

Posted (edited)

Buy a new computer, I don't know what you mean by damn slow but jesus, I have a 500 Duron with 128 ram for testing and I ran a test on send in it and it sent atleast 1000 words per minute, if thats slow then I guess light speed is slow. Try using Send("Text") instead of Send("a") Send("b") or any other long scripts.

Edited by AutoIt Smith
Posted

Sometimes games have a keyboard buffering issue when you try to send keystrokes too fast.

Try to copy your text to clipboard, then paste it into the game. It MIGHT work.

ClipPut($sdata); Puts Text on the clipboard
  
  Send("^v"); Pastes clipboard contents to window

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...