Jump to content

JackDaniels

Members
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    JackDaniels reacted to Droidz in Random wait time   
    Hello, use plugin like:
    using System.Threading; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnAfterRunState += delegate(Engine engine, State state) { try { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && state.DisplayName == "Looting") { Thread.Sleep(Others.Random(1000, 5000)); } } catch {} }; } public void Dispose() { } public void Settings() { } }  
    RandomWaitAfterLoot.cs
  2. Haha
    JackDaniels got a reaction from BetterSister in This program I believe to be a malware   
    I actually do not want to get mixed up in this conversation but i just can't help myself...

    Maybe this Electro-Deflecto is something for you to spend your money on..

    Droidz did state that information up front... you just have to read his posts (like everybody else does)
  3. Haha
    JackDaniels reacted to BetterSister in This program I believe to be a malware   
    Laugh of the week. Nothing can beat this! 
     
    Okay seriously now... Where are the files located and what are the names? Bot has system that creates extra copy of wrobot.exe with different name that it uses for something that i don't know much about but certainly it isn't anything malware related 
×
×
  • Create New...