Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 7 C# Il2cpp Projects
-
By using IL2CppDumper along with the game's global-metadata.dat file, we can generate headers and structs that we can use with Ghidra, a tool for disassembling code. Once we load Engage and these headers and structs into Ghidra, we can look for a particular function called App.BattleMath$$_IsProbabilityHit. This function is provided a displayed hit (or, as Intelligent Systems calls it, ratio) and is responsible for determining whether or not that attack will actually hit. Ghidra will try to automatically decompile the assembly code into something more readable, and while the results are sometimes mixed, here it's pretty clear what's going on. We can see how, when the displayed hit is less than 51 (or when it's 100), it simply multiplies the displayed hit by 100, and when the displayed hit is 51 or greater, it uses the sin function as described earlier:
-
If you're looking to make legitimate mods that do not violate a game's TOS/EULA, especially for multiplier games, then a more modern, supported, maintained, and widely used Unity plugin framework is BepInEx: https://github.com/BepInEx/BepInEx
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
-
For Unity, either use https://docs.unity3d.com/Manual/NativePlugins.html with a bit of C# or you could try: https://github.com/jacksondunstan/UnityNativeScripting but i have no experience in this plug in.
-
Trying to use a script for a game "Breachers VR" and need melonloader to hollow the game, but when I launch it tries to download dependencies from a link that doesnt exist. ( [Il2CppAssemblyGenerator] Downloading https://github.com/SamboyCoding/Cpp2IL/releases/download/2022.9.99/Cpp2IL-2022.9.99-Windows-Netframework472.zip to C:\Users\redacted\OneDrive\Desktop\breachers\MelonLoader\Dependencies\Il2CppAssemblyGenerator\Cpp2IL_2022.9.99.zip
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
C# Il2cpp related posts
- New pc
- How to make mods?
- What page do I find melon loader on for github?
- Unity Explorer Extension
- Decided to give this game another go
- Playing with mods makes this game way more fun than without! Full Swing Doors!!! I love setting up the ole gas station like a little mini mart in my game play and now my dream has come true. Can't wait to fill refers with all kinds of sodas!
- Cabin Life in the Far Territories
-
A note from our sponsor - SonarLint
www.sonarlint.org | 28 Sep 2023
Index
What are some of the best open-source Il2cpp projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | Il2CppDumper | 5,695 |
2 | BepInEx | 3,462 |
3 | MelonLoader | 1,740 |
4 | UnityNativeScripting | 1,246 |
5 | Cpp2IL | 1,205 |
6 | Il2CppAssemblyUnhollower | 442 |
7 | Il2CppInspectorPlugins | 74 |