Jump to content

Dagora

Members
  • Posts

    52
  • Joined

  • Last visited

Posts posted by Dagora

  1. 1 hour ago, Droidz said:

    Yes create plugin (save it in file type .cs )

    
    using System.ComponentModel;
    using wManager.Wow.Enums;
    using wManager.Wow.ObjectManager;
    
    public class Main : wManager.Plugin.IPlugin
    {
        public void Initialize()
        {
            wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable)
            {
                try
                {
                    if (unit != null && unit.Type == WoWObjectType.Player)
                        wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();
                }
                catch { }
            };
        }
    
        public void Dispose()
        {
        }
    
        public void Settings()
        {
        }
    }

     

    Thx! It's working.

     

  2. 1 hour ago, Droidz said:

    Hello,

    in relogger option you have option "Wait time to relaunch and relogge after crash", use it to not relaunch bot and wow quickly.

    To close game you can use this code:

    
            wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable)
            {
                try
                {
                    if (unit != null && unit.Type == WoWObjectType.Player)
                        wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();
                }
                catch {}
            };

     

    Thank you!

    Please, tell where i should put this code? It's need to create plugin?

  3. Will someone help me in solving this issue? This problem is not only on TBC, but also on vanilla. Through the relogger, only 1 profile is launched, and the rest is a mistake. I can not run more than 1character. Having reinstalled the bot many times, nothing helps. Profiles without protection works fine.

  4. Hello

    I cant run encrypted files on tbc, when I run them I get an error

    The object reference does not indicate an object instance

     


    I have done everything like: re-download, redownload bot, profiles
    Even had Andoido help with teamviewer and we found out that cannot run Encrypted files.

    This problem only on TBC client, on Vanilla and WOTLK works fine.

     

    Tested on: 1-60 AFK Quester and [PROFESSION] Mining & Herbalism

    http://catcut.net/eVPxhttp://catcut.net/eVPxhttp://catcut.net/eVPxhttp://catcut.net/eVPx

     

    форум.PNG

  5. I changed the HWID and proxy.
    Today my bots lived no longer than 2-3 hours. Used quest profiles. All in the starting zones (10-14 lvl). All this time I followed them. No stuck. Ban on the reports can not be.
    If Wrobot is not detectable, how they banned me?
    If I'm on the black list of the server, then how can I exit it?
    Or Wrobot is detecteble?

×
×
  • Create New...