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.

Attack on titan (text)

Featured Replies

  • Author
  • Localization

yusuf2020, posted Tue Dec 15, 2020 7:51 am (61120)


Is there a way to edit these ?
  • Author
  • Localization

gameside, posted Tue Dec 15, 2020 5:26 pm (61125)


yusuf2020 wrote:
Is there a way to edit these ?

here 2 script I created for export and import text for your file
before start anything test it
For Export
Code:
get text_num long
get NAME basename
STRING NAME ".txt"
for i = 0 < text_num
   get OFFSET long
   get SIZE long
   math SIZE - 1
   Slog NAME OFFSET SIZE
next i

For Import
Code:
open FDDE "dat" 1
get text_num long 1
math OFFSET_ADD = 0
for i = 0 < text_num
   savepos befor_check 1
   get OFFSET long 1
   if OFFSET != nex_offset
      if SIZE < new_size
         xmath OSIZE "new_size - SIZE"
         math OFFSET_ADD OSIZE
      elif SIZE > new_size
         xmath OSIZE "SIZE - new_size"
         math OFFSET_ADD - OSIZE
      endif
   endif
   math OFFSET OFFSET_ADD
   get SIZE long 1
   get Tline line
   goto OFFSET 1
   savepos offset_new 1
   PutCT Tline string -1 1
   put 0x00 byte 1
   savepos nex_offset 1
   xmath new_size "nex_offset - OFFSET"
   goto befor_check 1
   put offset_new long 1
   put new_size long 1
next i

Export your dat file with Export script
For Import text back you need to run Import script with -w (for enable the write mode) commend in QuickBMS and select txt file (its overwrite original dat file)
If you don't know how to do it, use this bat file for import:
Code:
quickbms.exe -G -w

AttackOnTitan_import.bms

AttackOnTitan_export.bms

  • Author
  • Localization

yusuf2020, posted Tue Dec 15, 2020 5:50 pm (61126)


Thanks!
Now, I will try to import this to bin file back.
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.