Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Angry Birds Classic Series: Game Assets (*.LUA, *.JSON, *.ZIP)

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Thu Oct 03, 2019 1:25 am (51300)


There's an issue with using the script on ABClassic v2.0.0's (PC?) scripts. They aren't packed in archives at all, just encrypted and compiled.
  • Replies 57
  • Views 6
  • Created
  • Last Reply

Top Posters In This Topic

  • Author
  • Localization

LolHacksRule, posted Thu Oct 03, 2019 4:04 pm (51312)


Some builds of games use plaintext, unencrypted ZIPs (JSONs). Not saying any problems but it's a fact.
  • Author
  • Localization

LolHacksRule, posted Mon Dec 02, 2019 5:25 pm (52359)


The only key we don't know is for ABFriends' CDN assets.
  • Author
  • Localization

LolHacksRule, posted Thu Jul 23, 2020 9:01 pm (57747)


Stupid question, how would I do it in reverse? ie: Encrypt all decrypted 7Z files using a specific key?
  • Author
  • Localization

aluigi, posted Fri Oct 09, 2020 11:45 pm (59182)


The script is quite complex and it's an archive, not just a file->encrypt->file.
Anyway the re-encryption happens when you replace the 0 argument of Encrypt with 1, example:
Code:
encryption "CipherFinal aes-256-cbc" KEY "" 1 32
  • Author
  • Localization

LolHacksRule, posted Sat Oct 10, 2020 5:09 pm (59226)


Thank you
  • Author
  • Localization

LolHacksRule, posted Sun May 22, 2022 6:18 am (71632)


Late but upon adding the encryption key for Amazing Alex (m1sOWGxsS23AoseNsM5Lsp9S21YtMxks), I noticed the script skips its encrypted files. It is mostly noticeable there as that game doesn't use compression. Adding these mods at line 53 below fixes the script for those files as well as other related files.

Fix FruitNibblers:
Code:
   #fixes for Nibblers
   elif TEST & "include "
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "ONTS"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "owersh"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "redits"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "aram"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit


Fix extraction of uncompiled scripts of AB:
Code:
   #Fix for extraction of uncompiled lua files in AB
   elif TEST & "theme"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "heme"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "oNotW"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit


Fix Amazing Alex decryption:
Code:
   #fixes for AmazingAlex
   elif TEST & "xml"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "html"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & " created"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
   elif TEST & "plist"
        get SIZE asize MEMORY_FILE
        log NAME 0 SIZE MEMORY_FILE
        cleanexit
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.