I decided to work on a background skill leveler with AutoHotKey cause it's really nice and simple to use, also pretty quick to make a small script.
I'm currently having an issue though, trying to figure out why it's happening and to be completely honest, I have no idea why it's happening.
Simple Script:
Code:
#Persistent
WinGet,id, ID,[Conquer] King-Dragon-Warrior
loop
{
ControlSend, , {F9}, ahk_id %id%
Sleep 1000
}
Well, I'm just posting it out there. If you want to edit it, have some fun with AutoHotKey and make yourself a background semi-bot.
If I cant figure it out, I'll most likely make a Background Pixel bot for the SkyPass quest since it's so annoying to stay there for an hour till you get a **** token.
Don't request for bots, try your own custom made tools with
it's sometimes fun to learn the simple stuff before going into real coding.






