Posted 24 June 2013 - 02:39 PM
jZIP
XRAHX for all!
What is jZIP?
jZIP allows you to store many files in one. Zips are also crypted to be human unreadable - it is not safe crypting.
It allows recursive zipping, automatically omits '/rom' directory and output file. It also makes distributing programs easy :)/>
XHRAX?
It's "`ZIP`" after crypting - Zip file header.
Note:
DO NOT ZIP ZIPS - Inception will break everything…
How to use?
To zip file(s)
zip <z|zip> <zip name to be displayed> <output file> <file/dir 1> [...]
To unzip file(s)
zip <u|unzip> <zip file>
Screenshots:
Spoiler
Crypted code:
Zipping:
Unzipping:
Download:
pastebin get zgTgKfqx zip
License (GNU GPL):
Spoiler
jZIP
Copyright © 2013 Jesusthekiller
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
One download file creator:
It creates installers using Zips. Zip is uploaded to pastebin so only one download is necessary.
Download: pastebin get v21qsHr0 ziptoexe
More info inside.
jZIP API:
To load API:
shell.run('zip', 'loadapi')
Do not use os.loadAPI on it!
API Documentation:
- zip.zip(<zip name>, <output file>, <file/dir1>, …)
- zip.unzip(<zip file>)