docs : Update README.md
- Simplify setup instructions and remove redundant sections
This commit is contained in:
@@ -3,135 +3,58 @@
|
|||||||
<img src="https://imgur.com/4sil75E.png" alt="Bunifu UI Logo" width="150" />
|
<img src="https://imgur.com/4sil75E.png" alt="Bunifu UI Logo" width="150" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# Cracked Bunifu UI License DLL (v6.0.8) for Bunifu Framework v8.0.0
|
# Cracked Bunifu UI License DLL (v6.0.8) for Bunifu Framework v8.0.0
|
||||||
|
|
||||||
**Disclaimer**: This repository is for educational and research purposes only. The modified files are provided to help users understand how licensing mechanisms work. Unauthorized distribution or use of proprietary software violates licensing agreements. Always support the original developers by purchasing a license from [Bunifu UI](https://bunifuframework.com/). The maintainers of this repository assume no liability for misuse.
|
|
||||||
|
**Disclaimer**:
|
||||||
|
⚠️ **For educational/research purposes only**.
|
||||||
|
⚠️ **100% safe**: No viruses/malware. Does not alter core functionality.
|
||||||
|
⚠️ **Not for production use** – support Bunifu by purchasing a license at [bunifuframework.com](https://bunifuframework.com/).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. Introduction
|
## Overview
|
||||||
|
Modified `Bunifu.Licensing.dll` (v6.0.8) to bypass license checks for **Bunifu Framework v8.0.0**. Compatible with any Bunifu UI version using **Bunifu.Licensing 6.0.8**.
|
||||||
The **Bunifu UI Framework** is a powerful and visually appealing set of user interface (UI) components designed for .NET applications. It helps developers quickly create modern and beautiful desktop applications with a wide range of customizable controls such as buttons, textboxes, data grids, and more.
|
|
||||||
|
|
||||||
This repository provides a **modified version of the Bunifu UI v6.0.8 license DLL** that is compatible with **Bunifu Framework v8.0.0**. The modification is based on the foundational work done by **t0int1337** in their repository: [t0int1337/BunifuUiCrack](https://github.com/t0int1337/BunifuUiCrack). The modified version bypasses licensing restrictions for **educational and research purposes only**.
|
|
||||||
|
|
||||||
**Important:**
|
|
||||||
⚠️ **This repository is 100% safe and free of viruses or malicious code.** The modifications are purely educational and do not alter core functionality.
|
|
||||||
⚠️ Unauthorized use of proprietary software, such as the original Bunifu UI Framework, violates its licensing agreements. We encourage all users to support the original developers by purchasing a license from the official website: [🌐 Bunifu UI](https://bunifuframework.com/).
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2. Features
|
## Features
|
||||||
|
- ✅ Full compatibility with **Bunifu Framework v8.0.0**
|
||||||
The modified version of the Bunifu UI v6.0.8 license DLL includes the following key features:
|
- ✅ Removes license validation
|
||||||
|
- ✅ Works for both **.NET Framework** and **.NET Core**
|
||||||
- ✅ **Full compatibility with Bunifu Framework v8.0.0**: The modified license DLL works seamlessly with Bunifu Framework v8.0.0, allowing you to explore its features without licensing restrictions.
|
|
||||||
- ✅ **Bypassed licensing restrictions**: The modified version is intended for **educational purposes** and allows you to explore the framework without a license.
|
|
||||||
- ✅ **Minimal setup required**: Get started quickly with simple integration steps and minimal configuration.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
## 3. Support the Work
|
### .NET Framework
|
||||||
|
1. Navigate to your project’s `packages` folder:
|
||||||
If you find this project useful, please consider supporting the repositories:
|
```bash
|
||||||
|
# Example path:
|
||||||
- ⭐ **Star this repository**: [RE0x0/BunifuUiCrack](https://github.com/RE0x0/BunifuUiCrack).
|
C:\Users\YourUsername\source\repos\YourProject\packages\Bunifu.Licensing.6.0.8
|
||||||
- ⭐ **Star t0int1337's repository**: [t0int1337/BunifuUiCrack](https://github.com/t0int1337/BunifuUiCrack).
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 4. Installation Guide
|
|
||||||
|
|
||||||
### For .NET Framework
|
|
||||||
This method is for **.NET Framework** projects.
|
|
||||||
|
|
||||||
1. **Go to your project's folder**:
|
|
||||||
- Example path (Windows): `C:\Users\yourusername\source\repo\ProjectName`.
|
|
||||||
|
|
||||||
2. **Locate the `packages` folder**:
|
|
||||||
- The `packages` folder is typically found in your solution directory.
|
|
||||||
- If you can’t find it, go one folder up (to the solution’s folder).
|
|
||||||
|
|
||||||
3. **Find `Bunifu.Licensing.6.0.8`**:
|
|
||||||
- Navigate to the `Bunifu.Licensing.6.0.8` folder within the `packages` directory.
|
|
||||||
|
|
||||||
4. **Overwrite the `net48` folder**:
|
|
||||||
- Replace the `net48` folder with the one provided in this repository.
|
|
||||||
|
|
||||||
5. **Rebuild your project**:
|
|
||||||
- Open your solution in **Visual Studio** and rebuild the project to apply the changes.
|
|
||||||
|
|
||||||
6. **Done! Enjoy**.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### For .NET Core
|
|
||||||
This method is for **.NET Core** projects.
|
|
||||||
|
|
||||||
1. **Go to your Bunifu Licensing NuGet package folder**:
|
|
||||||
- Example path (Windows): `C:\Users\yourusername\.nuget\packages\bunifu.licensing\6.0.8\lib`.
|
|
||||||
|
|
||||||
2. **Download the `net8.0-windows7.0` folder**:
|
|
||||||
- Download the `net8.0-windows7.0` folder from this repository.
|
|
||||||
|
|
||||||
3. **Overwrite the folder**:
|
|
||||||
- Replace the existing `net8.0-windows7.0` folder with the one from this repository.
|
|
||||||
|
|
||||||
4. **Rebuild your project**:
|
|
||||||
- Open your solution in **Visual Studio** and rebuild the project to apply the changes.
|
|
||||||
|
|
||||||
5. **Done! Enjoy**.
|
|
||||||
|
|
||||||
\---
|
|
||||||
|
|
||||||
## 5. Usage Example
|
|
||||||
|
|
||||||
Here's a simple code snippet demonstrating how to use a **Bunifu UI** component (a button) in a .NET application:
|
|
||||||
|
|
||||||
```csharp
|
|
||||||
using Bunifu.UI.WinForms;
|
|
||||||
using System.Drawing; // For Point definition
|
|
||||||
|
|
||||||
// Initialize a Bunifu button
|
|
||||||
BunifuButton demoBtn = new BunifuButton();
|
|
||||||
demoBtn.Text = "🖱️ Click Me!";
|
|
||||||
demoBtn.Location = new Point(100, 100); // Position on the form
|
|
||||||
this.Controls.Add(demoBtn);
|
|
||||||
```
|
```
|
||||||
|
2. Replace the existing `net48` folder with the one from this repository.
|
||||||
|
|
||||||
|
### .NET Core
|
||||||
|
1. Locate the Bunifu NuGet package folder:
|
||||||
|
```bash
|
||||||
|
# Example path:
|
||||||
|
C:\Users\YourUsername\.nuget\packages\bunifu.licensing\6.0.8\lib
|
||||||
|
```
|
||||||
|
2. Replace the `net8.0-windows7.0` folder with the one provided here.
|
||||||
|
|
||||||
|
3. **Re build/open your project** in Visual Studio.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 6. Credits and Acknowledgments
|
## Legal
|
||||||
|
- This repository **does not distribute Bunifu's copyrighted code**
|
||||||
- **t0int1337**: Original crack, Check out the repository here: [t0int1337/BunifuUiCrack](https://github.com/t0int1337/BunifuUiCrack).
|
- Unauthorized use in projects violates [Bunifu's terms](https://bunifuframework.com/terms).
|
||||||
- **[RE0x0]**: Updated implementation for **v6.0.8 license compatibility with Bunifu Framework v8.0.0**.
|
- Maintainers assume **no liability** for misuse.
|
||||||
- **Bunifu UI Team**: Developed the original framework. Purchase a license at: [🌐 Bunifu UI](https://bunifuframework.com/).
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**Need help?**
|
||||||
|
If you have problems, you can create an issue.
|
||||||
|
|
||||||
## 7. Legal Notice
|
### ⭐Star this repo if you find it useful!
|
||||||
|
|
||||||
- **This repository does not distribute copyrighted material**. The modified files are intended for **educational and research purposes only**.
|
|
||||||
- **Usage in production environments requires a valid license**. You can obtain a license from the official [Bunifu UI website](https://bunifuframework.com/).
|
|
||||||
- The maintainers of this repository assume **no liability** for misuse of the content or software.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 8. Additional Notes
|
|
||||||
|
|
||||||
### FAQ
|
|
||||||
|
|
||||||
**Q: Can I use this in a commercial project?**
|
|
||||||
**A**: No, this version is for **educational purposes only**. If you plan to use Bunifu UI in a commercial environment, please purchase a valid license.
|
|
||||||
|
|
||||||
**Q: How do I report issues or contribute?**
|
|
||||||
**A**: Feel free to open an issue or a pull request on this repository. We welcome contributions and bug reports!
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
For more information on Bunifu UI components, check out the **official documentation**: [📚 Bunifu Docs](https://bunifuframework.com/documentation/).
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|||||||
Reference in New Issue
Block a user