Advertisement
Silicaly

Untitled

Jun 11th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. int main(void)
  2. {
  3. int trophyId = 0;
  4. while (1)
  5. {
  6. trophyId++;
  7. sceNpTrophyUnlockTrophy(1, 1, trophyId, 0);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement