Background Skill Leveler (AHK Code)

06/06/2017 17:28 LepEatWorld#1
(I'm not releasing a bot, this is just a unfinished code for some to work on.)
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
}
I'm currently trying to understand why this isn't working lol... Some keys such as CTRL & Alt work completely fine, but others such as the F1-12 keys don't seem to work at all. If I change the code to implement Clicks instead of keystrokes it works perfectly fine too.

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 damn token.

Don't request for bots, try your own custom made tools with [Only registered and activated users can see links. Click Here To Register...] it's sometimes fun to learn the simple stuff before going into real coding.
06/10/2017 13:08 nevermind4o4#2
Figure out are you getting the id in rl (by msgbox or something).

An age ago i wrote simple script in Sikuli framework to repair gears for my chars on auto lvl - it wouldnt work until i ran it as admin