Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Adding semi-cool more-useful text animation thingy
i just found this in the wild among github repos :/
  • Loading branch information
ABJ4403 authored Jan 10, 2024
1 parent f960d79 commit 201a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LuaTools
Manage your Lua scripts on the go!
[![Manage your Lua scripts on the go!](https://readme-typing-svg.demolab.com?font=&pause=1000&color=FFF&center=true&vCenter=true&random=true&lines=Manage+your+Lua+scripts+on+the+go!;Comparable+Lua+script+encryptor!;Deobfuscate+Lua+scripts+on+the+go!;It's+Free+%26+Open+source!;Compile+Lua+scripts+with+Lua+itself!+(no+luac);Made+by+ABJ4403;This+has+good+script+container!+(sandbox))](https://git.io/typing-svg)

## Why did i make this?
Just to make my life (maybe yours too) easier. and not having to install other proprietary APKs, executable, or even proprietary decryptor/encryptor that can only do one thing and its worst at the same time (eg: PG Encrypt, but no way to decrypt it in the same place, and vice versa. And also there's lots of proprietary gg Lua script out there. maybe you want to clean its garbage code so it can run faster? or run in in secure isolated environment so you can have a peace of mind knowing the files on your phone wont get removed by malicious `os.remove` API call, or overwriting your files using `io.open/write/read` API call, or executing malicious commands using `os.execute` API, or you don't want your data to get stolen using `gg.makeRequest` API? Maybe you also wanted to encrypt the script in the correct way because you wanted to share a script, but also realized that your script is too much risky to share to public because you don't want bad cheater (aka. the abuser) uses too much out of your script to hurt other online players? Or you need that little extra tiny SPEED by precompiling the source script and removing its hidden garbage code too.
Expand Down

0 comments on commit 201a438

Please sign in to comment.