Post: [SPRX]Unlock All Trophies
09-27-2015, 02:54 PM #1
SC58
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); You must login or register to view this content.

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!

You must login or register to view this content.

    
/* $(SCE_PS3_ROOT)\target\ppu\lib\libsysutil_np_trophy_stub.a */

#include <np.h>

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);
}


You must login or register to view this content.

Press DPAD-Left to start the unlock!


People having problem with trophy sticking online try this.
Originally posted by Twerkshot View Post
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!

I did this exact method for both GTA V and BO2 and it unlocked 100% and it shows online.



Enjoy Happy
Last edited by SC58 ; 07-22-2016 at 07:30 AM.

The following 98 users say thank you to SC58 for this useful post:

-JM-, /SneakerStreet/, <Brad>, #extortion_, 0zersub, 2much4u, allant, anxify, Armyspy, AsO GaMeR, Bigmoneyhustlin, Boliberrys, Buzzacoo, Chirra92, cl_21, Crazy_Ace3214, CuTiXz, Dark Nacho, DeezShinyNutz, DevilBringer, Dog88Christian, Eddie-Lucas, edub, EliteHackzPS3, EMINEM__x3, esc0rtd3w, FakeLeger, flynhigh09, Frosty, gοd, garpbaldo, GelsonSilva, Geo, Ghostabrider, Hakoomslul, Hydrogen, Beats, ImPiffHD, jacob_9191, joni_djESP, Jordan, Juan, JustFuSiOn, Kam, koekiemonstarr2, Kryptus, LaRip8, LaughTracks, LesErased, macflay59, Mango_Knife, Maty360414, MegaMister, milky4444, MOD-RuLeZ, ModyHacker, MODZ4FUN420, MoDz4Gaming, moekroeman, Nana, NickBeHaxing, John, Pianist Prodigy, Playstation VR, primetime43, PSNServices, Tristan, Rey, RGaming, Right, RTE, ryu_hayabusa80, Script Kiddie, Dacoco, SkullMods, basshead4ever, STVBDKD, Synergy, Terrorize 420, The1997, TrillBrown, Tristen, tryme, Tustin, Twerkshot, UGz-, vAerox9, Voltron181, Wosley, xenomage, xexDELL, Xx_GANG_xX, ZerthekMods, zOblivious
09-28-2015, 09:24 PM #47
Script Kiddie
At least I can fight
Originally posted by SC58 View Post
I think ik how to fix it i might idk yet


oh cool man Smile
09-29-2015, 04:54 AM #48
coldlm
Error… Cat invasion!
Again...!!!
What the time stamps, the OP doesn't feel like my question is worth answering!
Anyone?
09-29-2015, 05:18 PM #49
this eboot for fifa 16 dex You must login or register to view this content. loads trophyunlocker.sprx enjoy doesn't need virus scan it is only .bin file p.s found one bug it says delete some infos when loading fifa 16 but ignore just press dpad left and it works unlocks all trophy i made it for my self to unlock all fifa 16 trophy thought i would post it to save people time Smile credit to sc58 for the trophy unlocker i just make eboot to load fifa 16 sprx
Last edited by unlockallmod ; 09-29-2015 at 05:21 PM.
09-29-2015, 10:00 PM #50
So we just put the SPRX in the tmp then start up any game, then click the DPAD left then it will start the unlocking?
09-29-2015, 10:10 PM #51
Originally posted by VectorHD View Post
So we just put the SPRX in the tmp then start up any game, then click the DPAD left then it will start the unlocking?


You need an eboot that matches the sprx.
09-30-2015, 03:01 AM #52
Eddie-Lucas
< ^ > < ^ >
Very nice sir.

Originally posted by SC58 View Post
You must login or register to view this content.

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!

You must login or register to view this content.

    
/* $(SCE_PS3_ROOT)\target\ppu\lib\libsysutil_np_trophy_stub.a */

#include <np.h>

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);
}


You must login or register to view this content.

Press DPAD-Left to start the unlock!


Enjoy Happy
09-30-2015, 05:58 AM #53
Eddie-Lucas
< ^ > < ^ >
this should have been an Elite ONLY release. with Elite key verification in the prx.
09-30-2015, 03:04 PM #54
HeroWin
Java Developer
Originally posted by Lucas View Post
this should have been an Elite ONLY release. with Elite key verification in the prx.


you do realize the trophy community is already established and it would make no since to make something that was already a concept called trophyisgood v1.3.6 and make it paid for.... plus the code is so short.. anybody could have made this with c# knowledge.
09-30-2015, 05:32 PM #55
Eddie-Lucas
< ^ > < ^ >
Making it paid was not the goal making it for NGU only was the idea. and to keep it from being leaked and leeched to every other site that already takes everything from here already....so give people a reason to stay here but see your not elite so you of course would disagree. no offense. bottom line is, its not elite only, and it is already released so it is what it is. just thought it would have been a good elite only item.

Originally posted by HeroWin View Post
you do realize the trophy community is already established and it would make no since to make something that was already a concept called trophyisgood v1.3.6 and make it paid for.... plus the code is so short.. anybody could have made this with c# knowledge.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo