cartoonchikn
Member
- Joined
- Jul 5, 2012
- Messages
- 130
- Reaction score
- 2
Is there a plugin that will use gifts in your inventory for your companions? Clicking through a stack of 50 takes a while...
How do you grind companion gifts?
wintitle = Star Wars
SetTitleMatchMode, 2
#SingleInstance Force
IfWinExist %wintitle%
{
loop{
Controlsend,,{1}, %wintitle%
sleep 3600
}
}
Return
F5::ExitApp