Jump to content
Sign in to follow this  
Match

AHK vs. Mouse

Recommended Posts

Match

 

 

[AHK]: first attempt

8hJBPJf.gif

 

 

 

 

[Mouse Clicks]:

hGCECAT.gif

[AHK]: fixed

041X1Aa.gif

 

Can't tell what's faster...? what looks faster?

 

8lFzwEs.jpg ty for new script

THANKS Y'ALL

Edited by Totoro

Share this post


Link to post
Share on other sites
Match

ur ahk is rly slow for some reason?

 

it does seem that way

 

look at the edited version

Edited by Totoro

Share this post


Link to post
Share on other sites
Fulco

Your AHK script is just fucked. Link me the script you made in pastebin

Share this post


Link to post
Share on other sites
Match

Your AHK script is just fucked. Link me the script you made in pastebin

 

e: thanks fulco
Edited by Totoro

Share this post


Link to post
Share on other sites
Fulco

Lol, get on irc and pm me

Share this post


Link to post
Share on other sites
ohmybeef

 

Your AHK script is just fucked. Link me the script you made in pastebin

 

numpad4::
Click
return
numpad5::
mousemove, 45, 0, 0, Rel
return
numpad6::
Click
return
numpad7::
Click
return
numpad8::
mousemove, -45, 0, 0, Rel
return
numpad9::
Click
return
using 123 to take all herbs from bank

 

 

you have missed the big paragraph out that speeds up your ahk's try copy and pasting this into the top of your script so it works more efficiently:

 

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Share this post


Link to post
Share on other sites
Match

 

 

Your AHK script is just fucked. Link me the script you made in pastebin

 

numpad4::
Click
return
numpad5::
mousemove, 45, 0, 0, Rel
return
numpad6::
Click
return
numpad7::
Click
return
numpad8::
mousemove, -45, 0, 0, Rel
return
numpad9::
Click
return
using 123 to take all herbs from bank

 

 

you have missed the big paragraph out that speeds up your ahk's try copy and pasting this into the top of your script so it works more efficiently:

 

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

 

 

e:thanks fulco

Edited by Totoro

Share this post


Link to post
Share on other sites
Nadroj

 

 

Your AHK script is just fucked. Link me the script you made in pastebin

 

numpad4::
Click
return
numpad5::
mousemove, 45, 0, 0, Rel
return
numpad6::
Click
return
numpad7::
Click
return
numpad8::
mousemove, -45, 0, 0, Rel
return
numpad9::
Click
return
using 123 to take all herbs from bank

 

 

you have missed the big paragraph out that speeds up your ahk's try copy and pasting this into the top of your script so it works more efficiently:

 

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this