-
Posts
31 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by VieGG
-
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 comments
Submitted
-
library lua exports global symbols
Support: 32 bit
Preferred: libanogs
Watch my video to see how to use it
374 downloads
0 comments
Submitted
-
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
-
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 comments
Updated
-
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 comments
Submitted
-
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 comments
Updated
-
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 comments
Updated
-
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 comments
Updated
-
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 comments
Updated