Jump to content

Ptifou78

Members
  • Posts

    11
  • Joined

  • Last visited

Ptifou78's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Rappelz a MMoRPG is not a crack i just want it for have model data to use in my art work >.<
  2. I can't because the string is not always the same It's a rdb file for a game it contain some information about data i jjust want to extract them but for that i need to change a litlle bit his structur Moreover i have a stupid question if i do that $data_original = fileread($myfile) Filewrite($my_outputfile,$daata_original If the data original is a binary content i need to translate it for rewrite it or is good?
  3. I have multiple file to process from 1/2mb to 40mb... :/ $F_output = @ScriptDir&"test_output.txt" $F_input = @ScriptDir&"test.txt" FileOpen($F_output,17) FileOpen($F_input,17) Filewrite($F_output,'header') FileSetPos($F_input,128,0);lenght of header $nb_ligne = Hex_to_int32(FileRead($F_input,4)) For $i to $nb_ligne $1st_part = FileRead($F_input,xxx bit) FileSetPos($F_input,4,1);bits to skip $2nd_part = FileRead($F_input,xxx bit) FileWrite($F_output,$1st_part&$2nd_part) Next MsgBox(0,"","Finnish")
  4. Shit and i can not do a string replace like? ^^'
  5. Hello everybody I would like to know how to erase *n bits into a file previously open with de the binary mod I have an idea is to read all bit what i need and rewrite a new file but is very slow :/ Thanks in advance
  6. thanks a lot UEZ it's work perfectly
  7. Hi all today i would like to reverse a hex string(not really reverse) I just want a function tu translate 1 CD EA 29 into 29 EA CD 01 Thanks in advance
  8. I have 4 littles error. For Change Opt("OnExitFunc","_DllMemEnd") to OnAutoItExitRegister("_DllMemEnd") And for next error i haven't found a solution :/. Ps: Sorry for my bad english i'm french
  9. Heyy can you re upload a game plz
  10. Don't work again error 404
×
×
  • Create New...