Categories > Coding > Lua >

[REQUEST] Any Free Lua Obfuscator?

Posts: 317

Threads: 37

Joined: Feb, 2021

Reputation: 8

Posted

Don't say moonsec/Ironbrew (NORMAL/DEOBFUSCATABLE BY LD), It's easily de-obfuscatable using LD.

 

Any other free lua obfuscators? 

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

Posts: 1226

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

Hm no.. you want too much use luraph or make a custom one 

https://cdn.discordapp.com/attachments/986989869068865567/993283556619063356/holy.png

  • 0

Did I mention I use arch btw?

Posts: 317

Threads: 37

Joined: Feb, 2021

Reputation: 8

Replied

@Whoman I dont even have a $ on my hand rn lol

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

Posts: 1226

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

@AlexSyndrome

use moonsec then 

  • 0

Did I mention I use arch btw?

ecstacy_lxnny

fka as delta

vip

Posts: 770

Threads: 70

Joined: May, 2021

Reputation: 95

Replied

@Whoman and get easily deobfuscated wowowow 

  • 0

fka as delta

Posts: 1226

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

@ecstacy_lxnny

who cares anyway, anything can get deobfuscated

  • 0

Did I mention I use arch btw?

ecstacy_lxnny

fka as delta

vip

Posts: 770

Threads: 70

Joined: May, 2021

Reputation: 95

Replied

@Whoman yes but for example if we take a paid and good obfuscator which is Hard to crack, then the guy who reverses ur script will defo be competent enought to not leak it(unless it's skidded)

But for moonsec it has a publically available deobfuscater what more do u want better just release it unobfuscated

  • 0

fka as delta

Posts: 16

Threads: 6

Joined: Aug, 2021

Reputation: 0

Replied

function obfuscate(s)--obfuscator
    local leng = string.len(s)
    local curlen = 1
    local res = ''
    repeat res = res .. "\92" .. string.byte(s, curlen) curlen=curlen+1 until curlen==leng+1
    return res
end

how to execute obfuscated script:

loadstring('obfuscatedScriptGoesHere', true)()

  • 0

Posts: 1226

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

@natilinalku

thats string encryption (very bad!!!)

  • 0

Did I mention I use arch btw?

Posts: 16

Threads: 6

Joined: Aug, 2021

Reputation: 0

Replied

@Whoman

but it's free

  • 0

Posts: 317

Threads: 37

Joined: Feb, 2021

Reputation: 8

Replied

@68729 Of-course you, Sweetie Pie 😉

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

Posts: 228

Threads: 43

Joined: May, 2022

Reputation: -5

Replied

@natilinalku

 

this has to be a joke right

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )