Modding[Release]Ghetto Achievement & Avatar Award Unlocker + Source
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
I haven't made anything in a while and have been busy with a new job but I was bored this morning and put this together. Not sure what method is floating around that everyone is using so I decided to make this public and maybe someone can improve on it. Or maybe some nerds will go ahead and post the real method.
Source Download *EDIT: I forgot that I built this on .net 9 in visual studio 2022 preview. If anyone is having trouble, that could be why. https://i.gyazo.com/2b3c11e5ed38449771e1c4043778ccca.png |
Last edited by XeCrippy ; edited 4 times in total
#2. Posted:
Status: Offline
Joined: Jan 29, 201311Year Member
Posts: 371
Reputation Power: 534
Motto: RGH Consoles In Stock!
Motto: RGH Consoles In Stock!
Status: Offline
Joined: Jan 29, 201311Year Member
Posts: 371
Reputation Power: 534
Motto: RGH Consoles In Stock!
says missing .exe when trying to run or build in vb code looks sweet though, do i have to add UI |
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Treason wrote says missing .exe when trying to run or build in vb code looks sweet though, do i have to add UI It's c# not VB. If you want to build the source you need to add xdevkit.dll and jrpc.dll and change the reference from JRPCPlusPlus to JRPC_Client (normal jrpc). I mean really this is all it is are these two functions that are needed
|
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
So to be a little more clear, to build the GitHub source clone the repo and then once it's opened in visual studio remove the current references to xdevkit and jrpc. Then re-add them and change the using JRPCPlusPlus to JRPC_Client. Then it will build a .exe. It has a UI but it's just two buttons.
All it's doing is searching the xex for a specific sequence of bytes that I know is part of the function to write achievements. Then calculating the function address once it finds it. That address will be the start of XUserWriteAchievements within the specific game you're on. Then it calls XUserWriteAchievements with the proper arguments. |
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Added avatar award unlocker also and included the prebuilt binaries in the release tab. There is .NET 6 and .NET 9 versions, you will need to have one of those installed probably.
Downloads |
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
Status: Offline
Joined: May 12, 20168Year Member
Posts: 1,905
Reputation Power: 1262
I made a wpf version with some small improvements
Source *Let's see what it takes to get banned xD |
- 0useful
- 0not useful
Users browsing this topic: None