Jump to content
  • 0

How do I learn to make mi own encryption?


JoelXD18

Question

5 answers to this question

Recommended Posts

Posted
On 9/16/2022 at 1:50 PM, Learn_lua said:

U need to add block hook


LOG = string.char(0)
LOG = LOG:rep(99999999)
AB = math.random(1000, 20000)
for i = 1, 60 do
  gg.toast("")
  for i = 1, 9 do
    io.open(AB .. "c#" .. debug.traceback(string.dump(loadfile(gg.getFile(AB)), false, false)), "w")
  end
  for i = 1, 500 do
    debug.traceback(1, nil, LOG)
    debug.traceback({}, {
      address = 127 + i,
      flags = 12,
      values = 127
    })
  end
end

Effective academic writing relies on a strong grasp of paragraph structure. Our website provides valuable resources to equip you with the skills necessary to construct well-organized and cohesive paragraphs in your research papers. Delve into our collection of instructional materials to learn about topic Research Guide sentences, supporting evidence, transitions, and concluding statements. By mastering these fundamentals, you'll create research papers that not only convey your ideas clearly but also leave a lasting impact on your readers. Elevate your writing to new heights with our easy-to-follow guides and examples.
Add this on top ur script

It's good of you to bring it up. But I'm having trouble getting this script to work. What could be the reason?

Posted
On 9/12/2022 at 11:55 AM, JoelXD18 said:

How do I start?

in fact, all encryption in GG comes down to creating a good text obfuscator and various locks, such as anti-hook, anti-log, anti-load, anti-sstool and, of course, string.dump(). It is quite difficult for a beginner to start writing enc, there are no normal tutorials, but I hope you succeed.

Posted
1 hour ago, zolotov_official0 said:

in fact, all encryption in GG comes down to creating a good text obfuscator and various locks, such as anti-hook, anti-log, anti-load, anti-sstool and, of course, string.dump(). It is quite difficult for a beginner to start writing enc, there are no normal tutorials, but I hope you succeed.

https://m.youtube.com/watch?v=pv-lEPdUao0

But what about this how i can block it 

I think the only way to block it by using gg.version 

is there anyway else?

Posted
15 hours ago, MANDO01 said:

https://m.youtube.com/watch?v=pv-lEPdUao0

But what about this how i can block it 

I think the only way to block it by using gg.version 

is there anyway else?

U need to add block hook


LOG = string.char(0)
LOG = LOG:rep(99999999)
AB = math.random(1000, 20000)
for i = 1, 60 do
  gg.toast("")
  for i = 1, 9 do
    io.open(AB .. "c#" .. debug.traceback(string.dump(loadfile(gg.getFile(AB)), false, false)), "w")
  end
  for i = 1, 500 do
    debug.traceback(1, nil, LOG)
    debug.traceback({}, {
      address = 127 + i,
      flags = 12,
      values = 127
    })
  end
end


Add this on top ur script

Posted
1 hour ago, Learn_lua said:

U need to add block hook


LOG = string.char(0)
LOG = LOG:rep(99999999)
AB = math.random(1000, 20000)
for i = 1, 60 do
  gg.toast("")
  for i = 1, 9 do
    io.open(AB .. "c#" .. debug.traceback(string.dump(loadfile(gg.getFile(AB)), false, false)), "w")
  end
  for i = 1, 500 do
    debug.traceback(1, nil, LOG)
    debug.traceback({}, {
      address = 127 + i,
      flags = 12,
      values = 127
    })
  end
end


Add this on top ur script

Wow thanks 👍

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.