Jump to content

Question

Posted (edited)

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

15 answers to this question

Recommended Posts

  • 0
Posted
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:

 

  • 0
Posted

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

  • 0
Posted
26 minutes ago, blocx said:

@sammax71
not work for me f1player

[added 2 minutes later]

Screenshot_20210621-110226_F1 VM.jpg

Emulator shouldn't matter only how the script is written and the executor used should(we both are executing it using GG)

Is that the TheWolf.lua script?

My output\/

Screenshot_20210621-052451.png

Screenshot_20210621-052550.png

Screenshot_20210621-052554.png

  • 0
Posted

no i use script ddl on youtube i will try wolf

[added 4 minutes later]

im stupid wollf is not an encrypt

 

  • 0
Posted
19 minutes ago, blocx said:

no i use script ddl on youtube i will try wolf

[added 4 minutes later]

im stupid wollf is not an encrypt

 

Yeah sorry my guy the wolf script was the one OP was wondering about

 

  • 0
Posted
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

  • 0
Posted (edited)
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
  • 0
Posted

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.

  • 0
Posted
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.

  • 0
Posted
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. 

  • 0
Posted
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?

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
×
×
  • 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.