• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

ahk fishing

mernda

Cricket
Member
how do i change the time of the when it press 5 and then it waits then it presses f right i wanna change that wait time between 5 and f
and is fishing ahk still working tho??
 
Last edited:

cupid

Forgiving
Staff member
Moderator
Member
Please, ask whoever wrote it to understand what to change.

There is more than one of those scripts floating around, so, just ask in the post where the script was published.
 

kchua65

Cricket
Member
{
sleep 800
send f
sleep 10
send f
sleep 1500
send 5
}
I assumed that you know how to open the script file using text editor.
Locate the part similar to the above and play with the number " sleep xxxx", I guess your question is to change the first line sleep 800 to some number. Hope it help.
 

mernda

Cricket
Member
thank you
{
sleep 800
send f
sleep 10
send f
sleep 1500
send 5
}
I assumed that you know how to open the script file using text editor.
Locate the part similar to the above and play with the number " sleep xxxx", I guess your question is to change the first line sleep 800 to some number. Hope it help.
 
Top Bottom