Universal Script 📌
51.1k Views
128 Executions

Script Verified String Encoder V2

Universal Script 📌Uploaded by
vxstyvxsty
Verified Badge
Verified User
Hall of Fame
2 years ago
Please login to perform these actions:

Description

Protect strings from obfuscator constant dumps at the cost of performance. You need to prevent string.gsub & utf8.char hooks, Otherwise this is pretty much pointless, (Prevent those hooks so that when the script is ran, they cannot just get all the strings). Make sure the encoded version is obfuscated, with the antihooks. Usage: local ByteLength = 4 -- How many bytes each character should be, recommend 3-6 writefile("encoded.lua", ParseStrings(readfile("rawtext.lua")), ByteLength)

View Raw
Edited By: vxsty Download


Comments

9
Log in to join the conversation. Login
vxsty's profile picture
vxstyVerified
Verified Badge
Verified User
Hall of FameUploader1 year ago

@helloworld39429 the point is to encode strings, to hide them from constant dumps & deobfuscations, not read the code.

1
wesdfr's profile picture
wesdfr2 years ago(edited)

ud

1
Al_ibi's profile picture
Al_ibi2 years ago(edited)

Pretty good works well

1
vxsty's profile picture
vxstyVerified
Verified Badge
Verified User
Hall of FameUploader2 years ago(edited)

@SimpleScripter Read the usage, put the example usage script under the script

1
SimpleScripter's profile picture
SimpleScripter2 years ago(edited)

Hey 👋! Where do I put it 😁

1
BigBlue_Scripter's profile picture
BigBlue_Scripter2 years ago(edited)

ty

1
ReactorCoreDev's profile picture
ReactorCoreDev1 year ago

chatgpt: dont worry i gotchu the string is "Hello World!"

0
environment's profile picture
environment1 year ago

@ReactorCoreDev it's not supposed to be 100% chatgpt proof, it's designed to to encode strings and make it harder to understand at first glance

1
helloworld39429's profile picture
helloworld394291 year ago

@4774 bud he didn't say it was gpt he said its easy to decode lmao

0