salutations, UC!



Zzuk released his v1 and v3 bot source a while ago and I spent over a year building on top of it a considerable amount.
this source includes the aspnetcore web end and the dotnetcore authentication server that utilizes async ssl sockets.
a few bot bases are available including the v1 and v2 grinder, fishbot, and node gatherer as well as the beginnings of of a quester.
a custom class for every class is included as well.

this source is meant as a resource for anyone who is interested in learning more about creating a bot. please do not expect to just compile and go.

it is totally possible to set this back up on a VPS but you’ll have to be running a MySQL server for the user database.

ideally you would just disable remote authentication and hardcode the warden sendovers into the bot itself. this should be trivial if you know anything about the .NET Framework (and ++++ if you know anything about ZzukBot v1 or v3 source)

GitHub - confessore/ZzukBot4: a full featured robot that plays World of Warcraft v1.12.1



› See More: ZzukBot v4 Source