From b9d4d1a31f46af535f38eb2ccb491152d37fcf2b Mon Sep 17 00:00:00 2001 From: theheroGAC Date: Sun, 10 Mar 2019 11:06:12 +0100 Subject: [PATCH] Add files via upload --- scripts/psvita/autoplugin.lua | 2 ++ scripts/psvita/plugins.lua | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/psvita/autoplugin.lua b/scripts/psvita/autoplugin.lua index 6313f4db..7a2553ce 100644 --- a/scripts/psvita/autoplugin.lua +++ b/scripts/psvita/autoplugin.lua @@ -99,6 +99,8 @@ function plugins_installation(sel) img2splashbin("resources/boot_splash.png") elseif plugins[sel].path == "vitacheat.skprx" and not files.exists("ux0:vitacheat/db/") then--Vitacheat files.extract("resources/plugins/vitacheat.zip","ux0:") + elseif plugins[sel].path == "vitacheat360.skprx" and not files.exists("ux0:vitacheat/db/") then--Vitacheat for 3.60 + files.extract("resources/plugins/vitacheat.zip","ux0:") elseif plugins[sel].path == "AutoBoot.suprx" and not files.exists("ux0:data/AutoBoot/") then--AutoBoot files.extract("resources/plugins/AutoBoot.zip","ux0:") elseif plugins[sel].path == "ps4linkcontrols.suprx" and not files.exists("ux0:ps4linkcontrols.txt") then--ps4linkcontrols diff --git a/scripts/psvita/plugins.lua b/scripts/psvita/plugins.lua index 48cbd32e..b390daeb 100644 --- a/scripts/psvita/plugins.lua +++ b/scripts/psvita/plugins.lua @@ -28,7 +28,8 @@ plugins = { { name = "usbmc by yifanlu v6 (only for PSTV)", path = "usbmc.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_USBMC"], }, { name = "AnalogsEnhancer by Rinnegatamante v1.0", path = "AnalogsEnhancer.skprx", section = "KERNEL", path2 = false, section2 = false, config = "config.txt", configpath = "ux0:data/AnalogsEnhancer/", version = "0001", desc = LANGUAGE["INSTALLP_DESC_ANALOGSENHANCER"], }, { name = "ioplus by dots-tb v0.1", path = "ioplus.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_IOPLUS"], }, -{ name = "Vitacheat Z05 BETA by r0ah", path = "vitacheat.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT"], }, +{ name = "Vitacheat Z05 BETA by r0ah FOR 3.65+", path = "vitacheat.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT"], }, +{ name = "Vitacheat Z05 BETA FOR 3.60", path = "vitacheat360.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT2"], }, { name = "NoPSMWhitelist by SilicaAndPina v1.0 (only for PSTV)", path = "noPsmWhitelist.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_NOPSMWHITE"], }, { name = "AnalogStickDisable by Hack-Usagi v1.2", path = "AnalogStickDisable.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_ANALOGSTICK"], }, { name = "cidSpoofer by SilicaAndPina v1.0", path = "cidSpoof.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_CIDSPOOF"], }, @@ -66,7 +67,7 @@ plugins = { { name = "TurboPad by Rinnegatamante v0.3", path = "TurboPad.suprx", section = "ALL", path2 = "kuio.skprx", section2 = "KERNEL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_TURBOPAD"], }, { name = "reRescaler by Rinnegatamante v1.0", path = "reRescaler.suprx", section = "ALL", path2 = "ioplus.skprx", section2 = "KERNEL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_RESCALER"], }, { name = "InfiniteNet by Rinnegatamante v1.0", path = "InfiniteNet.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_INFINITENET"], }, -{ name = "FreePSM by SilicaAndPina v1.0", path = "FreePSM.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_FREEPSM"], }, +{ name = "FreePSM by SilicaAndPina v1.1", path = "FreePSM.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_FREEPSM"], }, --*NPXS10013 { name = "vita-ps4linkcontrols r7 by nowrep", path = "ps4linkcontrols.suprx", section = "NPXS10013", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_PS4LINK"], },