Library for Unturned that i made for fun
- Implemented as module so fully compatible with any plugin framework such as RocketMod
- Discord webhook API implementation
- UI System
- Zones system
- Own hooking system
- RNG Algorithms implementations
- RANDU (xD)
- WELL512a / WELL1024a
- mt19937 / mt19937_64
- splitmix32 / splitmix64
- xoshiro128+ / xoshiro128** / xoshiro128++ / xoshiro256++ / xoshiro256** / xoshiro256+
- xoroshiro64* / xoroshiro64** / xoroshiro128++ / xoroshiro128** / xoroshiro128+
- RNGCSP32 / RNGCSP64 (simple wrapper around RNGCryptoServiceProvider class)
- And a lot more
This project uses few more external libraries to work
- Download latest release
- Move Interception.Module folder from archive into U3DS/Modules directory
If you wish to use this library in your own projects, you can find documentation on our GitHub wikis page
Found a bug/want us to add any features/have any questions? Feel free to create issue