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.

Gangstar Vegas (Android)

Featured Replies

  • Author
  • Localization

Vitalik, posted Wed Jul 07, 2021 3:07 pm (65085)


Hello all.
Who can help me decrypt this file ?
This is graphics setting for mobilephone.

Thank.
  • Author
  • Localization

Ekey, posted Wed Jul 07, 2021 7:26 pm (65089)


This file not encrypted, just compressed by LZ77EA_970
  • Author
  • Localization

Vitalik, posted Thu Jul 08, 2021 4:44 am (65095)


Ekey wrote:
This file not encrypted, just compressed by LZ77EA_970


Thank for informations.
But how I can decompresed this file in normal file readable view?
Script or program?

Thank.
  • Author
  • Localization

Zmkiy, posted Thu Jul 08, 2021 8:52 am (65100)


Code:
get NAME basename
string NAME "_dcmp.json"

comtype LZ77EA_970 # found by Ekey
get ZSIZE asize
xmath SIZE "ZSIZE*20"
clog NAME 0 ZSIZE SIZE
  • Author
  • Localization

Vitalik, posted Thu Jul 08, 2021 3:33 pm (65103)


Zmkiy wrote:
Code:
get NAME basename
string NAME "_dcmp.json"

comtype LZ77EA_970 # found by Ekey
get ZSIZE asize
xmath SIZE "ZSIZE*20"
clog NAME 0 ZSIZE SIZE


Very thank.WORK GOOD.
  • Author
  • Localization

Vitalik, posted Thu Jul 08, 2021 3:53 pm (65105)


Zmkiy wrote:
Code:
get NAME basename
string NAME "_dcmp.json"

comtype LZ77EA_970 # found by Ekey
get ZSIZE asize
xmath SIZE "ZSIZE*20"
clog NAME 0 ZSIZE SIZE

How I can compressed in stock view file after making changes ?
because game with readable view not loading.

Thank.
  • Author
  • Localization

Vitalik, posted Sat Jul 10, 2021 7:48 am (65130)


Any dont know how compressed in stock view file after making changes ?
  • Author
  • Localization

Zmkiy, posted Sat Jul 10, 2021 11:40 am (65132)


Code:
get NAME basename
string NAME ".compressed.json"

comtype lz4_compress
get SIZE asize
clog NAME 0 SIZE SIZE
  • Author
  • Localization

Vitalik, posted Sat Jul 10, 2021 11:58 am (65133)


Zmkiy wrote:
Code:
get NAME basename
string NAME ".compressed.json"

comtype lz4_compress
get SIZE asize
clog NAME 0 SIZE SIZE

Thank you for your help.
I try and write-work or no...
  • Author
  • Localization

Vitalik, posted Sun Jul 11, 2021 10:25 am (65136)


Zmkiy wrote:
Code:
get NAME basename
string NAME ".compressed.json"

comtype lz4_compress
get SIZE asize
clog NAME 0 SIZE SIZE


Game work good.
Thanks for the time spent on me.
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.