Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Please Help Value Editing

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Mon Oct 01, 2007 4:37 am    Post subject: Please Help Value Editing Reply with quote

How do u edit values with a offset?? in delphi...

Last edited by Xocitus on Mon Oct 01, 2007 4:46 am; edited 2 times in total
Back to top
View user's profile Send private message
assaf84
Expert Cheater
Reputation: 0

Joined: 03 Oct 2006
Posts: 238

PostPosted: Mon Oct 01, 2007 4:45 am    Post subject: Reply with quote

You want answer only from dark byte? Very Happy
Back to top
View user's profile Send private message
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Mon Oct 01, 2007 4:46 am    Post subject: :p Reply with quote

No every usefull answer is ok Wink
Back to top
View user's profile Send private message
compactwater
I post too much
Reputation: 8

Joined: 02 Aug 2006
Posts: 3923

PostPosted: Mon Oct 01, 2007 4:52 am    Post subject: Reply with quote

Code:
asm
mov eax,ADDRESS //if in hexadecimal, it must end in h. "5B667Fh"
add eax+OFFSET
//Do stuff to eax, and 'mov' it wherever needed
end;

Is this what you mean?
Back to top
View user's profile Send private message
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Mon Oct 01, 2007 5:04 am    Post subject: Reply with quote

How would i use it??

Like
Code:
asm
mov eax,8B5288h //if in hexadecimal, it must end in h. "5B667Fh"
add eax+54h
//Do stuff to eax, and 'mov' it wherever needed

//and then:
EditMemory(.......what here?)    //EditMemory(Address: Integer; Value: Integer)
end;
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Oct 01, 2007 9:31 am    Post subject: Reply with quote

Code:
EditMemory((8B5288h+54h), Value Goes Here );



That was just a guess according to your post. I don't really know delphi. You can try it and hope for the best tho =)
Back to top
View user's profile Send private message MSN Messenger
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Wed Oct 03, 2007 11:41 am    Post subject: Reply with quote

Not working, please i really need it :p
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Oct 03, 2007 3:27 pm    Post subject: Reply with quote

Just use readprocessmemory and writeprocessmemory. That would work in delphi.

This is the same post that everyone always asks, over and over.

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Fri Oct 05, 2007 10:21 am    Post subject: Reply with quote

I tried ReadProcess memory:

With:

Code:
function ReadMemory(Address: Integer; Value: Integer): Boolean;
var
  ProcessId, WindowName, HandleWindow: Integer;
  Write : DWord;
  p : pointer;

begin
  WindowName := FindWindow(nil, 'Form1');
  If WindowName = 0 then
  begin
  Result := False;
  Exit;
  end;
  p := ptr(Address);
  GetWindowThreadProcessId(WindowName, @ProcessId);
  HandleWindow := OpenProcess(PROCESS_ALL_ACCESS, False, ProcessId);
  Readprocessmemory(HandleWindow, p, @Value, 4, Write);
  CloseHandle(HandleWindow);
  Result := True;
end;


But isnt working right i get another value then i get with ce...
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25821
Location: The netherlands

PostPosted: Fri Oct 05, 2007 11:47 am    Post subject: Reply with quote

if ReadProcessMemory(Handle, pointer($8B5288), @temp,4,write) then
begin
temp:=temp+$54;
WriteProcessMemory(handle,pointer(temp),@value,4,write);
end;

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Xocitus
Newbie cheater
Reputation: 0

Joined: 19 Jul 2007
Posts: 15

PostPosted: Fri Oct 05, 2007 12:18 pm    Post subject: Reply with quote

You are seriously fucking good Very Happy
i can make CSS hacks because of you,

Ps(in dutch): Nederlanders zijn gewoon het beste Very Happy
Back to top
View user's profile Send private message
hastir
Advanced Cheater
Reputation: 0

Joined: 27 Aug 2007
Posts: 62

PostPosted: Fri Oct 05, 2007 12:35 pm    Post subject: Reply with quote

Xocitus wrote:
You are seriously fucking good Very Happy
i can make CSS hacks because of you,

Ps(in dutch): Nederlanders zijn gewoon het beste Very Happy

alleen jij

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites