[Tool] GDAutocaster - play šŸŽ¹ builds with ease, autocasting of skills, combos, autohiding of items, centered Seal and more for all games

maybe WoR now and centered seal some other time. I will write it in different forms, from simplest to the most complicated


Form1 (noob) - spams E every second - so greedy

will start working instantly, no need to press anything
but you can turn it on/off with E if you want
in this config F1 also turns it on/off together with all other things

I recommend to use F1 to turn it on/off not E (see the last form)
especially since it’s automatically on with the following config

[general]
suspend_key=F1
suspend_stops_autocast=true

[autocast by toggle]
autocast_on_launch=true
cast1=e:e // some_other_button:e is ok too
delay1=1000

Form 2 (advanced)

Let’s say your WoR has 60s duration and 12s recharge.
In this form we cast it once every 58s. But we make multiple additional E presses in case you get stunned / are in a loading screen etc. We make sure these multiple presses take less than 12s (skill recharge) so that skill is cast only once

I recommend to use F1 to turn it on/off not E (see the last form)

[general]
suspend_key=F1
suspend_stops_autocast=true

[autocast by toggle]
autocast_on_launch=true
cast1=e:e,e,e,e,e,e // or 4:4,4,4,4,4,4 if 4 is your 2nd WoR keybinding and e is for manual cast
delay1=58000
inner_delay1=1000

Form 3 (master)

The same as above but we also take into account that we want to use it manually as heal as an emergency. Or to reset the 60s timer manually. We need to tell GDAutocaster to reset the timer / loop after we use it manually so that it knows to cast it automatically after 60s (or 58s in my case) after we use the skill manually

Let’s say the skill bindings are 4 and E (you can have 2 keybindings for every hotbar slot)

  • E is gonna be your emergency WoR heal binding
  • 4 is another binding and also to turn it on / off ← but I wouldn’t turn it on/off with 4 just use F1
[general]
suspend_key=F1
suspend_stops_autocast=true

[autocast by toggle]
autocast_on_launch=true
cast1=4:4,4,4,4,4,4 // 4:e,e,e,e,e will work here too
delay1=58000
reset_key1=e // here we tell GDAutocaster to reset the timer after manual E use
inner_delay1=1000

PS There can be only 1 section in the config of each type, for example you cannot have multiple [general] sections only one

PS2 If you have other questions, I may respond to them tomorrow not now

1 Like