| View previous topic :: View next topic |
| Author |
Message |
snowpatroll How do I cheat?
Reputation: 0
Joined: 28 Mar 2015 Posts: 4
|
Posted: Sat Mar 28, 2015 11:32 pm Post subject: [HELP Delphi] WriteProcessMemory/ReadProcessMemory |
|
|
Hello, I need a help with WriteProcessMemory and ReadProcessMemory in Delphi.
The process in which I would use this is a windows service, but with the common code does absolutely nothing in this process ... but using CheatEngine can change the value in the address ...
Could someone give me a light ae?
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Sun Mar 29, 2015 12:44 am Post subject: |
|
|
Probably a permission problem. You checking for errors?
_________________
A nagy kapu mellett, mindig van egy kis kapu.
----------------------
Come on... |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25818 Location: The netherlands
|
Posted: Sun Mar 29, 2015 3:26 am Post subject: |
|
|
is your code running as administrator?
Has your proxess obtained the SeDebugPrivilege right?
_________________
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 |
|
 |
snowpatroll How do I cheat?
Reputation: 0
Joined: 28 Mar 2015 Posts: 4
|
Posted: Mon Mar 30, 2015 12:46 am Post subject: |
|
|
I'll tell you everything that happens,
I have server a game called GunBound, need to change the "Product Version" but to change have to restart the server as it seeks this information in an .ini
But if I use Cheat Engine to change in memory is no need to restart the server, I tried to run as administrator and also did not work ...
Note: Do not boot with hookadas dlls and even injects dll in this process ...
__________________________________________________________
ould make some method to change the memory addresses are:
$496750 = value 4bytes
$4969CC = value 4bytes
|
|
| Back to top |
|
 |
snowpatroll How do I cheat?
Reputation: 0
Joined: 28 Mar 2015 Posts: 4
|
Posted: Fri Apr 03, 2015 1:50 am Post subject: |
|
|
| I got already, was only give administrative privileges, thanks for listening!
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Fri Apr 03, 2015 4:03 am Post subject: |
|
|
If you check your API calls for errors, you can probably turn a NOACCESS error into a nice dialog reminding users that administrative permissions are required.
_________________
A nagy kapu mellett, mindig van egy kis kapu.
----------------------
Come on... |
|
| Back to top |
|
 |
|