Posted: Wed Mar 02, 2016 1:06 pm Post subject: {Delphi XE3}Dll HACk Float to int or something....
Hi
i write trainer DWOR dll Successfully but
i wanna write Float. and this is the problem
my code 4Byte PDWORD
Code:
If CheckBox2.Checked = true then Try;
edit5.Text :=inttostr(PDWORD(PDWORD(PDWORD(GetModulehandle('metin2client.bin')+$00D93E70)^+$8)^+$5c8)^);
edit6.Text :=inttostr(PDWORD(PDWORD(PDWORD(GetModulehandle('metin2client.bin')+$00D93E70)^+$8)^+$5cc)^);
// PDWORD(PDWORD(PDWORD(GetModulehandle('metin2client.bin')+$00D93E70)^+$8)^+$56c)^ :=1;
PDWORD(PDWORD(PDWORD(GetModulehandle('metin2client.bin')+$00D93E70)^+$8)^+$5c8)^:=edit5.Text;
PDWORD(PDWORD(PDWORD(GetModulehandle('metin2client.bin')+$00D93E70)^+$8)^+$5cc)^:=edit6.Text;
Except
On E: EAccessViolation Do Edit5.Text := 'Nop';
On E: EAccessViolation Do Edit6.Text := 'Nop';
end;
this code read float addrees as a 4byte
but when writing to memory process i got error
iwant this as float can u guys help
sry for my english
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum