Jump to content
  • 0

How to decrypt a lua script?


antip0is0n
 Share

Question

i made a lua script for gameguardian but i do not want that someone steal my work .
I want to know how to decrypt a script and make it still runable
i know its possible here are a script that are still working even if it is decrypted 

this is a gamguardian lua script:

https://cdn.discordapp.com/attachments/425715193214009365/440215100079734795/Invincible_and_accelerated.lua

this is just a lua script for a random game

https://cdn.discordapp.com/attachments/438550478985494531/440328056297750538/A_Sad_Gui_V1_Public.txt

Edited by antip0is0n
grammar
Link to comment
Share on other sites

Recommended Posts

  • 0
  • Administrators

These are all children's games. With the presence of the brain, all these protections are very easy. Well, in the GG interface itself you can always see what is being sought.
You can also modify GG so that it logs everything that the script sends.

Link to comment
Share on other sites

  • 0

so i made a loadstring script were it should load a script option from pastebin but if i try this option the menu crashes 

is it even possible to do this?

https://cdn.discordapp.com/attachments/421661124161962005/440604254949081090/loadstring_test.lua

 

Edited by antip0is0n
Link to comment
Share on other sites

  • 0
  • Administrators

You need to learn lua, its syntax and functions. At this point, your script is a collection of random words that can not work in principle.

You write some code and think that it will work the way you want.

This is approximately how to put a piece of paper in the wallet "money appear", and then wait for them to appear there. It does not work that way.

It's just that you can not download content from a web page. return is not goto. Your condition if nothing does and so on.

Link to comment
Share on other sites

  • 0
On 4/30/2018 at 1:37 PM, Enyby said:

You need to learn lua, its syntax and functions. At this point, your script is a collection of random words that can not work in principle.

You write some code and think that it will work the way you want.

This is approximately how to put a piece of paper in the wallet "money appear", and then wait for them to appear there. It does not work that way.

It's just that you can not download content from a web page. return is not goto. Your condition if nothing does and so on.

OP and everyone that comes to this page are trying to learn; that's why we're here. I was hoping there was going to be someone helpful enough to lead people in the right direction on how this is done. If you're not going to answer then leave it alone, ya dingus.

Link to comment
Share on other sites

  • 0
  • Moderators
1 hour ago, gio117 said:

OP and everyone that comes to this page are trying to learn; that's why we're here. I was hoping there was going to be someone helpful enough to lead people in the right direction on how this is done. If you're not going to answer then leave it alone, ya dingus.

 

On 4/30/2018 at 10:52 AM, antip0is0n said:

I want to make a passwort and decrypt this script it still makes harder to steal the script

Stop wasting your time... GG has search history, anyone with a brain will just check search history to see what script is doing. If script clears history, then GG can create a log of everything that is happening. You could protect your lua file with the worlds best protection... But the app will uncover everything once used.

Link to comment
Share on other sites

  • 0

@antip0is0n @gio117

As @Enyby and @NoFear said, encrypting the script is useless.

Why? Because the script won't work when encrypted, so it MUST decrypt and that's where it comes plain text and still someone can copy it.

No matter what type of encryption you use.

Check this out:

#OFF (#48l884zp)

You see it like this:

Screenshot_20180515-092103.thumb.png.d633d06a0cfb13c103ec15985d322c1e.png

 

And easily decrypted in less than 1 minutes:

Screenshot_20180515-092206.thumb.png.c96d11784b7069ef68bfe3a7a2a90db0.png

 

It won't worth the headache, and it's useless.

 

If you want to, you can ask the guy how he did it, I don't even know it ? but whatever it is and whatever anyone else use, it must be decrypted somewhere for the GG to work Whit it and read it, and that's where we will look ... Easy.

 

Link to comment
Share on other sites

  • 0
On 30/4/2018 at 9:52 AM, antip0is0n said:

 never abandon a goal or a goal, just because people come saying that your idea is useless or they do not want to help you. the script can be programmed to leave no trace and the encryption will give headache to the person who wants to steal the code. Take some time out every day or every week and do a little course and you will become great, that way you will never need anyone. ? 

 

Link to comment
Share on other sites

  • 0
20 minutes ago, Anonymous1000 said:

 never abandon a goal or a goal, just because people come saying that your idea is useless or they do not want to help you. the script can be programmed to leave no trace and the encryption will give headache to the person who wants to steal the code. Take some time out every day or every week and do a little course and you will become great, that way you will never need anyone. ? 

 

Dude... I appreciate your youth and inspiring but, encrypting the script is not very needed...

At the end we can find out the script no matter how you encrypte it.

Just think about this:

Can GG read "B7B77EC4BFB1C3C47877A0A59297" ? No

So it must be something like this "gg.setVisible(false)" right? Yes

The encrypted text MUST be decrypted in order for GG to read it, you accept this? Ok?

So that's it... When decrypted, we also can read it ? pretty simple

 

I don't have a fight with you and I'm not saying people should abandone their goal, I just said as you see above, if someone wants to steal it, he will anyway, so of course encrypting will block many, but not all.

I, myself don't know how to encrypt like that, to be honest, but decrypting was just a second, run the script and read it ... Viola ? others can do this too anyway.

 

--- Farewell

Link to comment
Share on other sites

  • 0
7 minutes ago, Backlift said:

Dude... I appreciate your youth and inspiring but, encrypting the script is not very needed...

At the end we can find out the script no matter how you encrypte it.

Just think about this:

Can GG read "B7B77EC4BFB1C3C47877A0A59297" ? No

So it must be something like this "gg.setVisible(false)" right? Yes

The encrypted text MUST be decrypted in order for GG to read it, you accept this? Ok?

So that's it... When decrypted, we also can read it 1f642.png pretty simple

 

I don't have a fight with you and I'm not saying people should abandone their goal, I just said as you see above, if someone wants to steal it, he will anyway, so of course encrypting will block many, but not all.

I, myself don't know how to encrypt like that, to be honest, but decrypting was just a second, run the script and read it ... Viola 1f642.png others can do this too anyway.

 

--- Farewell

I just want to know how to decrypt a this one.

com.tencent.ig.lua

Link to comment
Share on other sites

  • 0
23 minutes ago, Backlift said:

Dude... I appreciate your youth and inspiring but, encrypting the script is not very needed...

At the end we can find out the script no matter how you encrypte it.

Just think about this:

Can GG read "B7B77EC4BFB1C3C47877A0A59297" ? No

So it must be something like this "gg.setVisible(false)" right? Yes

The encrypted text MUST be decrypted in order for GG to read it, you accept this? Ok?

So that's it... When decrypted, we also can read it ? pretty simple

 

I don't have a fight with you and I'm not saying people should abandone their goal, I just said as you see above, if someone wants to steal it, he will anyway, so of course encrypting will block many, but not all.

I, myself don't know how to encrypt like that, to be honest, but decrypting was just a second, run the script and read it ... Viola ? others can do this too anyway.

 

--- Farewell

I respect your opinion but I will not argue with you because you lack a lot of knowledge. ?

Link to comment
Share on other sites

  • 0
  • Moderators
4 minutes ago, Anonymous1000 said:

I respect your opinion but I will not argue with you because you lack a lot of knowledge. 1f44d.png

Heh...  I think of everyone on this forum, other than Enyby, he is the most knowledgeable with LUA...

Let's assume you can encrypt the lua to be impossible to decrypt and read...  GG can generate a log/logcat, the script cannot stop this. It will essentially record everything the script does, then check log and check everything it searches. It's not that we don't want to help, it's that your end goal of protecting your scripts, cannot be done given the nature of GG.

Link to comment
Share on other sites

  • 0
15 minutes ago, Anonymous1000 said:

I respect your opinion but I will not argue with you because you lack a lot of knowledge. ?

I didn't had any argue at first either ? 

We are in a community to answer each others question, help each other and prevent each from doing mistakes.

Not to argue and disgrace each...

Hope you a good day and seccussfull career ?

 

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.