Package for moonsec testing
Project description
A package for obfuscating scripts with Moonsec V3 (THIS IS NOT OFFICIAL)
Example:
from moonsec import Obfuscator as Msec
Msec.login('api key')
def obfuscationCallback(script, downloadurl):
print(downloadurl)
open('output.lua', 'wb').write(script)
Msec.obfuscate("print('Hello World') MS_WATERMARK('Your watermark')", {
"platform": "lua", # roblox (for excutors), lua (for things like repl), fivem (for fivem), robloxstudio (for server scripts)
"maxsecurity": True, # Enables code optimization, uses more secure structures and increases security. Best when used with anti tamper. Not recommended on big scripts.
"antitamper": True, # This uses loadstring or load, so your platform must support one of them. Uses a cool loader-like protection to ensure the safety of the VM as well as your code. File size might be 80kb more than usual.
"constantprotection": True, # Encrypt constants and adds runtime integrity checks against deserializer/interpreter tampering.
"requireprotection": False # Only for robloxstudio
}, obfuscationCallback)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moonsectesting-0.0.2.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file moonsectesting-0.0.2.tar.gz.
File metadata
- Download URL: moonsectesting-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20d0db845d1e46775e798434f90a1108cf904056d9fd1ca52f557656452a91a6
|
|
| MD5 |
6ff63c2e54fa533770f0748260abab0e
|
|
| BLAKE2b-256 |
52c13608acdcacfbee69c86c1f6f6e92ad6af44f29fafcfd2b8477c5498ff0b6
|
File details
Details for the file moonsectesting-0.0.2-py3-none-any.whl.
File metadata
- Download URL: moonsectesting-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
204fc43db173a8745e3ec52a4de1afded9d0b4eaf9e153dced1e7228b093f778
|
|
| MD5 |
79f2f907a491d0ed1bd389ba2273fd5e
|
|
| BLAKE2b-256 |
66019e4885047c8202d30e57bcf2fec28918a84f2caabd67c0f1f2d9c09b24d1
|