<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harommel+OddSock</id>
	<title>GameBrew - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harommel+OddSock"/>
	<link rel="alternate" type="text/html" href="https://www.gamebrew.org/wiki/Special:Contributions/Harommel_OddSock"/>
	<updated>2026-06-04T09:47:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=202399</id>
		<title>LifeLua Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=202399"/>
		<updated>2025-10-26T12:39:12Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: That part makes no sense&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=LifeLua&lt;br /&gt;
|image=lifeluavita.png&lt;br /&gt;
|description=New Lua interpreter for the PS Vita.&lt;br /&gt;
|author=Harommel OddSock&lt;br /&gt;
|lastupdated=2025/06/08&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=08-06-25&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/LifeLuaVita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;br /&gt;
|source=https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=LifeLua&lt;br /&gt;
}}&lt;br /&gt;
LifeLuaJIT is a Lua interpreter for the PS Vita. It was developed as an alternative to [[Lua Player Plus Vita|Lua Player Plus]].&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Download the latest vpk from [https://github.com/HarommelRabbid/LifeLua/releases releases].&lt;br /&gt;
&lt;br /&gt;
Install the vpk through [[VitaShell]].&lt;br /&gt;
&lt;br /&gt;
Place your Lua scripts in ux0:app/LIFELUAJT/. &lt;br /&gt;
&lt;br /&gt;
If you want to try out some examples, open the samples folder and copy the contents to ux0:app/LIFELUAJT/.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/images/lifeluavita2.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;08-06-25&#039;&#039;&#039;&lt;br /&gt;
* Added sqlite3 functions&lt;br /&gt;
* Added progress messages &amp;amp; a photo import dialog. Still need help to fix an issue where the app is crashing after a few common dialogs&lt;br /&gt;
* A new network library, such as downloading files, FTP, checking if the WiFi is on, and getting the IP and MAC address&lt;br /&gt;
* A ton of new functions to the os library&lt;br /&gt;
* Extended the io library, can now list files, CRC32 &amp;amp; SHA1 functions, changing the workpath and much more&lt;br /&gt;
* Image functions&lt;br /&gt;
* Fonts&lt;br /&gt;
* New color functions&lt;br /&gt;
* Much more. See the documentation (https://harommelrabbid.github.io/LifeLua, incomplete, WIP) or check the source code.&lt;br /&gt;
&#039;&#039;&#039;02-05-25 Experimental&#039;&#039;&#039;&lt;br /&gt;
* Front &amp;amp;amp; back touch &amp;amp;amp; motion (gyroscope and accelerometer).&lt;br /&gt;
* IME keyboard, Messages, System messages, Error code messages &amp;amp;amp; 3-button messages.&lt;br /&gt;
* timers, but a bit broken.&lt;br /&gt;
* Dialog functions now call this function if it exists:&amp;lt;code&amp;gt;LifeLua[dialog type here]Dialog()&amp;lt;/code&amp;gt; to add extra functionality to dialogs.&lt;br /&gt;
* Battery info &amp;amp;amp; power ticks.&lt;br /&gt;
* Screenshot functions, albeit they are kind of broken, such as enabling/disabling the ability to take them, adding an overlay, and setting metadata for taken screenshots.&lt;br /&gt;
* FTP usage in Lua.&lt;br /&gt;
* Triggering shutter sounds, showing the infobar, system event sensing (such as resuming) &amp;amp;amp; locking certain abilities (such as the PS button, quick menu, power menu etc.)&lt;br /&gt;
* Unmounting mountpoints (e. g. unmounting &amp;lt;code&amp;gt;app0:&amp;lt;/code&amp;gt; to have full read &amp;amp;amp; write acess to &amp;lt;code&amp;gt;ux0:app/[TITLEID]&amp;lt;/code&amp;gt;).&lt;br /&gt;
* File listing, .SFO reading, adding/deleting folders &amp;amp;amp; checking if a partition, file, or folder exists.&lt;br /&gt;
* Optional outlines to rectangles.&lt;br /&gt;
* Better debugger/error handler, but still not perfect.&lt;br /&gt;
* Image displaying, but not perfect yet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;25-04-25&#039;&#039;&#039;&lt;br /&gt;
* Drawing text, circles, rectangles and lines.&lt;br /&gt;
* Support for controls, but only all of the buttons &amp;amp;amp; analog sticks are supported, no touch or motion yet.&lt;br /&gt;
* Ability to launch URIs with &amp;lt;code&amp;gt;os.uri(uri)&amp;lt;/code&amp;gt; &amp;amp;amp; get the app launch parameters with &amp;lt;code&amp;gt;os.launchparams()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Delay with &amp;lt;code&amp;gt;os.delay(seconds)&amp;lt;/code&amp;gt; and exit with &amp;lt;code&amp;gt;os.exit()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Full Changelog: [https://github.com/HarommelRabbid/LifeLua/compare/0.0...25-04-25 0.0...25-04-25]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* HENkaku by Team Molecule.&lt;br /&gt;
* TheFloW&#039;s VitaShell for SHA1 hashing.&lt;br /&gt;
* RegistryEditor MOD by devnoname120.&lt;br /&gt;
* Developers of vitasdk.&lt;br /&gt;
* Princess of Sleeping for reverse engeneering of &amp;lt;code&amp;gt;scePhotoImportDialog&amp;lt;/code&amp;gt;.&lt;br /&gt;
* libvita2d &amp;amp;amp; ftpvita by xerpi.&lt;br /&gt;
* Inspiration from [https://github.com/Rinnegatamante/lpp-vita Lua Player Plus Vita] by [https://github.com/Rinnegatamante Rinnegatamante].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.2/compound-5.2.2.patch Compound Assignment Operators] (Lua diff patch) by [http://lua-users.org/wiki/SvenOlsen SvenOlsen].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.1/bitwise_operators_5.1.4_1.patch Bitwise operators, integer division and !=] by Thierry Grellier, darkmist(at)mail.ru &amp;amp;amp; Joshua Simmons.&lt;br /&gt;
* [https://lua-users.org/files/wiki_insecure/power_patches/5.1/continue-5.1.3.patch Continue Statement] by Leszek Buczkowski, Wolfgang Oertl &amp;amp;amp; [https://lua-users.org/wiki/AskoKauppi AskoKauppi].&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=200545</id>
		<title>LifeLua Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=200545"/>
		<updated>2025-06-08T19:35:45Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: Changed author to my username&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=LifeLua&lt;br /&gt;
|image=lifeluavita.png&lt;br /&gt;
|description=New Lua interpreter for the PS Vita.&lt;br /&gt;
|author=Harommel OddSock&lt;br /&gt;
|lastupdated=2025/05/02&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=02-05-25&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/LifeLuaVita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;br /&gt;
|source=https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=LifeLua&lt;br /&gt;
}}&lt;br /&gt;
LifeLuaJIT is a Lua interpreter for the PS Vita. It was developed as an alternative to [[Lua Player Plus Vita|Lua Player Plus]]. Unlike it and OneLua, LifeLua aims to provide more customizability and advanced scripting capabilities.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Download the latest vpk from [https://github.com/HarommelRabbid/LifeLua/releases releases].&lt;br /&gt;
&lt;br /&gt;
Install the vpk through [[VitaShell]].&lt;br /&gt;
&lt;br /&gt;
Place your Lua scripts in ux0:app/LIFELUAJT/. &lt;br /&gt;
&lt;br /&gt;
If you want to try out some examples, open the samples folder and copy the contents to ux0:app/LIFELUAJT/.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/images/lifeluavita2.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;02-05-25 Experimental&#039;&#039;&#039;&lt;br /&gt;
* Front &amp;amp;amp; back touch &amp;amp;amp; motion (gyroscope and accelerometer).&lt;br /&gt;
* IME keyboard, Messages, System messages, Error code messages &amp;amp;amp; 3-button messages.&lt;br /&gt;
* timers, but a bit broken.&lt;br /&gt;
* Dialog functions now call this function if it exists:&amp;lt;code&amp;gt;LifeLua[dialog type here]Dialog()&amp;lt;/code&amp;gt; to add extra functionality to dialogs.&lt;br /&gt;
* Battery info &amp;amp;amp; power ticks.&lt;br /&gt;
* Screenshot functions, albeit they are kind of broken, such as enabling/disabling the ability to take them, adding an overlay, and setting metadata for taken screenshots.&lt;br /&gt;
* FTP usage in Lua.&lt;br /&gt;
* Triggering shutter sounds, showing the infobar, system event sensing (such as resuming) &amp;amp;amp; locking certain abilities (such as the PS button, quick menu, power menu etc.)&lt;br /&gt;
* Unmounting mountpoints (e. g. unmounting &amp;lt;code&amp;gt;app0:&amp;lt;/code&amp;gt; to have full read &amp;amp;amp; write acess to &amp;lt;code&amp;gt;ux0:app/[TITLEID]&amp;lt;/code&amp;gt;).&lt;br /&gt;
* File listing, .SFO reading, adding/deleting folders &amp;amp;amp; checking if a partition, file, or folder exists.&lt;br /&gt;
* Optional outlines to rectangles.&lt;br /&gt;
* Better debugger/error handler, but still not perfect.&lt;br /&gt;
* Image displaying, but not perfect yet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;25-04-25&#039;&#039;&#039;&lt;br /&gt;
* Drawing text, circles, rectangles and lines.&lt;br /&gt;
* Support for controls, but only all of the buttons &amp;amp;amp; analog sticks are supported, no touch or motion yet.&lt;br /&gt;
* Ability to launch URIs with &amp;lt;code&amp;gt;os.uri(uri)&amp;lt;/code&amp;gt; &amp;amp;amp; get the app launch parameters with &amp;lt;code&amp;gt;os.launchparams()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Delay with &amp;lt;code&amp;gt;os.delay(seconds)&amp;lt;/code&amp;gt; and exit with &amp;lt;code&amp;gt;os.exit()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Full Changelog: [https://github.com/HarommelRabbid/LifeLua/compare/0.0...25-04-25 0.0...25-04-25]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* HENkaku by Team Molecule.&lt;br /&gt;
* TheFloW&#039;s VitaShell for SHA1 hashing.&lt;br /&gt;
* RegistryEditor MOD by devnoname120.&lt;br /&gt;
* Developers of vitasdk.&lt;br /&gt;
* Princess of Sleeping for reverse engeneering of &amp;lt;code&amp;gt;scePhotoImportDialog&amp;lt;/code&amp;gt;.&lt;br /&gt;
* libvita2d &amp;amp;amp; ftpvita by xerpi.&lt;br /&gt;
* Inspiration from [https://github.com/Rinnegatamante/lpp-vita Lua Player Plus Vita] by [https://github.com/Rinnegatamante Rinnegatamante].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.2/compound-5.2.2.patch Compound Assignment Operators] (Lua diff patch) by [http://lua-users.org/wiki/SvenOlsen SvenOlsen].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.1/bitwise_operators_5.1.4_1.patch Bitwise operators, integer division and !=] by Thierry Grellier, darkmist(at)mail.ru &amp;amp;amp; Joshua Simmons.&lt;br /&gt;
* [https://lua-users.org/files/wiki_insecure/power_patches/5.1/continue-5.1.3.patch Continue Statement] by Leszek Buczkowski, Wolfgang Oertl &amp;amp;amp; [https://lua-users.org/wiki/AskoKauppi AskoKauppi].&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=200544</id>
		<title>LifeLua Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=LifeLua_Vita&amp;diff=200544"/>
		<updated>2025-06-08T19:33:55Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=LifeLua&lt;br /&gt;
|image=lifeluavita.png&lt;br /&gt;
|description=New Lua interpreter for the PS Vita.&lt;br /&gt;
|author=HarommelRabbid&lt;br /&gt;
|lastupdated=2025/05/02&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=02-05-25&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/LifeLuaVita.7z&lt;br /&gt;
|website=https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;br /&gt;
|source=https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Other Apps) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=psvita2.png&lt;br /&gt;
|image_alt=LifeLua&lt;br /&gt;
}}&lt;br /&gt;
LifeLuaJIT is a Lua interpreter for the PS Vita. It was developed as an alternative to [[Lua Player Plus Vita|Lua Player Plus]]. Unlike it and OneLua, LifeLua aims to provide more customizability and advanced scripting capabilities.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Download the latest vpk from [https://github.com/HarommelRabbid/LifeLua/releases releases].&lt;br /&gt;
&lt;br /&gt;
Install the vpk through [[VitaShell]].&lt;br /&gt;
&lt;br /&gt;
Place your Lua scripts in ux0:app/LIFELUAJT/. &lt;br /&gt;
&lt;br /&gt;
If you want to try out some examples, open the samples folder and copy the contents to ux0:app/LIFELUAJT/.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/images/lifeluavita2.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;02-05-25 Experimental&#039;&#039;&#039;&lt;br /&gt;
* Front &amp;amp;amp; back touch &amp;amp;amp; motion (gyroscope and accelerometer).&lt;br /&gt;
* IME keyboard, Messages, System messages, Error code messages &amp;amp;amp; 3-button messages.&lt;br /&gt;
* timers, but a bit broken.&lt;br /&gt;
* Dialog functions now call this function if it exists:&amp;lt;code&amp;gt;LifeLua[dialog type here]Dialog()&amp;lt;/code&amp;gt; to add extra functionality to dialogs.&lt;br /&gt;
* Battery info &amp;amp;amp; power ticks.&lt;br /&gt;
* Screenshot functions, albeit they are kind of broken, such as enabling/disabling the ability to take them, adding an overlay, and setting metadata for taken screenshots.&lt;br /&gt;
* FTP usage in Lua.&lt;br /&gt;
* Triggering shutter sounds, showing the infobar, system event sensing (such as resuming) &amp;amp;amp; locking certain abilities (such as the PS button, quick menu, power menu etc.)&lt;br /&gt;
* Unmounting mountpoints (e. g. unmounting &amp;lt;code&amp;gt;app0:&amp;lt;/code&amp;gt; to have full read &amp;amp;amp; write acess to &amp;lt;code&amp;gt;ux0:app/[TITLEID]&amp;lt;/code&amp;gt;).&lt;br /&gt;
* File listing, .SFO reading, adding/deleting folders &amp;amp;amp; checking if a partition, file, or folder exists.&lt;br /&gt;
* Optional outlines to rectangles.&lt;br /&gt;
* Better debugger/error handler, but still not perfect.&lt;br /&gt;
* Image displaying, but not perfect yet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;25-04-25&#039;&#039;&#039;&lt;br /&gt;
* Drawing text, circles, rectangles and lines.&lt;br /&gt;
* Support for controls, but only all of the buttons &amp;amp;amp; analog sticks are supported, no touch or motion yet.&lt;br /&gt;
* Ability to launch URIs with &amp;lt;code&amp;gt;os.uri(uri)&amp;lt;/code&amp;gt; &amp;amp;amp; get the app launch parameters with &amp;lt;code&amp;gt;os.launchparams()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Delay with &amp;lt;code&amp;gt;os.delay(seconds)&amp;lt;/code&amp;gt; and exit with &amp;lt;code&amp;gt;os.exit()&amp;lt;/code&amp;gt;&lt;br /&gt;
* Full Changelog: [https://github.com/HarommelRabbid/LifeLua/compare/0.0...25-04-25 0.0...25-04-25]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v0.0&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* HENkaku by Team Molecule.&lt;br /&gt;
* TheFloW&#039;s VitaShell for SHA1 hashing.&lt;br /&gt;
* RegistryEditor MOD by devnoname120.&lt;br /&gt;
* Developers of vitasdk.&lt;br /&gt;
* Princess of Sleeping for reverse engeneering of &amp;lt;code&amp;gt;scePhotoImportDialog&amp;lt;/code&amp;gt;.&lt;br /&gt;
* libvita2d &amp;amp;amp; ftpvita by xerpi.&lt;br /&gt;
* Inspiration from [https://github.com/Rinnegatamante/lpp-vita Lua Player Plus Vita] by [https://github.com/Rinnegatamante Rinnegatamante].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.2/compound-5.2.2.patch Compound Assignment Operators] (Lua diff patch) by [http://lua-users.org/wiki/SvenOlsen SvenOlsen].&lt;br /&gt;
* [http://lua-users.org/files/wiki_insecure/power_patches/5.1/bitwise_operators_5.1.4_1.patch Bitwise operators, integer division and !=] by Thierry Grellier, darkmist(at)mail.ru &amp;amp;amp; Joshua Simmons.&lt;br /&gt;
* [https://lua-users.org/files/wiki_insecure/power_patches/5.1/continue-5.1.3.patch Continue Statement] by Leszek Buczkowski, Wolfgang Oertl &amp;amp;amp; [https://lua-users.org/wiki/AskoKauppi AskoKauppi].&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/LifeLua&lt;br /&gt;
* Reddit - https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=PBP_Unpacker_Packer_PSP&amp;diff=200346</id>
		<title>PBP Unpacker Packer PSP</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=PBP_Unpacker_Packer_PSP&amp;diff=200346"/>
		<updated>2025-05-25T10:24:54Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: php yeah sure&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox PSP Homebrews&lt;br /&gt;
|title=PBP Unpacker/Packer&lt;br /&gt;
|image=Pbpunpackerrea02.png&lt;br /&gt;
|description=Unpack and re-pack EBOOTs.&lt;br /&gt;
|author=ReaperX&lt;br /&gt;
|lastupdated=2011/03/04&lt;br /&gt;
|type=File Operation&lt;br /&gt;
|version=1.2&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/psphomebrew/pbp_unpacker_rea.rar&lt;br /&gt;
|website=https://wololo.net/talk/viewtopic.php?f=2&amp;amp;t=3724&lt;br /&gt;
}}&lt;br /&gt;
PBP Unpacker/Packer is a Windows tool for unpacking and repacking EBOOT.PBP.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Place an EBOOT.PBP in the same folder as the Unpacker/Packer.&lt;br /&gt;
&lt;br /&gt;
Open the Unpacker/Packer, choose an Option and wait until it finishes.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/psphomebrew/pbpunpackerrea3.png&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Wololo - https://wololo.net/talk/viewtopic.php?f=2&amp;amp;t=3724&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_Vita&amp;diff=198833</id>
		<title>Rabbid MultiTool Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_Vita&amp;diff=198833"/>
		<updated>2025-04-02T15:45:39Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Rabbid MultiTool Vita&lt;br /&gt;
|image=RabbidMultiToolVita.png&lt;br /&gt;
|description=A powerful toolbox for the PS Vita.&lt;br /&gt;
|author=Harommel OddSock&lt;br /&gt;
|lastupdated=2025/03/20&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=0.12pre2&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/RabbidMultiToolVita.7z&lt;br /&gt;
|website=https://www.psx-place.com/threads/rabbid-multitool.44402/&lt;br /&gt;
|source=https://github.com/HarommelRabbid/RabbidMultiToolVita&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=RabbidMultiToolVita.png&lt;br /&gt;
|image_alt=Rabbid MultiTool Vita&lt;br /&gt;
}}&lt;br /&gt;
Rabbid MultiTool Vita is a powerful toolbox for the PS Vita, similar to the Ultimate Toolbox for the PS3.&lt;br /&gt;
&lt;br /&gt;
The app is currently powered by the OneLua interpreter.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
=== Database Tools ===&lt;br /&gt;
* Back up icon layout - Backs up the app database &amp;amp; icon layout to use it in case of restoring your bubble layout.&lt;br /&gt;
* Restore backed up icon layout - Self-explanatory, restores your previously backed up app database &amp;amp; icon layout.&lt;br /&gt;
* Update database - Also self-explanatory, triggers a database update. Doing this wipes your custom themes from the database and you&#039;ll have to add them back using a custom theme manager. Official themes aren&#039;t affected and will stay.&lt;br /&gt;
* Rebuild database - Self-explanatory yet again, triggers a database rebuild. Doing so wipes your bubble layout. It can be restored by using the aforementioned backup/restore app database option.&lt;br /&gt;
* Import Media - Imports media to the database, meaning it can be accessed by using the system media apps.&lt;br /&gt;
&lt;br /&gt;
=== App Tools ===&lt;br /&gt;
Once clicked, a list will show with all the apps installed, system apps present in the app database and official (not Adrenaline bubbles) PSP/PS1 bubbles. You can add a custom icon and livearea images to an app in the specified folder. This is not possible with system apps yet.&lt;br /&gt;
&lt;br /&gt;
=== Account Tools ===&lt;br /&gt;
* Show account info: Self-explanatory, displays your PSN account info such as password or ID.&lt;br /&gt;
* Back up PSN account: Backs up the current PSN account in a folder named after the current ID of your PSN account.&lt;br /&gt;
* Restore PSN account: Restores/switch an account from your account backups made with Rabbid MultiTool.&lt;br /&gt;
&lt;br /&gt;
=== Registry Tools ===&lt;br /&gt;
* Reset parental passcode: Resets the Parental Controls passcode, useful in cases of purchasing a Vita with a parental passcode &amp;amp;amp; settings left and forgotten by the previous owner(s).&lt;br /&gt;
* Reset screen lock passcode: Resets the lockscreen passcode, allowing to go directly to the Livearea without typing a passcode.&lt;br /&gt;
* Disable Auto-AVLS: Disables the Auto-AVLS feature for AVLS-forced Vitas.&lt;br /&gt;
* Modify a registry key: You can modify a registry key from the system&#039;s registry to whatever you like/want.&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* Font Previewer&lt;br /&gt;
* .SFO Tools&lt;br /&gt;
* USB &amp;amp; FTP&lt;br /&gt;
* File Downloader&lt;br /&gt;
&lt;br /&gt;
=== rePatch Tools ===&lt;br /&gt;
Manages your games that use rePatch (enable &amp;amp; disable games from using rePatch). In order for the menu item to appear in the main menu you need to have the rePatch plugin installed.&lt;br /&gt;
&lt;br /&gt;
=== taiHEN Tools ===&lt;br /&gt;
Manages your plugins on your Vita (like to enable &amp;amp; disable plugins).&lt;br /&gt;
&lt;br /&gt;
=== File Manager ===&lt;br /&gt;
Obvious. Manages your files. It can open images and play music &amp;amp; videos. Do note that some audio files may scuff up and play distorted. This is a problem in the interpreter itself. It can also install .VPKs, extract .PBPs and edit files. The interface might seem a bit familliar if you&#039;ve used VitaShell (99% did).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
* Show icons in app list: Enable/disable icon preview in the app list of App Tools. It&#039;s recommended to turn this off as having it on might cause lag/freezing issues and sometimes either a C stack overflow error or a GPU crash.&lt;br /&gt;
* Use custom background&lt;br /&gt;
* Use custom font&lt;br /&gt;
* Change highlight color&lt;br /&gt;
* Check for updates&lt;br /&gt;
&lt;br /&gt;
=== Other Additions ===&lt;br /&gt;
Auto-Updating is now a thing, you can now update directly within the app. This will affect versions 0.10 and onwards, as versions 0.09 or below need to be updated manually because they don&#039;t have auto-updating. The code is sourced from other official OneLua apps.&lt;br /&gt;
Important&lt;br /&gt;
&lt;br /&gt;
== Important (from GitHub) ==&lt;br /&gt;
I&#039;ve decided to abandon this version of Rabbid MultiTool. But no, Rabbid MultiTool isn&#039;t completely dead now. There will be a completely rewritten version of Rabbid MultiTool coming in the near future that I&#039;ll work on, planning features such as using the native PSVita UI (using ScePaf, used in the Vita&#039;s system apps, and also ElevenMPV-A, NetStream &amp;amp; Better Homebrew Browser), converting PS1 .ISO/.BIN files to the PSP EBOOT.PBP format without needing a PC, allowing for them to be played on a PSP &amp;amp; also PSVita/PSTV with Adrenaline &amp;amp; converting .PKG files to .ZIPs. Anybody can give me a hand of help if interested, and can suggest me ideas for Rabbid MultiTool. The reason why I&#039;ve decided to abandon using OneLua was because of my Vita having issues with the OneLua interpreter, with apps corrupting and storage (SD2Vita) problems I&#039;ve concluded that OneLua may be the problem especially since it&#039;s closed source. You may know OneLua from apps like AutoPlugin 2 and Adrenaline Bubble Manager. After encountering a problem, which suddenly resulted in a database update and all of the apps on my Vita GONE after a restart, I&#039;ve tried everything, but after restarting with the L trigger held and then going to VitaShell the real problems were actually 2 plugins, gamesd and storagemgr conflicting with YAMT. After disabling both I restarted and my Vita and perfectly fixed. I was scared so much of something similar happening in the future to I&#039;ve uninstalled all OneLua apps (including mine, Rabbid MultiTool) and avoiding them in the future. So, there won&#039;t be a new 0.12 or 0.13 of Rabbid MultiTool. Make sure to look out when I give updates to the rewrite of Ultimate MultiTool! Yes, Rabbid MultiTool is now Ultimate MultiTool to avoid any confusion with it may being something related to the Raving Rabbids, make the app spread more to people and also make it similar to a similar app on the PS3, Ultimate Toolbox, which Ultimate MultiTool was inspired from. Again, if you&#039;d like to help on Ultimate MultiTool or give suggestions feel free to do so on my social media, this repository and eventually the repository of the next version of Ultimate MultiTool.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[image:RabbidMultiToolVita.png|640px|link=]]&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;0.12pre2&#039;&#039;&#039;&lt;br /&gt;
*Added a file manager, fixed a major bug and UI improvements.&lt;br /&gt;
&#039;&#039;&#039;0.12&#039;&#039;&#039;&lt;br /&gt;
* The prerelease of 0.12 adds a new user interface which makes it more clean, beautiful and easier to see and navigate. Besides that there also are some bug fixes &amp;amp; minor improvements.&lt;br /&gt;
&#039;&#039;&#039;0.11&#039;&#039;&#039;&lt;br /&gt;
* Version 0.11 is here with new branding, and some bug fixes!&lt;br /&gt;
&#039;&#039;&#039;0.11pre&#039;&#039;&#039;&lt;br /&gt;
* Misc. Tools: Font Previewer &amp;amp; .SFO Tools.&lt;br /&gt;
* Ability to add a custom background &amp;amp; font.&lt;br /&gt;
* Various minor improvements &amp;amp; bug fixes.&lt;br /&gt;
* Ability to look in-depth at system apps, but it&#039;s a bit limited as they... obviously are system apps.&lt;br /&gt;
&#039;&#039;&#039;v0.10&#039;&#039;&#039;&lt;br /&gt;
* Registry Tools: manage the system&#039;s registry.&lt;br /&gt;
* Settings: Enable/disable app icon preview in the app list of App Tools.&lt;br /&gt;
* Auto-Update is added!&lt;br /&gt;
&#039;&#039;&#039;v0.09&#039;&#039;&#039;&lt;br /&gt;
* Account Tools: An account manager in where you can back up, restore, switch or remove your accounts.&lt;br /&gt;
* App Tools: Manage your apps and add custom icons and livearea images.&lt;br /&gt;
* Improved media importing.&lt;br /&gt;
&#039;&#039;&#039;v0.08&#039;&#039;&#039;&lt;br /&gt;
* Second release, a few hours after 0.08pre.&lt;br /&gt;
* This version adds scrollable menus for easier use.&lt;br /&gt;
&#039;&#039;&#039;v0.08pre&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* OneLua team for their Lua interpreter and their past apps.&lt;br /&gt;
&lt;br /&gt;
Translations:&lt;br /&gt;
* theheroGAC for translating to Italian.&lt;br /&gt;
* Harommel (HarommelRabbid) &amp;amp; Chronoss for translating to French.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/RabbidMultiToolVita&lt;br /&gt;
* PSX-Place - https://www.psx-place.com/threads/rabbid-multitool.44402/&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198778</id>
		<title>User:Harommel OddSock</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198778"/>
		<updated>2025-03-29T19:56:56Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m Harommel, Homebrew developer for the Vita and maybe in the future the PS3.&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198777</id>
		<title>User:Harommel OddSock</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198777"/>
		<updated>2025-03-29T19:54:10Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m Harommel, homebrew developer for the Vita and maybe in the future the PS3.&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_LPP-Vita&amp;diff=198748</id>
		<title>Rabbid MultiTool LPP-Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_LPP-Vita&amp;diff=198748"/>
		<updated>2025-03-25T09:54:44Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Rabbid MultiTool LPP-Vita&lt;br /&gt;
|image=RabbidMultiToolLPPVita.png&lt;br /&gt;
|description=Multifunctional toolbox for PSVita.&lt;br /&gt;
|author=Harommel OddSock&lt;br /&gt;
|lastupdated=2024/11/17&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=0.1&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/RabbidMultiToolLPPVita.7z&lt;br /&gt;
|website=https://github.com/HarommelRabbid/RabbidMultiToolLPP-Vita&lt;br /&gt;
|source=https://github.com/HarommelRabbid/RabbidMultiToolLPP-Vita&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=RabbidMultiToolLPPVita.png&lt;br /&gt;
|image_alt=Rabbid MultiTool LPP-Vita&lt;br /&gt;
}}&lt;br /&gt;
A multifunctional toolbox for PS Vita made with [[Lua_Player_Plus_Vita|lpp-vita]]. (Database features only)&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/images/RabbidMultiToolLPPVita-01.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/vitahomebrews/images/RabbidMultiToolLPPVita-02.png&lt;br /&gt;
&lt;br /&gt;
==Changelog== &lt;br /&gt;
&#039;&#039;&#039;v0.1&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/RabbidMultiToolLPP-Vita&lt;br /&gt;
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1240&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198745</id>
		<title>User:Harommel OddSock</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=User:Harommel_OddSock&amp;diff=198745"/>
		<updated>2025-03-24T11:03:14Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: Created page with &amp;quot;Hi, I&amp;#039;m harommel&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m harommel&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_Vita&amp;diff=198744</id>
		<title>Rabbid MultiTool Vita</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Rabbid_MultiTool_Vita&amp;diff=198744"/>
		<updated>2025-03-24T11:02:59Z</updated>

		<summary type="html">&lt;p&gt;Harommel OddSock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Vita Homebrews&lt;br /&gt;
|title=Rabbid MultiTool Vita&lt;br /&gt;
|image=RabbidMultiToolVita.png&lt;br /&gt;
|description=A powerful toolbox for the PS Vita.&lt;br /&gt;
|author=Harommel OddSock&lt;br /&gt;
|lastupdated=2025/03/20&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=0.12pre2&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/vitahomebrews/RabbidMultiToolVita.7z&lt;br /&gt;
|website=https://www.psx-place.com/threads/rabbid-multitool.44402/&lt;br /&gt;
|source=https://github.com/HarommelRabbid/RabbidMultiToolVita&lt;br /&gt;
}}&lt;br /&gt;
{{#seo:&lt;br /&gt;
|title=Vita Homebrew Apps (Utilities) - GameBrew&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|image=RabbidMultiToolVita.png&lt;br /&gt;
|image_alt=Rabbid MultiTool Vita&lt;br /&gt;
}}&lt;br /&gt;
Rabbid MultiTool Vita is a powerful toolbox for the PS Vita, similar to the Ultimate Toolbox for the PS3.&lt;br /&gt;
&lt;br /&gt;
The app is currently powered by the OneLua interpreter.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
=== Database Tools ===&lt;br /&gt;
* Back up icon layout - Backs up the app database &amp;amp; icon layout to use it in case of restoring your bubble layout.&lt;br /&gt;
* Restore backed up icon layout - Self-explanatory, restores your previously backed up app database &amp;amp; icon layout.&lt;br /&gt;
* Update database - Also self-explanatory, triggers a database update. Doing this wipes your custom themes from the database and you&#039;ll have to add them back using a custom theme manager. Official themes aren&#039;t affected and will stay.&lt;br /&gt;
* Rebuild database - Self-explanatory yet again, triggers a database rebuild. Doing so wipes your bubble layout. It can be restored by using the aforementioned backup/restore app database option.&lt;br /&gt;
* Import Media - Imports media to the database, meaning it can be accessed by using the system media apps.&lt;br /&gt;
&lt;br /&gt;
=== App Tools ===&lt;br /&gt;
Once clicked, a list will show with all the apps installed, system apps present in the app database and official (not Adrenaline bubbles) PSP/PS1 bubbles. You can add a custom icon and livearea images to an app in the specified folder. This is not possible with system apps yet.&lt;br /&gt;
&lt;br /&gt;
=== Account Tools ===&lt;br /&gt;
* Show account info: Self-explanatory, displays your PSN account info such as password or ID.&lt;br /&gt;
* Back up PSN account: Backs up the current PSN account in a folder named after the current ID of your PSN account.&lt;br /&gt;
* Restore PSN account: Restores/switch an account from your account backups made with Rabbid MultiTool.&lt;br /&gt;
&lt;br /&gt;
=== Registry Tools ===&lt;br /&gt;
* Reset parental passcode: Resets the Parental Controls passcode, useful in cases of purchasing a Vita with a parental passcode &amp;amp;amp; settings left and forgotten by the previous owner(s).&lt;br /&gt;
* Reset screen lock passcode: Resets the lockscreen passcode, allowing to go directly to the Livearea without typing a passcode.&lt;br /&gt;
* Disable Auto-AVLS: Disables the Auto-AVLS feature for AVLS-forced Vitas.&lt;br /&gt;
* Modify a registry key: You can modify a registry key from the system&#039;s registry to whatever you like/want.&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous Tools ===&lt;br /&gt;
* Font Previewer&lt;br /&gt;
* .SFO Tools&lt;br /&gt;
* USB &amp;amp; FTP&lt;br /&gt;
* File Downloader&lt;br /&gt;
&lt;br /&gt;
=== rePatch Tools ===&lt;br /&gt;
Manages your games that use rePatch (enable &amp;amp; disable games from using rePatch). In order for the menu item to appear in the main menu you need to have the rePatch plugin installed.&lt;br /&gt;
&lt;br /&gt;
=== taiHEN Tools ===&lt;br /&gt;
Manages your plugins on your Vita (like to enable &amp;amp; disable plugins).&lt;br /&gt;
&lt;br /&gt;
=== File Manager ===&lt;br /&gt;
Obvious. Manages your files. It can open images and play music &amp;amp; videos. Do note that some audio files may scuff up and play distorted. This is a problem in the interpreter itself. It can also install .VPKs, extract .PBPs and edit files. The interface might seem a bit familliar if you&#039;ve used VitaShell (99% did).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
* Show icons in app list: Enable/disable icon preview in the app list of App Tools. It&#039;s recommended to turn this off as having it on might cause lag/freezing issues and sometimes either a C stack overflow error or a GPU crash.&lt;br /&gt;
* Use custom background&lt;br /&gt;
* Use custom font&lt;br /&gt;
* Change highlight color&lt;br /&gt;
* Check for updates&lt;br /&gt;
&lt;br /&gt;
=== Other Additions ===&lt;br /&gt;
Auto-Updating is now a thing, you can now update directly within the app. This will affect versions 0.10 and onwards, as versions 0.09 or below need to be updated manually because they don&#039;t have auto-updating. The code is sourced from other official OneLua apps.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[image:RabbidMultiToolVita.png|640px|link=]]&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;0.12pre2&#039;&#039;&#039;&lt;br /&gt;
*Added a file manager, fixed a major bug and UI improvements.&lt;br /&gt;
&#039;&#039;&#039;0.12&#039;&#039;&#039;&lt;br /&gt;
* The prerelease of 0.12 adds a new user interface which makes it more clean, beautiful and easier to see and navigate. Besides that there also are some bug fixes &amp;amp; minor improvements.&lt;br /&gt;
&#039;&#039;&#039;0.11&#039;&#039;&#039;&lt;br /&gt;
* Version 0.11 is here with new branding, and some bug fixes!&lt;br /&gt;
&#039;&#039;&#039;0.11pre&#039;&#039;&#039;&lt;br /&gt;
* Misc. Tools: Font Previewer &amp;amp; .SFO Tools.&lt;br /&gt;
* Ability to add a custom background &amp;amp; font.&lt;br /&gt;
* Various minor improvements &amp;amp; bug fixes.&lt;br /&gt;
* Ability to look in-depth at system apps, but it&#039;s a bit limited as they... obviously are system apps.&lt;br /&gt;
&#039;&#039;&#039;v0.10&#039;&#039;&#039;&lt;br /&gt;
* Registry Tools: manage the system&#039;s registry.&lt;br /&gt;
* Settings: Enable/disable app icon preview in the app list of App Tools.&lt;br /&gt;
* Auto-Update is added!&lt;br /&gt;
&#039;&#039;&#039;v0.09&#039;&#039;&#039;&lt;br /&gt;
* Account Tools: An account manager in where you can back up, restore, switch or remove your accounts.&lt;br /&gt;
* App Tools: Manage your apps and add custom icons and livearea images.&lt;br /&gt;
* Improved media importing.&lt;br /&gt;
&#039;&#039;&#039;v0.08&#039;&#039;&#039;&lt;br /&gt;
* Second release, a few hours after 0.08pre.&lt;br /&gt;
* This version adds scrollable menus for easier use.&lt;br /&gt;
&#039;&#039;&#039;v0.08pre&#039;&#039;&#039;&lt;br /&gt;
* First Release.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* OneLua team for their Lua interpreter and their past apps.&lt;br /&gt;
&lt;br /&gt;
Translations:&lt;br /&gt;
* theheroGAC for translating to Italian.&lt;br /&gt;
* Harommel (HarommelRabbid) &amp;amp; Chronoss for translating to French.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* GitHub - https://github.com/HarommelRabbid/RabbidMultiToolVita&lt;br /&gt;
* PSX-Place - https://www.psx-place.com/threads/rabbid-multitool.44402/&lt;/div&gt;</summary>
		<author><name>Harommel OddSock</name></author>
	</entry>
</feed>