-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6df1f8b
commit d6565f1
Showing
1 changed file
with
95 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,108 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||
## HWID-SPOOFER | ||
|
||
## Getting Started | ||
|
||
First, run the development server: | ||
<div align="center"> | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
# or | ||
pnpm dev | ||
# or | ||
bun dev | ||
``` | ||
## PASSWORD 2024 | ||
|
||
## ***[DOWNLOAD]( | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
|
||
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. | ||
Hwid Spoofer is a C# application that allows you to change various system identifiers on your Windows computer. This application helps you randomly change some system identifiers on your system. | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. | ||
## Features | ||
|
||
## Learn More | ||
- **HWID Change**: Generates and change a random HWID. | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
- **PC GUID Change**: Generates and change a random PC GUID. | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
- **Computer Name Change**: Generates and change a random computer name. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
- **Product ID Change**: Generates and change a random product ID. | ||
|
||
## Deploy on Vercel | ||
- **MAC Address Change (Beta)**: Assigns a random MAC address to a specific network interface. | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
- **All Change**: Randomly changes all system identifiers and the MAC address. | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||
- **Backup Functionality**: The application provides a backup function to store the original values of system identifiers before changes are made, making it easier to revert to the original settings if needed. | ||
|
||
## Requirements | ||
- Visual Studio 2022 (.NET Desktop) | ||
|
||
|
||
## Build | ||
|
||
|
||
https://github.com/MuckPro/bunned/assets/138373919/a91a5c05-a2d5-498d-a4cd-bcceea474d9a | ||
|
||
|
||
# Preview | ||
|
||
![Console GUI](https://github.com/MuckPro/bunned/assets/138373919/cb342480-8cc1-40ef-92be-e13b582b34ae) | ||
|
||
|
||
|
||
## Usage | ||
|
||
1. Run the application and choose whether you want to change system identifiers randomly (Yes/No). | ||
|
||
|
||
2. If you select "Yes," you can choose which system identifier(s) you want to change: | ||
- Hardware ID (HWID) | ||
- PC GUID | ||
- Computer Name | ||
- Product ID | ||
- MAC Address | ||
- All of the above | ||
|
||
|
||
3. The application will guide you through the process of changing the selected system identifier(s). | ||
|
||
4. After the changes are made, the application will display the result. | ||
|
||
## Resourcs | ||
|
||
- [Source for Generating Random HWID](https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-diskdrive) | ||
- [Source for Generating Random PC GUID](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid) | ||
- [Source for Generating Random Computer Name](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid) | ||
- [Source for Generating Random Product ID](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid) | ||
- [Source for Changing MAC Address](https://docs.microsoft.com/en-us/dotnet/api/system.net.networkinformation.networkinterface) | ||
|
||
|
||
|
||
## Contribution | ||
|
||
This project is open-source, and contributions are welcome. If you'd like to contribute by adding features, fixing bugs, or improving the documentation, feel free to create a pull request. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License. For more details, please refer to the [LICENSE](LICENSE) file. | ||
|
||
--- | ||
|
||
|
||
|
||
|
||
|
||
<!--------------------------------------------------------------------------------------- | ||
░█████╗░██╗░░░██╗████████╗██╗░░██╗░█████╗░██████╗░ | ||
██╔══██╗██║░░░██║╚══██╔══╝██║░░██║██╔══██╗██╔══██╗ | ||
███████║██║░░░██║░░░██║░░░███████║██║░░██║██████╔╝ | ||
██╔══██║██║░░░██║░░░██║░░░██╔══██║██║░░██║██╔══██╗ | ||
██║░░██║╚██████╔╝░░░██║░░░██║░░██║╚█████╔╝██║░░██║ | ||
╚═╝░░╚═╝░╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝ | ||
█▀█ ▄▀█ ▀█▀ █░█ ▄▀█ █▀▀ █░░ ▀▄▀ ▀█▀ | ||
█▀▄ █▀█ ░█░ █▀█ █▀█ ██▄ █▄▄ █░█ ░█░ | ||
-----------------------------------------------------------------------------------------> |