Hacking [beta] SCEA License for PSP And PS One Game Also Demo

  • Thread starter Deleted-355425
  • Start date
  • Views 3,457
  • Replies 12
  • Likes 4
D

Deleted-355425

Guest
see: http://forum.hackinformer.com/viewtopic.php?f=111&t=839



Keep in mind that you need to have henkaku and package installer with idu setting to make this work.
You also need internet connection to download scea license files.
Not all games are ready for release but I only put one game in app with the UNO Game..
You can download UNO Pkg from Zeus link in hackinformer website.

Good Luck and enjoy free Game without buying..

PKG list: http://hackinformer.com/PlayStationGuide/misc/zeuslinks.txt
DL: https://mega.nz/#!cw41WDoJ!lKOfLVM8J8vUgrP71eOyfH2PbFb8PQ5Ig8w6v-vMilE
 

nikeymikey

This is now a Spiderman thread.........
Member
Joined
Nov 19, 2008
Messages
1,510
Trophies
1
XP
2,448
Country
United Kingdom
Soooooo, that video was done too fast to actually see what you were doing. How about a written tutorial???
 
D

Deleted-355425

Guest
Its not my video im afraid! But from what i can tell this will let you grab PSP and PS1 games from the store without owning the actual games licence, only the UNO game works at the moment.
 
  • Like
Reactions: Kioku
D

Deleted User

Guest
upload_2016-9-10_22-0-47.png


This app has horrible English lol... Guess I should be even greatful I'm getting free PSP games on my Vita again.

So basically I first copy the license to ux0:pspemu/PSP/LICENSE/UnoTitleID/generated-.rif-file, and afterwards I then install the PKG via Package Installer?
Some basic, clear instructions would be very much appreciated...

EDIT: Oh god, I completely overlooked the vid tutorial! -_- (I think that's enough internet for tonight lmao)
 
Last edited by ,

DinohScene

Gay twink catboy
Global Moderator
Joined
Oct 11, 2011
Messages
22,601
Trophies
4
Location
Восторг
XP
23,148
Country
Antarctica
View attachment 62292

This app has horrible English lol... Guess I should be even greatful I'm getting free PSP games on my Vita again.

So basically I first copy the license to ux0:pspemu/PSP/LICENSE/UnoTitleID/generated-.rif-file, and afterwards I then install the PKG via Package Installer?
Some basic, clear instructions would be very much appreciated...

EDIT: Oh god, I completely overlooked the vid tutorial! -_- (I think that's enough internet for tonight lmao)

It Is Also Really Annoying When People Talk Like This, You Know, Capitalizing Every Letter At The Start Of A Word.

Idk, I've got a feel Sony will crack down on this.
 
  • Like
Reactions: Deleted User

SuzieJoeBob

NOT a New Member
Member
Joined
Dec 20, 2008
Messages
687
Trophies
0
XP
1,313
Country
United States
It Is Also Really Annoying When People Talk Like This, You Know, Capitalizing Every Letter At The Start Of A Word.

Idk, I've got a feel Sony will crack down on this.
What is worse is that there are a few words that aren't capitalized, which is actually more annoying because the effort was put in to make sure that those words weren't capitalized in the first place!
 
  • Like
Reactions: DinohScene

is0-mick

New Member
Newbie
Joined
Oct 9, 2013
Messages
2
Trophies
0
Age
55
XP
128
Country
and whats worse is if you look at the first letters of all the words without caps it spells gullible :creep:

And whats even worse is most of the 180mb "APP" is video / music..
The actual "business" end just checks if the entry in the drop down menu is the ID for uno, and then it creates a directory and downloads a rar file...


Code:
if (this.comboBox1.Text == "NPUH10027-UNO-TESTED")
    {
        Directory.CreateDirectory(@"UNO\");
        WebClient client = new WebClient();
        client.DownloadFileAsync(new Uri("http://195.154.90.225/MEGA/mega_0cacc600d3/www.mega-debrit.com_UNO.rar"), @"UNO\UNO.RAR");
        client.DownloadFileCompleted += new AsyncCompletedEventHandler(this.Wc_DownloadFileCompleted);
    }

Is pretty much the only working code in the whole 180mb download...

Mick
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
    +1
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    +1
  • BigOnYa @ BigOnYa:
    Easiest, simple way would be just restart scene, but player would restart from beginning.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, thx in advance
    +1
    Xdqwerty @ Xdqwerty: @BigOnYa, thx in advance +1