Language

SpecSpoof

SpecSpoof

Modrinth

Modify your hardware configuration strings in the F3 Menu with FPS Spoofer built in!

16.4k downloads 24 followers updated 2d ago
latest v1.5.1 Modrinth
Fabric 1.14 – 26.2 CursedUtility

SpecSpoof: A fabric mod to modify the hardware string in the F3 menu!

SpecSpoof is a Fabric mod that allows you to modify the hardware string displayed in the F3 menu. With this mod, you can customize the hardware information shown in the F3 menu to your liking. Whether you want to show off your (fraud) high-end hardware or keep your specs private. Now depends on Roselib!

Compatibility

This mod should be highly compatible with other mods, but if you find any incompatibilities or bugs, just open up an issue in the GitHub repo. I'll probably try to implement a workaround.

Additional Infos:

ModMenu is recommended for easier config modification!

an image of the config menu

All options should be straightforward, so go nuts!

JSON Instructions (for legacy versions):

Quick Documentation JSON:

{
  "CPU": "your cpu name", //desired fake CPU name
  "GPU": ""your gpu name", // desired fake GPU name
  "FPS": 1000, // desired FPS to be faked as
  "disableFPSThreshold": 100 // The FPS Threshold for the fake fps to be deactivated, you see, to make it more believable, if your frames are dipping, the fps should actually reflect to that. imagine saying you have 1000 fps but your game runs like a slideshow, that just wouldn't work. (set to 999999 if you don't want this feature, set to 0 if you want to always fake your FPS)
  "GPUVendor": "the vendor", // This is what shows in the brackets right beside your resolution, you might want to change this to your desired GPU brand if you want to make it believable.
  "GPUDriver": "the driver" // This is the GPU driver string, which shows below the GPU string, you should also change this if you want to make your fake GPU believable.
}

The formatting is also your choice, you can make it actually believable or just put random nonsense on the string.

Examples:

{
  "CPU": "112x Intel(R) Xeon(R) w9-3495X",
  "GPU": "NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2",
  "FPS": 3400,
  "disableFPSThreshold": 100
  "GPUVendor": "NVIDIA Corporation",
  "GPUDriver": "3.2.0 NVIDIA 531.37"
}
{
  "CPU": "Rose Flowers",
  "GPU": "Pigeons",
  "FPS": 10,
  "disableFPSThreshold": 0
  "GPUVendor": "Eggs Inc",
  "GPUDriver": "1.2 months"
}

Versions

Release
1.5.1
fabric · 26.2 · 2d ago
Small maintanance update + bugfixes - **Updated to 26.2**, It works with OpenGL and Vulkan backends! - **Added FPS Spoofing for Sodium's FPS Counter**,…
39
Release
1.5
fabric · 26.1, 26.1.1, 26.1.2 · 2mo ago
Small maintanance update + bugfixes - **Updated to 26.1** - **Fixed a bug where the text on ModMenu's options screen to be missing** - **Made FPS spoofer a…
594
Release
1.4.2
fabric · 1.21.11 · 6mo ago
Small maintanance update! - **Updated to 1.21.11**, and migrated mappings! **NOTE: This new update depends on [Rose-Bush…
3.6k
Release
1.4.1
fabric · 1.21.10 · 7mo ago
Mini-feature update! - **FPS Spoofer now spoofs the profile graph (F3+2)**, this includes spoofing the line graphs and the millis on top of it.…
794
Release
1.4
fabric · 1.21.10 · 7mo ago
Huge Update for Mod compatibility & Performance! thanks to "modCompileOnly", it allowed a way for me to patch certain things from external mods easily -…
66
Release
1.3.6
fabric · 1.21.6, 1.21.7, 1.21.8 · 12mo ago
Small maintanence update - Support 1.21.6 ### IMPORTANT NOTE: **Vulkanmod support is dropped**, this might be permanent im not sure. i simply do not have…
1.6k
Beta
1.3.5
fabric · 1.21.5 · 15mo ago
Initial 1.21.5 Support update - **New option!, "GPUBackend".**, This is a new field in the F3 menu exclusive to version 1.21.5, you can play around with the…
701
Release
1.3.4
fabric · 1.21, 1.21.1, 1.21.2 · 18mo ago
Critical fix update 2! - **Update to Rose Bush 1.2 to fix config race condition** - **Update to Minecraft 1.21.4**
5.3k
Release
1.3.3
fabric · 1.21, 1.21.1, 1.21.2 · 20mo ago
Critical fix update! - **Fixed an issue where SpecSpoof would spam the console**, previously it would spam "Options fetched successfully" per frame, which is…
193
Release
1.3.2
fabric · 1.21, 1.21.1, 1.21.2 · 21mo ago
One of the most complex mod extension by far. - **Added support for [vulkanmod](https://modrinth.com/mod/vulkanmod)**, close…
251
Release
1.3.1
fabric · 1.21 · 23mo ago
First hotfix update! - **Safer CPU lookup to prevent platform-specific crashes**, This essentially means that this mod is now possible to work on…
254
Release
1.3
fabric · 1.21 · 24mo ago
Massive update internally. - **Dropped versions below 1.21**, development will only move forward. - **Config system fully refactored**, now using…
208

Comments 0

No comments yet. Be the first to share your thoughts.