Results 1 to 3 of 3

Thread: Multi Password Boot Protector v1.0

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,903
    Blog Entries
    3209
    Rep Power
    50

    psp Multi Password Boot Protector v1.0

    Cheater360 posted this news/release:

    I just made an app. called Multi Password Boot Protector (v1.0)

    I ONLY TESTED THIS ON 3.03 OE!!!

    This app makes it so you need a special Memory Stick to turn on your PSP.
    Your MS will contain as many passwords as you like and they will have to be found by your PSP as it boots, or the PSP will never start.

    If it starts, your PSP will display a custom pic.
    There is no way around this boot protector unless somebody has the same passwords on their memory stick.

    The passwords are not located in files.
    They are located by folder names.
    Here is the Lua code as an example:

    Code:
    background = Image.load("../../../../SYSTEM/BROWSER/pass1/pass2.jpg")
    while true do
    screen:blit(0,0,background)
    screen.flip()
    screen.waitVblankStart(100)
    os.exit()
    end
    What this does is tell the PSP simply to open a picture.
    But you can tell it to open a pic in any folder you want.
    The folders can be named anything...

    This is very hard to explain, but once you download it, it will see much easier once you see the system.lua and index.lua files.

    The files and folders are hidden, so you have to show them.

    There is an optional step to write to the flash for extra security.
    Open the file flash0:/vsh/module/vshmain.prx

    Edit the line ms0:/PSP/GAME/BOOT/EBOOT.PBP to wherever you want the boot folder to be. I just changed the name of the BOOT folder to something else (4 char.).

    Download and Give Feedback Via Comments

  2. #2
    DCEmu Newbie stimo's Avatar
    Join Date
    Jul 2006
    Posts
    94
    Rep Power
    0

    Default

    can i use a gif???
    example:

    background = Image.load("../../../../SYSTEM/BROWSER/pass1/pass2.gif")
    while true do
    screen:blit(0,0,background)
    screen.flip()
    screen.waitVblankStart(100)
    os.exit()
    end

  3. #3
    DCEmu Old Pro pt9087's Avatar
    Join Date
    Feb 2006
    Location
    England, Hull
    Age
    34
    Posts
    1,331
    Rep Power
    80

    Default

    This is very good... but do you think anyone will use it?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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