Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1467

HWID Spoofing

by eox - 13 August, 2023 - 11:46 PM
This post is by a banned member (eox) - Unhide
eox  
Supreme
53
Posts
27
Threads
2 Years of service
#1
(This post was last modified: 13 August, 2023 - 11:47 PM by eox. Edited 1 time in total.)
THIS IS FOR THE PEOPLE THAT CAN'T FIND TOOLS FOR THEIR MOTHERBOARDS

I tried every method on this board that I could access to change my mother board Serial, and UUID, but the changes never kept, and always changed back because I don't have the right versions of the tools, and neither is the cost of the tool worth it. So here's what you can do if you have a similar situation.

There is no reason to be worried what version of this flashing utility you need, because we're not flashing, we're just taking advantage of changing the board serial without flashing the BIOS, at a low level. This will work for ANY AMI BIOS and is done at an undetectable level. The modified Startup.nsh file will not FLASH your bios, it will only do a soft change on the serial for that boot of windows.

It doesn't matter what the heck kind of computer or bios you have, as long as it's AMI. We're avoiding direct links here, so bear with me.

Start off by searching "ThinkCentre M720 drivers" on google.
Click the first link for the Lenovo site and drivers.

There's a Tab menu in the middle of this page, Automatic Driver Update will be selected, click on Manual Update. Next click on BIOS/UEFI.

Click the dropdown box titled "Flash BIOS Update - ThinkCentre M720t, M720s, M720q, M920t, M920s, M920q, M920x, ThinkStation P330 Tiny"

Next go ahead and download the "BIOS Update (USB Drive Package)".

Format a USB drive to FAT32. Unzip the file you downloaded and drop all of the contents directly into your USB drive. Open the Startup.nsh file with a word editor and replace all contents with the following lines:

Code:
 
Code:
 
[list=1]
[*]echo -on
[*]goto SPOOFSERIAL
[*] 
[*]:SPOOFSERIAL
[*]AMIDEEFIx64.efi /BS INSERT-SERIAL-HERE
[*]goto SPOOFUUID
[*] 
[*]:SPOOFUUID
[*]AMIDEEFIx64.efi /SU INSERT-UUID-HERE
[*]goto EXIT
[*] 
[*]:EXIT
[*]exit
[*]goto END
[*] 
[*]:END
[/list]
 

Take note that the segment in the file saying INSERT-SERIAL-HERE should be replaced with your desired serial number and INSERT-UUID-HERE should be replaced with your desired UUID, OR simply type AUTO to keep the UUID always fresh.

Final step is to setup your bios to boot onto your flash drive before it boots to windows.

There you go! Always spoofed. Just modify your USB startup.nsh any time you need a new serial.

[Image: Xj6Qr7n.gif]
This post is by a banned member (luizafrego) - Unhide
5
Posts
0
Threads
1 Year of service
#2
thx
This post is by a banned member (c_heights) - Unhide
c_heights  
Registered
42
Posts
0
Threads
2 Years of service
#3
been looking for this thank you
This post is by a banned member (sindaro99) - Unhide
sindaro99  
Registered
4
Posts
0
Threads
#4
(This post was last modified: 01 November, 2024 - 03:25 PM by sindaro99.)
thx

(13 August, 2023 - 11:46 PM)eox Wrote: Show More
THIS IS FOR THE PEOPLE THAT CAN'T FIND TOOLS FOR THEIR MOTHERBOARDS

I tried every method on this board that I could access to change my mother board Serial, and UUID, but the changes never kept, and always changed back because I don't have the right versions of the tools, and neither is the cost of the tool worth it. So here's what you can do if you have a similar situation.

There is no reason to be worried what version of this flashing utility you need, because we're not flashing, we're just taking advantage of changing the board serial without flashing the BIOS, at a low level. This will work for ANY AMI BIOS and is done at an undetectable level. The modified Startup.nsh file will not FLASH your bios, it will only do a soft change on the serial for that boot of windows.

It doesn't matter what the heck kind of computer or bios you have, as long as it's AMI. We're avoiding direct links here, so bear with me.

Start off by searching "ThinkCentre M720 drivers" on google.
Click the first link for the Lenovo site and drivers.

There's a Tab menu in the middle of this page, Automatic Driver Update will be selected, click on Manual Update. Next click on BIOS/UEFI.

Click the dropdown box titled "Flash BIOS Update - ThinkCentre M720t, M720s, M720q, M920t, M920s, M920q, M920x, ThinkStation P330 Tiny"

Next go ahead and download the "BIOS Update (USB Drive Package)".

Format a USB drive to FAT32. Unzip the file you downloaded and drop all of the contents directly into your USB drive. Open the Startup.nsh file with a word editor and replace all contents with the following lines:

Code:
 
Code:
 
[list=1]
[*]echo -on
[*]goto SPOOFSERIAL
[*] 
[*]:SPOOFSERIAL
[*]AMIDEEFIx64.efi /BS INSERT-SERIAL-HERE
[*]goto SPOOFUUID
[*] 
[*]:SPOOFUUID
[*]AMIDEEFIx64.efi /SU INSERT-UUID-HERE
[*]goto EXIT
[*] 
[*]:EXIT
[*]exit
[*]goto END
[*] 
[*]:END
[/list]

Take note that the segment in the file saying INSERT-SERIAL-HERE should be replaced with your desired serial number and INSERT-UUID-HERE should be replaced with your desired UUID, OR simply type AUTO to keep the UUID always fresh.

Final step is to setup your bios to boot onto your flash drive before it boots to windows.

There you go! Always spoofed. Just modify your USB startup.nsh any time you need a new serial.

TYYYY
This post is by a banned member (sindaro99) - Unhide
sindaro99  
Registered
4
Posts
0
Threads
#5
(13 August, 2023 - 11:46 PM)eox Wrote: Show More
THIS IS FOR THE PEOPLE THAT CAN'T FIND TOOLS FOR THEIR MOTHERBOARDS

I tried every method on this board that I could access to change my mother board Serial, and UUID, but the changes never kept, and always changed back because I don't have the right versions of the tools, and neither is the cost of the tool worth it. So here's what you can do if you have a similar situation.

There is no reason to be worried what version of this flashing utility you need, because we're not flashing, we're just taking advantage of changing the board serial without flashing the BIOS, at a low level. This will work for ANY AMI BIOS and is done at an undetectable level. The modified Startup.nsh file will not FLASH your bios, it will only do a soft change on the serial for that boot of windows.

It doesn't matter what the heck kind of computer or bios you have, as long as it's AMI. We're avoiding direct links here, so bear with me.

Start off by searching "ThinkCentre M720 drivers" on google.
Click the first link for the Lenovo site and drivers.

There's a Tab menu in the middle of this page, Automatic Driver Update will be selected, click on Manual Update. Next click on BIOS/UEFI.

Click the dropdown box titled "Flash BIOS Update - ThinkCentre M720t, M720s, M720q, M920t, M920s, M920q, M920x, ThinkStation P330 Tiny"

Next go ahead and download the "BIOS Update (USB Drive Package)".

Format a USB drive to FAT32. Unzip the file you downloaded and drop all of the contents directly into your USB drive. Open the Startup.nsh file with a word editor and replace all contents with the following lines:

Code:
 
Code:
 
[list=1]
[*]echo -on
[*]goto SPOOFSERIAL
[*] 
[*]:SPOOFSERIAL
[*]AMIDEEFIx64.efi /BS INSERT-SERIAL-HERE
[*]goto SPOOFUUID
[*] 
[*]:SPOOFUUID
[*]AMIDEEFIx64.efi /SU INSERT-UUID-HERE
[*]goto EXIT
[*] 
[*]:EXIT
[*]exit
[*]goto END
[*] 
[*]:END
[/list]

Take note that the segment in the file saying INSERT-SERIAL-HERE should be replaced with your desired serial number and INSERT-UUID-HERE should be replaced with your desired UUID, OR simply type AUTO to keep the UUID always fresh.

Final step is to setup your bios to boot onto your flash drive before it boots to windows.

There you go! Always spoofed. Just modify your USB startup.nsh any time you need a new serial.
TYYYY
TYYYY

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)