Jump to content
  • 0

Exclude something from being Encrypted


YeetMeister

Question

Hello, im currently working on something.

addGen = "14C"
addGen1 = "67C"
addGen2 = "B34"
addGen3 = "BCA"


--[[
how do i compile EVERYTHING BUT offsets = {
    ???
}
]]
offsets = {
    addGen,
    addGen1,
    addGen2,
    addGen3,
}

function main()
xe = math.random(0,3)
if xe == 0
    then
        gg.alert(offsets[1])
    end
if xe == 1
    then
        gg.alert(offsets[2])
    end
if xe == 2
    then
        gg.alert(offsets[3])
    end
if xe == 4
    then
        gg.alert(offsets[4])
    end
    return main()
end

main()

I want that when i compile it(with a compiler that needs to be written but idk how i do this)

The compiler will Exclude the offsets = {

}

Var, thanks for helping

If you need more information about my thoughts you know just reply

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

1 minute ago, ItsSC said:

What compiler you using? Maybe change other compiler.

Thats the thing, im using my old compiler. Just for the sake of Learning you know

[added 1 minute later]
Just now, YeetMeister said:

Thats the thing, im using my old compiler. Just for the sake of Learning you know.

The script should ask for the file to Modify

You can enter the Hex code so the script knows what to replace

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.