Jump to content
Sign in to follow this  
Match

AHK vs. Mouse

Recommended Posts

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.

 

 

what about this one

 

4:: numpad2
3:: numpadAdd
q:: mousemove 1072, 485
w:: mousemove 1150, 480
e:: mousemove 1235, 488
r:: mousemove 1306, 494
a:: mousemove 496, 296
s:: click left
d:: mousemove 826, 633
f:: click left
z:: mousemove 424, 381
x:: click right
c:: mousemove 411, 519
v:: click left
b:: mousemove 900, 99
n:: click left

 

the script itself is fine its just not working at full speed because u missed the shit i pasted out of your script, copy and paste what i put into the top of your script and try it again n tell me how it goes

Share this post


Link to post
Share on other sites
ohmybeef

i remember i made a script for dropping an invent of logs and it was slow as fuck because i forgot to put this in.

#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
Villiska

u think i clean herbs kid?

Share this post


Link to post
Share on other sites
Villiska

all i do is smoke the herb lol 420

Share this post


Link to post
Share on other sites
Bennie

 

 

 

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

Share this post


Link to post
Share on other sites
Match

ur ahk is rly slow for some reason?

 

nvm... fulco gave me a script which one key = all those functions but isn't that ban worthy? i thought one key = one function hence why mine was "so slow"

 

32da5d3d815e1280e7979f1c84636b53.gif yeah totally not allowed, lol

Edited by Totoro

Share this post


Link to post
Share on other sites
derek

2jwUhal.gif

 

 

?

Share this post


Link to post
Share on other sites
Match

2jwUhal.gif

 

 

?

 

confirmed spastic

Share this post


Link to post
Share on other sites
Davedax

lmfao at fulco trying to fix it but makes it little bit faster.

Share this post


Link to post
Share on other sites
Zlat

All AHK usage if bann-able , thanks for displaying your RSN :-D

Share this post


Link to post
Share on other sites
Match

All AHK usage if bann-able , thanks for displaying your RSN :-D

Stfu :-D

 

AGjoy9w.png

Gpejutq.png

Share this post


Link to post
Share on other sites
derek

 

All AHK usage if bann-able , thanks for displaying your RSN :-D

Stfu :-D

 

AGjoy9w.png

Gpejutq.png

 

TjpZrCI.png

Share this post


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