[Tool] GDAutocaster - play 🎹 builds with ease, autocasting of skills, combos, faster / automatic camera, autohiding of items, centered Inquisitor Seal and more for all games!

I recently came back to the game after a break and just found this great tool. Really great work on that and I love that you can use it for other games/programs as well.

However I have encountered few problems (mostly related to key_native_function) and I don’t know if it is because I am doing something wrong or if it is due to the program’s limitations and I would love it if you could help me.



  1. I want to use CapsLock key to suspend Autocaster functions, but also preserve its original functionality. One of the reasons I want this specific keybind is to have the CapsLock button light up on my keyboard. so that I know when Autocaster is suspended or not.

This is the code I have and even though CapsLock suspends functions properly it doesn’t keep it original functionality (e.g. when typing text in chat) nor does it light up.

I also tried suspend_key= ` (key over Tab) which I have bound to Pause Game, but then the game wouldn’t pause at all.



  1. This 2nd problem has to do with self-casting Inquisitor’s Seal. Ideally I want to be able to choose whether I want to self cast Inquisitor’s Seal or cast it normally, but I’ ll work on that after I solve a basic issue.

S - bound to Inquisitor’s Seal in-game
9 - bound to Inquisitor’s Seal in-game (a deliberately inconvenient keybind that is only called by the program)

I would like to press S to self-cast Inquisitor’s Seal but the following code doesn’t work.

This causes the game to instantly cast Inquisitor’s Seal on my initial cursor position and then move the cursor to me and do nothing (since Inq Seal is on cooldown).

Ideally I would like to have it set up like this, but this won’t work either



  1. On my infiltrator I want to automatically cast Pneumatic Burst and Word of Renewal, but also be able to manually cast them for the heal.

W - bound to Pneumatic Burst
E - bound to Word of Renewal

In this case pressing W normally casts Pneumatic Burst and resets the timer, but pressing E doesn’t manually activate Word of Renewal.

I thought that key_native_function2 would deactivate the Numpad5, but it seems that it deactivates E

Changing key_native_function2 to TRUE allows me to manually cast Word of Renewal and have the functionality that I want, but it seems weird.

Also my character stops in place an performs an attack from my Left Mouse Button momentarily every time the skill is autocasted. Manually casting Word of Renewal or Pneumatic Burst doesn’t cause this.


Update: The above issue (stopping for a second to perform an attack) is caused because Autocaster sends a “Shift” button press which I have bound to “Stationary Attack”. I confirmed this by binding “Shift” to other actions and testing.

I do not use “Shift” anywhere in the .ini file except in this section (which activates all my buffs/pets)

I have changed this to not use “Shift”, but I haven’t tested this extensively to know if it solves the issue. In any case, since this is unintended behaviour I thought it would be good to let you know.

Update 2: The “shift” issue is not related to the above combo. “Shift” is pressed even when I deleted this combo from the .ini file completely. I will remove other sections to see if I can identify the cause and let you know.



Finally, can I add comments in the .ini file without messing something up?

Something like this:

I am sorry that this ended up being so long. I appreciate any help you can give me.

Thank you very much in advance!

1 Like