Jump to content
  • 0

How do I learn to make mi own encryption?


JoelXD18
 Share

Question

6 answers to this question

Recommended Posts

  • 0
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.

Link to comment
Share on other sites

  • 0
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?

Link to comment
Share on other sites

  • 0
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

Link to comment
Share on other sites

  • 0
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 👍

Link to comment
Share on other sites

  • 0
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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.