Liberty Unleashed

Scripting => Script Help => Topic started by: [EG]~[S]aha~ on February 26, 2013, 06:07:59 pm

Title: how to decipher Sqlite format ? or change
Post by: [EG]~[S]aha~ on February 26, 2013, 06:07:59 pm
how to decipher Sqlite format ? or change Help me please :'(
Title: Re: how to decipher Sqlite format ? or change
Post by: Mido_Pop on February 26, 2013, 06:10:00 pm
what do you mean ???
Title: Re: how to decipher Sqlite format ? or change
Post by: sasha19323 on February 26, 2013, 06:20:00 pm
what do you mean ???
Decrypt
Title: Re: how to decipher Sqlite format ? or change
Post by: sasha19323 on February 26, 2013, 06:23:17 pm
how to decipher Sqlite format ? or change Help me please :'(

http://otvety.google.ru/otvety/thread?tid=2e4e2fae83eafff2 (http://otvety.google.ru/otvety/thread?tid=2e4e2fae83eafff2)
Title: Re: how to decipher Sqlite format ? or change
Post by: Mido_Pop on February 26, 2013, 06:24:53 pm
Sorry, I Don't Know  :-\
Title: Re: how to decipher Sqlite format ? or change
Post by: NC on February 26, 2013, 09:51:57 pm
I guess that he wants to open the sqlite database in a friendly editor (because Firefox was mentioned on that russian site and there is a nice addon for it, which allows to look into sqlite files).

It's called sqlite manager https://addons.mozilla.org/pl/firefox/addon/sqlite-manager/
Title: Re: how to decipher Sqlite format ? or change
Post by: [EG]~[S]aha~ on February 27, 2013, 09:21:44 am
I made a GUI window when the player I hochyu remake it but I am not the original
(http://cs308619.userapi.com/v308619382/3b57/16I72Xu28fM.jpg)
Help Me Please
Title: Re: how to decipher Sqlite format ? or change
Post by: SugarD on March 01, 2013, 01:57:07 am
You need to edit the actual Squirrel code in the scripts then.
Title: Re: how to decipher Sqlite format ? or change
Post by: [EG]~[S]aha~ on March 01, 2013, 03:02:16 pm
how do I do it please help
Title: Re: how to decipher Sqlite format ? or change
Post by: SugarD on March 01, 2013, 07:16:18 pm
You need to edit the actual Squirrel code in the scripts then.

^You need to do that. If the files are not protected by being compiled, which is what I'm assuming since you have added your own image to them, then you can open them in any text editor such as Notepad++. If they are compiled, there is nothing you can do unless you legally obtain the non-compiled copies, edit them, and compile them to replace your existing ones.
Title: Re: how to decipher Sqlite format ? or change
Post by: [EG]~[S]aha~ on March 02, 2013, 04:43:39 pm
what to do ?
(http://cs308619.vk.me/v308619382/3c9e/IV5BN6Wwywo.jpg)
Title: Re: how to decipher Sqlite format ? or change
Post by: SugarD on March 02, 2013, 07:34:32 pm
what to do ?
([url]http://cs308619.vk.me/v308619382/3c9e/IV5BN6Wwywo.jpg[/url])

That is a compiled file. You need to edit an non-compiled copy of those scripts.
Title: Re: how to decipher Sqlite format ? or change
Post by: iulix2012 on May 26, 2013, 10:46:05 am
just download SQLiteDatabaseBrowserPortable from http://www.softpedia.com/get/PORTABLE-SOFTWARE/Database-Utils/SQLite-Database-Browser-Portable.shtml (http://www.softpedia.com/get/PORTABLE-SOFTWARE/Database-Utils/SQLite-Database-Browser-Portable.shtml) << here ,and open your SQL file !  :)
Title: Re: how to decipher Sqlite format ? or change
Post by: Thijn on May 26, 2013, 12:01:37 pm
He's not talking about SQLite, so you all can stop posting links for that.

You've probably copied a compiled file from another server. Without the source, you can't edit it.
Either remake it, or ask the owner for the original source (probably not gonna happen).
Title: Re: how to decipher Sqlite format ? or change
Post by: SugarD on May 26, 2013, 05:01:47 pm
You need to edit the actual Squirrel code in the scripts then.
That is a compiled file. You need to edit an non-compiled copy of those scripts.
Without the source, you can't edit it.
Either remake it, or ask the owner for the original source (probably not gonna happen).

Not really sure why people are still replying to this when it's been answered several times now...

Locked.