Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
607 changes: 499 additions & 108 deletions LUAManager/MainForm.Designer.cs

Large diffs are not rendered by default.

796 changes: 455 additions & 341 deletions LUAManager/MainForm.cs

Large diffs are not rendered by default.

Binary file added LUAManager/Resources/font.ttf
Binary file not shown.
5 changes: 5 additions & 0 deletions LUAManager/extras/assemble.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
set inputfile = %2
set outputfile = %3
cd extras
java.exe -jar unluac_assemble.jar --assemble %2 --output %3
5 changes: 5 additions & 0 deletions LUAManager/extras/decode.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
set inputfile = %2
set outputfile = %3
cd extras
java.exe -jar unluac_decode.jar %2 > %3
5 changes: 5 additions & 0 deletions LUAManager/extras/disassemble.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
set inputfile = %2
set outputfile = %3
cd extras
java.exe -jar unluac_assemble.jar --disassemble %2 > %3
Binary file modified LUAManager/extras/unluac.jar
Binary file not shown.
Binary file added LUAManager/extras/unluac_assemble.jar
Binary file not shown.
Binary file added LUAManager/extras/unluac_decode.jar
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ A program to decrypt & decode back and forth the LUA scripts used in the Angry B
# Credits
* [xxxmän360](https://github.com/xxxman360) - Main programmer
* [RSM](https://github.com/giroletm) - Version merging
* [Ghosting Dash] and [Creator34] - New update (subfolders, assembling/dissasembling and more)