Jump to content
  • 0

How do you encrypt a lua script into strings of numbers?


MisterWishful
 Share

Question

So, recently I was going through mobile games and going onto YouTube to find some Game Guardian scripts for them.

I came across a game called The Wolf and decided to download a script for it. I changed the lua file of this script into a text file to better view the lua. When I opened it, I saw the entire thing was encrypted in such a fashion I have never seen before.

This script's lua was encrypted into strings of numbers.

My main question is this: Is there a Game Guardian script I can download and use to encrypt my own scripts in such a manner? (Into strings of numbers)

Also another question: How did they do this?

--

(Script attached below)

- Not my script - 

 

TheWolf.txt

Edited by MisterWishful
Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0
1 hour ago, MisterWishful said:

So, recently I was going through mobile games and going onto YouTube to find some Game Guardian scripts for them.

I came across a game called The Wolf and decided to download a script for it. I changed the lua file of this script into a text file to better view the lua. When I opened it, I saw the entire thing was encrypted in such a fashion I have never seen before.

This script's lua was encrypted into strings of numbers.

My main question is this: Is there a Game Guardian script I can download and use to encrypt my own scripts in such a manner? (Into strings of numbers)

Also another question: How did they do this?

--

(Script attached below)

- Not my script - 

 

TheWolf.txt 8.15 kB · 1 download

I use this one:

 

Link to comment
Share on other sites

  • 0

Change "load" into "print" this is the best readable format you're going to get without any external software

I'm guessing this is AES encryption but I'm not entirely sure as I don't have much of a reference on any encryptions so hopefully another forum member will help clarify, either way they still used software to encrypt the file

Link to comment
Share on other sites

  • 0
11 hours ago, AKidWithMidgetFriend said:

Change "load" into "print" this is the best readable format you're going to get without any external software

I'm guessing this is AES encryption but I'm not entirely sure as I don't have much of a reference on any encryptions so hopefully another forum member will help clarify, either way they still used software to encrypt the file

I have a basic Game Guardian encryption script.

What I was just wondering is if there was a GG script that could make a different sort of encryption than the one I am usually seeing. 

I usually see ones like this. (Script below encrypts lua scripts)

I am not good with code talk, so I will explain visually. You will see massive walls of characters, right? Random characters and a few emojis with this type of encryption. 

I was wanting to see if there was such a script (like the one below) but instead encrypts by strings of numbers. You know, instead of long walls of characters.  

My reasoning is because I am making scripts for people and I don't want them to take my code and paste it into their own script.

This type of encryption below can easily be decrypted with an app called SSTOOL.

I just wanted a stronger form of encryption.

COMPILER+CONVERTER.lua

Link to comment
Share on other sites

  • 0
3 hours ago, MisterWishful said:

I have a basic Game Guardian encryption script.

What I was just wondering is if there was a GG script that could make a different sort of encryption than the one I am usually seeing. 

I usually see ones like this. (Script below encrypts lua scripts)

I am not good with code talk, so I will explain visually. You will see massive walls of characters, right? Random characters and a few emojis with this type of encryption. 

I was wanting to see if there was such a script (like the one below) but instead encrypts by strings of numbers. You know, instead of long walls of characters.  

My reasoning is because I am making scripts for people and I don't want them to take my code and paste it into their own script.

This type of encryption below can easily be decrypted with an app called SSTOOL.

I just wanted a stronger form of encryption.

COMPILER+CONVERTER.lua 4.49 kB · 1 download

Like this?

Normal script: QuickRblx.lua

Obfuscated version: script.lua

 

Sorry I don't obfuscate my scripts at all so it's partially guess work but this was obfuscated with the PSU obfuscator's discord bot

script.lua QuickRblxScript.lua

Edited by AKidWithMidgetFriend
Link to comment
Share on other sites

  • 0
19 hours ago, AKidWithMidgetFriend said:

Like this?

Normal script: QuickRblx.lua

Obfuscated version: script.lua

 

Sorry I don't obfuscate my scripts at all so it's partially guess work but this was obfuscated with the PSU obfuscator's discord bot

script.lua 50.83 kB · 3 downloads QuickRblxScript.lua 3.85 kB · 2 downloads

I mean not exactly what I was looking for, but that is what I need. 

How is it possible for me to encrypt my scripts in such a way?

Is it a Game Guardian script, or something else?

I just need some sort of encryption like the one you just showed so I can stop people from stealing stuff within my script. 

If you could please tell me how, I would be thankful. I wasn't encrypting them before, but somebody took my script and changed the name of it and made it their own. So now I am attempting at trying to make it more difficult to do so.

Link to comment
Share on other sites

  • 0
12 hours ago, sammax71 said:

The YouTube link I posted above changes my script from this:

Screenshot_20210622-062540_QuickEdit.thumb.jpg.034ccb72ba3b0e34294580a40b57fedd.jpg

into this:

Screenshot_20210622-062546_QuickEdit.thumb.jpg.fc23571ea2fbec2480ac5baa19451f48.jpg

but I've no idea how easy it would be for anyone to convert it back to its original state.

This is what I have currently. I was wanting a better way of encryption because I can decrypt that within ten seconds. 

Link to comment
Share on other sites

  • 0
On 6/24/2021 at 5:10 AM, AKidWithMidgetFriend said:

Artix Encryption (#c1ci2exo)

This seems like a good one

Just curious if you or anyone has tried this one?

I find if I use an encrypted script in a virtual space app it takes a long time for the script to start. On my rooted device it's a lot quicker.

Would this be normal?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.