From 95b5dcb045398105f626e225bb64840bace9ed71 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 03:09:34 +0000 Subject: [PATCH 1/6] v1.0 release --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6b8ebb..d8ef0b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# TropHAX-SE -TropHAX Standalone Edition - +# Releases +V1.0: +https://bitbucket.org/SilicaAndPina/trophaxse/downloads/TrophaxSE.vpk + +# TropHAX-SE +TropHAX Standalone Edition +A homebrew app that can unlock trophys for any game. + # Credits SilicaAndPina - Lead developer, - working out how trophys work and stuff. TheFlow (vitashell) - For trop_dat0: mounting code From 33124304a49513d723d03ac823e880425887f095 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 03:18:06 +0000 Subject: [PATCH 2/6] README.md edited online with Bitbucket --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d8ef0b8..661d47a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ V1.0: https://bitbucket.org/SilicaAndPina/trophaxse/downloads/TrophaxSE.vpk +# Will i get banned? +Probably not, no one has ever gotten banned on vita +even in the past when using other trophy hacks such as: +TropHAX.suprx TrophyPather or PSVTrophyIsGood + # TropHAX-SE TropHAX Standalone Edition A homebrew app that can unlock trophys for any game. From b171b0aa54e56a2e3063aad4c0421065dbf1b315 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 03:31:18 +0000 Subject: [PATCH 3/6] README.md edited online with Bitbucket --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 661d47a..1b5aad9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ TropHAX.suprx TrophyPather or PSVTrophyIsGood # TropHAX-SE TropHAX Standalone Edition A homebrew app that can unlock trophys for any game. +Unlike the original TropHAX.SUPRX however, this is compadible with 100% of games! +You simply need the game installed and the trophy files inside ur0:/trophy and you can unlock stuffs! # Credits SilicaAndPina - Lead developer, - working out how trophys work and stuff. From b0f1e6951921570ad5c11cfb4a98feeba13b5e85 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 12:29:23 +0000 Subject: [PATCH 4/6] README.md edited online with Bitbucket --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5aad9..7a0fd0f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# r/vitahacks trophy-hacking censorship continues! +u/gee_gee_e removed my post about TrophaxSE just like they did with the original trophax.suprx +please message the moderators of r/vitahacks and tell them to leave trophax alone. #FreeTROPHAX +https://www.reddit.com/message/compose?to=%2Fr%2Fvitahacks + # Releases V1.0: https://bitbucket.org/SilicaAndPina/trophaxse/downloads/TrophaxSE.vpk @@ -7,7 +12,7 @@ Probably not, no one has ever gotten banned on vita even in the past when using other trophy hacks such as: TropHAX.suprx TrophyPather or PSVTrophyIsGood -# TropHAX-SE +# TropHAXSE TropHAX Standalone Edition A homebrew app that can unlock trophys for any game. Unlike the original TropHAX.SUPRX however, this is compadible with 100% of games! From 8e274faf3dd1b37b8ceb3632ec96f0e2790ba1f7 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 12:54:57 +0000 Subject: [PATCH 5/6] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0fd0f..f0228ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # r/vitahacks trophy-hacking censorship continues! -u/gee_gee_e removed my post about TrophaxSE just like they did with the original trophax.suprx +u/GeeGee-E removed my post about TrophaxSE just like they did with the original trophax.suprx please message the moderators of r/vitahacks and tell them to leave trophax alone. #FreeTROPHAX https://www.reddit.com/message/compose?to=%2Fr%2Fvitahacks From 1e024c1e3b1efee7907ac19d55f1eecdf53ca4aa Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 30 Nov 2018 12:59:35 +0000 Subject: [PATCH 6/6] Removed commented out code --- app/src/np.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/src/np.h b/app/src/np.h index 50465af..11725ce 100644 --- a/app/src/np.h +++ b/app/src/np.h @@ -5,16 +5,6 @@ typedef struct SceNpOptParam { SceSize optParamSize; } SceNpOptParam; -//SceNpCommunicationId -/*typedef struct SceNpCommunicationId { - char data[9]; - char term; - SceUChar8 num; - char dummy; -} SceNpCommunicationId; - -allready in vitasdk?*/ - //SceNpCommunicationPassphrase typedef struct SceNpCommunicationPassphrase { SceUChar8 data[128];