Quote:
Originally Posted by MrSm!th
hm
dann liegts an mir
bei mir sind se 285 und 262
aber trotzdem: woher kommen die extra bytes, wenn er doch sogar was weggelassen hat?
p.s. hab ihn schon deswegen reported
deswegen hat wohl auch Suik vorbeigeschaut
nur why the hell wird es nicht geclosed???
|
leeched code:
Code:
$strdmg = "0000803F" & "00002040" & _; 1 and 2,5
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _; 1
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _; 0.8
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F"
$file = FileOpenDialog("Search for S4Client.exe", @ScriptDir & "\", "Executables (*.exe)| AllFiles (*.*)", 3, "S4Client.exe")
If @error Then
Exit
EndIf
$openfile = FileOpen($file, 16)
If $openfile = -1 Then
MsgBox(0,"Error","Could not read data.")
Exit
EndIf
$S4Client = FileRead($openfile)
$str_S4 = String($S4Client)
$sstr_S4 = StringMid($str_S4, 3)
IsString($sstr_S4)
$int_pos = StringInStr($sstr_S4, $strdmg)/2
If $int_pos = 0 Then
MsgBox(0, "Error", "Adress not found. Open the right file (S4 V_10.2) ")
Exit
EndIf
MsgBox(0, "Success", "The first dmg-value (sword) is:" & @LF & @LF & "Hex: " & Hex($int_pos) & _
@LF & "For memory-hacking just add '00400000'" & @LF & @LF & @LF & "Coded by Explos!V")
FichtFoll's Code:
Code:
$strdmg = "0000803F" & "00002040" & _; 1 and 2,5
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _; 1
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & "0000803F" & "0000803F" & _
"0000803F" & "0000803F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _; 0.8
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & "CDCC4C3F" & _
"CDCC4C3F" & "CDCC4C3F"
$file = FileOpenDialog("Search for S4Client.exe", @ScriptDir & "\", "Executables (*.exe)| AllFiles (*.*)", 3, "S4Client.exe")
If @error Then
Exit
EndIf
$openfile = FileOpen($file, 16)
If $openfile = -1 Then
MsgBox(0,"Error","Could not read data.")
Exit
EndIf
$S4Client = FileRead($openfile)
$str_S4 = String($S4Client)
$sstr_S4 = StringMid($str_S4, 3)
IsString($sstr_S4)
$int_pos = StringInStr($sstr_S4, $strdmg)/2
If $int_pos = 0 Then
MsgBox(0, "Error", "Adress not found. Open the right file (S4 V_10.2) or contact FichteFoll on e*pvp.")
Exit
EndIf
MsgBox(0, "Success", "The first dmg-value (sword) is:" & @LF & @LF & "Hex: " & Hex($int_pos) & _
@LF & "For memory-hacking just add '00400000'" & @LF & @LF & @LF & "Found by FichteFoll and bloodx.")
extra bytes?
maybe the compresion...