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.

Clash Royale .sc files decrypt

Featured Replies

  • Replies 239
  • Views 2
  • Created
  • Last Reply

Top Posters In This Topic

  • Author
  • Localization

Xhulio, posted Mon Nov 14, 2016 5:31 pm (18825)


@barbossa42 u have open the .SC files?and with what u have open them?im searching for one app to open but i can't find,Hope you will help me :c
  • Author
  • Localization

Xhulio, posted Wed Nov 16, 2016 6:36 pm (18872)


barbossa42 wrote:
GL Kosmos looks like something the author built with Visual Studio... The spritesheets and strings are extractable already, so nothing new there.
I'm currently working on the .sc files and started a wiki on GitHub, any help is appreciated: https://github.com/umop-aplsdn/sc_decode/wiki
Also:
Image


Can you help me please?
  • Author
  • Localization

rus_lol_, posted Fri Nov 18, 2016 6:26 pm (18894)


Hey!I extract sc file python script. how do compiling .png to .sc?I tried to remake script,but did not work(
P.s. sorry my english
  • Author
  • Localization

Johnny, posted Sat Nov 19, 2016 11:57 am (18906)


Can smn plz tell me what works and what doesn't work. I tried a lot of things but its just not working for me i guess. I don't understand how the python code works cause in the code, i don't see any reference to a file or folder location where my .sc files are.
  • Author
  • Localization

rus_lol_, posted Sat Nov 19, 2016 3:08 pm (18911)


Johnny wrote:
Can smn plz tell me what works and what doesn't work. I tried a lot of things but its just not working for me i guess. I don't understand how the python code works cause in the code, i don't see any reference to a file or folder location where my .sc files are.


I personally put .sc and now this script to a folder with python, call the console and type a command "python dumpsc.py ui_tex.sc" Warning! The script works only with files ending in "_tex.sc"
  • Author
  • Localization

barbossa42, posted Mon Nov 21, 2016 11:28 am (18933)


As rus_lol_ said, dumpsc processes a single "_tex.sc" file. There are instructions in the code on how to process a whole folder.
Assuming you are using windows:
1- put the script in the same folder as the _tex.sc files
2- shift-right-click on the folder, click "Open command prompt here"
3- type "for %v in (*tex.sc) do dumpsc.py %v", hit Enter
If the script doesn't work, reply with the error message, and which version of python you're running ("python --version" in the command prompt)
  • Author
  • Localization

CamC999, posted Tue Nov 22, 2016 9:31 pm (18963)


barbossa42 wrote:
As rus_lol_ said, dumpsc processes a single "_tex.sc" file. There are instructions in the code on how to process a whole folder.
Assuming you are using windows:
1- put the script in the same folder as the _tex.sc files
2- shift-right-click on the folder, click "Open command prompt here"
3- type "for %v in (*tex.sc) do dumpsc.py %v", hit Enter
If the script doesn't work, reply with the error message, and which version of python you're running ("python --version" in the command prompt)



Ok so i did all of this and the error message i get is this:

C:\Users\cam\Desktop\sc>for %v in (*tex.sc) do dumpsc.py %v

C:\Users\cam\Desktop\sc>dumpsc.py arena_training_tex.sc
'dumpsc.py' is not recognized as an internal or external command,
operable program or batch file.

It does this for all .tex.sc files. Can someone please help? :?

UPDATE: I was able to fix the error by renaming my script to "dumpsc.py" :)

PROBLEM: For every .tex.sc file it asks me what to open it with. Do i use an image editor like PaintShop Pro? Help? :?
  • Author
  • Localization

barbossa42, posted Wed Nov 23, 2016 4:45 pm (18997)


The script should have output a bunch of PNG files on the same folder where you ran it...
Maybe try with "for %v in (*_tex.sc) do python dumpsc.py %v"
  • Author
  • Localization

CamC999, posted Wed Nov 23, 2016 8:59 pm (18999)


barbossa42 wrote:
The script should have output a bunch of PNG files on the same folder where you ran it...
Maybe try with "for %v in (*_tex.sc) do python dumpsc.py %v"


Okay thanks ill give it a try but first i have to upgrade windows on my emulator :cry: the struggle
  • Author
  • Localization

CamC999, posted Wed Nov 23, 2016 10:59 pm (19000)


Okay so i did everything barbossa42 said and i get this error:

C:\Users\cam\Desktop\sc>for %v in (*_tex.sc) do python dumpsc.py %v

C:\Users\cam\Desktop\sc>python dumpsc.py arena_training_tex.sc
Traceback (most recent call last):
File "dumpsc.py", line 6, in
from PIL import Image
ImportError: No module named 'PIL'

It also does this for every SC file in the folder ending in _tex.sc

UPDATE: I was able to fix the issue by installing "pillow" for python (The link can be found here: https://pypi.python.org/pypi/Pillow/3.4.2#downloads)

ALSO: I was able to find all of the images by fixing the problem above! thank you everyone!

P.S. I can share the audio and images with any of you on google drive if you want :lol:

Here are some sample files!





  • Author
  • Localization

Johnny, posted Sat Nov 26, 2016 4:14 am (19093)


CamC999 wrote:
P.S. I can share the audio and images with any of you on google drive if you want


Yes please I've been really struggling to find a way to get it. It would be super awesome if you could share it to me. Thx
(my email: [email protected])
Again thx :)
  • Author
  • Localization

CamC999, posted Sat Nov 26, 2016 5:57 am (19096)


Johnny wrote:
CamC999 wrote:
P.S. I can share the audio and images with any of you on google drive if you want


Yes please I've been really struggling to find a way to get it. It would be super awesome if you could share it to me. Thx
(my email: [email protected])
Again thx :)



Okay cool will do johnny! :lol:
  • Author
  • Localization

HeniX, posted Sat Nov 26, 2016 12:31 pm (19104)


Hey can anyone help me in this project(video support is appreciated)
MY GMAIL: [email protected]
Thank You
  • Author
  • Localization

CamC999, posted Sat Nov 26, 2016 9:13 pm (19113)


HeniX wrote:
Hey can anyone help me in this project(video support is appreciated)
MY GMAIL: [email protected]
Thank You


Okay, so I have already shared you the sound and image files via google drive. I am likely to make a video tutorial on YouTube soon, since there are no tutorials that seem to support this topic. I will say that it takes a lot of patience and is not so easy. Anyways, I will give further notice about the video tutorial. I hope this helps! (Anyone who doesn't want to have to go through the whole process of decrypting the _tex.sc files can just post their gmail on this forum, and I will share everything to them on the drive) :D
  • Author
  • Localization

HeniX, posted Sun Nov 27, 2016 3:02 am (19115)


Sounds cool :)
Can anyone make me a whole process step by step (with pictures)
my Gmail:- [email protected]
Thank You
  • Author
  • Localization

Johnny, posted Mon Nov 28, 2016 11:00 am (19139)


CamC999 wrote:
I am likely to make a video tutorial on YouTube soon, since there are no tutorials that seem to support this topic. I will say that it takes a lot of patience and is not so easy. Anyways, I will give further notice about the video tutorial. I hope this helps!

Can't wait to see the tutorial. You're a real savior :D
  • Author
  • Localization

Xhulio, posted Mon Nov 28, 2016 11:01 pm (19143)


Cam999 i will be glad if u will share your convnerted .sc files with me
:(
email:[email protected]
  • Author
  • Localization

Xhulio, posted Tue Nov 29, 2016 3:58 pm (19159)


Please help me :c :( :|
  • Author
  • Localization

rus_lol_, posted Tue Nov 29, 2016 5:04 pm (19162)


I decompiling all _tex.sc to .png.Download here
  • Author
  • Localization

Ember, posted Thu Dec 01, 2016 4:50 pm (19210)


Can someone convert png to sc?
  • Author
  • Localization

rus_lol_, posted Thu Dec 01, 2016 6:55 pm (19211)


Ember wrote:
Can someone convert png to sc?

i came here with this question.. :cry:
  • Author
  • Localization

Ember, posted Thu Dec 01, 2016 7:27 pm (19212)


rus_lol_ wrote:
Ember wrote:
Can someone convert png to sc?

i came here with this question.. :cry:

?? ?? ?????
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.