Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/10/2024 in Posts

  1. local utf8 = require("utf8") local chars = {} for i = utf8.codepoint("A"), utf8.codepoint("Z") do table.insert(chars, utf8.char(i)) end local ch = gg.choice(chars, 0, "Choose a letter to spam") print("You chose: " .. chars[ch])
    1 point
  2. how I I am find the game source file.? using mt manager
    1 point
  3. 1 point
  4. If editing is correct (xor with the dword) detection shouldn't get flagged to begin with. Nice tutorial though.
    1 point
×
×
  • 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.