mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-02-04 00:39:08 +00:00
feat(core): CheatEngine lua struct generator
This commit is contained in:
parent
76a76a28a3
commit
bbf19bfb77
9 changed files with 1684 additions and 0 deletions
10
script/build-cheatengine-scripts
Normal file
10
script/build-cheatengine-scripts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
echo "Select a version to use"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
./script/build-ce-loader-script -i $1/cgunit.lua -o $2/Load_CGUnit.lua
|
||||
./script/build-ce-loader-script -i $1/cgplayer.lua -o $2/Load_CGPlayer.lua
|
||||
Loading…
Add table
Add a link
Reference in a new issue