Match Report post Posted March 19, 2015 (edited) [AHK]: first attempt [Mouse Clicks]: [AHK]: fixed Can't tell what's faster...? what looks faster? ty for new script THANKS Y'ALL Edited March 19, 2015 by Totoro Share this post Link to post Share on other sites
Zlat Report post Posted March 19, 2015 ur ahk is rly slow for some reason? Share this post Link to post Share on other sites
Bennie Report post Posted March 19, 2015 mouse dude -.-' Share this post Link to post Share on other sites
EDOT Report post Posted March 19, 2015 Del_Muro is faster Share this post Link to post Share on other sites
Match Report post Posted March 19, 2015 (edited) ur ahk is rly slow for some reason? it does seem that way look at the edited version Edited March 19, 2015 by Totoro Share this post Link to post Share on other sites
Fulco Report post Posted March 19, 2015 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 Report post Posted March 19, 2015 (edited) Your AHK script is just fucked. Link me the script you made in pastebin e: thanks fulco Edited March 19, 2015 by Totoro Share this post Link to post Share on other sites
Zlat Report post Posted March 19, 2015 wtf is that lmao Share this post Link to post Share on other sites
Fulco Report post Posted March 19, 2015 Lol, get on irc and pm me Share this post Link to post Share on other sites
ohmybeef Report post Posted March 19, 2015 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 Report post Posted March 19, 2015 (edited) 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 March 19, 2015 by Totoro Share this post Link to post Share on other sites
Nadroj Report post Posted March 19, 2015 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