docs: update README with improved documentation and usage guide
- Added a centered logo for better visual representation. - Updated the introduction section to provide clarity on the project's purpose. - Included detailed installation steps for both .NET Framework and .NET Core. - Added a usage example to demonstrate how to integrate Bunifu UI components. - Included credits and acknowledgments to recognize contributors. - Added a legal notice and FAQ section to address common questions and clarify licensing terms. - Improved formatting and structure for better readability.
This commit is contained in:
@@ -1,24 +1,137 @@
|
||||
# BunifuUiCrack
|
||||
Bunifu UI Cracked (First non-virus version lol...)<br>
|
||||
You can use this with the 7.2.0 version of the Bunifu UI Library.<br>
|
||||
(Or, you can use this with any version with Bunifu UI that **uses Bunifu.Licensing 6.0.4**)<br>
|
||||
<br>
|
||||
# .NET Framework
|
||||
**This method is for .NET Framework**<br>
|
||||
1. Go to your project's folder (On Windows: C:\Users\yourusername\source\repo\ProjectName)
|
||||
2. Find the packages folder (If you cant find it go one folder down it should be in the solution's folder)
|
||||
3. Find Bunifu.Licensing.6.0.4
|
||||
4. **Overwrite the net45 folder with the one from this repo**
|
||||
5. Done! Enjoy
|
||||
|
||||
# .NET Core
|
||||
**This method is for .NET Core**<br>
|
||||
1. Go to your bunifu licensing nuget package folder (`C:\Users\yourusername\.nuget\packages\bunifu.licensing\6.0.4\lib`)
|
||||
2. Download net8.0-windows7.0 folder from this repo
|
||||
3. Overwrite the folder.
|
||||
4. Done! Enjoy
|
||||
<p align="center">
|
||||
<img src="https://imgur.com/4sil75E.png" alt="Bunifu UI Logo" width="150" />
|
||||
</p>
|
||||
|
||||
|
||||
If you have problems, you can [create an issue](https://github.com/t0int1337/BunifuUiCrack/issues/new).
|
||||
### Star the repo ⭐
|
||||
# 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.
|
||||
|
||||
---
|
||||
|
||||
## 1. Introduction
|
||||
|
||||
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
|
||||
|
||||
The modified version of the Bunifu UI v6.0.8 license DLL includes the following key features:
|
||||
|
||||
- ✅ **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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
## 3. Support the Work
|
||||
|
||||
If you find this project useful, please consider supporting the repositories:
|
||||
|
||||
- ⭐ **Star this repository**: [RE0x0/BunifuUiCrack](https://github.com/RE0x0/BunifuUiCrack).
|
||||
- ⭐ **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);
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 6. Credits and Acknowledgments
|
||||
|
||||
- **t0int1337**: Original crack, Check out the repository here: [t0int1337/BunifuUiCrack](https://github.com/t0int1337/BunifuUiCrack).
|
||||
- **[RE0x0]**: Updated implementation for **v6.0.8 license compatibility with Bunifu Framework v8.0.0**.
|
||||
- **Bunifu UI Team**: Developed the original framework. Purchase a license at: [🌐 Bunifu UI](https://bunifuframework.com/).
|
||||
|
||||
---
|
||||
|
||||
|
||||
## 7. Legal Notice
|
||||
|
||||
- **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