Jump to content

ѕeмa™

Member
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by ѕeмa™

  1. Yes but i want create it in visual basic, i want learn new things
  2. Hi, i try to change the keys (LZO and XTEA) from FileArchiver_EterPack tim archiver with vb.net Visual Studio 2010 Express. Anyone know how can modified? I try with .Replace, read the archive in bytes, and then write in hex, but when i try to search the keys in hex i dont find it. Private Function Bytes_To_String2(ByVal bytes_Input As Byte()) As String Dim strTemp As New StringBuilder(bytes_Input.Length * 2) For Each b As Byte In bytes_Input strTemp.Append(Conversion.Hex() Next Return strTemp.ToString() End Function Sub test() Dim value As Byte() = My.Computer.FileSystem.ReadAllBytes(App_Path() + "System/FileArchiver_EterPack.exe") Dim sema As String sema = Bytes_To_String2(value) My.Computer.FileSystem.WriteAllText( "test.txt", sema, True) My.Computer.FileSystem.WriteAllBytes( "test2.txt", value, True) And here an example of what I want to do Sub test() Dim value As Byte() = My.Computer.FileSystem.ReadAllBytes(App_Path() + "System/FileArchiver_EterPack.exe") My.Computer.FileSystem.WriteAllBytes( "test2.txt", value.replace("OLD LZO KEY HERE","NEW LZO KEY HERE", True) ' But here i can't put a replace in byte . Anyone can help me? Thanks. Sorry my bad english.
  3. Shogun 1 question When i compile with Iv, automatic create iv, but if i click uncompile ( the archive compiled with iv ) compile normal and i can see the archives: My xml to uncompile: <ScriptFile> <ExtractEterPack ArchivePath='root' ivPath='iv/root.iv' OutputPath='root_descompilado/' /> </ScriptFile> My xml to compile: <ScriptFile Version='3'> <CreateEterPack ArchivePath='root' IvPath='iv/root'> <File ArchivedPath='assassin_m.msm' Type='3'><![CDATA[root_descompilado//assassin_m.msm]]></File> <File ArchivedPath='assassin_w.msm' Type='3'><![CDATA[root_descompilado//assassin_w.msm]]></File> <File ArchivedPath='atlasinfo.txt' Type='3'><![CDATA[root_descompilado//atlasinfo.txt]]></File> <File ArchivedPath='barra_abajo.tga' Type='3'><![CDATA[root_descompilado//barra_abajo.tga]]></File> <File ArchivedPath='barra_arriba.tga' Type='3'><![CDATA[root_descompilado//barra_arriba.tga]]></File> when i click uncompile and folder Iv/ not exist, the archive decompile fine. Srry my english. Here with metin2dev archiver: And when uncompile with iv folder and iv file
  4. u need write in the script the type of the belt to put in the slot
  5. the url you're using is wrong [Hidden Content] - !LqntRXE19J_xjQkwg0ve5lvV-NQ23lBB6YP0FJ-W3no Thanks jajajaja
  6. I try and work but... Why this dll is needed? and why if i put , the windows resolution change automatic to default windows 7? (Aero System Windows7)
  7. uinstall notepad++ and download a older version
  8. and locale /xx/ui/inventorywindow.py EQUIPMENT_START_INDEX = 180
  9. with you'r makefile: Makefile:25: *** missing separator. Stop. CLEAN FAILED (exit value 2, total time: 214ms) Here a image
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.