Categories > Exploiting > Roblox >
I Found A Free Working Obfuscator Which Is Impossible To Get Into
Posted
Link - https://onecompiler.com/lua/3w3hzwm97
The Good Thing Is Its Not A Loadstring obfuscator
How To Use
Put Your Script Below local a=[[ and remove t1BYPAzZ
Then Click On The Pink Run Button then copy the code in the output on the right of your screen.
Good Luck :)
If It Works Give Me A Vouch Or Change My Reputation
Added
Thank You If You Give Me Credit :)
Cancel
Post
How Your Day Doing
Replied
it doesnt matter. i just wanted to post. and share this obfuscator to the community
Cancel
Post
How Your Day Doing
dead inside
Replied
gonna ignore the alt and stuff but this obfuscator is literal garbage
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Replied
It's decent and is going to get rid of any skid with less than a braincell but if you have more than a braincell then you can deobfuscate it easily.
local OldTable = table
table = setmetatable({}, {
__metatable = "Locked.",
__newindex = function()
error("Can't modify read only table.", 2)
end,
__index = function(_, arg)
if arg == "concat" then
return function(...)
local results = OldTable.concat(...)
print('-----------//// Source \\\\-----------\n'..results)
return results
end
else
return OldTable[arg]
end
end
})
local OldRawset = rawset
rawset = function(self, arg, argV2)
if self == table then
error("Can't modify read only table.", 2)
else
return OldRawset(self, arg, argV2)
end
end
-- Put obfuscated code below.
Cancel
Post
https://cdn.discordapp.com/attachments/877610317037858846/975469974405673041/Signature.png
Replied
easy to crack
Cancel
Post
Replied
Didn't you say you were leaving because scripting is unfair?
Cancel
Post
Replied
All you need to do is
loadstring = print
Cancel
Post
https://cdn.discordapp.com/attachments/877610317037858846/975469974405673041/Signature.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post