[SPRX]Unlock All Tr...
 
Notifications
Clear all

[SPRX]Unlock All Trophies

Page 1 / 5

Posts: 0
 Anonymous
Guest
(@Anonymous)
Joined: 1 second ago

Hello Everyone!

I thought this was pretty neat to use in a Trainer or if you make a .sprx menu of some type for any game to use this if you can't find the proper game function for unlocking all Trophies.

Like i said this will work on all PS3 Games that have Trophies and will do a 100% unlock!

/* $(SCE_PS3_ROOT)targetppuliblibsysutil_np_trophy_stub.a */

[HASHTAG]#include[/HASHTAG]

int GetTrophyCount()
{
SceNpTrophyGameDetails game_details;
sceNpTrophyGetGameInfo(1, 1, &game_details, NULL);
return game_details.numTrophies;
}

void UnlockAllTrophys()
{
for (int trophyId = 0; trophyId < GetTrophyCount(); trophyId++)
sceNpTrophyUnlockTrophy(1, 1, trophyId, NULL);
}

http://www.mediafire.com/download/n59o17s3cul7uua/TrophyUnlocker.sprx

Press DPAD-Left to start the unlock!

I actually figured out a way for the trophies to stick online just in case anyone is having trouble getting them to stick!

I only tried 2 games but it worked on them both so I would give it a go.

1st - I turned off Save Data Owner in my Debug settings.
idk if this actually did anything because I turned it off when I first couldn't get the trophies to stick but then they didn't stick again so I kept it off and continued...

2nd - Go onto the game you are trying unlock trophys for OFFLINE and start unlocking trophies.

3rd - Once all the notifications stop, sign in and click on your name on the far right so you can view your profile and it should say it is syncing your trophies and boom! Your trophies should be synchronized!

All credits goto SC58 from NGU

Reply
Name of the Video Game, and any other Tags
21 Replies
MercuryRafles
Posts: 2
(@MercuryRafles)
New RivalGamer
Joined: 9 years ago

This Works? No BAN?

Reply
Cain532
Posts: 1280
(@cain532)
Noble RivalGamer
Joined: 9 years ago

Interesting stuff! I'd be curious to take it apart and make it work with C# 😀

Reply
UGz-
Posts: 113
 UGz-
(@UGz-)
Estimable RivalGamer
Joined: 9 years ago

Cain i didnt make that lol look at the credits 😀

Reply
UGz-
Posts: 113
 UGz-
(@UGz-)
Estimable RivalGamer
Joined: 9 years ago

This Works? No BAN?

ive done alot of games with this sprx and no ban yet but make sure you follow the Tutorial or the trophys wont work right

Reply
Page 1 / 5