Pockidrive Posted October 17, 2016 Share Posted October 17, 2016 (edited) VITAPIRACY / NEXTGENROMS EXCLUSIVE For THOSE who copy/paste this to other sites, at least have the decency to link to our site! and say thnx RELEASE !!! i HATE to see people making money over my work! I'm here just to help a hand... I'm not asking, but if someone wants to donate to my work you're welcome, PayPal: [email protected] (free of choice, but welcome so i can buy more games to look into, i've spent about 6500 Yen or 81.50 USD just to get the JPN version 1 of the 4 bought ) YES, i bought and tested all 4 versions... ---------------------------------------------------------------- Corpse Party Blood Drive KOR-EU-US-JPN ---------------------------------------------------------------- You need eighter a MAI_DUMP of the games or you'll have to decrypt them on your own... I'm adding everything here as code/text, because i don't want people to use it for fake-uploads with virusses! ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- CORPSE PARTY BLOOD DRIVE EU ux0:/app/PCSB00822/media/StreamingAssets/Lua/Chapter_00/start.lua CORPSE PARTY BLOOD DRIVE US ux0:/app/PCSE00708/media/StreamingAssets/Lua/Chapter_00/start.lua ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- --[[ start.lua ]] do return function() print('Chapter 00 Start') System.AwardTrophy(5) System.AwardTrophy(4) System.AwardTrophy(13) System.AwardTrophy(3) System.AwardTrophy(11) System.AwardTrophy(12) System.AwardTrophy('Wisdom') System.AwardTrophy('Gratitude') System.AwardTrophy('Outspokenness') System.AwardTrophy('Aesthetics') System.AwardTrophy('Bravery') System.AwardTrophy('Regrets') System.AwardTrophy('Last Waltz') System.AwardTrophy('Martuba') System.AwardTrophy('The Unconceding') System.AwardTrophy('Memories, Like Beautiful Dreams') System.AwardTrophy('Threading the Needle') System.AwardTrophy('Separation') System.AwardTrophy('Satsuki\'s Heart') System.AwardTrophy('Reignition') System.AwardTrophy('A Faint Light') System.AwardTrophy('Returning') System.AwardTrophy('Respective Desires') System.AwardTrophy('Pain') System.AwardTrophy('Pillars of the Six Demons') System.AwardTrophy('Breakdown') System.AwardTrophy('Book of Shadows') System.AwardTrophy('Determination') System.AwardTrophy('Ties Severed, Ties Mended') System.AwardTrophy('Imperator') System.AwardTrophy('Reparations') System.AwardTrophy('Release') System.AwardTrophy('Darkening') System.AwardTrophy('Mortality') System.AwardTrophy('Omen') System.AwardTrophy('Conclusion') System.AwardTrophy('Opulence') --ゲームデータ読み込み local game_data = System.GetGameData() --キャラクター追加 game_data:AddCharacter('ayumi') --表示モデルのリフレッシュ MapSystem.RefreshPlayerCharacter() --初期座標の指定 MapSystem.SetPlayerCharacterFirstPosition(Vector3.New(3.18765, 0.01999999, -4.571688), 0.0) --初期MAPの読み込み System.LoadScene('scl_rural_room_e') end -- function end -- do ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- CORPSE PARTY BLOOD DRIVE JPN ux0:/app/PCSG00298/media/StreamingAssets/Lua/Chapter_00/start.lua ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- (same as above, just add these lines in the JPN version for all trophies to pop) System.AwardTrophy(5) System.AwardTrophy(4) System.AwardTrophy(13) System.AwardTrophy(3) System.AwardTrophy(11) System.AwardTrophy(12) System.AwardTrophy('ラストワルツ') System.AwardTrophy('マルトゥバ') System.AwardTrophy('譲れぬもの') System.AwardTrophy('夢幻の如く') System.AwardTrophy('糸口') System.AwardTrophy('袂別') System.AwardTrophy('心臓') System.AwardTrophy('残火') System.AwardTrophy('無念') System.AwardTrophy('微光') System.AwardTrophy('あの場所へ') System.AwardTrophy('それぞれの想い') System.AwardTrophy('痛み') System.AwardTrophy('六鬼門') System.AwardTrophy('侵食') System.AwardTrophy('ブック・オブ・シャドウズ') System.AwardTrophy('覚悟') System.AwardTrophy('断ち切った想い、断ち切れぬ想い') System.AwardTrophy('支配者') System.AwardTrophy('代償') System.AwardTrophy('勇者') System.AwardTrophy('物好') System.AwardTrophy('声好') System.AwardTrophy('感謝') System.AwardTrophy('叡智') System.AwardTrophy('解放') System.AwardTrophy('死亡') System.AwardTrophy('黒化') System.AwardTrophy('音好') System.AwardTrophy('予兆') System.AwardTrophy('生還') ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Corpse Party Blood Drive KOREAN ux0:/app/PCSH00166/media/StreamingAssets/Lua/Chapter_00/start.lua ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- (although you can use a DEV menu on this version) (same as above, but use these lines for Korean version) System.AwardTrophy('해방') System.AwardTrophy('용자') System.AwardTrophy(3) System.AwardTrophy(4) System.AwardTrophy(5) System.AwardTrophy('그림 수집가') System.AwardTrophy('음악 수집가') System.AwardTrophy('음성 수집가') System.AwardTrophy('감사 인사') System.AwardTrophy('예지') System.AwardTrophy(11) System.AwardTrophy(12) System.AwardTrophy(13) System.AwardTrophy('징조') System.AwardTrophy('사망') System.AwardTrophy('흑화') System.AwardTrophy('무념') System.AwardTrophy('생환') System.AwardTrophy('라스트 왈츠') System.AwardTrophy('마르투바') System.AwardTrophy('양보할 수 없는 것') System.AwardTrophy('추억은 꿈과 같이') System.AwardTrophy('실마리') System.AwardTrophy('슬픈 이별') System.AwardTrophy('사츠키의 심장') System.AwardTrophy('타다 남은 불') System.AwardTrophy('희미한 빛') System.AwardTrophy('다시 그 곳으로') System.AwardTrophy('각자의 마음') System.AwardTrophy('아픔') System.AwardTrophy('육귀문') System.AwardTrophy('침식') System.AwardTrophy('Book of Shadows') System.AwardTrophy('각오') System.AwardTrophy('끊어야 할 마음, 끊을 수 없는 마음') System.AwardTrophy('지배자') System.AwardTrophy('대가') ---------------------------------------- One Tap Hero CHN + KOR Special thnx to my buddy JeNel for pointing out another possibility, already worked out & tested by me... ---------------------------------------- This is the hidden content, please Sign In or Sign Up ------------------------ RUN LIKE HELL Special thnx to my buddy Pro for pointing out another possibility, already worked out & tested by me... ------------------------ This is the hidden content, please Sign In or Sign Up MORE TO COME... Work in progress, feel free to look into it, pops 28% instant so far... Find the 'global.lua' file and mod it with the following lines... function Mission_End_Fail_Training() if DynamicMissionSystem_LevelEnvironment == 7 then -- if we're in Training ZScript.TrophyEvent_KilledPhoenix() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT01") ZScript.TrophyEvent_KilledBigSlick() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT02") ZScript.TrophyEvent_KilledGrifter() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT03") ZScript.TrophyEvent_KilledScorpion() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT04") ZScript.TrophyEvent_KilledScimitar() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT05") ZScript.TrophyEvent_KilledViper() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT06") ZScript.TrophyEvent_KilledWizard() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT08") ZScript.TrophyEvent_KilledVampire() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT09") ZScript.TrophyEvent_KilledHyena() ZScript.DebugPrint("UNLOCK TROPHY: Killed HVT10") ZScript.TrophyEvent_NightclubMassacre() ZScript.TrophyEvent_SausageAndOrangeFound() ZScript.DebugPrint("Mission_End_Fail_Training") ZScript.FailTraining() else -- we're not in Training Null() end end --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 10 Tons games, require QuickBMS and the following script to extract pak files: # 10tons games # Crimsonland, Sparkle 2 and so on This is the hidden content, please Sign In or Sign Up idstring "PAK\0" get DUMMY long get OFFSET long get DUMMY long goto OFFSET get FILES long for i = 0 < FILES get NAME string get OFFSET long get SIZE long get TSTAMP long get FLAGS long log NAME OFFSET SIZE next i --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- story-events.lua function OnLoad () AM_UnlockAchievement("TEN_MATCH") AM_UnlockAchievement("PENNY_PINCHER") AM_UnlockAchievement("EXACTO") AM_UnlockAchievement("COMPASS_MASTER") AM_UnlockAchievement("ADVANCED_MATCHER") AM_UnlockAchievement("SLAYER") AM_UnlockAchievement("EXPERT_MATCHER") AM_UnlockAchievement("MEDAL_COLLECTOR") AM_UnlockAchievement("COLLECTOR") AM_UnlockAchievement("SHARP_SHOOTER") AM_UnlockAchievement("CARPENTER") AM_UnlockAchievement("THOR") AM_UnlockAchievement("BLITZER") AM_UnlockAchievement("EXTINGUISHER") AM_UnlockAchievement("BLITZ_30") AM_UnlockAchievement("MEDAL_MASTER") end; world-map-events.lua function OnLoad() AM_UnlockAchievement("EXTRA_BALLS") AM_UnlockAchievement("COMBO_X5") AM_UnlockAchievement("TWO_STARS") AM_UnlockAchievement("ALL_BIRDS") AM_UnlockAchievement("HEADSHOTS") AM_UnlockAchievement("100BOUNCES") AM_UnlockAchievement("EXPLODZ_JUNKIE") AM_UnlockAchievement("GLASS_DESTROYER") AM_UnlockAchievement("FOUR_EXTRA") AM_UnlockAchievement("VENDOR") AM_UnlockAchievement("STAR_BATTER") AM_UnlockAchievement("THREE_STARS") AM_UnlockAchievement("CASHCOW") AM_UnlockAchievement("UNFORESEEN") AM_UnlockAchievement("MAD_BATTER") AM_UnlockAchievement("FIFTY_SIX") if (FM_GetPrimaryControllerInterface() == "TOUCH") then SetProperty("pointer:image.bitmap", "ui/gfx/finger.png"); elseif (FM_GetPrimaryControllerInterface() == "GAMEPAD") then SetProperty("pointer:image.bitmap", "!NONE"); else SetProperty("pointer:image.bitmap", "ui/gfx/cursor.png"); end; world-map-events.lua function OnLoad () AM_UnlockAchievement("ONE_THROW_WIN") AM_UnlockAchievement("HEAD_SHOT") AM_UnlockAchievement("THREE_HEAD_SHOTS") AM_UnlockAchievement("DESTROYED_1000") AM_UnlockAchievement("THROWN_1000") AM_UnlockAchievement("COMBO4X") AM_UnlockAchievement("COMBO6X") AM_UnlockAchievement("MORE_THROWS_LEFT") AM_UnlockAchievement("FIVE_EXTRA_ROCKS") AM_UnlockAchievement("WORLD_ENDED") AM_UnlockAchievement("SELF_DESTRUCT") AM_UnlockAchievement("ONE_ROCK_MASTER") AM_UnlockAchievement("GRENADIER") AM_UnlockAchievement("STASH") AM_UnlockAchievement("SECRET_WORLD") AM_UnlockAchievement("DIAMONDS") end; world-map-events.lua function OnLoad () AM_UnlockAchievement("CHAIN_12X") AM_UnlockAchievement("CHAIN_24X") AM_UnlockAchievement("POP_10000_ORBS") AM_UnlockAchievement("PLAY_4_HOURS") AM_UnlockAchievement("COLLECT_200_POWERUPS") AM_UnlockAchievement("2000_MATCHES") AM_UnlockAchievement("100_PUSHERS_DESTROYED") AM_UnlockAchievement("RAPID_POWERUPS") AM_UnlockAchievement("ALL_ENCHANTMENTS") AM_UnlockAchievement("COMPLETED_QUEST") AM_UnlockAchievement("SURVIVAL_STARS") AM_UnlockAchievement("CHALLENGE_MASTER") AM_UnlockAchievement("COMPLETED_QUEST_HARD") AM_UnlockAchievement("COMPLETED_QUEST_NIGHTMARE") CacheSound ("music/map"); world-map-events.lua function OnLoad () AM_UnlockAchievement("ALL_BIRDS") AM_UnlockAchievement("COMBO_X5") AM_UnlockAchievement("3BALLS") AM_UnlockAchievement("SCORE_25000") AM_UnlockAchievement("HEADSHOTS") AM_UnlockAchievement("100BOUNCES") AM_UnlockAchievement("EXPLOZ_JUNKIE") AM_UnlockAchievement("GLASS_DESTROYER") AM_UnlockAchievement("MENU_SCORE") AM_UnlockAchievement("VENDOR") AM_UnlockAchievement("DEFEAT_10TONS") AM_UnlockAchievement("CASHCOW") AM_UnlockAchievement("LEVELS_1") AM_UnlockAchievement("LEVELS_2") AM_UnlockAchievement("LEVELS_3") if (FM_ProductFeatureExists("MOUSE_INTERFACE")) then SetProperty("pointer:image.bitmap", "ui/gfx/cursor.png"); elseif (FM_ProductFeatureExists("MOUSE_INTERFACE")) then SetProperty("pointer:image.bitmap", "ui/gfx/finger.png"); elseif (FM_ProductFeatureExists("GAMEPAD_INTERFACE")) then SetProperty("pointer:image.bitmap", "!NONE"); end; end; game-sparkle2-events.lua function OnLoad () AM_UnlockAchievement("CHAIN_12X") AM_UnlockAchievement("CHAIN_30X") AM_UnlockAchievement("RAPID_POWERUPS") AM_UnlockAchievement("CLOSE_CALL") AM_UnlockAchievement("POP_10000_ORBS") AM_UnlockAchievement("PLAY_4_HOURS") AM_UnlockAchievement("COLLECT_200_POWERUPS") AM_UnlockAchievement("500_PUSHERS_DESTROYED") AM_UnlockAchievement("SURVIVAL_STARS") AM_UnlockAchievement("COMPLETED_QUEST") AM_UnlockAchievement("COMPLETED_QUEST_HARD") AM_UnlockAchievement("COMPLETED_QUEST_NIGHTMARE") timer = 2; end; game-crimsonland-events.lua function OnLoad () AM_UnlockAchievement("CHAPTER_1") AM_UnlockAchievement("CHAPTER_2") AM_UnlockAchievement("CHAPTER_3") AM_UnlockAchievement("CHAPTER_4") AM_UnlockAchievement("CHAPTER_5") AM_UnlockAchievement("CHAPTER_6") AM_UnlockAchievement("HARDCORE") AM_UnlockAchievement("GRIM") AM_UnlockAchievement("NOT_A_SCRATCH") AM_UnlockAchievement("IMPALER") AM_UnlockAchievement("PACK_RAT") AM_UnlockAchievement("CHAIN_MASTER") AM_UnlockAchievement("HOME_WRECKER") AM_UnlockAchievement("GIBBER") AM_UnlockAchievement("FRIEND_IN_NEED") AM_UnlockAchievement("PERKY") AM_UnlockAchievement("SURVIVOR_1") AM_UnlockAchievement("SURVIVOR_2") AM_UnlockAchievement("ARMS_RACE") AM_UnlockAchievement("RUSH") AM_UnlockAchievement("BLITZ") AM_UnlockAchievement("NUKEFISM") --CacheSound ("music/main-menu.ogg"); end; Grtz Pocki ------------------------------------------------------------------------------------------------ PS: i'm a working family guy, so excuse me if i don't reply 24/7... ------------------------------------------------------------------------------------------------ Have fun and SHARE to get VITA alive again ! Edited May 16, 2017 by Pockidrive updated to this site 2 Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 17, 2016 Author Share Posted October 17, 2016 (edited) VIDEO-PROOF added... Edited October 20, 2016 by Guest 1 Quote Link to comment Share on other sites More sharing options...
EdenSkyline Posted October 18, 2016 Share Posted October 18, 2016 I would definitely be interested to see how that works on Vita. Quote Link to comment Share on other sites More sharing options...
Shippo Posted October 18, 2016 Share Posted October 18, 2016 The Problem with that is that it instantly unlock ALL trophies. There you can see that you modded etc the Game. A Vita Version of the PS3 TrophyIsGood App would be awesome since there we can Unlock Single Trophies and Give them the Timestamps we want Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 18, 2016 Author Share Posted October 18, 2016 technically i can unlock them manually aswell (1 by one) to make it look 'legit' but there's more work involved obviously. Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 18, 2016 Author Share Posted October 18, 2016 i just made blood drive instant since it don't get flagged anyways (because of the DEV menu in at least 1 region, making it doable in 45-50 sec to get the platinum) with my method it takes an average of 63-65 secs. But with some simple modding i can list them to unlock in regular order on a button click... (for example every time you press R shoulder it unlocks 1 trophy) Quote Link to comment Share on other sites More sharing options...
Shippo Posted October 18, 2016 Share Posted October 18, 2016 @Pocketdrive, with the Button click it would be awesome. Can you mod it that way that you can choose which trophy will be unlocked with a Button Click ? Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 18, 2016 Author Share Posted October 18, 2016 technically yes, even integrating a menu should be possible... Quote Link to comment Share on other sites More sharing options...
Shippo Posted October 18, 2016 Share Posted October 18, 2016 Wow that would be really awesome. Then we would easily get rid of extrem difficulty trophies. I love playing for trophies, allmost having 100 Platinum but sometimes its impossible to get that. Edit: Would that be possible with every game ? Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 18, 2016 Author Share Posted October 18, 2016 No, this method will only work with a small amount of games, you can compare it with 'lua' and 'xml' -lobbies on ps3 an example for what to look for are similar to these lines... ZScript.TrophyEvent_Trophy-Name () ZScript.Script_TrophyStatEvent(Trophy-Name) System.AwardTrophy('Trophy-Name') ... When back on PS3/XBOX they used obvious and easy commands like unlockachievement, trophyunlock,... AND the trophy names were just numbered... Now on VITA and probably PS4,... different developers use different command-lines AND most trophies are actually NAMED I'll give you guys a little heads up to get started... e.g.: ZScript.TrophyEvent_KilledPhoenix() (UNIT 13) (uses mostly trophy description as a name) ALSO different regions have different 'trophy-names' e.g.: System.AwardTrophy('Wisdom') (EU + US) System.AwardTrophy('糸口') (JPN) System.AwardTrophy('마르투바') (KOR) (CORPSE PARTY: BLOOD DRIVE) (uses mostly the actual trophy-names) The trick is to find them all, since they're spread over different files and locations... It's a fun process/hunt to get 'em all together even though you might get frustrated if you can only find about 20-70% of the trophy names... Now, if you guys have some dumps to look into and think you found something, lemme know and i'll be happy to look into them with you... 1 Quote Link to comment Share on other sites More sharing options...
bosskiller1981 Posted October 19, 2016 Share Posted October 19, 2016 that would be awesome. Quote Link to comment Share on other sites More sharing options...
SHAkA--NGU Posted October 19, 2016 Share Posted October 19, 2016 nice find Pockidrive are you looking at Assembly-CSharp.dll by any chance ? Quote Link to comment Share on other sites More sharing options...
JeNeI Posted October 19, 2016 Share Posted October 19, 2016 Can you write a guide for this? Also where can I find a korean dump of Corpse party? Quote Link to comment Share on other sites More sharing options...
taengoo95 Posted October 19, 2016 Share Posted October 19, 2016 damn..really want to see how this going Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 19, 2016 Author Share Posted October 19, 2016 FULLY RELEASED ALL 4 versions VITAPIRACY EXCLUSIVE !!! Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 19, 2016 Author Share Posted October 19, 2016 Can you write a guide for this? Also where can I find a korean dump of Corpse party? Guide is out I have 2 of 4 versions physical and 2 versions digital.. Spend over $250 to get them... I know there's a US version out there (public release) but i'm not sure you'll find EU-JPN-HK working (not Vitamin, but MAI-DUMP, because it needs to be decrypted) Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 19, 2016 Author Share Posted October 19, 2016 nice find Pockidrive are you looking at Assembly-CSharp.dll by any chance ? I'm looking into several ways, but this one is just a LUA-MOD (so only works on a select number of games) after being out of it for about 3y i just got back to the scene, because someone told me about Henkaku, so i felt like giving it another shot and looking into vita... The problem is i don't have as much time to look into everything like i did 4y ago so any help is welcome... BTW: still got you on skype, feel free to contact me/share some finds, i just released Corpse Party in this thread, have a look @ it if you want... Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 19, 2016 Author Share Posted October 19, 2016 damn..really want to see how this going Released Corpse Party all 4 versions, have a look Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 19, 2016 Author Share Posted October 19, 2016 that would be awesome. Released all 4 versions Corpse Party, if you mod start.lua like i showed it pops all trophies upon starting chapter_00 (beginning of the game) Quote Link to comment Share on other sites More sharing options...
JeNeI Posted October 20, 2016 Share Posted October 20, 2016 Thanks I found a way to unlock trophies in One Tap Hero (game only available in Asia digitally). I work from 8 to 16, and when I get home I'll get in touch with you, Pockidrive. It's based on Lua too. Do you have anything for Unit 13? P.S. The mediafire link to KOR version is down. Quote Link to comment Share on other sites More sharing options...
gururaj Posted October 20, 2016 Share Posted October 20, 2016 Yea the link for the korean version is down :'( I'm a bit worried to unlock trophies all at once dont want my account being banned so will just do few trophies here and there if time stamp can be modified would love to plat Meatboy ... Quote Link to comment Share on other sites More sharing options...
Pockidrive Posted October 20, 2016 Author Share Posted October 20, 2016 Yea the link for the korean version is down :'( I'm a bit worried to unlock trophies all at once dont want my account being banned so will just do few trophies here and there if time stamp can be modified would love to plat Meatboy ... If you're not acting stupid, you shouldn't get banned... To be honest i don't know about ANY account being banned for an instant platinum EVER!!! Bans usually happen for playing online on CFW or MFW or by getting reported while you're online on it. (modded multiplayer lobbies are a high risk) trophy-hacks are probably one of the lowest risks for getting banned... so just keep in mind what you're doing and don't be stupid... If i come across a different link, i'll update the tread. Quote Link to comment Share on other sites More sharing options...
bosskiller1981 Posted October 20, 2016 Share Posted October 20, 2016 can you provide the tut as i have never done a trophy hack Quote Link to comment Share on other sites More sharing options...
bosskiller1981 Posted October 20, 2016 Share Posted October 20, 2016 do not works for me my game is stuck an starting after 'blood drive chapter 00" a faint light screen Quote Link to comment Share on other sites More sharing options...
bosskiller1981 Posted October 20, 2016 Share Posted October 20, 2016 figured it out .thanks alot got plat Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.