Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
Automator and World of Warcraft
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="amagzz" data-source="post: 1136694" data-attributes="member: 125537"><p>Hi,</p><p></p><p>I'm trying to use Automator/Applescript to auto-click and keystroke in World of Warcraft.</p><p></p><p>Right now, I have a Bootcamp partition where I run World of Warcraft and the Windows program Autohotkey. The program simply allows you to record coordinates for auto-clicks and will move the cursor to those coordinates, left-click and then repeat. It also allows you to add keystrokes. It compiles all of this into a script and runs that.</p><p></p><p>This is what the script looks like that Autohotkey uses:</p><p></p><p>[CODE][SIZE="1"]Loop</p><p>{</p><p>Sleep, 1000</p><p>Send, {CTRLDOWN}{1}{CTRLUP}</p><p>Send, {CTRLDOWN}{1}{CTRLUP}</p><p>Sleep, 500</p><p>Send, {7}</p><p>Sleep, 500</p><p>MouseClick, left, 325, 175</p><p>Sleep, 500</p><p>MouseClick, left, 271, 128</p><p>Sleep, 1000</p><p>Send, {h}</p><p>Sleep, 250</p><p>Send, {;}</p><p>Sleep, 250</p><p>MouseClick, left, 70, 191</p><p>Sleep, 500</p><p>Send, {'}</p><p>Sleep, 500</p><p>MouseClick, left, 58, 441</p><p>Sleep, 250</p><p>Send, {;}</p><p>Sleep, 250</p><p>MouseClick, left, 70, 191</p><p>Sleep, 500</p><p>Send, {'}</p><p>Sleep, 500</p><p>MouseClick, left, 58, 441</p><p>Sleep, 250</p><p>Send, {;}</p><p>Sleep, 250</p><p>MouseClick, left, 70, 191</p><p>Sleep, 500</p><p>Send, {'}</p><p>Sleep, 500</p><p>MouseClick, left, 58, 441</p><p>Sleep, 250</p><p>Send, {;}</p><p>Sleep, 250</p><p>Sleep, 500</p><p>MouseClick, left, 402, 488</p><p>Sleep, 500</p><p>}</p><p>0::Pause[/SIZE]</p><p>[/CODE]</p><p>I've heard that this was capable via Automator and Applescript but every time I've tried to make something, with my limited knowledge, it would work, but then freeze up and the commands would slow incredibly.</p><p></p><p>If anyone can shed some knowledge on certain things I have to do or if anyone has any experience on with Automator and Applescript and wouldn't mind helping, it would be much appreciated.</p></blockquote><p></p>
[QUOTE="amagzz, post: 1136694, member: 125537"] Hi, I'm trying to use Automator/Applescript to auto-click and keystroke in World of Warcraft. Right now, I have a Bootcamp partition where I run World of Warcraft and the Windows program Autohotkey. The program simply allows you to record coordinates for auto-clicks and will move the cursor to those coordinates, left-click and then repeat. It also allows you to add keystrokes. It compiles all of this into a script and runs that. This is what the script looks like that Autohotkey uses: [CODE][SIZE="1"]Loop { Sleep, 1000 Send, {CTRLDOWN}{1}{CTRLUP} Send, {CTRLDOWN}{1}{CTRLUP} Sleep, 500 Send, {7} Sleep, 500 MouseClick, left, 325, 175 Sleep, 500 MouseClick, left, 271, 128 Sleep, 1000 Send, {h} Sleep, 250 Send, {;} Sleep, 250 MouseClick, left, 70, 191 Sleep, 500 Send, {'} Sleep, 500 MouseClick, left, 58, 441 Sleep, 250 Send, {;} Sleep, 250 MouseClick, left, 70, 191 Sleep, 500 Send, {'} Sleep, 500 MouseClick, left, 58, 441 Sleep, 250 Send, {;} Sleep, 250 MouseClick, left, 70, 191 Sleep, 500 Send, {'} Sleep, 500 MouseClick, left, 58, 441 Sleep, 250 Send, {;} Sleep, 250 Sleep, 500 MouseClick, left, 402, 488 Sleep, 500 } 0::Pause[/SIZE] [/CODE] I've heard that this was capable via Automator and Applescript but every time I've tried to make something, with my limited knowledge, it would work, but then freeze up and the commands would slow incredibly. If anyone can shed some knowledge on certain things I have to do or if anyone has any experience on with Automator and Applescript and wouldn't mind helping, it would be much appreciated. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
Automator and World of Warcraft
Top