ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
337.9k Views

Script Verified ReSub Compression

Universal Script ๐Ÿ“ŒUploaded by
vxstyvxsty
Verified Badge
Verified User
2 years ago
Please login to perform these actions:

Description

ReSub Algorithm is a project I've worked on for fun, While I was bored I decided to make something that is slightly helpful for some people. FAQ: What is ReSub? ReSub is a text compression algorithm that finds duplicate substrings used in a file and replaces those with symbols (b%d) Why use ReSub? No real reason to use it other than reducing file sizes by up to 20%. ReSub is gonna be maintained by ME & ONLY ME. Currently in beta, please report any bugs to my dms (libary.hello or ballsman3761 on discord) Known bugs: Substrings that have ; might break the script, Substrings with b%d=... might also break the script.

View Raw
Edited By: vxsty Download


Comments
4
User profile picture
galaxyfounded 2 years ago - Edited
Good
User profile picture
Kagasad 2 years ago - Edited
What the hell I don't understand at all because I'm not scripter ๐Ÿชฆ
User profile picture
WhatsHisIdentifier 2 years ago - Edited
@Kagaforgotpassword ReSub is a compression algorithm (obvious). It looks for repeated substrings (substrings are smaller strings that came from a large string) in your code, and compresses the text by replacing duplicate substrings with b%d, where %d is an increasing index.
User profile picture
Kagasad 2 years ago - Edited
@MaybeJohnnyLol Okay I will try to understand it
Please Login to add a comment.