+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2009
    Posts
    120
    Points
    386,580.69
    Rep Power
    176

    Default PRX Installer v1

    Hello, I made a program that will generate the line that you need for game.txt. Here is the download link:

    Send Space - PRX Insatller v1

    Here is how you use it, I'll be using NitePR as an example. Here is the first screen:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/
    ----------------------------------------------------------
    So I would enter seplugins:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/seplugins
    ----------------------------------------------------------
    Then once I press enter I will go to here, I type in nitepr:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/seplugins

    Enter the name of the prx with out the .prx

    ms0:/seplugins/nitepr
    ----------------------------------------------------------
    Now it gives me the line to game.txt:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Right click and select mark to copy.
    Copy this line and add it to game.txt and the PRX will be activated.
    No need to go into recovery!

    ms0:/seplugins/nitepr.prx 1

    Press any key to continue . . .
    ----------------------------------------------------------
    Then once you press a button it will go to the start of the program !

    Here is the source code:
    #include <iostream.h>
    #include <string>
    #define cls system("cls");
    #define pause system("pause");
    #define title cout<<"TheEliteOne's PRX Installer v1\n\n";
    using namespace std;
    string x,y,z;
    int main()
    {
    Start:
    cls
    title
    cout<<"Enter folder your prx is in:\n\n";
    cout<<"ms0:/";
    cin >> x;
    cout<<"\nEnter the name of the prx with out the .prx\n\n";
    cout<<"ms0:/"<<x<<"/";
    cin >> y;
    cls
    title
    cout<<"Right click and select mark to copy.\n";
    cout<<"Copy this line and add it to game.txt and the PRX will be activated.\n";
    cout<<"No need to go into recovery!\n\n";
    cout<<"ms0:/"<<x<<"/"<<y<<".prx 1\n\n";
    pause
    goto Start;
    }
    Some people don't know how to just type these and I was board so I made this, hope it helps, and you wont need to go into recovery

  2. #2
    Join Date
    Aug 2009
    Location
    in the pyramids lol
    Posts
    366
    Points
    200,657.16
    Rep Power
    178

    Default Re: PRX Installer v1

    no need to go to recovery because u added ''1'' at the end of the line



    GiVE ME AN iNTERNET ^
    hack facebook

  3. #3
    Join Date
    Oct 2009
    Posts
    120
    Points
    386,580.69
    Rep Power
    176

    Default Re: PRX Installer v1

    Quote Originally Posted by bad00boy View Post
    no need to go to recovery because u added ''1'' at the end of the line
    Yup, I've talked to a few people that don't know how to do this and I was board so I made this.

  4. #4
    Join Date
    Aug 2009
    Location
    in the pyramids lol
    Posts
    366
    Points
    200,657.16
    Rep Power
    178

    Default Re: PRX Installer v1

    anyway great job cuz some noobs don't know how to go to the recovery and enable plugins lol



    GiVE ME AN iNTERNET ^
    hack facebook

  5. #5
    Join Date
    Oct 2009
    Posts
    120
    Points
    386,580.69
    Rep Power
    176

    Default Re: PRX Installer v1

    Quote Originally Posted by bad00boy View Post
    anyway great job cuz some noobs don't know how to go to the recovery and enable plugins lol
    Thanks.

  6. #6
    Join Date
    May 2009
    Location
    In a place.
    Posts
    596
    Points
    828,950.51
    Rep Power
    184

    Default Re: PRX Installer v1

    lol i made a program that actually writes the game.txt and copies the nitepr.prx but good job

    Check out my psp cheat device DarkFrost!
    Check out my new game Robot Universe!

  7. #7
    Join Date
    Oct 2009
    Posts
    120
    Points
    386,580.69
    Rep Power
    176

    Default Re: PRX Installer v1

    Quote Originally Posted by demon450 View Post
    lol i made a program that actually writes the game.txt and copies the nitepr.prx but good job
    Lol thanks.....show off

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts