| View previous topic :: View next topic |
| Author |
Message |
Xocitus Newbie cheater
Reputation: 0
Joined: 19 Jul 2007 Posts: 15
|
Posted: Sun Sep 30, 2007 6:10 am Post subject: [Delphi]Value Changing |
|
|
Well changing the value isnt hard..
but i want to change a address with a offset...
in visual basic it's:
ReadMemory("Game Name", &H8B5288, Value1)
Value2 = Value1 + &H54
WriteMemory("Game Name", Value2, 4)
But how can i do this in Delphi??
Thanks in advance...
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sun Sep 30, 2007 6:12 am Post subject: Re: [Delphi]Value Changing |
|
|
| Xocitus wrote: | Well changing the value isnt hard..
but i want to change a address with a offset...
in visual basic it's:
ReadMemory("Game Name", &H8B5288, Value1)
Value2 = Value1 + &H54
WriteMemory("Game Name", Value2, 4)
But how can i do this in Delphi??
Thanks in advance... |
Look at the source of Cheat Engine.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Sun Sep 30, 2007 6:28 am Post subject: |
|
|
I dont even know how to change variables in an exe game, in VB6.
I feel stupid
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
Posted: Sun Sep 30, 2007 7:06 am Post subject: |
|
|
| Search MSDN for ReadProcessMemory and WriteProcessMemory.
|
|
| Back to top |
|
 |
Xocitus Newbie cheater
Reputation: 0
Joined: 19 Jul 2007 Posts: 15
|
Posted: Sun Sep 30, 2007 10:32 am Post subject: Re: [Delphi]Value Changing |
|
|
| Xenephobe wrote: | | Xocitus wrote: | Well changing the value isnt hard..
but i want to change a address with a offset...
in visual basic it's:
ReadMemory("Game Name", &H8B5288, Value1)
Value2 = Value1 + &H54
WriteMemory("Game Name", Value2, 4)
But how can i do this in Delphi??
Thanks in advance... |
Look at the source of Cheat Engine. |
I did couldn't find... please help...
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Sep 30, 2007 11:18 am Post subject: |
|
|
ReadProcessMemory
WriteProcessMemory
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Xocitus Newbie cheater
Reputation: 0
Joined: 19 Jul 2007 Posts: 15
|
Posted: Sun Sep 30, 2007 12:58 pm Post subject: |
|
|
| Tried but isnt working.... :S
|
|
| Back to top |
|
 |
|