Jump to content

VieGG

Ascended
  • Posts

    31
  • Joined

  • Last visited

Everything posted by VieGG

  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

    134 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
  16. VieGG

    Hook Fields

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

    Hook Fields

    Version 1.0.0

    1,082 downloads

    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
  18. View File 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/+F7lQBHHWazw0ZDc9 Submitter LTC Submitted 05/26/2023 Category Tools  
  19. Version 1.0.0

    3,987 downloads

    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
  20. One more thing, can I edit the command "MOV R5,R0" to "MOVW R0, #999" ? , Thank you
  21. @XEKEXhi bro, i have 7 arm codes like in the picture how can i edit #123 to #9999?, i tried your methods but the game will be closed immediately
  22. I want the script to automatically calculate the offset to edit the arm of my next project Hi bro, Can we calculate the offset as shown in the picture?
  23. Thanks bro, that's exactly what I meant
  24. Yes please give me example "A" and "B"
  25. Thanks bro, I mean I want to create a script that automatically calculates offset for example from address "A" to "B" is 0x123 the script will calculate automatically
×
×
  • 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.