Basically what I want it to do is:
-start with F3
-stop with F4
-Press 8 (this is where my weapon slot is)
-then attack 100 times
-Press 9(this is where my food slot is)
-then eat for 3 seconds
-repeat it all over again.
I want to AFK grind some mobs
Here's the code
F3::
F4::stop=1
stop = 0
Loop
{
If stop = 1
Break
Else
{
SetMouseDelay 30
Send 8 ;this is my sword slot
Click 100 ; attack for 100 swings
send 9 ;this is my food slot
Sleep, 3000
Click down right ;hold down the button to eat
Sleep, 3000 ;eat for 3 secs
Click up right ;stop eating
}
}
returnBasically, it just doesn't work :\
Any help is very much appreciated!
Thank you for reading!




