Jump to content
  • 0

[SERIOUS] Decryption.


YoloBro666

Question

Hello everyone! I searched on google, youtube, this forum. The results I got were NOT very promising. All I found was unluac, something about ss tool?, hooking script, loader script, source dumper, encrypter.. I am so sad about the fact there is not a single thread about introduction to decryption so I thought I *NEEDED* to make this thread so others can learn too.

First of all I have some questions:

1)How to determine the type of encryption used?

2)How to decrypt HEX, XOR encryption?

3)How to FULLY DECRYPT a script?

I'd be thankful if someone writes introduction on decryption of scripts, some people like @TopGEOYT can magically decrypt scripts. New people like me must be given some idea. @Enyby @NoFear @Backlift @Anonymous1000 @bukandewa [Don't bother replying if you are not gonna help]

This would also be very helpful to other new members, so a kind guy please help.

I MUST REMIND: I am NOT a copy-paster. I haven't released a single script in my entire life. All I do is modify some scripts a little bit in order to make them work better or make them work anyway I want. I DO NOT have any bad intentions, so help would be much appreciated.

Thank you so much, have a nice day.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

2 hours ago, YoloBro666 said:

Hello everyone! I searched on google, youtube, this forum. The results I got were NOT very promising. All I found was unluac, something about ss tool?, hooking script, loader script, source dumper, encrypter.. I am so sad about the fact there is not a single thread about introduction to decryption so I thought I *NEEDED* to make this thread so others can learn too.

First of all I have some questions:

1)How to determine the type of encryption used?

2)How to decrypt HEX, XOR encryption?

3)How to FULLY DECRYPT a script?

I'd be thankful if someone writes introduction on decryption of scripts, some people like @TopGEOYT can magically decrypt scripts. New people like me must be given some idea. @Enyby @NoFear @Backlift @Anonymous1000 @bukandewa [Don't bother replying if you are not gonna help]

This would also be very helpful to other new members, so a kind guy please help.

I MUST REMIND: I am NOT a copy-paster. I haven't released a single script in my entire life. All I do is modify some scripts a little bit in order to make them work better or make them work anyway I want. I DO NOT have any bad intentions, so help would be much appreciated.

Thank you so much, have a nice day.

1) If it is hex then you will see hex code easily (string.dump i mean binary encryption cannot encode this hex code because it is inside of table so it cannot be encoded and it will be easy to understand it is hex or no ) but you cannot understand which enc method is this if you dont know encoding well .

2) for decrypt encoding which is inside pcall or load , you need to use loader ( use original compiler by enyby , if you dont want it then use GG built in feature or there is many modified compilers you can use for free )

3) for full dec you need . . . 

All type encryption need his decoding method .

Some decompilers are free , some no .

You can use unluac , radish lua and etc which is free , but something like SSTool it is not free .

If you need another things too , ask me .

Link to comment
Share on other sites

12 hours ago, TopGEOYT said:

1) If it is hex then you will see hex code easily (string.dump i mean binary encryption cannot encode this hex code because it is inside of table so it cannot be encoded and it will be easy to understand it is hex or no ) but you cannot understand which enc method is this if you dont know encoding well .

2) for decrypt encoding which is inside pcall or load , you need to use loader ( use original compiler by enyby , if you dont want it then use GG built in feature or there is many modified compilers you can use for free )

3) for full dec you need . . . 

All type encryption need his decoding method .

Some decompilers are free , some no .

You can use unluac , radish lua and etc which is free , but something like SSTool it is not free .

If you need another things too , ask me .

Can we talk on telegram, discord, yt? There I can gasp this info. TySm, please reply with your contact.

Link to comment
Share on other sites

3 hours ago, YoloBro666 said:

Can we talk on telegram, discord, yt? There I can gasp this info. TySm, please reply with your contact.

@TopGEOChat

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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