wManager.Wow.Helpers Namespace
WRobot

Args Members

The Args type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field AccountName
Game account name AccountName="WoW1"
Public field AdditionalArgs
The additional arguments
Public field AutoAttachAndLog
Automatically attach game process and connect to the bot server -AutoAttachAndLog
Public field BattleNet
Game account mail (or name) BattleNet="my@mail.com"
Public field BPHOOK
To use BP hook (if not enabled by default in your version) -bphook
Public field Character
Game character name Character="MyName"
Public field Dx
To use directx hook (if not enabled by default in your version) -dx
Public field FightClass
Bot fightclass selected FightClass="fightclass.xml"
Public field FightClassUI
To launch Fightclass creator (not launch bot) -fightclassui
Public field LicenseKey
Bot license key to use LicenseKey="123456789"
Public field LockFrame
To lock game frame (better responsiveness, but this option is activated by default) -lockframe
Public field LogInject
Logging game injections (for debug) -LogInject
Public field MinimiseOnStart
Minimize window on start -MinimiseOnStart
Public field NoDx
To don't use directx hook (if enabled by default in your version) -nodx
Public field NoFakeCallStack
To don't falsify call stack (when bot call game functions) -nofakecallstack
Public field NoLockFrame
To don't lock game frame (lose reactivity) -nolockframe
Public field Password
Game account password Password="*****"
Public field ProcessId
Game process id ProcessId=1234
Public field Product
Bot product selected Product="Grinder"
Public field Profile
Product profile selected Profile="myprofile.xml"
Public field ReloggerUI
To launch relogger creator (not launch bot) -reloggerui
Public field Server
Game realmlist name Server="ServerName"
Public field WaitTimeToRelog
The wait time (in seconds) to relog character after a disconnection WaitTimeToRelog=15

Properties


  Name Description
Public property AutoStart
Gets a value indicating if automatically attach game, connect to the bot server and start bot product.
Public property LogInWow
Gets a value indicating if automatically login in game.