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.

Bookworm Adventures *COMPRESSED.TXT (Vol 1 2)

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Fri Aug 30, 2019 11:12 pm (50513)


Anyone willing to figure out the compression of the file and write a script too? It was already decompressed on http://www.dugongue.com/Games/PC/Bookwo ... rdlist.txt and a Lua script decompressing existed on "http://www.dugongue.com/disassembly/PC/Bookworm Adventures Deluxe/index.html/" but that page as of now or sometime before is no longer present, and no-one archived the site or the script at all, its a word list. More info: https://bookwormadvs.fandom.com/wiki/Ma ... ressed.txt
  • Author
  • Localization

aluigi, posted Sun Sep 29, 2019 7:00 am (51083)


Code:
math LAST_NUM = 0
set WORD string ""
for
    get TMP line
    getvarchr TMP0 TMP 0
    if TMP0 >= '0' && TMP0 <= '9'
        string TMP s "%d" NUM
    else
        math NUM = -1
    endif
    if NUM < 0
        math NUM = LAST_NUM
        putvarchr WORD NUM 0
    else
        math LAST_NUM = NUM
        putvarchr WORD NUM 0
        do
            string TMP << 1
            math NUM / 10
        while NUM > 0
    endif
    string WORD TMP
    print "%WORD%"
next
  • Author
  • Localization

LolHacksRule, posted Sun Sep 29, 2019 3:21 pm (51133)


Thanks so much.
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.