Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilgames000/change-gameforge-installationid
A simple script to programmatically change your installation ID.
https://github.com/gilgames000/change-gameforge-installationid
client gameforge registry-scripts
Last synced: 14 days ago
JSON representation
A simple script to programmatically change your installation ID.
- Host: GitHub
- URL: https://github.com/gilgames000/change-gameforge-installationid
- Owner: Gilgames000
- License: mit
- Created: 2020-03-11T14:48:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T15:37:09.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T06:37:50.284Z (2 months ago)
- Topics: client, gameforge, registry-scripts
- Language: PowerShell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_gf_installid.ps1
- License: LICENSE
Awesome Lists containing this project
README
# Change Gameforge InstallationID
The Gameforge client stores a UUIDv4 in your Windows registry upon installation. This ID gets sent to GF headquarters supposedly to keep track of the machine you're playing on. If you want to go full anonymous it may not be enough to cover your IP address since the installation ID can be traced back to you. You can use this simple script to programmatically change your installation ID to a new one whenever you need it.
# How to use
1. Grab a UUIDv4 from whatever source you prefer. If you don't know how, [this](https://www.uuidgenerator.net/) link will do just fine.
2. Open Powershell with administrator rights and execute the script passing the new ID as an argument.
3. Done. Enjoy!# Example
```> .\change_gf_installid.ps1 c944e82e-9e1d-4ef7-8b67-e51c6e879306```