Jump to content

VieGG

Ascended
  • Posts

    31
  • Joined

  • Last visited

6 Followers

Recent Profile Visitors

5,747 profile views

VieGG's Achievements

Explorer

Explorer (4/14)

  • One Year In
  • One Month Later
  • Collaborator Rare
  • Reacting Well Rare
  • First Post Rare

Recent Badges

10

Reputation

  1. VieGG

    SlowAES

    View File 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) Submitter VieGG Submitted 01/22/2025 Category Tools  
  2. VieGG

    SlowAES

    Version 0.1

    131 downloads

    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)
  3. View File library lua exports global symbols Support: 32 bit Preferred: libanogs Watch my video to see how to use it Submitter LTC Submitted 03/20/2024 Category Tools  
  4. Version 1.0.0

    374 downloads

    Support: 32 bit Preferred: libanogs Watch my video to see how to use it
  5. View File Lua Obfuscator Watch my video to see how to use it Submitter LTC Submitted 01/01/2024 Category Tools  
  6. VieGG

    Lua Obfuscator

    Version 1.0.0

    581 downloads

    Watch my video to see how to use it
  7. VieGG

    Tools DumpCS

    View File Tools DumpCS Tools Dump Script Gamegudian By name Class, Fields or address in memory Watch my video to see how to use it Submitter LTC Submitted 10/04/2023 Category Tools  
  8. VieGG

    Tools DumpCS

    Version 1.0.0

    1,409 downloads

    Tools Dump Script Gamegudian By name Class, Fields or address in memory Watch my video to see how to use it
  9. I will release it
  10. View File Script Template This sample makes working with il2cpp a lot easier, I have included examples in the script you can check out. Submitter LTC Submitted 07/27/2023 Category Templates  
  11. Version 1.0.0

    844 downloads

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

    Call methods

    View File 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 Submitter LTC Submitted 05/31/2023 Category Tools  
  13. VieGG

    Call methods

    Version 1.0.0

    5,036 downloads

    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
  14. View File 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/+F7lQBHHWazw0ZDc9 Submitter LTC Submitted 05/28/2023 Category Tools  
  15. VieGG

    poniter Tools

    Version 1.0.0

    798 downloads

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