├── App.config ├── BatchIDE.sln ├── BatchIDE ├── App.config ├── BatchIDE.csproj ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ └── Settings 2.png └── bin │ └── Debug │ ├── BatchObfuscator.exe │ ├── BatchObfuscator.exe.config │ ├── BatchObfuscator.pdb │ ├── Bunifu_UI_v1.52.dll │ ├── DiscordRPC.dll │ ├── DiscordRPC.pdb │ ├── MaterialSkin.dll │ ├── Microsoft.Toolkit.Uwp.Notifications.dll │ ├── Microsoft.Toolkit.Uwp.Notifications.pdb │ ├── Newtonsoft.Json.dll │ ├── Obfuscator.dll │ ├── ReaLTaiizor.dll │ ├── ReadMe.txt │ ├── System.ValueTuple.dll │ ├── config.txt │ ├── config2.txt │ ├── csc.lnk │ ├── csc │ ├── 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 │ ├── System.Buffers.dll │ ├── System.Collections.Immutable.dll │ ├── System.Memory.dll │ ├── System.Numerics.Vectors.dll │ ├── System.Reflection.Metadata.dll │ ├── System.Runtime.CompilerServices.Unsafe.dll │ ├── System.Text.Encoding.CodePages.dll │ ├── System.Threading.Tasks.Extensions.dll │ ├── csc.exe │ ├── csc.exe.config │ └── csc.rsp │ └── data.txt ├── README.md └── main.png /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/App.config -------------------------------------------------------------------------------- /BatchIDE.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE.sln -------------------------------------------------------------------------------- /BatchIDE/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/App.config -------------------------------------------------------------------------------- /BatchIDE/BatchIDE.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/BatchIDE.csproj -------------------------------------------------------------------------------- /BatchIDE/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Form1.Designer.cs -------------------------------------------------------------------------------- /BatchIDE/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Form1.cs -------------------------------------------------------------------------------- /BatchIDE/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Form1.resx -------------------------------------------------------------------------------- /BatchIDE/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Program.cs -------------------------------------------------------------------------------- /BatchIDE/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BatchIDE/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /BatchIDE/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Properties/Resources.resx -------------------------------------------------------------------------------- /BatchIDE/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /BatchIDE/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Properties/Settings.settings -------------------------------------------------------------------------------- /BatchIDE/Resources/Settings 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/Resources/Settings 2.png -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/BatchObfuscator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/BatchObfuscator.exe -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/BatchObfuscator.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/BatchObfuscator.exe.config -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/BatchObfuscator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/BatchObfuscator.pdb -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/Bunifu_UI_v1.52.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/Bunifu_UI_v1.52.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/DiscordRPC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/DiscordRPC.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/DiscordRPC.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/DiscordRPC.pdb -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/MaterialSkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/MaterialSkin.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/Microsoft.Toolkit.Uwp.Notifications.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/Microsoft.Toolkit.Uwp.Notifications.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/Microsoft.Toolkit.Uwp.Notifications.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/Microsoft.Toolkit.Uwp.Notifications.pdb -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/Obfuscator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/Obfuscator.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/ReaLTaiizor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/ReaLTaiizor.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/ReadMe.txt -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/config.txt -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/config2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/config2.txt -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc.lnk -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CSharp.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CSharp.Core.targets -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Buffers.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Memory.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/System.Threading.Tasks.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/System.Threading.Tasks.Extensions.dll -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/csc.exe -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/csc.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/csc.exe.config -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/csc/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/csc/csc.rsp -------------------------------------------------------------------------------- /BatchIDE/bin/Debug/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/BatchIDE/bin/Debug/data.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/README.md -------------------------------------------------------------------------------- /main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/123Studios/bat2exe/HEAD/main.png --------------------------------------------------------------------------------