├── Load_WoW-64.bat ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll ├── MinHook.dll ├── Plugins ├── Morpher │ ├── MainWindow.cs │ ├── Plugin.cs │ └── UserSettings.cs └── RotationEngine │ ├── MainWindow.cs │ ├── Plugin.cs │ ├── Rotator.cs │ └── UserSettings.cs ├── RecastLayer.dll ├── Roslyn ├── Microsoft.Build.Tasks.CodeAnalysis.dll ├── Microsoft.CSharp.Core.targets ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll ├── Microsoft.CodeAnalysis.CSharp.dll ├── Microsoft.CodeAnalysis.Scripting.dll ├── Microsoft.CodeAnalysis.VisualBasic.dll ├── Microsoft.CodeAnalysis.dll ├── Microsoft.DiaSymReader.Native.amd64.dll ├── Microsoft.DiaSymReader.Native.x86.dll ├── Microsoft.VisualBasic.Core.targets ├── System.AppContext.dll ├── System.Collections.Immutable.dll ├── System.Diagnostics.StackTrace.dll ├── System.IO.FileSystem.Primitives.dll ├── System.IO.FileSystem.dll ├── System.Reflection.Metadata.dll ├── VBCSCompiler.exe ├── VBCSCompiler.exe.config ├── csc.exe ├── csc.exe.config ├── csc.rsp ├── csi.exe ├── csi.rsp ├── vbc.exe ├── vbc.exe.config └── vbc.rsp ├── Routines ├── DemonHunter │ └── DemonHunter.cs └── Mage │ └── Mage.cs ├── SharpDX.D3DCompiler.dll ├── SharpDX.DXGI.dll ├── SharpDX.Direct3D11.dll ├── SharpDX.Direct3D9.dll ├── SharpDX.Mathematics.dll ├── SharpDX.dll ├── WoWSharp.DomainManager.dll ├── WoWSharp.exe └── inject.exe /Load_WoW-64.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Load_WoW-64.bat -------------------------------------------------------------------------------- /Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll -------------------------------------------------------------------------------- /MinHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/MinHook.dll -------------------------------------------------------------------------------- /Plugins/Morpher/MainWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/Morpher/MainWindow.cs -------------------------------------------------------------------------------- /Plugins/Morpher/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/Morpher/Plugin.cs -------------------------------------------------------------------------------- /Plugins/Morpher/UserSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/Morpher/UserSettings.cs -------------------------------------------------------------------------------- /Plugins/RotationEngine/MainWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/RotationEngine/MainWindow.cs -------------------------------------------------------------------------------- /Plugins/RotationEngine/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/RotationEngine/Plugin.cs -------------------------------------------------------------------------------- /Plugins/RotationEngine/Rotator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/RotationEngine/Rotator.cs -------------------------------------------------------------------------------- /Plugins/RotationEngine/UserSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Plugins/RotationEngine/UserSettings.cs -------------------------------------------------------------------------------- /RecastLayer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/RecastLayer.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.CSharp.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CSharp.Core.targets -------------------------------------------------------------------------------- /Roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /Roslyn/Microsoft.VisualBasic.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/Microsoft.VisualBasic.Core.targets -------------------------------------------------------------------------------- /Roslyn/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.AppContext.dll -------------------------------------------------------------------------------- /Roslyn/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /Roslyn/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /Roslyn/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /Roslyn/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /Roslyn/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /Roslyn/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/VBCSCompiler.exe -------------------------------------------------------------------------------- /Roslyn/VBCSCompiler.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/VBCSCompiler.exe.config -------------------------------------------------------------------------------- /Roslyn/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/csc.exe -------------------------------------------------------------------------------- /Roslyn/csc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/csc.exe.config -------------------------------------------------------------------------------- /Roslyn/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/csc.rsp -------------------------------------------------------------------------------- /Roslyn/csi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/csi.exe -------------------------------------------------------------------------------- /Roslyn/csi.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/csi.rsp -------------------------------------------------------------------------------- /Roslyn/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/vbc.exe -------------------------------------------------------------------------------- /Roslyn/vbc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/vbc.exe.config -------------------------------------------------------------------------------- /Roslyn/vbc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Roslyn/vbc.rsp -------------------------------------------------------------------------------- /Routines/DemonHunter/DemonHunter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Routines/DemonHunter/DemonHunter.cs -------------------------------------------------------------------------------- /Routines/Mage/Mage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/Routines/Mage/Mage.cs -------------------------------------------------------------------------------- /SharpDX.D3DCompiler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.D3DCompiler.dll -------------------------------------------------------------------------------- /SharpDX.DXGI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.DXGI.dll -------------------------------------------------------------------------------- /SharpDX.Direct3D11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.Direct3D11.dll -------------------------------------------------------------------------------- /SharpDX.Direct3D9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.Direct3D9.dll -------------------------------------------------------------------------------- /SharpDX.Mathematics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.Mathematics.dll -------------------------------------------------------------------------------- /SharpDX.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/SharpDX.dll -------------------------------------------------------------------------------- /WoWSharp.DomainManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/WoWSharp.DomainManager.dll -------------------------------------------------------------------------------- /WoWSharp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/WoWSharp.exe -------------------------------------------------------------------------------- /inject.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WoWSharp/Release/HEAD/inject.exe --------------------------------------------------------------------------------