Mob Script Encryption Algorithm - Версия для печати +- Город Джунов (https://www.gipat.ru/forum) +-- Форум English-speaking Diaspora (https://www.gipat.ru/forum/forum-22.html) +--- Форум News and Announcements (https://www.gipat.ru/forum/forum-16.html) +--- Темы: Mob Script Encryption Algorithm (/thread-1811.html) |
Mob Script Encryption Algorithm - Jet - 19.02.2004 Today we have published the MOB script encryption algorithm. You can get C++ and Delphi source codes from downloads section. -> Downloads -> Tools -> Mod -> Mob Crypt Mob Script Encryption Algorithm - Guest - 24.02.2004 can you explain to us don't understanding anything ofit what it is/do(/mean?) Mob Script Encryption Algorithm - CAHEK7 - 25.02.2004 It is Mob Script Encryption Algorithm. And first you must write a programm and use this Algorithm. If you can do it, you also can read scripts in *.mob files. Sorry if i something wrong, my english is bad... Mob Script Encryption Algorithm - Guest - 27.02.2004 so you need to be able to program to make this, whatever it is work? i hope someone makes one Mob Script Encryption Algorithm - Guest - 27.02.2004 maybe I can convince someone to do that for me (if I can you shouldnt socks up to me because I hate that). I have my friends Mob Script Encryption Algorithm - Jet - 29.02.2004 Visual Basic code: Translated by CAHEK7 Код: Public Sub ScriptCrypt(ByRef Script() As Byte, ByVal Key As Long) C# Code: Код: public string ReadCodedString() Mob Script Encryption Algorithm - MortalMachine - 28.10.2005 I understand something in Visual Basic, but I want to see examples of scripst used in a quest. Mob Script Encryption Algorithm - Jet - 28.10.2005 MortalMachine,Пятница, 28 Октября 2005, 07:53 Написал:I understand something in Visual Basic, but I want to see examples of scripst used in a quest.You can use MRT to check one. Open an .mob then expand filed ID_OBJECT_FILE. ID_SS_TEXT <- Here is a script used by .mob Type of this filed is SCRIPT_ENC mean tats script kept in enconded format. CAHEK7 post algorithm how to to decode encoded script using VB. Here is script example for zone7chest.mob. Код: GlobalVars ( Mob Script Encryption Algorithm - KnightL - 31.10.2005 And where did you get this code. If you wrote it by yourself you would write your own program. If you didn`t write it then how did you translated it into basic. Mob Script Encryption Algorithm - MortalMachine - 01.11.2005 The problem about creating your own program is to have the Visual Basic, I have Microsoft Visual Basic 2005 Express Edition Beta 2, but I can't compile into a .exe program, to do that you need to buy it, and it cost toons of money btw, I've made lots of programs B) , I make them for fun, but I'm not a master in Visual Basic. Mob Script Encryption Algorithm - SexyGirl - 21.08.2019 There are 1 very interesting fact - zone20 and zonemainmenu uses script format with another signature. Anybody can read that script with simple text editor. And, if i understood this moment clean... This script is read faster, because it does not need to be decrypted by the game.exe until zone loads. |