Jump to content

Question

8 answers to this question

Recommended Posts

  • 0
Posted
13 minutes ago, Yelay12 said:

i would like to encrypt following file.I have get error after encryption with many tool. please help me

Use SELGG Lua Encryption Its Strong + Efficient.

  • 0
Posted

This following code is not encrypt.Why? This real code is run and get result,but after encryption any tool don't give me any result. What is an error have in code.

 

 

 

gg.clearResults()
gg.setRanges(gg.REGION_OTHER)
gg.setVisible(false)
gg.searchNumber(577590521975799816, gg.TYPE_QWORD)
HackersHouse = gg.getResults(250000)
Offsets = {}
Offsets['FirstOffset'] = {}
Offsets['FinalResults'] = {}
OffsetsIndex = 1
for index, value in ipairs(HackersHouse) do
    Offsets['FirstOffset'][OffsetsIndex] = {}
    Offsets['FirstOffset'][OffsetsIndex].address = HackersHouse[index].address + -4
    Offsets['FirstOffset'][OffsetsIndex].flags = gg.TYPE_QWORD
    OffsetsIndex = OffsetsIndex + 1
end
Offsets['FirstOffset'] = gg.getValues(Offsets['FirstOffset'])
OffsetsIndex = 1
for index, value in ipairs(Offsets['FirstOffset']) do
    if (Offsets['FirstOffset'][index].value == 34494219441) then
        Offsets['FinalResults'][OffsetsIndex] = {}
        Offsets['FinalResults'][OffsetsIndex] =  Offsets['FirstOffset'][index]
        OffsetsIndex = OffsetsIndex + 1
    end
end
for index, value in ipairs(Offsets['FinalResults']) do
    Offsets['FinalResults'][index].address = Offsets['FinalResults'][index].address + -8
    Offsets['FinalResults'][index].flags = gg.TYPE_DOUBLE
end
gg.loadResults(Offsets['FinalResults'])

  • 0
Posted

Only use ASCII if you want your code to be compatible with everything

  • 0
Posted
On 11/13/2024 at 6:13 PM, HEROGAMEOfficial said:

Thanks for information, we have new SELGG you try it🤣?

Lol still can be log you encrypt not safe

On 11/13/2024 at 6:13 PM, HEROGAMEOfficial said:

Thanks for information, we have new SELGG you try it🤣?

Can be log you encrypt not safe

  • 0
Posted (edited)

Holy sheet of paper, what is happening on this chat. You guys are funny 🤣

image.thumb.png.2d4ea2c0d3cc23ac28c8395124d579bb.pnglog.png

Edited by kiynox
Guest
This topic is now 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.