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.

Chewy: Esc from F5 game: Texts

Featured Replies

  • Author
  • Localization

Pakolmo, posted Sat Apr 27, 2019 10:30 am (47355)


Can it help to do a quickbms to decrypt and encrypt for Chewy: Esc from F5?

It is a file from Settlers 2 game. Encrypted and unencrypted.
https://www.dropbox.com/s/8zm9qv171ewep ... 02.7z?dl=0

It can be the same encryption with other Key... (I don't know).
  • Author
  • Localization

Pakolmo, posted Sun Apr 28, 2019 7:02 am (47380)


I think I found the C code for decode.

Aluigi. Can you do the Quickbms script for decode/encode the "ATDS.TAP" file, please?


decrypt(data, chunk->size);

void Resource::decrypt(byte * data, uint32 size) {
byte* c = data;

for (uint i = 0; i < size; i )
{
*c = -(*c);
c;
}
  • Author
  • Localization

Pakolmo, posted Wed May 01, 2019 1:15 pm (47492)


I have the next wrong Quickbms script to decode texts:

get header long
get resType short
get chunkCount short
for i = 0 < chunkCount
get size long
get type short
savepos OFFSET
xmath NEXT_OFF "OFFSET size"

encryption math "n #INPUT#"
#log "" OFFSET size

filecrypt 1
# wrong part starts here
getdstring DUMMY 0x18
do
slog "" -1 -1
getdstring DUMMY 5 #7???
savepos TMP
while TMP < NEXT_OFF
# end of wrong part
filecrypt 0

goto NEXT_OFF
next i

Please, Can someone do it better?
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.