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 (Windows Phone) .lua

Featured Replies

  • Author
  • Localization

gamelandresearch, posted Wed Sep 22, 2021 2:17 pm (66592)


Code:
# Angry Birds Windows Phone decrypter
# script for QuickBMS http://quickbms.aluigi.org

get NAME basename
get EXT extension
strlen NAMESZ NAME
strlen EXTSZ EXT

comtype base64
get SIZE asize
clog MEMORY_FILE 0 SIZE SIZE

if NAME == "highscores"
    set SECRET binary "%pT-5#;g"
    set SALT   binary ",e'=5{Sm"
elif NAME == "settings"
    set SECRET binary "!i6G:-#g"
    set SALT   binary ".4>)9n=T"
else
    set SECRET binary "?:a/ 6'N"
    set SALT   binary ":4>)9a/{"
endif

encryption PKCS5_PBKDF2_HMAC_sha1 SECRET SALT 1000

log MEMORY_FILE2 0 0
putdstring QUICKBMS_HASH 64 MEMORY_FILE2
goto 0 MEMORY_FILE2
getdstring KEY 32 MEMORY_FILE2
getdstring IV 16 MEMORY_FILE2

encryption "CipherFinal aes-256-cbc" KEY IV 0 32
math OFFSET = 0
get SIZE asize MEMORY_FILE
math SIZE - OFFSET

get NAME basename
get EXT extension
string NAME "_decrypt."
string NAME EXT
log NAME OFFSET SIZE MEMORY_FILE


This only Xbox version
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.