Hi all, I used to play with Ensage# back when L# was alive, but due to health issues I had to quit. I am better now and willing to come back but I got some questions I'd like some answers for.
Is it possible to play unlimited "custom" games? (I think lobby games is what you call them in DotA2). My main reason for this is to be able to develop some assemblies, get used to the new API, before buying a subscription to play.
And speaking of new API. Is there any tutorial for it? Im talking about Ensage.SDK. I think I still remember some things about Ensage.Common. But viewing other people's assemblies, I see there is heavy usage on attributes when it comes to use Ensage.SDK.
TL;DR. Had to quit, now I can come back. Got two questions: Can we still develop assemblies for free? I.E Unlimited lobby games for debugging assemblies.
Any tutorial available to learn the usage of Ensage.SDK and it's attributes?
Thanks beforehand.
EDIT: I forgot to ask how the security is doing these days. Safe to use on main, or just stick to secondary accounts?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can play unlimited custom games.
There is no tutorial on sdk, but u can check samples and other already made assemblies.
There was no bans in past few months, but its not recommended to use ensage on main account.
Noone can't give you 100% protection from Vac, but we can give 99%. My main account alive from 2015, even i was with exploints on 250k+ views video. Playing with spammer everyday, still not ban.
99% safe. where is the 1%? ofc if your account got posted in Reddit valve will manually ban you I think.
https://github.com/EnsageSharp/Ensage.SDK/tree/master/Samples
Our SDK makes heavy use of IoC and DI using MEF https://docs.microsoft.com/en-us/dotnet/framework/mef/ and you can access most of the services from https://github.com/EnsageSharp/Ensage.SDK/blob/master/Service/IServiceContext.cs