Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
v1.09
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Jun 2, 2018
1 parent 8ec3a38 commit 0984a81
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_REPO = "theheroGAC"
APP_PROJECT = "Autoplugin"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x07
APP_VERSION_MINOR = 0x09
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
11 changes: 9 additions & 2 deletions resources/autoplugin.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
------Autoinstall plugin
-------------------Resource-----------
dofile("git/shared.lua")
if __UPDATE == 1 then
local wstrength = wlan.strength()
if wstrength then
if wstrength > 55 then dofile("git/updater.lua") end
end
end

color.loadpalette() -- Load Defaults colors
back = image.load("resources/back.png")
Expand All @@ -10,11 +17,11 @@ while true do

screen.print(10,20,"Autoplugin Install the plugins with a click",1,color.red)
screen.print(10,50,"List of plugins ready to install:",1,color.white)
screen.print(25,80,"-> DownloadEnabler by TheFl0w\n-> NoNpDrm by TheFl0w\n-> NoPsmDrm by frangarcj\n-> gamesd by xyzz\n-> Shellbat by nowrep\n-> Vitabright by devnoname120(only for 3.60)\n-> pngshot by xyzz\n-> Kuio by Rinnegatamante\n-> PSV-VSH MENU by joel16\n-> Vflux by Applelo\n-> Repatch by dots-tb\n-> NoAVLS by SilicaAndPina\n-> ds3vita and ds4vita by xerpi",1,color.green)
screen.print(25,80,"-> DownloadEnabler by TheFl0w\n-> NoNpDrm by TheFl0w\n-> NoPsmDrm by frangarcj\n-> PSVita-StorageMgr by Celesteblue\n-> Shellbat by nowrep\n-> Vitabright by devnoname120(only for 3.60)\n-> pngshot by xyzz\n-> Kuio by Rinnegatamante\n-> PSV-VSH MENU by joel16\n-> Vflux by Applelo\n-> Repatch by dots-tb\n-> NoAVLS by SilicaAndPina\n-> ds3vita and ds4vita by xerpi",1,color.green)

screen.print(25,400,"Press CROSS to install Plugins on ux0:tai",1,color.white,color.blue)
screen.print(25,420,"Press CIRCLE to install Plugins on ur0:tai",1,color.white,color.black)
screen.print(25,440,"Press SELECT to install Plugins on ur0:tai(for SD2VITA users)",1,color.white,color.black)
screen.print(25,440,"Press SELECT to install Plugins on ur0:tai(for SD2VITA/PSVSD users)",1,color.white,color.black)
screen.print(25,460,"Press TRIANGLE to install Plugins on PSTV ONLY(ux0:tai).",1,color.white,color.green)
screen.print(25,480,"Press SQUARE to enter the extra tool.",1,color.white,color.blue)
screen.print(15,500,"Press START to exit.",1,color.white,color.red)
Expand Down
Binary file modified resources/autoplugin3.zip
Binary file not shown.
Binary file modified resources/config3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.07</str>
<str size="18" color="#ffffff" shadow="on">v1.09</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.
8 changes: 0 additions & 8 deletions script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,4 @@
]]

dofile("git/shared.lua")
if __UPDATE == 1 then
local wstrength = wlan.strength()
if wstrength then
if wstrength > 55 then dofile("git/updater.lua") end
end
end

dofile("resources/autoplugin.lua")

0 comments on commit 0984a81

Please sign in to comment.