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.

SoulCraft 2 Online (*.XML)

Featured Replies

  • Author
  • Localization

Ekey, posted Wed Jan 07, 2015 5:13 pm (2516)


Simple decryptor for XML files from Android version :)

Code:
# SoulCraft 2 Online (Android) (XML format) Decryptor
#
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

idstring "ENCRYPTION:"
get VERSION long
savepos OFFSET
get SIZE asize
math SIZE -= 15

if VERSION == 0
   encryption 3des "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18" "\xDD\x40\xE7\x80\x52\xBE\x78\x0F"
elif VERSION == 1
   encryption 3des "\xBD\x1A\x6C\x7A\x0B\xBD\x84\x72\xF9\xBD\x5B\x44\xBF\xB7\x03\x1D\xC0\xC6\xF7\xED\x0D\x9D\x70\x97" "\xDD\x40\xE7\x80\x52\xBE\x78\x0F"
else
   print "Unknown VERSION > %VERSION%"
   cleanExit
endif

get NAME basename
string NAME = "_dec.xml"
log NAME OFFSET SIZE
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.