Jump to content

VieGG

Ascended
  • Posts

    31
  • Joined

  • Last visited

Files posted by VieGG

  1. SlowAES

    slowAES
    slowAES is an open-source library written in Lua that provides encryption and decryption capabilities based on the AES (Advanced Encryption Standard) algorithm.
    Key Features
    - Supports AES key sizes:
      - 128-bit (16 bytes)
      - 192-bit (24 bytes)
      - 256-bit (32 bytes)
    - Supported encryption modes:
      - CBC (Cipher Block Chaining)
      - CFB (Cipher Feedback)
      - OFB (Output Feedback)
    - Includes padding/unpadding mechanisms to ensure data compatibility with AES requirements.
    - Operates independently without external library dependencies.
     
    Usege
     
    Import the library
    local slowAES = require("aes")
     
    Encryption
    local plaintext = { /* Data to encrypt as a byte array */ }
    local key = { /* Encryption key */ }
    local iv = { /* Initialization Vector (IV) */ }
    local mode = slowAES.modeOfOperation.CBC
     
    local ciphertext = slowAES:encrypt(plaintext, mode, key, iv)
     
    Decryption
    local decrypted = slowAES:decrypt(ciphertext, mode, key, iv)
     

    130 downloads

       (0 reviews)

    0 comments

    Submitted

  2. library lua exports global symbols

    Support: 32 bit
    Preferred: libanogs
    Watch my video to see how to use it
     
     

    374 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Lua Obfuscator

    Watch my video to see how to use it
     
     

    581 downloads

       (0 reviews)

    1 comment

    Submitted

  4. Tools DumpCS

    Tools Dump Script Gamegudian
    By name Class, Fields or address in memory
    Watch my video to see how to use it
     
     
     

    1,409 downloads

       (1 review)

    1 comment

    Submitted

  5. Call methods

    Support for 32&64bit
    Watch the video to know how to use it
     
     
    Join my telegram group if you can't download the script here
    https://t.me/LETHICHINGG
     
     

    3,993 downloads

       (0 reviews)

    0 comments

    Updated

  6. Script Template

    This sample makes working with il2cpp a lot easier, I have included examples in the script you can check out.

    844 downloads

       (0 reviews)

    0 comments

    Submitted

  7. poniter Tools

    This script helps you find poniter very quickly in less than 1s 
    Watch my video for how to use
     
     
    If you can't download it here, you can go to my telegram group to download it
    https://t.me/LETHICHINGG
     
     

    798 downloads

       (0 reviews)

    0 comments

    Updated

  8. Search offset mod menu

    Watch the video to know how to use it
    https://youtube.com/watch?v=8-FrAYbWd2Q&feature=share8
    Go to my telegram group if you can't download the script here
    https://t.me/LETHICHINGG
     

    3,987 downloads

       (0 reviews)

    0 comments

    Updated

  9. Hook Fields

    I edited the milk from the script of saiaapiz
    32 bit only
    Using
    https://youtube.com/watch?v=shvAPGmtlZs&feature=share8
    Go to my telegram group if you can't download the script here
    https://t.me/LETHICHINGG

    1,082 downloads

       (0 reviews)

    0 comments

    Updated

  10. Unity Game Hack Tool

    Script Only Works With 32 Bit Games,
    Function:
    Speed,
    Giant,
    Padded,
    Fly,
    Climbing,
    Through the wall,
    Watch my video for how to use,
    https://youtu.be/U8ozLeE0A8I
     
     

    1,945 downloads

       (0 reviews)

    0 comments

    Updated

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